Started by user Matthias Mueller Obtained build-release-stashed.jenkins from git ssh://git@s-ait-p-dev0.stack.aiticon.net:7999/ac/appng-build.git Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Running on appngbuild0 in /var/lib/jenkins/workspace/appNG_Release [Pipeline] { [Pipeline] tool [Pipeline] stage [Pipeline] { (Info) [Pipeline] echo ############################################## [Pipeline] echo Preparing release 1.18.0-RC1 from branch appng-1.18.x, current snapshot is 1.18.0-SNAPSHOT, next version will be 1.18.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.18.x Switched to a new branch 'appng-1.18.x' Branch appng-1.18.x set up to track remote branch appng-1.18.x from origin. [Pipeline] sh [appng] Running shell script + sed -i s/1\.18\.0-SNAPSHOT/1\.18\.0-SNAPSHOT/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.17\.1/1\.18\.0-RC1/g README.adoc appng-application-camunda/README.adoc appng-application/README.adoc appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh [appng] Running shell script + sed -i s/1\.18\.0-SNAPSHOT/1\.18\.0-RC1/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-maven-plugin/pom.xml appng-persistence/pom.xml appng-rest-api/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-upngizr/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 appng-maven-plugin/README.adoc appng-upngizr/README.adoc [Pipeline] sh [appng] Running shell script + git status On branch appng-1.18.x Your branch is up-to-date with 'origin/appng-1.18.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-maven-plugin/README.adoc modified: appng-maven-plugin/pom.xml modified: appng-persistence/pom.xml modified: appng-rest-api/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-upngizr/README.adoc modified: appng-upngizr/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.18.0-RC1 [appng-1.18.x b832861] preparing release 1.18.0-RC1 40 files changed, 64 insertions(+), 64 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 REST API [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] appNG Maven Plugin [INFO] upNGizr [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.18.0-RC1 [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.18.0-RC1/appng-parent-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.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.18.0-RC1/appng-tools-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.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.18.0-RC1/appng-mail-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.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.18.0-RC1/appng-forms-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.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.18.0-RC1/appng-formtags-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.18.0-RC1 [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] [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.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.18.0-RC1/appng-xmlapi-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.18.0-RC1 [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 168 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.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.18.0-RC1/appng-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.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.18.0-RC1/appng-testsupport-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.18.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [WARNING] Output directory does not exist, or is inaccessible. No file (.swagger-codegen-ignore) will be evaluated. [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/pom.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/README.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/build.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/build.sbt [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/settings.gradle [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen-ignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-rest-api --- [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-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-rest-api --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-rest-api --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.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.18.0-RC1/appng-persistence-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.18.0-RC1 [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] [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.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.18.0-RC1/appng-search-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.18.0-RC1 [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 75 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 175 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.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.18.0-RC1/appng-core-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.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.18.0-RC1/appng-tomcat7-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.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.18.0-RC1/appng-tomcat8-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.18.0-RC1 [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 68 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/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.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.18.0-RC1/appng-cli-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.18.0-RC1 [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] [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.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.18.0-RC1/appng-taglib-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.18.0-RC1 [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.18.0-RC1] [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.18.0-RC1] [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.18.0-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [184 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1.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 swagger-annotations-1.5.19.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/swagger-annotations-1.5.19.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 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 appng-tomcat7-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat7-1.18.0-RC1.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 appng-forms-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.18.0-RC1.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-tomcat8-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tomcat8-1.18.0-RC1.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 appng-formtags-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.18.0-RC1.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 spring-session-1.3.2.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-session-1.3.2.RELEASE.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 appng-rest-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.18.0-RC1.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 appng-core-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.18.0-RC1.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-tools-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.18.0-RC1.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 semantic-version-1.2.0.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/semantic-version-1.2.0.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 spring-data-mongodb-1.10.10.RELEASE.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/spring-data-mongodb-1.10.10.RELEASE.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 appng-persistence-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.18.0-RC1.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 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 mongo-java-driver-3.6.3.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/mongo-java-driver-3.6.3.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 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 appng-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.18.0-RC1.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 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 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 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 udunits-4.5.5.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/udunits-4.5.5.jar [INFO] Copying appng-cli-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.18.0-RC1.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 appng-mail-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.18.0-RC1.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 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 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 appng-taglib-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.18.0-RC1.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 appng-search-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.18.0-RC1.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 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] Copying appng-xmlapi-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.18.0-RC1.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.18.0-RC1-dependencies-20181022-1403.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.18.0-RC1-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.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.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.18.0-RC1/appng-application-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1-dependencies-20181022-1403.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.18.0-RC1 [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.18.0-RC1/appng-application-bom-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.18.0-RC1 [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.18.0-RC1.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 listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.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.18.0-RC1/appng-documentation-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-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 listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [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.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.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.18.0-RC1/appng-template-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.18.0-RC1 [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.18.0-RC1/appng-template-parent-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.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.18.0-RC1/appng-application-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.18.0-RC1 [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.18.0-RC1/appng-application-parent-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.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.18.0-RC1/appng-archetype-application-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.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.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.18.0-RC1 [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.18.0-RC1] [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.18.0-RC1] [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.18.0-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [28 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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.18.0-RC1-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.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.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.18.0-RC1/appng-appngizer-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.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.18.0-RC1/appng-camunda-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.18.0-RC1 [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.18.0-RC1] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [1262 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.18.0-RC1.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.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.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.18.0-RC1/appng-application-camunda-1.18.0-RC1.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.18.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-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 0 mojo descriptor. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-maven-plugin --- [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-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ appng-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 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-maven-plugin --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-maven-plugin --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1.jar [INFO] [INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-maven-plugin --- [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ appng-maven-plugin --- [INFO] Including org.appng:appng-tools:jar:1.18.0-RC1 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.6 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.25 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.25 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding net.sf.jmimemagic:jmimemagic:jar:0.1.5 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.6 in the shaded jar. [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from the shaded jar. [INFO] Excluding javax.enterprise:cdi-api:jar:1.0 from the shaded jar. [INFO] Excluding javax.annotation:jsr250-api:jar:1.0 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from the shaded jar. [INFO] Excluding org.apache.maven:maven-core:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-builder-support:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:23.3-jre from the shaded jar. [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding com.google.inject:guice:jar:no_aop:4.0 from the shaded jar. [INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.21 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.6 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] Excluding org.apache.maven:maven-compat:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.10 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-build-api:jar:0.0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.18.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-upngizr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/classes [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-upngizr --- [INFO] Not copying test resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-upngizr --- [INFO] Not compiling test sources [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-upngizr --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-upngizr --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-upngizr] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [14 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-upngizr --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-sources.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 0.514 s] [INFO] appNG Tools ........................................ SUCCESS [ 1.450 s] [INFO] appNG Mail ......................................... SUCCESS [ 0.146 s] [INFO] appNG Forms ........................................ SUCCESS [ 0.299 s] [INFO] appng Formtags ..................................... SUCCESS [ 0.266 s] [INFO] appNG XML-API ...................................... SUCCESS [ 1.939 s] [INFO] appNG public API ................................... SUCCESS [ 1.063 s] [INFO] appNG testsupport .................................. SUCCESS [ 0.244 s] [INFO] appNG REST API ..................................... SUCCESS [ 1.752 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 0.264 s] [INFO] appNG Search ....................................... SUCCESS [ 0.494 s] [INFO] appNG Core Library ................................. SUCCESS [ 1.634 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.156 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.151 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 0.412 s] [INFO] appNG Tag Library .................................. SUCCESS [ 0.265 s] [INFO] appNG Application .................................. SUCCESS [ 3.514 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.248 s] [INFO] appNG Documentation ................................ SUCCESS [ 30.475 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.064 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.034 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.043 s] [INFO] appNG application parent ........................... SUCCESS [ 0.006 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.072 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 0.935 s] [INFO] appNGizer .......................................... SUCCESS [ 22.499 s] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 1.012 s] [INFO] appNG camunda ...................................... SUCCESS [ 0.419 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 3.020 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 1.847 s] [INFO] upNGizr ............................................ SUCCESS [ 1.736 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:17 min [INFO] Finished at: 2018-10-22T16:04:57+02:00 [INFO] Final Memory: 267M/1178M [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=/tmp/jenkins_artifacts/release/ -Pdummy [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 REST API [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] appNG Maven Plugin [INFO] upNGizr [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Parent 1.18.0-RC1 [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.18.0-RC1/appng-parent-1.18.0-RC1.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-parent --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/1.18.0-RC1/appng-parent-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/1.18.0-RC1/appng-parent-1.18.0-RC1.pom (32 kB at 105 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-parent/maven-metadata.xml (311 B at 3.5 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tools 1.18.0-RC1 [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 18 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 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.image.ImageProcessorTest 2018-10-22 16:05:03,707 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:03,839 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:03,847 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:03,952 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:03,975 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:04,066 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:04,134 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:04,215 INFO [main] org.appng.tools.image.ImageProcessor: Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-11-16 http://www.imagemagick.org 2018-10-22 16:05:04,298 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.851 s - in org.appng.tools.image.ImageProcessorTest [INFO] Running org.appng.tools.image.DimensionTest [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.appng.tools.image.DimensionTest [INFO] Running org.appng.tools.file.PropertyConstantCreatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.tools.file.PropertyConstantCreatorTest [INFO] Running org.appng.tools.file.MagicByteCheckTest 2018-10-22 16:05:04,441 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2018-10-22 16:05:04,442 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-10-22 16:05:04,443 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-10-22 16:05:04,444 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.001 2018-10-22 16:05:04,448 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file pdf 2018-10-22 16:05:04,448 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.002 2018-10-22 16:05:04,449 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file gif 2018-10-22 16:05:04,449 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-10-22 16:05:04,450 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (jpg) is not identical with file extension for file png 2018-10-22 16:05:04,450 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 2018-10-22 16:05:04,451 DEBUG [main] org.appng.tools.file.MagicByteCheck: File type detected by magic byte (png) is not identical with file extension for file jpg 2018-10-22 16:05:04,451 TRACE [main] org.appng.tools.file.MagicByteCheck: 00:00:00.000 [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 s - in org.appng.tools.file.MagicByteCheckTest [INFO] Running org.appng.tools.locator.GeoLocatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in org.appng.tools.locator.GeoLocatorTest [INFO] Running org.appng.tools.poi.WorkbookTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.523 s - in org.appng.tools.poi.WorkbookTest [INFO] Running org.appng.tools.os.OperatingSystemTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.tools.os.OperatingSystemTest [INFO] Running org.appng.tools.os.CommandTest 2018-10-22 16:05:09,175 DEBUG [main] org.appng.tools.os.Command : executing: 'ls' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.tools.os.CommandTest [INFO] Running org.appng.tools.ui.PaginationTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.038 s - in org.appng.tools.ui.StringNormalizerTest [INFO] Running org.appng.tools.markup.XHTMLTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.tools.markup.XHTMLTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 33, 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.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.18.0-RC1/appng-tools-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tools/target/appng-tools-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tools --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.jar Progress (1): 2.0/50 kB Progress (1): 4.1/50 kB Progress (1): 6.1/50 kB Progress (1): 8.2/50 kB Progress (1): 10/50 kB Progress (1): 12/50 kB Progress (1): 14/50 kB Progress (1): 16/50 kB Progress (1): 18/50 kB Progress (1): 20/50 kB Progress (1): 23/50 kB Progress (1): 25/50 kB Progress (1): 27/50 kB Progress (1): 29/50 kB Progress (1): 31/50 kB Progress (1): 33/50 kB Progress (1): 35/50 kB Progress (1): 37/50 kB Progress (1): 39/50 kB Progress (1): 41/50 kB Progress (1): 43/50 kB Progress (1): 45/50 kB Progress (1): 47/50 kB Progress (1): 49/50 kB Progress (1): 50 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.jar (50 kB at 271 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1.pom (2.0 kB at 42 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml Progress (1): 310 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/maven-metadata.xml (310 B at 8.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-sources.jar 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/41 kB Progress (1): 41 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tools/1.18.0-RC1/appng-tools-1.18.0-RC1-sources.jar (41 kB at 976 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Mail 1.18.0-RC1 [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.164 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.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.18.0-RC1/appng-mail-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-mail/target/appng-mail-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-mail --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.jar (15 kB at 329 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1.pom (1.2 kB at 17 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml Progress (1): 309 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/maven-metadata.xml (309 B at 9.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-mail/1.18.0-RC1/appng-mail-1.18.0-RC1-sources.jar (12 kB at 359 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Forms 1.18.0-RC1 [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.RequestTest 2018-10-22 16:05:11,821 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar 2018-10-22 16:05:11,822 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter john:doe 2018-10-22 16:05:11,823 DEBUG [main] org.appng.forms.impl.RequestBean: adding parameter foo:bar [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.appng.forms.RequestTest [INFO] Running org.appng.forms.FormRequestTest 2018-10-22 16:05:11,954 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-10-22 16:05:11,954 DEBUG [main] org.appng.forms.impl.RequestBean: content type: null 2018-10-22 16:05:11,954 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-10-22 16:05:11,954 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-10-22 16:05:11,954 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-10-22 16:05:11,954 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-10-22 16:05:11,955 DEBUG [main] org.appng.forms.impl.RequestBean: request method: GET 2018-10-22 16:05:11,958 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo is multi-valued 2018-10-22 16:05:11,958 TRACE [main] org.appng.forms.impl.RequestBean: GET parameter: foo = [bar, 42] 2018-10-22 16:05:11,958 TRACE [main] org.appng.forms.impl.RequestBean: parameter 'foo' is multi-valued, discarding value(s) [42] 2018-10-22 16:05:11,964 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-10-22 16:05:11,964 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-10-22 16:05:11,964 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-10-22 16:05:11,964 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-10-22 16:05:11,965 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-10-22 16:05:11,965 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-10-22 16:05:11,965 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-10-22 16:05:11,995 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-10-22 16:05:11,998 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_168.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) 2018-10-22 16:05:12,004 DEBUG [main] org.appng.forms.impl.RequestBean: tempdir is /tmp 2018-10-22 16:05:12,004 DEBUG [main] org.appng.forms.impl.RequestBean: content type: multipart/form-data; boundary=foobar 2018-10-22 16:05:12,005 DEBUG [main] org.appng.forms.impl.RequestBean: requestURI: null 2018-10-22 16:05:12,005 DEBUG [main] org.appng.forms.impl.RequestBean: contextPath: null 2018-10-22 16:05:12,005 DEBUG [main] org.appng.forms.impl.RequestBean: servletPath: null 2018-10-22 16:05:12,005 DEBUG [main] org.appng.forms.impl.RequestBean: pathInfo: null 2018-10-22 16:05:12,005 DEBUG [main] org.appng.forms.impl.RequestBean: request method: POST 2018-10-22 16:05:12,007 TRACE [main] org.appng.forms.impl.RequestBean: POST parameter: foo = bar 2018-10-22 16:05:12,008 TRACE [main] org.appng.forms.impl.RequestBean: POST upload parameter: /tmp/5F2ACDC183D81BEFC73E7B7482ECEAA4_169.jpg (size 10551, type: image/jpeg, original name:anonymous.jpg) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s - in org.appng.forms.FormRequestTest [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.107 s - in org.appng.forms.XSSUtilTest [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-10-22 16:05:12,140 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,140 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,140 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,140 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,156 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq 5 ? 'is five' : 'is not five'} = is five [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,156 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-10-22 16:05:12,157 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-10-22 16:05:12,157 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null ? 'is null': 'is not null'} = is null [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,158 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,158 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,158 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo'] eq 'bar'} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-10-22 16:05:12,159 DEBUG [main] org.appng.el.ExpressionEvaluator: ${map['foo']} = bar [(a = 5), (b = 6), (SESSION = {foo=5}), (map = {foo=bar})] 2018-10-22 16:05:12,159 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,159 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,159 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-10-22 16:05:12,160 DEBUG [main] org.appng.el.ExpressionEvaluator: ${asList(args)} = [1, 4, 56.0] [(args = [Ljava.lang.Object;@794cb805), (a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,161 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,161 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,161 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] == 1} = true [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-10-22 16:05:12,162 DEBUG [main] org.appng.el.ExpressionEvaluator: ${numbers[0] + numbers[3]} = 5 [(a = 5), (b = 6), (numbers = [I@4b5a5ed1), (SESSION = {foo=5})] 2018-10-22 16:05:12,162 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,162 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,166 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-10-22 16:05:12,166 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-10-22 16:05:12,167 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-10-22 16:05:12,167 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-10-22 16:05:12,167 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-10-22 16:05:12,168 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-10-22 16:05:12,168 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-10-22 16:05:12,169 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-10-22 16:05:12,169 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':size' with method 'public static int org.appng.el.ExpressionEvaluatorTest.size(java.util.Collection), 2018-10-22 16:05:12,169 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-10-22 16:05:12,169 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,170 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,170 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,170 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,170 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'site-id' of type 'java.lang.String' to value '' 2018-10-22 16:05:12,170 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id eq ''} = true [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] true 2018-10-22 16:05:12,171 DEBUG [main] org.appng.el.ExpressionEvaluator: ${site-id} = 0 [(a = 5), (b = 6), (SESSION = {foo=5}), (site-id = )] 0 2018-10-22 16:05:12,171 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,171 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,171 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] true 2018-10-22 16:05:12,172 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,172 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,172 DEBUG [main] org.appng.el.ExpressionEvaluator: ${c eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,172 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq c} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,172 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq null} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.String' to value '1' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A' of type 'java.lang.String' to value '3' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'ab' of type 'java.lang.String' to value '5' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB' of type 'java.lang.String' to value '6' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_b' of type 'java.lang.String' to value '7' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a_' of type 'java.lang.String' to value '2' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'A_' of type 'java.lang.String' to value '4' 2018-10-22 16:05:12,173 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'aB_' of type 'java.lang.String' to value '8' 2018-10-22 16:05:12,173 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-10-22 16:05:12,173 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-10-22 16:05:12,174 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-10-22 16:05:12,174 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-10-22 16:05:12,174 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-10-22 16:05:12,174 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-10-22 16:05:12,175 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-10-22 16:05:12,175 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-10-22 16:05:12,175 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,175 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,175 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a == b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,176 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a < b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,176 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a <= b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,177 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a > b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,177 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a >= b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,178 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a eq b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,178 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a ne b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,178 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a lt b} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,179 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a gt b} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,179 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,179 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,186 DEBUG [main] org.appng.el.ExpressionEvaluator: ${uizuihm eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,187 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,187 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,187 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,187 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,188 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,188 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,188 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,188 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,188 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,189 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':max' with method 'public static int java.lang.Math.max(int,int), 2018-10-22 16:05:12,189 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':min' with method 'public static int java.lang.Math.min(int,int), 2018-10-22 16:05:12,189 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function ':sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-10-22 16:05:12,189 DEBUG [main] org.appng.el.ExpressionEvaluator: registered function 'ait:sqrt' with method 'public static double java.lang.Math.sqrt(double), 2018-10-22 16:05:12,189 DEBUG [main] org.appng.el.ExpressionEvaluator: ${min(a,b)} = 5 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,189 DEBUG [main] org.appng.el.ExpressionEvaluator: ${max(a,b)} = 6 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,190 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a-b} = -1 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,190 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a+b} = 11 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,190 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a*b} = 30 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,191 DEBUG [main] org.appng.el.ExpressionEvaluator: ${(a*a) - (b/b)} = 24 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,191 DEBUG [main] org.appng.el.ExpressionEvaluator: ${sqrt(25)} = 5.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,191 DEBUG [main] org.appng.el.ExpressionEvaluator: ${ait:sqrt(36)} = 6.0 [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,192 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,192 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,192 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,192 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['foo'] eq 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,193 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.foo ne null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,193 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION['bar'] eq 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,193 DEBUG [main] org.appng.el.ExpressionEvaluator: ${SESSION.bar eq null} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,196 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,196 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,198 DEBUG [main] org.appng.el.ExpressionEvaluator: ${a.toString() == 5} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,198 DEBUG [main] org.appng.el.ExpressionEvaluator: ${b.toString() == 5} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,199 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'a' of type 'java.lang.Integer' to value '5' 2018-10-22 16:05:12,199 TRACE [main] org.appng.el.ExpressionEvaluator: setting variable 'b' of type 'java.lang.Integer' to value '6' 2018-10-22 16:05:12,199 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2} = false [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,199 DEBUG [main] org.appng.el.ExpressionEvaluator: ${1 eq 2-1} = true [(a = 5), (b = 6), (SESSION = {foo=5})] 2018-10-22 16:05:12,199 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.08 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.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.18.0-RC1/appng-forms-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-forms/target/appng-forms-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-forms --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.jar (19 kB at 280 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.pom Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1.pom (1.6 kB at 39 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml Progress (1): 310 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/maven-metadata.xml (310 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-forms/1.18.0-RC1/appng-forms-1.18.0-RC1-sources.jar (19 kB at 534 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng Formtags 1.18.0-RC1 [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.FormElementTest 2018-10-22 16:05:13,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,495 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,496 [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-10-22 16:05:13,496 [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-10-22 16:05:13,496 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,496 [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-10-22 16:05:13,496 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,496 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,496 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,496 [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-10-22 16:05:13,496 [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-10-22 16:05:13,496 [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-10-22 16:05:13,496 [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-10-22 16:05:13,496 [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-10-22 16:05:13,496 [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-10-22 16:05:13,496 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,497 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,497 [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-10-22 16:05:13,513 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-10-22 16:05:13,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,588 [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-10-22 16:05:13,588 [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-10-22 16:05:13,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,588 [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-10-22 16:05:13,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,588 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,588 [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-10-22 16:05:13,588 [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-10-22 16:05:13,588 [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-10-22 16:05:13,588 [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-10-22 16:05:13,589 [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-10-22 16:05:13,589 [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-10-22 16:05:13,589 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,589 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,589 [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-10-22 16:05:13,589 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = false [(foobar = 123456), (SESSION = {})] 2018-10-22 16:05:13,590 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,590 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,590 [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-10-22 16:05:13,591 [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-10-22 16:05:13,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,591 [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-10-22 16:05:13,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,591 [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-10-22 16:05:13,591 [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-10-22 16:05:13,591 [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-10-22 16:05:13,591 [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-10-22 16:05:13,591 [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-10-22 16:05:13,591 [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-10-22 16:05:13,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,591 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,591 [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-10-22 16:05:13,592 [main] DEBUG org.appng.el.ExpressionEvaluator - ${email(email)} = false [(SESSION = {}), (email = foobar)] 2018-10-22 16:05:13,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,594 [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-10-22 16:05:13,594 [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-10-22 16:05:13,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,594 [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-10-22 16:05:13,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,594 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,594 [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-10-22 16:05:13,594 [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-10-22 16:05:13,594 [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-10-22 16:05:13,594 [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-10-22 16:05:13,594 [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-10-22 16:05:13,595 [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-10-22 16:05:13,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,595 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,595 [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-10-22 16:05:13,595 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = >), (SESSION = {})] 2018-10-22 16:05:13,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,596 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,596 [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-10-22 16:05:13,596 [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-10-22 16:05:13,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,597 [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-10-22 16:05:13,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,597 [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-10-22 16:05:13,597 [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-10-22 16:05:13,597 [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-10-22 16:05:13,597 [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-10-22 16:05:13,597 [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-10-22 16:05:13,597 [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-10-22 16:05:13,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,597 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,597 [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-10-22 16:05:13,598 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-10-22 16:05:13,600 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,600 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,600 [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-10-22 16:05:13,600 [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-10-22 16:05:13,600 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,600 [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-10-22 16:05:13,600 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,600 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,601 [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-10-22 16:05:13,601 [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-10-22 16:05:13,601 [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-10-22 16:05:13,601 [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-10-22 16:05:13,601 [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-10-22 16:05:13,601 [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-10-22 16:05:13,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,601 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,601 [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-10-22 16:05:13,601 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sizeMax(foobar,5)} = true [(foobar = 12345), (SESSION = {})] 2018-10-22 16:05:13,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,602 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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-10-22 16:05:13,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,603 [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-10-22 16:05:13,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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-10-22 16:05:13,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,603 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,603 [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-10-22 16:05:13,603 [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.39 s - in org.appng.formtags.FormElementTest [INFO] Running org.appng.formtags.RuleValidationTest 2018-10-22 16:05:13,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,613 [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-10-22 16:05:13,613 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,614 [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-10-22 16:05:13,614 [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-10-22 16:05:13,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,614 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,614 [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-10-22 16:05:13,615 [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-10-22 16:05:13,615 [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-10-22 16:05:13,616 [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-10-22 16:05:13,616 [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-10-22 16:05:13,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,617 [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-10-22 16:05:13,617 [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-10-22 16:05:13,617 [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-10-22 16:05:13,617 [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-10-22 16:05:13,617 [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-10-22 16:05:13,617 [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-10-22 16:05:13,617 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,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-10-22 16:05:13,618 [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-10-22 16:05:13,618 [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-10-22 16:05:13,618 [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-10-22 16:05:13,619 [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-10-22 16:05:13,619 [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-10-22 16:05:13,619 [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-10-22 16:05:13,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,620 [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-10-22 16:05:13,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,620 [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-10-22 16:05:13,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,620 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,620 [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-10-22 16:05:13,620 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,621 [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-10-22 16:05:13,621 [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-10-22 16:05:13,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,621 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,621 [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-10-22 16:05:13,621 [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-10-22 16:05:13,622 [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-10-22 16:05:13,622 [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-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,623 [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-10-22 16:05:13,623 [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-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,623 [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-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,623 [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-10-22 16:05:13,623 [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-10-22 16:05:13,623 [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-10-22 16:05:13,623 [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-10-22 16:05:13,623 [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-10-22 16:05:13,623 [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-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,623 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,623 [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-10-22 16:05:13,624 [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-10-22 16:05:13,624 [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-10-22 16:05:13,624 [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-10-22 16:05:13,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,625 [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-10-22 16:05:13,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-10-22 16:05:13,625 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,626 [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-10-22 16:05:13,626 [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-10-22 16:05:13,626 [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-10-22 16:05:13,626 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,626 [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-10-22 16:05:13,627 [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-10-22 16:05:13,627 [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-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,628 [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-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,628 [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-10-22 16:05:13,628 [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-10-22 16:05:13,628 [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-10-22 16:05:13,628 [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-10-22 16:05:13,628 [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-10-22 16:05:13,628 [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-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,628 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,628 [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-10-22 16:05:13,629 [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-10-22 16:05:13,629 [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-10-22 16:05:13,629 [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-10-22 16:05:13,630 [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-10-22 16:05:13,630 [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-10-22 16:05:13,631 [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-10-22 16:05:13,631 [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-10-22 16:05:13,631 [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-10-22 16:05:13,632 [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-10-22 16:05:13,632 [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-10-22 16:05:13,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,633 [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-10-22 16:05:13,633 [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-10-22 16:05:13,633 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,633 [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-10-22 16:05:13,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,634 [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-10-22 16:05:13,634 [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-10-22 16:05:13,634 [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-10-22 16:05:13,634 [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-10-22 16:05:13,634 [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-10-22 16:05:13,634 [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-10-22 16:05:13,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,634 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,634 [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-10-22 16:05:13,635 [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-10-22 16:05:13,636 [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-10-22 16:05:13,636 [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-10-22 16:05:13,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,637 [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-10-22 16:05:13,637 [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-10-22 16:05:13,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,637 [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-10-22 16:05:13,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,637 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,637 [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-10-22 16:05:13,637 [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-10-22 16:05:13,637 [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-10-22 16:05:13,638 [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-10-22 16:05:13,638 [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-10-22 16:05:13,638 [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-10-22 16:05:13,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,638 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,638 [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-10-22 16:05:13,638 [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-10-22 16:05:13,638 [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-10-22 16:05:13,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,639 [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-10-22 16:05:13,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,639 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,639 [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-10-22 16:05:13,639 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,640 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,640 [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-10-22 16:05:13,641 [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-10-22 16:05:13,641 [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-10-22 16:05:13,641 [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-10-22 16:05:13,642 [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-10-22 16:05:13,642 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,642 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,642 [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-10-22 16:05:13,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-10-22 16:05:13,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,643 [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-10-22 16:05:13,643 [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-10-22 16:05:13,643 [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-10-22 16:05:13,643 [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-10-22 16:05:13,643 [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-10-22 16:05:13,643 [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-10-22 16:05:13,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,643 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,643 [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-10-22 16:05:13,643 [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-10-22 16:05:13,644 [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-10-22 16:05:13,644 [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-10-22 16:05:13,644 [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-10-22 16:05:13,644 [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-10-22 16:05:13,645 [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-10-22 16:05:13,645 [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-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,646 [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-10-22 16:05:13,646 [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-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,646 [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-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,646 [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-10-22 16:05:13,646 [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-10-22 16:05:13,646 [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-10-22 16:05:13,646 [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-10-22 16:05:13,646 [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-10-22 16:05:13,646 [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-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,646 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,646 [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-10-22 16:05:13,647 [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-10-22 16:05:13,647 [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-10-22 16:05:13,647 [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-10-22 16:05:13,647 [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-10-22 16:05:13,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,648 [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-10-22 16:05:13,648 [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-10-22 16:05:13,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,648 [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-10-22 16:05:13,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,648 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,648 [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-10-22 16:05:13,648 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,649 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,649 [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-10-22 16:05:13,649 [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-10-22 16:05:13,649 [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-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,650 [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-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,650 [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-10-22 16:05:13,650 [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-10-22 16:05:13,650 [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-10-22 16:05:13,650 [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-10-22 16:05:13,650 [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-10-22 16:05:13,650 [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-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,650 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,650 [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-10-22 16:05:13,651 [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-10-22 16:05:13,651 [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-10-22 16:05:13,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,652 [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-10-22 16:05:13,652 [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-10-22 16:05:13,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,652 [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-10-22 16:05:13,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,652 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,652 [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-10-22 16:05:13,652 [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-10-22 16:05:13,652 [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-10-22 16:05:13,652 [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-10-22 16:05:13,652 [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-10-22 16:05:13,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-10-22 16:05:13,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,653 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,653 [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-10-22 16:05:13,653 [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-10-22 16:05:13,653 [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-10-22 16:05:13,654 [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-10-22 16:05:13,654 [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-10-22 16:05:13,654 [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-10-22 16:05:13,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,655 [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-10-22 16:05:13,655 [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-10-22 16:05:13,655 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,655 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,656 [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-10-22 16:05:13,656 [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-10-22 16:05:13,656 [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-10-22 16:05:13,656 [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-10-22 16:05:13,657 [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-10-22 16:05:13,658 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,658 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,658 [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-10-22 16:05:13,658 [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-10-22 16:05:13,658 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,658 [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-10-22 16:05:13,658 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,658 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,658 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,658 [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-10-22 16:05:13,658 [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-10-22 16:05:13,658 [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-10-22 16:05:13,658 [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-10-22 16:05:13,658 [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-10-22 16:05:13,659 [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-10-22 16:05:13,659 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,659 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,659 [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-10-22 16:05:13,659 [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-10-22 16:05:13,659 [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-10-22 16:05:13,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,660 [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-10-22 16:05:13,660 [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-10-22 16:05:13,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,660 [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-10-22 16:05:13,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,660 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,660 [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-10-22 16:05:13,660 [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-10-22 16:05:13,660 [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-10-22 16:05:13,660 [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-10-22 16:05:13,660 [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-10-22 16:05:13,660 [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-10-22 16:05:13,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,661 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,661 [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-10-22 16:05:13,661 [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-10-22 16:05:13,661 [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-10-22 16:05:13,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,662 [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-10-22 16:05:13,662 [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-10-22 16:05:13,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,662 [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-10-22 16:05:13,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,662 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,662 [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-10-22 16:05:13,662 [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-10-22 16:05:13,662 [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-10-22 16:05:13,662 [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-10-22 16:05:13,662 [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-10-22 16:05:13,663 [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-10-22 16:05:13,663 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,663 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,663 [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-10-22 16:05:13,663 [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-10-22 16:05:13,663 [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-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,664 [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-10-22 16:05:13,664 [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-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,664 [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-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,664 [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-10-22 16:05:13,664 [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-10-22 16:05:13,664 [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-10-22 16:05:13,664 [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-10-22 16:05:13,664 [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-10-22 16:05:13,664 [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-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,664 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,664 [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-10-22 16:05:13,665 [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-10-22 16:05:13,665 [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-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,666 [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-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,666 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,666 [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-10-22 16:05:13,667 [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-10-22 16:05:13,667 [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.059 s - in org.appng.formtags.RuleValidationTest [INFO] Running org.appng.formtags.FormElementRuleTest 2018-10-22 16:05:13,670 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,670 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,670 [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-10-22 16:05:13,670 [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-10-22 16:05:13,670 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,670 [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-10-22 16:05:13,670 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,670 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,670 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,670 [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-10-22 16:05:13,670 [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-10-22 16:05:13,670 [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-10-22 16:05:13,670 [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-10-22 16:05:13,670 [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-10-22 16:05:13,670 [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-10-22 16:05:13,671 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,671 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,671 [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-10-22 16:05:13,671 [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-10-22 16:05:13,672 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,672 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,672 [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-10-22 16:05:13,672 [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-10-22 16:05:13,672 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,672 [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-10-22 16:05:13,672 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,672 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,672 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,672 [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-10-22 16:05:13,672 [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-10-22 16:05:13,672 [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-10-22 16:05:13,673 [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-10-22 16:05:13,673 [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-10-22 16:05:13,673 [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-10-22 16:05:13,673 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,673 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,673 [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-10-22 16:05:13,673 [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-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,674 [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-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,674 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,674 [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-10-22 16:05:13,674 [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-10-22 16:05:13,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,675 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,676 [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-10-22 16:05:13,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,676 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,676 [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-10-22 16:05:13,676 [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-10-22 16:05:13,676 [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-10-22 16:05:13,676 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,676 [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-10-22 16:05:13,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,677 [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-10-22 16:05:13,677 [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-10-22 16:05:13,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,677 [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-10-22 16:05:13,677 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,678 [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-10-22 16:05:13,678 [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-10-22 16:05:13,678 [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-10-22 16:05:13,678 [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-10-22 16:05:13,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,678 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,678 [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-10-22 16:05:13,678 [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-10-22 16:05:13,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,679 [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-10-22 16:05:13,679 [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-10-22 16:05:13,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,679 [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-10-22 16:05:13,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,679 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,679 [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-10-22 16:05:13,679 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,680 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,680 [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-10-22 16:05:13,680 [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-10-22 16:05:13,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,681 [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-10-22 16:05:13,681 [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-10-22 16:05:13,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,681 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,681 [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-10-22 16:05:13,682 [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-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,683 [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-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,683 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,683 [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-10-22 16:05:13,683 [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-10-22 16:05:13,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,685 [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-10-22 16:05:13,685 [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-10-22 16:05:13,685 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,685 [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-10-22 16:05:13,690 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,690 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,690 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,690 [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-10-22 16:05:13,690 [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-10-22 16:05:13,690 [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-10-22 16:05:13,690 [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-10-22 16:05:13,690 [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-10-22 16:05:13,690 [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-10-22 16:05:13,690 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,690 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,690 [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-10-22 16:05:13,690 [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-10-22 16:05:13,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,692 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,692 [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-10-22 16:05:13,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,694 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,694 [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-10-22 16:05:13,695 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,695 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,695 [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-10-22 16:05:13,696 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,696 [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-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,697 [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-10-22 16:05:13,697 [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-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,697 [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-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,697 [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-10-22 16:05:13,697 [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-10-22 16:05:13,697 [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-10-22 16:05:13,697 [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-10-22 16:05:13,697 [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-10-22 16:05:13,697 [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-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,697 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,697 [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-10-22 16:05:13,698 [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-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,699 [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-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,699 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,699 [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-10-22 16:05:13,699 [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-10-22 16:05:13,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,700 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,701 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,701 [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-10-22 16:05:13,701 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,701 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,701 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,701 [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-10-22 16:05:13,701 [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-10-22 16:05:13,701 [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-10-22 16:05:13,701 [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-10-22 16:05:13,701 [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-10-22 16:05:13,701 [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-10-22 16:05:13,701 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,701 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,701 [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-10-22 16:05:13,701 [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-10-22 16:05:13,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,702 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,702 [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-10-22 16:05:13,703 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,703 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,703 [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-10-22 16:05:13,703 [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-10-22 16:05:13,703 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,703 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,704 [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-10-22 16:05:13,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,705 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,705 [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-10-22 16:05:13,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,706 [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-10-22 16:05:13,706 [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-10-22 16:05:13,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,706 [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-10-22 16:05:13,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,706 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,706 [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-10-22 16:05:13,706 [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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,707 [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-10-22 16:05:13,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,708 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,708 [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-10-22 16:05:13,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-10-22 16:05:13,709 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,709 [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-10-22 16:05:13,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,710 [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-10-22 16:05:13,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,710 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,710 [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-10-22 16:05:13,711 [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-10-22 16:05:13,711 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,711 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,711 [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-10-22 16:05:13,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-10-22 16:05:13,712 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,712 [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-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,713 [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-10-22 16:05:13,713 [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-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,713 [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-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,713 [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-10-22 16:05:13,713 [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-10-22 16:05:13,713 [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-10-22 16:05:13,713 [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-10-22 16:05:13,713 [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-10-22 16:05:13,713 [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-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,713 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,713 [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-10-22 16:05:13,714 [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-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,715 [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-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,715 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,715 [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-10-22 16:05:13,715 [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-10-22 16:05:13,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,717 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,718 [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-10-22 16:05:13,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,718 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,718 [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-10-22 16:05:13,719 [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-10-22 16:05:13,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,719 [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-10-22 16:05:13,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,719 [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-10-22 16:05:13,719 [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-10-22 16:05:13,719 [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-10-22 16:05:13,719 [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-10-22 16:05:13,719 [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-10-22 16:05:13,719 [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-10-22 16:05:13,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,719 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,719 [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-10-22 16:05:13,719 [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-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,720 [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-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,720 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,720 [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-10-22 16:05:13,720 [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-10-22 16:05:13,721 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,722 [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-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,722 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,722 [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-10-22 16:05:13,722 [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-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,723 [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-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,723 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,723 [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-10-22 16:05:13,723 [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-10-22 16:05:13,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,724 [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-10-22 16:05:13,724 [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-10-22 16:05:13,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,724 [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-10-22 16:05:13,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,724 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,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-10-22 16:05:13,725 [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-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':string' with method 'public static boolean org.appng.formtags.RuleValidation.string(java.lang.String), 2018-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':email' with method 'public static boolean org.appng.formtags.RuleValidation.email(java.lang.String), 2018-10-22 16:05:13,726 [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-10-22 16:05:13,726 [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-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':number' with method 'public static boolean org.appng.formtags.RuleValidation.number(java.lang.String), 2018-10-22 16:05:13,726 [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-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':size' with method 'public static boolean org.appng.formtags.RuleValidation.size(java.lang.Object,int), 2018-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMax' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMax(java.lang.Object,int), 2018-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':sizeMin' with method 'public static boolean org.appng.formtags.RuleValidation.sizeMin(java.lang.Object,int), 2018-10-22 16:05:13,726 [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-10-22 16:05:13,726 [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-10-22 16:05:13,726 [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-10-22 16:05:13,726 [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-10-22 16:05:13,726 [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-10-22 16:05:13,726 [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-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMin' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMin(java.util.List,int), 2018-10-22 16:05:13,726 [main] DEBUG org.appng.el.ExpressionEvaluator - registered function ':fileCountMax' with method 'public static boolean org.appng.formtags.RuleValidation.fileCountMax(java.util.List,int), 2018-10-22 16:05:13,726 [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-10-22 16:05:13,727 [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.059 s - in org.appng.formtags.FormElementRuleTest [INFO] Running org.appng.formtags.providers.EmailProviderTest 2018-10-22 16:05:13,740 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending emails is enabled 2018-10-22 16:05:13,741 [main] DEBUG org.appng.formtags.providers.EmailProvider - sending mail: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.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.18.0-RC1/appng-formtags-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-formtags/target/appng-formtags-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-formtags --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.jar (30 kB at 648 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1.pom (1.8 kB at 52 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/maven-metadata.xml (313 B at 8.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-formtags/1.18.0-RC1/appng-formtags-1.18.0-RC1-sources.jar (21 kB at 577 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG XML-API 1.18.0-RC1 [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] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-xmlapi --- [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-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.MarshallServiceTest 2018-10-22 16:05:15,835 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-10-22 16:05:15,835 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-10-22 16:05:15,837 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-10-22 16:05:15,837 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-10-22 16:05:15,838 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-10-22 16:05:15,838 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-10-22 16:05:15,840 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-10-22 16:05:15,840 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-10-22 16:05:15,841 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-10-22 16:05:15,841 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-10-22 16:05:15,841 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-10-22 16:05:15,841 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-10-22 16:05:15,842 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-10-22 16:05:15,842 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-10-22 16:05:15,842 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-10-22 16:05:15,842 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-10-22 16:05:15,843 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-10-22 16:05:15,843 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-10-22 16:05:15,843 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-10-22 16:05:15,843 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-10-22 16:05:15,843 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-10-22 16:05:15,843 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-10-22 16:05:15,844 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-10-22 16:05:15,844 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-10-22 16:05:15,844 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-10-22 16:05:15,844 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-10-22 16:05:15,845 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-10-22 16:05:15,845 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-10-22 16:05:15,845 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-10-22 16:05:15,845 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-10-22 16:05:15,848 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-10-22 16:05:15,848 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-10-22 16:05:15,854 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-10-22 16:05:15,854 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-10-22 16:05:15,858 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-10-22 16:05:15,858 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-10-22 16:05:15,860 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-10-22 16:05:15,860 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-10-22 16:05:15,863 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-10-22 16:05:15,863 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-10-22 16:05:16,113 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@44a7bfbc: 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-10-22 16:05:16,113 ERROR [main] org.appng.xml.MarshallService : error on org.appng.xml.platform.Platform@44a7bfbc: 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: 1.096 s - in org.appng.xml.MarshallServiceTest [INFO] Running org.appng.xml.transformation.StyleSheetProviderTest 2018-10-22 16:05:16,165 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete 2018-10-22 16:05:16,165 DEBUG [main] org.appng.xml.transformation.StyleSheetProvider: stylesheet complete [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.appng.xml.transformation.StyleSheetProviderTest [INFO] Running org.appng.xml.ApplicationPropertyConstantCreatorTest 2018-10-22 16:05:16,203 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java 2018-10-22 16:05:16,203 DEBUG [main] org.appng.xml.ApplicationPropertyConstantCreator: Wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/tmp/org/appng/xml/ApplicationProperty.java [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.appng.xml.ApplicationPropertyConstantCreatorTest [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.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.18.0-RC1/appng-xmlapi-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-xmlapi/target/appng-xmlapi-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-xmlapi --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.jar Progress (1): 2.0/155 kB Progress (1): 4.1/155 kB Progress (1): 6.1/155 kB Progress (1): 8.2/155 kB Progress (1): 10/155 kB Progress (1): 12/155 kB Progress (1): 14/155 kB Progress (1): 16/155 kB Progress (1): 18/155 kB Progress (1): 20/155 kB Progress (1): 23/155 kB Progress (1): 25/155 kB Progress (1): 27/155 kB Progress (1): 29/155 kB Progress (1): 31/155 kB Progress (1): 33/155 kB Progress (1): 35/155 kB Progress (1): 37/155 kB Progress (1): 39/155 kB Progress (1): 41/155 kB Progress (1): 43/155 kB Progress (1): 45/155 kB Progress (1): 47/155 kB Progress (1): 49/155 kB Progress (1): 51/155 kB Progress (1): 53/155 kB Progress (1): 55/155 kB Progress (1): 57/155 kB Progress (1): 59/155 kB Progress (1): 61/155 kB Progress (1): 63/155 kB Progress (1): 66/155 kB Progress (1): 68/155 kB Progress (1): 70/155 kB Progress (1): 72/155 kB Progress (1): 74/155 kB Progress (1): 76/155 kB Progress (1): 78/155 kB Progress (1): 80/155 kB Progress (1): 82/155 kB Progress (1): 84/155 kB Progress (1): 86/155 kB Progress (1): 88/155 kB Progress (1): 90/155 kB Progress (1): 92/155 kB Progress (1): 94/155 kB Progress (1): 96/155 kB Progress (1): 98/155 kB Progress (1): 100/155 kB Progress (1): 102/155 kB Progress (1): 104/155 kB Progress (1): 106/155 kB Progress (1): 109/155 kB Progress (1): 111/155 kB Progress (1): 113/155 kB Progress (1): 115/155 kB Progress (1): 117/155 kB Progress (1): 119/155 kB Progress (1): 121/155 kB Progress (1): 123/155 kB Progress (1): 125/155 kB Progress (1): 127/155 kB Progress (1): 129/155 kB Progress (1): 131/155 kB Progress (1): 133/155 kB Progress (1): 135/155 kB Progress (1): 137/155 kB Progress (1): 139/155 kB Progress (1): 141/155 kB Progress (1): 143/155 kB Progress (1): 145/155 kB Progress (1): 147/155 kB Progress (1): 150/155 kB Progress (1): 152/155 kB Progress (1): 154/155 kB Progress (1): 155 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.jar (155 kB at 484 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.pom Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1.pom (3.1 kB at 77 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/maven-metadata.xml (311 B at 9.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-sources.jar Progress (1): 2.0/163 kB Progress (1): 4.1/163 kB Progress (1): 6.1/163 kB Progress (1): 8.2/163 kB Progress (1): 10/163 kB Progress (1): 12/163 kB Progress (1): 14/163 kB Progress (1): 16/163 kB Progress (1): 18/163 kB Progress (1): 20/163 kB Progress (1): 23/163 kB Progress (1): 25/163 kB Progress (1): 27/163 kB Progress (1): 29/163 kB Progress (1): 31/163 kB Progress (1): 33/163 kB Progress (1): 35/163 kB Progress (1): 37/163 kB Progress (1): 39/163 kB Progress (1): 41/163 kB Progress (1): 43/163 kB Progress (1): 45/163 kB Progress (1): 47/163 kB Progress (1): 49/163 kB Progress (1): 51/163 kB Progress (1): 53/163 kB Progress (1): 55/163 kB Progress (1): 57/163 kB Progress (1): 59/163 kB Progress (1): 61/163 kB Progress (1): 63/163 kB Progress (1): 66/163 kB Progress (1): 68/163 kB Progress (1): 70/163 kB Progress (1): 72/163 kB Progress (1): 74/163 kB Progress (1): 76/163 kB Progress (1): 78/163 kB Progress (1): 80/163 kB Progress (1): 82/163 kB Progress (1): 84/163 kB Progress (1): 86/163 kB Progress (1): 88/163 kB Progress (1): 90/163 kB Progress (1): 92/163 kB Progress (1): 94/163 kB Progress (1): 96/163 kB Progress (1): 98/163 kB Progress (1): 100/163 kB Progress (1): 102/163 kB Progress (1): 104/163 kB Progress (1): 106/163 kB Progress (1): 109/163 kB Progress (1): 111/163 kB Progress (1): 113/163 kB Progress (1): 115/163 kB Progress (1): 117/163 kB Progress (1): 119/163 kB Progress (1): 121/163 kB Progress (1): 123/163 kB Progress (1): 125/163 kB Progress (1): 127/163 kB Progress (1): 129/163 kB Progress (1): 131/163 kB Progress (1): 133/163 kB Progress (1): 135/163 kB Progress (1): 137/163 kB Progress (1): 139/163 kB Progress (1): 141/163 kB Progress (1): 143/163 kB Progress (1): 145/163 kB Progress (1): 147/163 kB Progress (1): 150/163 kB Progress (1): 152/163 kB Progress (1): 154/163 kB Progress (1): 156/163 kB Progress (1): 158/163 kB Progress (1): 160/163 kB Progress (1): 162/163 kB Progress (1): 163 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-xmlapi/1.18.0-RC1/appng-xmlapi-1.18.0-RC1-sources.jar (163 kB at 4.4 MB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG public API 1.18.0-RC1 [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 168 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 34 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 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.FormDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in org.appng.api.FormDataBinderTest [INFO] Running org.appng.api.auth.AuthToolsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.api.auth.AuthToolsTest [INFO] Running org.appng.api.RequestDataBinderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.appng.api.RequestDataBinderTest [INFO] Running org.appng.api.ConfigValidatorTest 2018-10-22 16:05:19,750 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-10-22 16:05:19,758 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-10-22 16:05:19,762 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-10-22 16:05:19,767 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-10-22 16:05:19,770 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-10-22 16:05:19,771 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-10-22 16:05:19,771 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-10-22 16:05:19,771 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-10-22 16:05:19,771 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-10-22 16:05:19,771 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneCloneDatasource::cloneCloneDatasource 2018-10-22 16:05:20,090 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-10-22 16:05:20,098 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-10-22 16:05:20,110 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-10-22 16:05:20,116 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-10-22 16:05:20,121 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-10-22 16:05:20,126 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-10-22 16:05:20,176 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-10-22 16:05:20,182 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-10-22 16:05:20,187 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-10-22 16:05:20,192 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-10-22 16:05:20,197 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-10-22 16:05:20,201 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-10-22 16:05:20,268 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-10-22 16:05:20,271 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-10-22 16:05:20,274 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-10-22 16:05:20,277 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-10-22 16:05:20,280 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-10-22 16:05:20,389 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-10-22 16:05:20,394 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-10-22 16:05:20,398 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-10-22 16:05:20,401 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-10-22 16:05:20,404 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-10-22 16:05:20,408 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-10-22 16:05:20,484 INFO [main] org.appng.api.support.ConfigValidator: validated application 'application' in 420ms 2018-10-22 16:05:20,485 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-10-22 16:05:20,495 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-10-22 16:05:20,504 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='cloneCloneCloneDatasource']/config/meta-data in resource datasource.xml 2018-10-22 16:05:20,509 ERROR [main] org.appng.api.support.ConfigValidator: no node found for xpath: //datasource[@id='enhancedClone']/config/meta-data in resource datasource.xml 2018-10-22 16:05:20,512 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.187 s - in org.appng.api.ConfigValidatorTest [INFO] Running org.appng.api.XPathProcessorTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.appng.api.XPathProcessorTest [INFO] Running org.appng.api.support.OptionsImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.appng.api.support.OptionsImplTest [INFO] Running org.appng.api.support.LabelSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.api.support.LabelSupportTest [INFO] Running org.appng.api.support.ParameterSupportTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.support.ParameterSupportTest [INFO] Running org.appng.api.support.FieldProcessorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.support.FieldProcessorTest [INFO] Running org.appng.api.support.PropertyHolderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.PropertyHolderTest [INFO] Running org.appng.api.support.CallableDataSourceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.appng.api.support.CallableDataSourceTest [INFO] Running org.appng.api.support.RequestSupportTest 2018-10-22 16:05:20,787 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-10-22 16:05:20,791 WARN [main] org.appng.api.support.field.DecimalFieldConverter: error in field savings: can not convert 'null' to type 'java.lang.Double' using format '###,###.###' 2018-10-22 16:05:20,791 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '#' 2018-10-22 16:05:20,796 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field age: can not convert 'null' to type 'java.lang.Long' using format '###' 2018-10-22 16:05:20,834 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s - in org.appng.api.support.RequestSupportTest [INFO] Running org.appng.api.support.field.DateFieldConverterTest 2018-10-22 16:05:21,109 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.03 s - in org.appng.api.support.field.DateFieldConverterTest [INFO] Running org.appng.api.support.field.DateFieldConverterDateTimeTest 2018-10-22 16:05:21,180 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.068 s - in org.appng.api.support.field.DateFieldConverterDateTimeTest [INFO] Running org.appng.api.support.field.DefaultFieldConverterTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.appng.api.support.field.DefaultFieldConverterTest [INFO] Running org.appng.api.support.field.ObjectFieldConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.appng.api.support.field.ObjectFieldConverterTest [INFO] Running org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.field.LinkPanelFieldHandlerTest [INFO] Running org.appng.api.support.field.ListFieldConverterTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.api.support.field.ListFieldConverterTest [INFO] Running org.appng.api.support.field.IntegerFieldConverterTest 2018-10-22 16:05:21,605 WARN [main] org.appng.api.support.field.IntegerFieldConverter: error in field object: can not convert '2247483648' to type 'java.lang.Integer' using format '#' 2018-10-22 16:05:21,610 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.023 s - in org.appng.api.support.field.IntegerFieldConverterTest [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.SortParamSupportTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.appng.api.support.SortParamSupportTest [INFO] Running org.appng.api.support.CallableActionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.appng.api.support.CallableActionTest [INFO] Running org.appng.api.support.ScopeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.ScopeTest [INFO] Running org.appng.api.support.OptionImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.api.support.OptionImplTest [INFO] Running org.appng.api.support.ValidationProviderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 s - in org.appng.api.support.ValidationProviderTest [INFO] Running org.appng.api.support.validation.FileUploadValidatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.api.support.validation.FileUploadValidatorTest [INFO] Running org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.appng.api.support.validation.LocalizedMessageInterpolatorTest [INFO] Running org.appng.api.support.DatasourceInheritanceTest 2018-10-22 16:05:22,141 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneDatasource::datasource 2018-10-22 16:05:22,143 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for cloneCloneDatasource::cloneDatasource 2018-10-22 16:05:22,144 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for enhancedClone::datasource 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override title 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override description 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add parameter newParam 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add new field foo at position 0 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option testOption 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add linkpanel with id nintendo 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-10-22 16:05:22,145 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: process inheritance for overrideBeanClone::datasource 2018-10-22 16:05:22,146 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override permissions 2018-10-22 16:05:22,146 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override bean id hansolo 2018-10-22 16:05:22,146 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: add bean option lucas 2018-10-22 16:05:22,146 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id foo 2018-10-22 16:05:22,146 INFO [main] org.appng.api.support.ApplicationConfigProviderImpl: override linkpanel with id jin 2018-10-22 16:05:22,146 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.017 s - in org.appng.api.support.DatasourceInheritanceTest [INFO] Running org.appng.api.support.I18nTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.support.I18nTest [INFO] Running org.appng.api.support.MessageSourceChainTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.api.support.MessageSourceChainTest [INFO] Running org.appng.api.support.SelectionBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.SelectionBuilderTest [INFO] Running org.appng.api.support.SelectionFactoryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.api.support.SelectionFactoryTest [INFO] Running org.appng.api.support.ElementHelperTest [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.067 s - in org.appng.api.support.ElementHelperTest [INFO] Running org.appng.api.support.HttpHeaderUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.api.support.HttpHeaderUtilsTest [INFO] Running org.appng.api.support.ResultServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.appng.api.support.ResultServiceTest [INFO] Running org.appng.api.support.environment.EnvironmentTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.appng.api.support.environment.EnvironmentTest [INFO] Running org.appng.api.FileUploadTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.appng.api.FileUploadTest [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.504 s - in org.appng.api.ConsumerProducerTest [INFO] Running org.appng.api.DataContainerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.appng.api.DataContainerTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 242, 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.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.18.0-RC1/appng-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-api/target/appng-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-api --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.jar Progress (1): 2.0/330 kB Progress (1): 4.1/330 kB Progress (1): 6.1/330 kB Progress (1): 8.2/330 kB Progress (1): 10/330 kB Progress (1): 12/330 kB Progress (1): 14/330 kB Progress (1): 16/330 kB Progress (1): 18/330 kB Progress (1): 20/330 kB Progress (1): 23/330 kB Progress (1): 25/330 kB Progress (1): 27/330 kB Progress (1): 29/330 kB Progress (1): 31/330 kB Progress (1): 33/330 kB Progress (1): 35/330 kB Progress (1): 37/330 kB Progress (1): 39/330 kB Progress (1): 41/330 kB Progress (1): 43/330 kB Progress (1): 45/330 kB Progress (1): 47/330 kB Progress (1): 49/330 kB Progress (1): 51/330 kB Progress (1): 53/330 kB Progress (1): 55/330 kB Progress (1): 57/330 kB Progress (1): 59/330 kB Progress (1): 61/330 kB Progress (1): 63/330 kB Progress (1): 66/330 kB Progress (1): 68/330 kB Progress (1): 70/330 kB Progress (1): 72/330 kB Progress (1): 74/330 kB Progress (1): 76/330 kB Progress (1): 78/330 kB Progress (1): 80/330 kB Progress (1): 82/330 kB Progress (1): 84/330 kB Progress (1): 86/330 kB Progress (1): 88/330 kB Progress (1): 90/330 kB Progress (1): 92/330 kB Progress (1): 94/330 kB Progress (1): 96/330 kB Progress (1): 98/330 kB Progress (1): 100/330 kB Progress (1): 102/330 kB Progress (1): 104/330 kB Progress (1): 106/330 kB Progress (1): 109/330 kB Progress (1): 111/330 kB Progress (1): 113/330 kB Progress (1): 115/330 kB Progress (1): 117/330 kB Progress (1): 119/330 kB Progress (1): 121/330 kB Progress (1): 123/330 kB Progress (1): 125/330 kB Progress (1): 127/330 kB Progress (1): 129/330 kB Progress (1): 131/330 kB Progress (1): 133/330 kB Progress (1): 135/330 kB Progress (1): 137/330 kB Progress (1): 139/330 kB Progress (1): 141/330 kB Progress (1): 143/330 kB Progress (1): 145/330 kB Progress (1): 147/330 kB Progress (1): 150/330 kB Progress (1): 152/330 kB Progress (1): 154/330 kB Progress (1): 156/330 kB Progress (1): 158/330 kB Progress (1): 160/330 kB Progress (1): 162/330 kB Progress (1): 164/330 kB Progress (1): 166/330 kB Progress (1): 168/330 kB Progress (1): 170/330 kB Progress (1): 172/330 kB Progress (1): 174/330 kB Progress (1): 176/330 kB Progress (1): 178/330 kB Progress (1): 180/330 kB Progress (1): 182/330 kB Progress (1): 184/330 kB Progress (1): 186/330 kB Progress (1): 188/330 kB Progress (1): 190/330 kB Progress (1): 193/330 kB Progress (1): 195/330 kB Progress (1): 197/330 kB Progress (1): 199/330 kB Progress (1): 201/330 kB Progress (1): 203/330 kB Progress (1): 205/330 kB Progress (1): 207/330 kB Progress (1): 209/330 kB Progress (1): 211/330 kB Progress (1): 213/330 kB Progress (1): 215/330 kB Progress (1): 217/330 kB Progress (1): 219/330 kB Progress (1): 221/330 kB Progress (1): 223/330 kB Progress (1): 225/330 kB Progress (1): 227/330 kB Progress (1): 229/330 kB Progress (1): 231/330 kB Progress (1): 233/330 kB Progress (1): 236/330 kB Progress (1): 238/330 kB Progress (1): 240/330 kB Progress (1): 242/330 kB Progress (1): 244/330 kB Progress (1): 246/330 kB Progress (1): 248/330 kB Progress (1): 250/330 kB Progress (1): 252/330 kB Progress (1): 254/330 kB Progress (1): 256/330 kB Progress (1): 258/330 kB Progress (1): 260/330 kB Progress (1): 262/330 kB Progress (1): 264/330 kB Progress (1): 266/330 kB Progress (1): 268/330 kB Progress (1): 270/330 kB Progress (1): 272/330 kB Progress (1): 274/330 kB Progress (1): 276/330 kB Progress (1): 279/330 kB Progress (1): 281/330 kB Progress (1): 283/330 kB Progress (1): 285/330 kB Progress (1): 287/330 kB Progress (1): 289/330 kB Progress (1): 291/330 kB Progress (1): 293/330 kB Progress (1): 295/330 kB Progress (1): 297/330 kB Progress (1): 299/330 kB Progress (1): 301/330 kB Progress (1): 303/330 kB Progress (1): 305/330 kB Progress (1): 307/330 kB Progress (1): 309/330 kB Progress (1): 311/330 kB Progress (1): 313/330 kB Progress (1): 315/330 kB Progress (1): 317/330 kB Progress (1): 319/330 kB Progress (1): 322/330 kB Progress (1): 324/330 kB Progress (1): 326/330 kB Progress (1): 328/330 kB Progress (1): 330/330 kB Progress (1): 330 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.jar (330 kB at 6.1 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.pom Progress (1): 2.0/3.9 kB Progress (1): 3.9 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1.pom (3.9 kB at 119 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml Progress (1): 308 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/maven-metadata.xml (308 B at 9.9 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar Progress (1): 2.0/270 kB Progress (1): 4.1/270 kB Progress (1): 6.1/270 kB Progress (1): 8.2/270 kB Progress (1): 10/270 kB Progress (1): 12/270 kB Progress (1): 14/270 kB Progress (1): 16/270 kB Progress (1): 18/270 kB Progress (1): 20/270 kB Progress (1): 23/270 kB Progress (1): 25/270 kB Progress (1): 27/270 kB Progress (1): 29/270 kB Progress (1): 31/270 kB Progress (1): 33/270 kB Progress (1): 35/270 kB Progress (1): 37/270 kB Progress (1): 39/270 kB Progress (1): 41/270 kB Progress (1): 43/270 kB Progress (1): 45/270 kB Progress (1): 47/270 kB Progress (1): 49/270 kB Progress (1): 51/270 kB Progress (1): 53/270 kB Progress (1): 55/270 kB Progress (1): 57/270 kB Progress (1): 59/270 kB Progress (1): 61/270 kB Progress (1): 63/270 kB Progress (1): 66/270 kB Progress (1): 68/270 kB Progress (1): 70/270 kB Progress (1): 72/270 kB Progress (1): 74/270 kB Progress (1): 76/270 kB Progress (1): 78/270 kB Progress (1): 80/270 kB Progress (1): 82/270 kB Progress (1): 84/270 kB Progress (1): 86/270 kB Progress (1): 88/270 kB Progress (1): 90/270 kB Progress (1): 92/270 kB Progress (1): 94/270 kB Progress (1): 96/270 kB Progress (1): 98/270 kB Progress (1): 100/270 kB Progress (1): 102/270 kB Progress (1): 104/270 kB Progress (1): 106/270 kB Progress (1): 109/270 kB Progress (1): 111/270 kB Progress (1): 113/270 kB Progress (1): 115/270 kB Progress (1): 117/270 kB Progress (1): 119/270 kB Progress (1): 121/270 kB Progress (1): 123/270 kB Progress (1): 125/270 kB Progress (1): 127/270 kB Progress (1): 129/270 kB Progress (1): 131/270 kB Progress (1): 133/270 kB Progress (1): 135/270 kB Progress (1): 137/270 kB Progress (1): 139/270 kB Progress (1): 141/270 kB Progress (1): 143/270 kB Progress (1): 145/270 kB Progress (1): 147/270 kB Progress (1): 150/270 kB Progress (1): 152/270 kB Progress (1): 154/270 kB Progress (1): 156/270 kB Progress (1): 158/270 kB Progress (1): 160/270 kB Progress (1): 162/270 kB Progress (1): 164/270 kB Progress (1): 166/270 kB Progress (1): 168/270 kB Progress (1): 170/270 kB Progress (1): 172/270 kB Progress (1): 174/270 kB Progress (1): 176/270 kB Progress (1): 178/270 kB Progress (1): 180/270 kB Progress (1): 182/270 kB Progress (1): 184/270 kB Progress (1): 186/270 kB Progress (1): 188/270 kB Progress (1): 190/270 kB Progress (1): 193/270 kB Progress (1): 195/270 kB Progress (1): 197/270 kB Progress (1): 199/270 kB Progress (1): 201/270 kB Progress (1): 203/270 kB Progress (1): 205/270 kB Progress (1): 207/270 kB Progress (1): 209/270 kB Progress (1): 211/270 kB Progress (1): 213/270 kB Progress (1): 215/270 kB Progress (1): 217/270 kB Progress (1): 219/270 kB Progress (1): 221/270 kB Progress (1): 223/270 kB Progress (1): 225/270 kB Progress (1): 227/270 kB Progress (1): 229/270 kB Progress (1): 231/270 kB Progress (1): 233/270 kB Progress (1): 236/270 kB Progress (1): 238/270 kB Progress (1): 240/270 kB Progress (1): 242/270 kB Progress (1): 244/270 kB Progress (1): 246/270 kB Progress (1): 248/270 kB Progress (1): 250/270 kB Progress (1): 252/270 kB Progress (1): 254/270 kB Progress (1): 256/270 kB Progress (1): 258/270 kB Progress (1): 260/270 kB Progress (1): 262/270 kB Progress (1): 264/270 kB Progress (1): 266/270 kB Progress (1): 268/270 kB Progress (1): 270 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-api/1.18.0-RC1/appng-api-1.18.0-RC1-sources.jar (270 kB at 6.0 MB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG testsupport 1.18.0-RC1 [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 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-testsupport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 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.TestBaseTest 2018-10-22 16:05:24,222 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-10-22 16:05:24,241 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4516af24, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4ae82894, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@543788f3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6d3af739, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1da51a35, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16022d9d] 2018-10-22 16:05:24,298 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-10-22 16:05:24,410 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@45afc369: startup date [Mon Oct 22 16:05:24 CEST 2018]; root of context hierarchy 2018-10-22 16:05:25,095 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@45afc369: startup date [Mon Oct 22 16:05:24 CEST 2018]; root of context hierarchy [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 s - in org.appng.testsupport.TestBaseTest [INFO] Running org.appng.testsupport.validation.AttributeValueDifferenceHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 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.013 s - in org.appng.testsupport.validation.TextValueDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.appng.testsupport.validation.WritingJsonValidatorTest [INFO] Running org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.testsupport.validation.XPathDifferenceHandlerTest [INFO] Running org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.appng.testsupport.validation.DateFieldDifferenceHandlerTest [INFO] Running org.appng.testsupport.SimpleApplicationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.appng.testsupport.SimpleApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.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.18.0-RC1/appng-testsupport-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-testsupport/target/appng-testsupport-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-testsupport --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.jar Progress (1): 2.0/57 kB Progress (1): 4.1/57 kB Progress (1): 6.1/57 kB Progress (1): 8.2/57 kB Progress (1): 10/57 kB Progress (1): 12/57 kB Progress (1): 14/57 kB Progress (1): 16/57 kB Progress (1): 18/57 kB Progress (1): 20/57 kB Progress (1): 23/57 kB Progress (1): 25/57 kB Progress (1): 27/57 kB Progress (1): 29/57 kB Progress (1): 31/57 kB Progress (1): 33/57 kB Progress (1): 35/57 kB Progress (1): 37/57 kB Progress (1): 39/57 kB Progress (1): 41/57 kB Progress (1): 43/57 kB Progress (1): 45/57 kB Progress (1): 47/57 kB Progress (1): 49/57 kB Progress (1): 51/57 kB Progress (1): 53/57 kB Progress (1): 55/57 kB Progress (1): 57 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.jar (57 kB at 190 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.pom Progress (1): 2.0/2.2 kB Progress (1): 2.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1.pom (2.2 kB at 56 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/maven-metadata.xml (316 B at 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-sources.jar Progress (1): 2.0/36 kB Progress (1): 4.1/36 kB Progress (1): 6.1/36 kB Progress (1): 8.2/36 kB Progress (1): 10/36 kB Progress (1): 12/36 kB Progress (1): 14/36 kB Progress (1): 16/36 kB Progress (1): 18/36 kB Progress (1): 20/36 kB Progress (1): 23/36 kB Progress (1): 25/36 kB Progress (1): 27/36 kB Progress (1): 29/36 kB Progress (1): 31/36 kB Progress (1): 33/36 kB Progress (1): 35/36 kB Progress (1): 36 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-testsupport/1.18.0-RC1/appng-testsupport-1.18.0-RC1-sources.jar (36 kB at 1.1 MB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG REST API 1.18.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- swagger-codegen-maven-plugin:2.3.1:generate (default) @ appng-rest-api --- [INFO] reading from /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/src/main/resources/org/appng/api/rest/appng-rest.yaml [INFO] Invoker Package Name, originally not set, is now dervied from model package name: org.appng.api.rest [INFO] Skipped overwriting pom.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//pom.xml [INFO] Skipped overwriting README.md as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//README.md [INFO] Skipped overwriting build.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.gradle [INFO] Skipped overwriting build.sbt as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//build.sbt [INFO] Skipped overwriting settings.gradle as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//settings.gradle [INFO] Skipped overwriting gradle.properties as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger//gradle.properties [INFO] Skipped overwriting AndroidManifest.xml as the file already exists in /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/AndroidManifest.xml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Action.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Action.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ActionField.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ActionField.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Datasource.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Datasource.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Element.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Element.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ErrorModel.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ErrorModel.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Field.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Field.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/FieldValue.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/FieldValue.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Filter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Filter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Link.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Link.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Message.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Message.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Option.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Option.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/OptionType.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/OptionType.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Options.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Options.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Page.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Page.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Parameter.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Parameter.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Permission.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Permission.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/Sort.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/Sort.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/User.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/User.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/model/ValidationRule.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/docs/ValidationRule.md [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.travis.yml [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/ApiClient.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/HttpBasicAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/ApiKeyAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuth.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/OAuthFlow.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradlew.bat [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.properties [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/gradle/wrapper/gradle-wrapper.jar [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/git_push.sh [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.gitignore [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/auth/Authentication.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java [INFO] writing file /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/.swagger-codegen/VERSION [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (default) @ appng-rest-api --- [INFO] Source directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java added. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-rest-api --- [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-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/classes [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/generated-sources/swagger/src/main/java/org/appng/api/rest/RFC3339DateFormat.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-rest-api --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-rest-api --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-rest-api --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.api.rest.DataSourceHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.appng.api.rest.DataSourceHelperTest [INFO] Running org.appng.api.rest.ActionHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.api.rest.ActionHelperTest [INFO] Running org.appng.api.rest.RestClientTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.appng.api.rest.RestClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1.jar [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-rest-api --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-rest-api --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-rest-api/target/appng-rest-api-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-rest-api --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.jar Progress (1): 2.0/82 kB Progress (1): 4.1/82 kB Progress (1): 6.1/82 kB Progress (1): 8.2/82 kB Progress (1): 10/82 kB Progress (1): 12/82 kB Progress (1): 14/82 kB Progress (1): 16/82 kB Progress (1): 18/82 kB Progress (1): 20/82 kB Progress (1): 23/82 kB Progress (1): 25/82 kB Progress (1): 27/82 kB Progress (1): 29/82 kB Progress (1): 31/82 kB Progress (1): 33/82 kB Progress (1): 35/82 kB Progress (1): 37/82 kB Progress (1): 39/82 kB Progress (1): 41/82 kB Progress (1): 43/82 kB Progress (1): 45/82 kB Progress (1): 47/82 kB Progress (1): 49/82 kB Progress (1): 51/82 kB Progress (1): 53/82 kB Progress (1): 55/82 kB Progress (1): 57/82 kB Progress (1): 59/82 kB Progress (1): 61/82 kB Progress (1): 63/82 kB Progress (1): 66/82 kB Progress (1): 68/82 kB Progress (1): 70/82 kB Progress (1): 72/82 kB Progress (1): 74/82 kB Progress (1): 76/82 kB Progress (1): 78/82 kB Progress (1): 80/82 kB Progress (1): 82 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.jar (82 kB at 1.7 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.pom Progress (1): 2.0/4.2 kB Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1.pom (4.2 kB at 112 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 9.2 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 14 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar Progress (1): 2.0/53 kB Progress (1): 4.1/53 kB Progress (1): 6.1/53 kB Progress (1): 8.2/53 kB Progress (1): 10/53 kB Progress (1): 12/53 kB Progress (1): 14/53 kB Progress (1): 16/53 kB Progress (1): 18/53 kB Progress (1): 20/53 kB Progress (1): 23/53 kB Progress (1): 25/53 kB Progress (1): 27/53 kB Progress (1): 29/53 kB Progress (1): 31/53 kB Progress (1): 33/53 kB Progress (1): 35/53 kB Progress (1): 37/53 kB Progress (1): 39/53 kB Progress (1): 41/53 kB Progress (1): 43/53 kB Progress (1): 45/53 kB Progress (1): 47/53 kB Progress (1): 49/53 kB Progress (1): 51/53 kB Progress (1): 53 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/1.18.0-RC1/appng-rest-api-1.18.0-RC1-sources.jar (53 kB at 1.5 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 20 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml Progress (1): 313 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-rest-api/maven-metadata.xml (313 B at 15 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Persistence-Tools 1.18.0-RC1 [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.SearchRepositoryTest 2018-10-22 16:05:30,735 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fc6f14e: startup date [Mon Oct 22 16:05:30 CEST 2018]; root of context hierarchy 2018-10-22 16:05:31,081 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-10-22 16:05:31,082 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:31,101 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:31,227 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-10-22 16:05:31,228 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-10-22 16:05:31,279 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-10-22 16:05:31,391 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:31,396 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:31,396 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:31,396 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:31,399 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:31,770 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:31,820 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:32,815 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-10-22 16:05:33,375 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4860827a] 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-10-22 16:05:33,377 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.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) 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.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1078) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:57) 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) ... 53 more Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: PUBLIC.ENVERSTESTENTITY_AUD at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.SchemaManager.getUserTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlterTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlter(Unknown Source) at org.hsqldb.ParserCommand.compilePart(Unknown Source) at org.hsqldb.ParserCommand.compileStatements(Unknown Source) at org.hsqldb.Session.executeDirectStatement(Unknown Source) at org.hsqldb.Session.execute(Unknown Source) ... 56 more 2018-10-22 16:05:33,380 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.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) 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.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1078) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:857) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) at org.appng.persistence.repository.SearchRepositoryTest.setup(SearchRepositoryTest.java:57) 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) ... 53 more Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: PUBLIC.TESTENTITY_AUD at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.error.Error.error(Unknown Source) at org.hsqldb.SchemaManager.getUserTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlterTable(Unknown Source) at org.hsqldb.ParserDDL.compileAlter(Unknown Source) at org.hsqldb.ParserCommand.compilePart(Unknown Source) at org.hsqldb.ParserCommand.compileStatements(Unknown Source) at org.hsqldb.Session.executeDirectStatement(Unknown Source) at org.hsqldb.Session.execute(Unknown Source) ... 56 more 2018-10-22 16:05:33,385 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2f521c4] 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-10-22 16:05:33,394 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:33,405 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:33,916 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:34,048 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6fc6f14e: startup date [Mon Oct 22 16:05:30 CEST 2018]; root of context hierarchy 2018-10-22 16:05:34,049 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,050 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:34,054 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@7d0100ea: startup date [Mon Oct 22 16:05:34 CEST 2018]; root of context hierarchy 2018-10-22 16:05:34,103 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-10-22 16:05:34,103 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,104 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:34,111 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:34,112 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:34,112 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:34,112 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:34,112 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:34,113 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:34,116 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:34,326 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@675b18ff] 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-10-22 16:05:34,329 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3fb450d7] 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-10-22 16:05:34,333 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:34,336 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,389 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:34,419 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@7d0100ea: startup date [Mon Oct 22 16:05:34 CEST 2018]; root of context hierarchy 2018-10-22 16:05:34,420 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,420 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:34,423 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@29d070c7: startup date [Mon Oct 22 16:05:34 CEST 2018]; root of context hierarchy 2018-10-22 16:05:34,470 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-10-22 16:05:34,470 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,470 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:34,478 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:34,478 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:34,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:34,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:34,479 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:34,480 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:34,483 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:34,702 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1a7163e3] 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-10-22 16:05:34,704 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b96f8b0] 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-10-22 16:05:34,708 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:34,711 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,756 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:34,771 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@29d070c7: startup date [Mon Oct 22 16:05:34 CEST 2018]; root of context hierarchy 2018-10-22 16:05:34,772 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,772 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:34,775 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3f3c8b60: startup date [Mon Oct 22 16:05:34 CEST 2018]; root of context hierarchy 2018-10-22 16:05:34,816 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-10-22 16:05:34,817 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:34,817 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:34,823 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:34,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:34,823 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:34,824 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:34,824 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:34,824 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:34,828 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:34,996 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@31d4b3e8] 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-10-22 16:05:34,999 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@29c59b6e] 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-10-22 16:05:35,002 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:35,005 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,050 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:35,062 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3f3c8b60: startup date [Mon Oct 22 16:05:34 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,063 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,063 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,065 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c24f61d: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,103 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-10-22 16:05:35,103 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,103 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:35,108 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:35,108 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,109 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:35,109 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:35,109 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:35,110 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:35,113 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:35,269 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4db46344] 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-10-22 16:05:35,272 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5c41b8d8] 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-10-22 16:05:35,275 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:35,278 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,321 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:35,336 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6c24f61d: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,336 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,337 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,346 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@70169464: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,399 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-10-22 16:05:35,399 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,399 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:35,406 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:35,406 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,406 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:35,406 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:35,406 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:35,407 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:35,411 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:35,580 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ebd8d2] 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-10-22 16:05:35,582 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@360a3106] 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-10-22 16:05:35,586 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:35,589 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,661 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:35,674 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@70169464: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,675 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,675 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,678 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@34fc315d: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,711 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-10-22 16:05:35,712 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,712 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:35,717 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:35,717 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,718 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:35,718 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:35,718 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:35,718 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:35,721 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:35,878 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3f9e8af5] 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-10-22 16:05:35,880 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@18f13756] 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-10-22 16:05:35,884 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:35,886 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,929 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:35,937 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@34fc315d: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,937 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,938 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,940 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e2718b3: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:35,975 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-10-22 16:05:35,975 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:35,975 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:35,980 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:35,980 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:35,981 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:35,981 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:35,981 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:35,981 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:35,984 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:36,148 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@23e0c200] 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-10-22 16:05:36,150 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@28515443] 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-10-22 16:05:36,153 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:36,156 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,194 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:36,213 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5e2718b3: startup date [Mon Oct 22 16:05:35 CEST 2018]; root of context hierarchy 2018-10-22 16:05:36,213 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,213 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:36,216 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@57ab4b33: startup date [Mon Oct 22 16:05:36 CEST 2018]; root of context hierarchy 2018-10-22 16:05:36,253 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-10-22 16:05:36,253 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,253 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:36,258 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:36,258 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:36,258 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:36,258 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:36,258 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:36,259 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:36,262 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:36,430 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4e7151b3] 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-10-22 16:05:36,433 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2c86b0ea] 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-10-22 16:05:36,437 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:36,440 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,493 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:36,505 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@57ab4b33: startup date [Mon Oct 22 16:05:36 CEST 2018]; root of context hierarchy 2018-10-22 16:05:36,506 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,506 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:36,509 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@245b0bd7: startup date [Mon Oct 22 16:05:36 CEST 2018]; root of context hierarchy 2018-10-22 16:05:36,551 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-10-22 16:05:36,551 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,551 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:36,556 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:36,556 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:36,557 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:36,557 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:36,557 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:36,557 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:36,560 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:36,743 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@60256d1b] 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-10-22 16:05:36,745 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@26f07261] 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-10-22 16:05:36,749 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:36,755 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,823 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:36,833 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@245b0bd7: startup date [Mon Oct 22 16:05:36 CEST 2018]; root of context hierarchy 2018-10-22 16:05:36,833 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,834 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:36,837 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6cac0334: startup date [Mon Oct 22 16:05:36 CEST 2018]; root of context hierarchy 2018-10-22 16:05:36,883 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-10-22 16:05:36,884 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:36,884 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:36,889 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:36,890 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:36,890 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:36,890 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:36,890 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:36,890 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:36,893 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:37,050 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1d5fc340] 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-10-22 16:05:37,052 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@75c30a4f] 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-10-22 16:05:37,055 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:37,058 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,131 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:37,181 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6cac0334: startup date [Mon Oct 22 16:05:36 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,181 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,181 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,183 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f2d0ca2: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,215 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-10-22 16:05:37,215 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,215 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:37,220 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:37,220 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,220 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:37,220 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:37,220 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:37,221 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:37,223 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:37,365 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@16422f27] 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-10-22 16:05:37,367 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7053a864] 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-10-22 16:05:37,370 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:37,373 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,408 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:37,441 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f2d0ca2: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,441 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,441 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,443 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@3956e933: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,474 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-10-22 16:05:37,474 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,474 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:37,479 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:37,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:37,479 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:37,479 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:37,480 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:37,482 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:37,627 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@30fffb53] 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-10-22 16:05:37,628 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@487f025] 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-10-22 16:05:37,631 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:37,634 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,670 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:37,697 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@3956e933: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,697 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,697 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,700 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14a3a66c: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,731 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-10-22 16:05:37,731 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,731 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:37,736 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:37,736 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,736 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:37,736 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:37,736 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:37,737 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:37,739 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:37,889 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4ff5711b] 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-10-22 16:05:37,890 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@49c74506] 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-10-22 16:05:37,893 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:37,895 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,928 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:37,935 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@14a3a66c: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,936 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,936 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,938 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5afbbf9b: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:37,968 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-10-22 16:05:37,968 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:37,968 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:37,972 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:37,972 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:37,973 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:37,973 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:37,973 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:37,973 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:37,975 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:38,112 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6d4f1a44] 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-10-22 16:05:38,114 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@51b1732d] 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-10-22 16:05:38,116 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:38,119 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:38,155 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:38,166 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@5afbbf9b: startup date [Mon Oct 22 16:05:37 CEST 2018]; root of context hierarchy 2018-10-22 16:05:38,167 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:38,167 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:38,169 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@6df8131c: startup date [Mon Oct 22 16:05:38 CEST 2018]; root of context hierarchy 2018-10-22 16:05:38,204 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-10-22 16:05:38,205 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:38,205 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:38,210 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:38,210 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:38,210 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:38,210 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:38,210 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:38,211 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:38,214 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:38,499 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6efa2e06] 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-10-22 16:05:38,500 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@13b409bb] 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-10-22 16:05:38,502 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:38,505 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:38,543 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:38,550 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@6df8131c: startup date [Mon Oct 22 16:05:38 CEST 2018]; root of context hierarchy 2018-10-22 16:05:38,550 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:38,551 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.067 s - in org.appng.persistence.repository.SearchRepositoryTest [INFO] Running org.appng.persistence.repository.SearchQueryTest 2018-10-22 16:05:38,574 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:38,578 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:38,579 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:38,579 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:38,579 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:38,579 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:38,579 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:38,582 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:38,721 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2a4137a2] 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-10-22 16:05:38,723 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5a41183b] 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-10-22 16:05:38,725 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:38,729 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:38,754 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:38,758 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:38,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:38,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:38,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:38,758 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:38,759 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:38,761 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:38,920 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7a6433f3] 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-10-22 16:05:38,922 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@34723cfe] 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-10-22 16:05:38,924 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:38,928 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:38,938 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:38,943 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:38,943 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:38,943 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:38,943 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:38,943 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:38,943 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:38,945 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:39,069 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@66beb02d] 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-10-22 16:05:39,070 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3d118651] 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-10-22 16:05:39,072 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:39,076 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:39,090 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:39,094 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:39,094 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:39,094 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:39,095 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:39,095 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:39,095 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:39,097 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:39,223 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@52ac4878] 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-10-22 16:05:39,224 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@11987483] 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-10-22 16:05:39,226 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:39,230 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:39,239 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:39,243 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:39,243 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:39,243 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:39,243 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:39,244 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:39,244 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:39,246 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:39,365 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@200257b8] 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-10-22 16:05:39,366 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3e83ab7b] 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-10-22 16:05:39,369 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:39,372 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s - in org.appng.persistence.repository.SearchQueryTest [INFO] Running org.appng.persistence.repository.QueryDslSearchRepositoryTest 2018-10-22 16:05:39,384 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f27b6fc: startup date [Mon Oct 22 16:05:39 CEST 2018]; root of context hierarchy 2018-10-22 16:05:39,416 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-10-22 16:05:39,416 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:39,416 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:39,420 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:39,421 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:39,421 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:39,421 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:39,421 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:39,421 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:39,423 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:39,551 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b418ca2] 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-10-22 16:05:39,552 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@2558c3fb] 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-10-22 16:05:39,555 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:39,558 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:39,646 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:39,655 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@1f27b6fc: startup date [Mon Oct 22 16:05:39 CEST 2018]; root of context hierarchy 2018-10-22 16:05:39,655 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:39,656 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in org.appng.persistence.repository.QueryDslSearchRepositoryTest [INFO] Running org.appng.persistence.repository.EnversSearchRepositoryTest 2018-10-22 16:05:39,659 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f22049d: startup date [Mon Oct 22 16:05:39 CEST 2018]; root of context hierarchy 2018-10-22 16:05:39,695 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-10-22 16:05:39,695 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:39,695 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:39,700 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:39,700 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:hsql-testdb] 2018-10-22 16:05:39,700 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:39,700 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:39,700 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:39,701 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:05:39,703 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:39,832 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5910aa2e] 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-10-22 16:05:39,834 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@35c630af] 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-10-22 16:05:39,836 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@58437801' 2018-10-22 16:05:39,839 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:39,885 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:05:39,909 INFO [main] org.springframework.context.annotation.AnnotationConfigApplicationContext: Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f22049d: startup date [Mon Oct 22 16:05:39 CEST 2018]; root of context hierarchy 2018-10-22 16:05:39,909 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:hsql-testdb] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s - in org.appng.persistence.repository.EnversSearchRepositoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.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.18.0-RC1/appng-persistence-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-persistence/target/appng-persistence-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-persistence --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.jar (23 kB at 411 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.pom Progress (1): 2.0/2.5 kB Progress (1): 2.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1.pom (2.5 kB at 87 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (316 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (316 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/1.18.0-RC1/appng-persistence-1.18.0-RC1-sources.jar (21 kB at 649 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 316 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (316 B at 29 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-persistence/maven-metadata.xml (316 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Search 1.18.0-RC1 [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] [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.indexer.StandardSearcherTest 2018-10-22 16:05:41,685 DEBUG [main] org.appng.search.indexer.GlobalIndexer: start indexing for site manager 2018-10-22 16:05:41,692 INFO [main] org.appng.search.indexer.FileSystemProvider: dataDir: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages 2018-10-22 16:05:41,738 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-10-22 16:05:41,842 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-10-22 16:05:41,844 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-10-22 16:05:41,844 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-10-22 16:05:41,844 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-10-22 16:05:41,847 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.jsp 2018-10-22 16:05:41,847 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 116ms Oct 22, 2018 4:05:42 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. Oct 22, 2018 4:05:42 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-10-22 16:05:42,370 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/2):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/de/42.txt 2018-10-22 16:05:42,373 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 526ms 2018-10-22 16:05:42,375 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-10-22 16:05:42,376 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-10-22 16:05:42,377 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-10-22 16:05:42,377 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-10-22 16:05:42,378 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-10-22 16:05:42,378 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (1/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-10-22 16:05:42,378 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 3ms 2018-10-22 16:05:42,401 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (2/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.txt 2018-10-22 16:05:42,402 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 24ms 2018-10-22 16:05:42,418 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (3/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/foobar.txt 2018-10-22 16:05:42,418 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 16ms 2018-10-22 16:05:42,418 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-10-22 16:05:42,419 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = title 2018-10-22 16:05:42,419 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = content 2018-10-22 16:05:42,419 DEBUG [main] org.appng.search.indexer.FileSystemProvider: indexing (4/4):/var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/acme.jsp 2018-10-22 16:05:42,420 TRACE [main] org.appng.search.indexer.FileSystemProvider: extraction took 2ms 2018-10-22 16:05:42,420 INFO [main] org.appng.search.indexer.FileSystemProvider: Indexing 6 files took 727 milliseconds 2018-10-22 16:05:42,510 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#11462190 with Analyzer class org.apache.lucene.analysis.standard.StandardAnalyzer 2018-10-22 16:05:42,513 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: clearing index at /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-10-22 16:05:44,538 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#11462190 2018-10-22 16:05:44,538 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-10-22 16:05:44,538 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#11462190, containing 0 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-10-22 16:05:44,542 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@aee62e 2018-10-22 16:05:44,543 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments:1:nrt) 2018-10-22 16:05:44,543 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@5d712cd 2018-10-22 16:05:44,548 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1206301291 with Analyzer class org.apache.lucene.analysis.de.GermanAnalyzer 2018-10-22 16:05:44,612 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.jsp +type:jsp 2018-10-22 16:05:44,612 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [64ms] CREATE, query: +id:/de/42.jsp +type:jsp 2018-10-22 16:05:44,614 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/de/42.txt +type:txt 2018-10-22 16:05:44,614 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/de/42.txt +type:txt 2018-10-22 16:05:46,709 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1206301291 2018-10-22 16:05:46,709 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-10-22 16:05:46,709 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1206301291, containing 2 documents (before: 0) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-10-22 16:05:46,709 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@47e6b26b 2018-10-22 16:05:46,709 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_1:3:nrt) 2018-10-22 16:05:46,709 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@5d712cd 2018-10-22 16:05:46,715 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: opened IndexWriter#1131504165 with Analyzer class org.apache.lucene.analysis.en.EnglishAnalyzer 2018-10-22 16:05:46,741 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.jsp +type:jsp 2018-10-22 16:05:46,741 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [9ms] CREATE, query: +id:/en/42.jsp +type:jsp 2018-10-22 16:05:46,743 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/42.txt +type:txt 2018-10-22 16:05:46,743 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [2ms] CREATE, query: +id:/en/42.txt +type:txt 2018-10-22 16:05:46,744 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/foobar.txt +type:txt 2018-10-22 16:05:46,744 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/foobar.txt +type:txt 2018-10-22 16:05:46,745 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: creating document +id:/en/acme.jsp +type:jsp 2018-10-22 16:05:46,745 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: [1ms] CREATE, query: +id:/en/acme.jsp +type:jsp 2018-10-22 16:05:48,794 INFO [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1131504165 2018-10-22 16:05:48,794 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-10-22 16:05:48,794 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: comitted IndexWriter#1131504165, containing 6 documents (before: 2) directory: /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/index 2018-10-22 16:05:48,795 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed org.apache.lucene.index.IndexWriter@43716225 2018-10-22 16:05:48,796 DEBUG [documentIndexer] org.appng.search.indexer.DocumentIndexer: closed StandardDirectoryReader(segments_2:6:nrt _0(6.6.2):c2) 2018-10-22 16:05:48,796 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@5d712cd 2018-10-22 16:05:49,141 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:de +((title:anhalt contents:anhalt) (title:anhalter* contents:anhalter*)) 2018-10-22 16:05:49,966 INFO [main] org.appng.search.searcher.StandardSearcher: 2 results returned from query: +language:en +((title:hitchhik contents:hitchhik) (title:hitchhiker* contents:hitchhiker*)) 2018-10-22 16:05:49,994 INFO [main] org.appng.search.searcher.StandardSearcher: 1 results returned from query: +language:en +((title:foo contents:foo) (title:foo* contents:foo*)) 2018-10-22 16:05:50,010 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.706 s - in org.appng.search.indexer.StandardSearcherTest [INFO] Running org.appng.search.indexer.ParseTagsTest 2018-10-22 16:05:50,018 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-10-22 16:05:50,018 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' 2018-10-22 16:05:50,018 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'contents' 2018-10-22 16:05:50,018 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field1' 2018-10-22 16:05:50,018 TRACE [main] org.appng.search.indexer.ParseTags: adding a:searchable field = 'field2' {field1=A, contents=A B D, field2=B} 2018-10-22 16:05:50,019 DEBUG [main] org.appng.search.indexer.ParseTags: parsing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/pages/en/42.jsp 2018-10-22 16:05:50,020 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'title' 2018-10-22 16:05:50,021 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'contents' 2018-10-22 16:05:50,021 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'customfield' 2018-10-22 16:05:50,021 TRACE [main] org.appng.search.indexer.ParseTags: adding appNG:searchable field = 'anotherCustomfield' 2018-10-22 16:05:50,022 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field1 2018-10-22 16:05:50,022 TRACE [main] org.appng.search.indexer.ParseTags: skipping appng:searchable field = field2 2018-10-22 16:05:50,022 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] 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.002 s - in org.appng.search.searcher.GermanSearchTermProcessorTest [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.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.18.0-RC1/appng-search-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-search/target/appng-search-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-search --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.jar (54 kB at 1.4 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.pom Progress (1): 2.0/2.3 kB Progress (1): 2.3 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1.pom (2.3 kB at 67 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (311 B at 9.7 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (311 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-search/1.18.0-RC1/appng-search-1.18.0-RC1-sources.jar (39 kB at 917 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 311 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (311 B at 19 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-search/maven-metadata.xml (311 B at 9.7 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Core Library 1.18.0-RC1 [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 75 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 175 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 77 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ appng-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 77 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.domain.ResourceImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.appng.core.domain.ResourceImplTest [INFO] Running org.appng.core.domain.PackageArchiveTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s - in org.appng.core.domain.PackageArchiveTest [INFO] Running org.appng.core.domain.ValidationPatternTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.appng.core.domain.ValidationPatternTest [INFO] Running org.appng.core.domain.SiteImplTest 2018-10-22 16:05:53,887 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1624972302 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:05:53,900 INFO [main] org.appng.core.Redirect : Redirecting request to /some/uri (302) 2018-10-22 16:05:53,902 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1399701152 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:05:53,903 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar#anchor (302) 2018-10-22 16:05:53,904 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#527829831 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:05:53,905 INFO [main] org.appng.core.Redirect : Redirecting request to /ws/foo/page/foo/bar?tab=anchor#anchor (302) 2018-10-22 16:05:53,906 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#871790326 for site foo with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:05:53,906 INFO [main] org.appng.core.domain.SiteImpl: closing context for site foo [STOPPED] (#1281025083) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.appng.core.domain.SiteImplTest [INFO] Running org.appng.core.security.BCryptPasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.37 s - in org.appng.core.security.BCryptPasswordHandlerTest [INFO] Running org.appng.core.security.Sha1PasswordHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.appng.core.security.Sha1PasswordHandlerTest [INFO] Running org.appng.core.security.DigestValidatorTest 2018-10-22 16:05:56,308 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-10-22 16:05:56,308 ERROR [main] org.appng.core.security.DigestValidator: Invalid date offset [millis]: 14399692, maximum is 3600000 2018-10-22 16:05:56,308 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. 2018-10-22 16:05:56,309 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-10-22 16:05:56,310 ERROR [main] org.appng.core.security.DigestValidator: Encrypted part does not match. Encrypted part is EE4C85BD96DAAFB792B9BE4756BE25D1, but should be 804B5CB7F368642E295C6761374DCA11 2018-10-22 16:05:56,310 ERROR [main] org.appng.core.security.DigestValidator: Digest validation failed. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.appng.core.security.DigestValidatorTest [INFO] Running org.appng.core.security.DefaultPasswordPolicyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.appng.core.security.DefaultPasswordPolicyTest [INFO] Running org.appng.core.security.signing.SignerTest 2018-10-22 16:05:56,394 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-10-22 16:05:56,401 INFO [main] org.appng.core.security.signing.Signer: Signing repository '/var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/zip' 2018-10-22 16:05:56,404 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-10-22 16:05:56,405 INFO [main] org.appng.core.security.signing.Signer: ..adding repository attributes 2018-10-22 16:05:56,405 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.1.zip' 2018-10-22 16:05:56,406 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.2-2012-11-27-1305.zip' 2018-10-22 16:05:56,406 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.3-2013-01-13-1303.zip' 2018-10-22 16:05:56,407 INFO [main] org.appng.core.security.signing.Signer: ..adding message digest of package 'demo-application-1.5.4-2017-04-10-1046.zip' 2018-10-22 16:05:56,443 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-10-22 16:05:56,444 INFO [main] org.appng.core.security.signing.Signer: Successfully validated release file. 2018-10-22 16:05:56,444 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoCodeName: Local' 2018-10-22 16:05:56,444 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoDescription: a local test repository' 2018-10-22 16:05:56,444 INFO [main] org.appng.core.security.signing.Signer: ..importing repository attribute 'repoVersion: ' 2018-10-22 16:05:56,445 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.1.zip: 65fd39da4cc20cab904c088b7ac22f41d2a3cb5feacf318728323cefe191bb7d' 2018-10-22 16:05:56,445 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.2-2012-11-27-1305.zip: 2f2ba67d4a02515500492f51682992bc1e6aa9e3400cbd0ad86af31e7f2af3b9' 2018-10-22 16:05:56,445 INFO [main] org.appng.core.security.signing.Signer: ..importing package digest 'demo-application-1.5.3-2013-01-13-1303.zip: 6481ea8230a97cf46fb521109f9aa36be2cf2a800664e64ef3d352f96ad8dbae' 2018-10-22 16:05:56,445 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.123 s - in org.appng.core.security.signing.SignerTest [INFO] Running org.appng.core.security.SaltedDigestTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.appng.core.security.SaltedDigestTest [INFO] Running org.appng.core.service.TemplateServiceTest 2018-10-22 16:05:56,823 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-10-22 16:05:56,833 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@49c66ade, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6239aba6, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3e6104fc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12359a82, org.springframework.test.context.transaction.TransactionalTestExecutionListener@68df9280, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@479460a6] 2018-10-22 16:05:56,893 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:05:57,236 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:05:57,347 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@ca30bc1: startup date [Mon Oct 22 16:05:57 CEST 2018]; root of context hierarchy 2018-10-22 16:05:57,606 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:05:57,722 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:05:57,814 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-10-22 16:05:57,816 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-10-22 16:05:57,873 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-10-22 16:05:58,055 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:05:58,098 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-10-22 16:05:58,099 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:05:58,099 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:05:58,102 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:05:58,407 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:05:58,466 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:05:59,072 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-10-22 16:05:59,924 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@577bf0aa] 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-10-22 16:05:59,931 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7eeb38b2] 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-10-22 16:05:59,971 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:00,361 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:00,831 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@ca30bc1: startup date [Mon Oct 22 16:05:57 CEST 2018]; root of context hierarchy 2018-10-22 16:06:01,333 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1568611929 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:01,366 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-10-22 16:06:01,366 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-10-22 16:06:01,366 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-10-22 16:06:01,368 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-10-22 16:06:01,368 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-10-22 16:06:01,369 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-10-22 16:06:01,373 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2070964440 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:01,379 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#140163428 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:01,389 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-10-22 16:06:01,390 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-10-22 16:06:01,390 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-10-22 16:06:01,391 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-10-22 16:06:01,391 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-10-22 16:06:01,392 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-10-22 16:06:01,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Template appng-template 2018-10-22 16:06:01,499 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@ca30bc1: startup date [Mon Oct 22 16:05:57 CEST 2018]; root of context hierarchy 2018-10-22 16:06:01,502 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:01,503 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.732 s - in org.appng.core.service.TemplateServiceTest [INFO] Running org.appng.core.service.CoreServiceTest 2018-10-22 16:06:01,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-10-22 16:06:01,514 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6f0c45f4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@45571cfc, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@faec277, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1b475663, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1669931a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b24ddd7] 2018-10-22 16:06:01,517 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:01,619 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:01,655 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@12e007be: startup date [Mon Oct 22 16:06:01 CEST 2018]; root of context hierarchy 2018-10-22 16:06:01,716 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:01,733 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:01,758 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:01,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-10-22 16:06:01,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:01,758 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:01,758 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:01,759 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:01,765 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:01,952 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@69b37f5c] 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-10-22 16:06:01,964 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7db47323] 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-10-22 16:06:01,993 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:02,086 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:02,274 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@12e007be: startup date [Mon Oct 22 16:06:01 CEST 2018]; root of context hierarchy 2018-10-22 16:06:02,408 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a117dc2, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:02,410 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-1 2018-10-22 16:06:02,427 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-2 2018-10-22 16:06:02,428 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-10-22 16:06:02,429 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-10-22 16:06:02,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-2 2018-10-22 16:06:02,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-3 2018-10-22 16:06:02,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application manager 2018-10-22 16:06:02,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application bugtracker 2018-10-22 16:06:02,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application foobar 2018-10-22 16:06:02,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application manager 2018-10-22 16:06:02,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application bugtracker 2018-10-22 16:06:02,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application foobar 2018-10-22 16:06:02,442 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foobar 2018-10-22 16:06:02,443 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.foobar.foobar 2018-10-22 16:06:02,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-1 of application manager 2018-10-22 16:06:02,456 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-2 of application bugtracker 2018-10-22 16:06:02,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource ApplicationResourceDatabased-Name-3 of application foobar 2018-10-22 16:06:02,458 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role admin 2018-10-22 16:06:02,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role user 2018-10-22 16:06:02,460 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role debugger 2018-10-22 16:06:02,461 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-10-22 16:06:02,462 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-2 2018-10-22 16:06:02,463 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-3 2018-10-22 16:06:02,464 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-10-22 16:06:02,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-2 2018-10-22 16:06:02,467 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-3 2018-10-22 16:06:02,468 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository repo 2018-10-22 16:06:02,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-10-22 16:06:02,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-10-22 16:06:02,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-10-22 16:06:02,528 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-10-22 16:06:02,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-10-22 16:06:02,529 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-10-22 16:06:02,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-10-22 16:06:02,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-10-22 16:06:02,530 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-10-22 16:06:02,531 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-10-22 16:06:02,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-10-22 16:06:02,533 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-10-22 16:06:02,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-10-22 16:06:02,534 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-10-22 16:06:02,537 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-10-22 16:06:02,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-10-22 16:06:02,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-10-22 16:06:02,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-10-22 16:06:02,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-10-22 16:06:02,539 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-10-22 16:06:02,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-10-22 16:06:02,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-10-22 16:06:02,540 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-10-22 16:06:02,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-10-22 16:06:02,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-10-22 16:06:02,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-10-22 16:06:02,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-10-22 16:06:02,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:06:02,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-10-22 16:06:02,542 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-10-22 16:06:02,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2018-10-22 16:06:02,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-10-22 16:06:02,543 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-10-22 16:06:02,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-10-22 16:06:02,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-10-22 16:06:02,544 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-10-22 16:06:02,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-10-22 16:06:02,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-10-22 16:06:02,545 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-10-22 16:06:02,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-10-22 16:06:02,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-10-22 16:06:02,546 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-10-22 16:06:02,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-10-22 16:06:02,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-10-22 16:06:02,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-10-22 16:06:02,547 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-10-22 16:06:02,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-10-22 16:06:02,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-10-22 16:06:02,548 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-10-22 16:06:02,549 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-10-22 16:06:02,601 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-10-22 16:06:02,602 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-2 2018-10-22 16:06:02,603 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-10-22 16:06:02,604 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application manager 2018-10-22 16:06:02,606 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application bugtracker 2018-10-22 16:06:02,607 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application foobar 2018-10-22 16:06:02,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role admin 2018-10-22 16:06:02,609 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role user 2018-10-22 16:06:02,610 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role debugger 2018-10-22 16:06:02,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-10-22 16:06:02,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-10-22 16:06:02,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-10-22 16:06:02,624 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-10-22 16:06:02,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-10-22 16:06:02,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-10-22 16:06:02,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-10-22 16:06:02,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-10-22 16:06:02,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-10-22 16:06:02,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-10-22 16:06:02,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-10-22 16:06:02,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-10-22 16:06:02,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-10-22 16:06:02,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-10-22 16:06:02,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-10-22 16:06:02,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-10-22 16:06:02,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-10-22 16:06:02,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-10-22 16:06:02,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-10-22 16:06:02,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-10-22 16:06:02,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-10-22 16:06:02,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-10-22 16:06:02,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-10-22 16:06:02,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-10-22 16:06:02,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-10-22 16:06:02,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-10-22 16:06:02,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-10-22 16:06:02,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-10-22 16:06:02,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-10-22 16:06:02,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-10-22 16:06:02,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-10-22 16:06:02,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-10-22 16:06:02,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-10-22 16:06:02,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-10-22 16:06:02,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-10-22 16:06:02,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-10-22 16:06:02,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-10-22 16:06:02,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-10-22 16:06:02,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-10-22 16:06:02,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-10-22 16:06:02,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-10-22 16:06:02,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-10-22 16:06:02,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-10-22 16:06:02,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-10-22 16:06:02,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-10-22 16:06:02,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-10-22 16:06:02,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-10-22 16:06:02,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-10-22 16:06:02,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-10-22 16:06:02,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-10-22 16:06:02,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-10-22 16:06:02,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-10-22 16:06:02,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-10-22 16:06:02,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-10-22 16:06:02,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-10-22 16:06:02,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-10-22 16:06:02,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-10-22 16:06:02,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-10-22 16:06:02,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-10-22 16:06:02,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-10-22 16:06:02,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-10-22 16:06:02,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-10-22 16:06:02,642 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1330981538 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,676 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-10-22 16:06:02,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-10-22 16:06:02,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexTimeout 2018-10-22 16:06:02,677 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginRef 2018-10-22 16:06:02,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultApplication 2018-10-22 16:06:02,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-10-22 16:06:02,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.xssExceptions 2018-10-22 16:06:02,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-10-22 16:06:02,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileTypes 2018-10-22 16:06:02,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPage 2018-10-22 16:06:02,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-10-22 16:06:02,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPassword 2018-10-22 16:06:02,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapDomain 2018-10-22 16:06:02,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportReloadFile 2018-10-22 16:06:02,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-10-22 16:06:02,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.wwwDir 2018-10-22 16:06:02,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-10-22 16:06:02,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapHost 2018-10-22 16:06:02,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutPage 2018-10-22 16:06:02,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.name 2018-10-22 16:06:02,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailHost 2018-10-22 16:06:02,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authApplication 2018-10-22 16:06:02,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailPort 2018-10-22 16:06:02,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-10-22 16:06:02,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-10-22 16:06:02,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.host 2018-10-22 16:06:02,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-10-22 16:06:02,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.supportedLanguages 2018-10-22 16:06:02,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.siteRootDir 2018-10-22 16:06:02,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-10-22 16:06:02,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLoginPage 2018-10-22 16:06:02,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-10-22 16:06:02,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexConfig 2018-10-22 16:06:02,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.timeZone 2018-10-22 16:06:02,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.tagPrefix 2018-10-22 16:06:02,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.service-path 2018-10-22 16:06:02,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUser 2018-10-22 16:06:02,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.serviceOutputType 2018-10-22 16:06:02,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchChunkSize 2018-10-22 16:06:02,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.encoding 2018-10-22 16:06:02,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapStartTls 2018-10-22 16:06:02,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.documentDir 2018-10-22 16:06:02,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.template 2018-10-22 16:06:02,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.appendTabId 2018-10-22 16:06:02,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-10-22 16:06:02,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-10-22 16:06:02,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.rewriteConfig 2018-10-22 16:06:02,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.locale 2018-10-22 16:06:02,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-10-22 16:06:02,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPage 2018-10-22 16:06:02,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-10-22 16:06:02,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexDir 2018-10-22 16:06:02,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.searchMaxHits 2018-10-22 16:06:02,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.defaultPageSize 2018-10-22 16:06:02,692 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.mailDisabled 2018-10-22 16:06:02,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutActionName 2018-10-22 16:06:02,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-10-22 16:06:02,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.errorPages 2018-10-22 16:06:02,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.authLogoutRef 2018-10-22 16:06:02,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.assetsDir 2018-10-22 16:06:02,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.indexQueueSize 2018-10-22 16:06:02,694 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-2.manager-path 2018-10-22 16:06:02,695 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1974325564 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPage 2018-10-22 16:06:02,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPage 2018-10-22 16:06:02,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultPageSize 2018-10-22 16:06:02,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-10-22 16:06:02,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.assetsDir 2018-10-22 16:06:02,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapHost 2018-10-22 16:06:02,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.template 2018-10-22 16:06:02,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexDir 2018-10-22 16:06:02,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapStartTls 2018-10-22 16:06:02,731 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchChunkSize 2018-10-22 16:06:02,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-10-22 16:06:02,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-10-22 16:06:02,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-10-22 16:06:02,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-10-22 16:06:02,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.encoding 2018-10-22 16:06:02,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-10-22 16:06:02,733 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-10-22 16:06:02,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-10-22 16:06:02,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginPage 2018-10-22 16:06:02,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutPage 2018-10-22 16:06:02,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-10-22 16:06:02,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutActionName 2018-10-22 16:06:02,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.xssExceptions 2018-10-22 16:06:02,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapDomain 2018-10-22 16:06:02,735 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-10-22 16:06:02,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportedLanguages 2018-10-22 16:06:02,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.supportReloadFile 2018-10-22 16:06:02,736 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapUser 2018-10-22 16:06:02,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.siteRootDir 2018-10-22 16:06:02,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.service-path 2018-10-22 16:06:02,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexConfig 2018-10-22 16:06:02,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.rewriteConfig 2018-10-22 16:06:02,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexTimeout 2018-10-22 16:06:02,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailHost 2018-10-22 16:06:02,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexFileTypes 2018-10-22 16:06:02,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLogoutRef 2018-10-22 16:06:02,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailPort 2018-10-22 16:06:02,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.locale 2018-10-22 16:06:02,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-10-22 16:06:02,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.documentDir 2018-10-22 16:06:02,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.tagPrefix 2018-10-22 16:06:02,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.indexQueueSize 2018-10-22 16:06:02,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.defaultApplication 2018-10-22 16:06:02,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authLoginRef 2018-10-22 16:06:02,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPassword 2018-10-22 16:06:02,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-10-22 16:06:02,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputType 2018-10-22 16:06:02,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.timeZone 2018-10-22 16:06:02,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.appendTabId 2018-10-22 16:06:02,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-10-22 16:06:02,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.host 2018-10-22 16:06:02,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.wwwDir 2018-10-22 16:06:02,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.mailDisabled 2018-10-22 16:06:02,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.errorPages 2018-10-22 16:06:02,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-10-22 16:06:02,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.authApplication 2018-10-22 16:06:02,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-10-22 16:06:02,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-10-22 16:06:02,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.searchMaxHits 2018-10-22 16:06:02,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-10-22 16:06:02,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.manager-path 2018-10-22 16:06:02,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-3.name 2018-10-22 16:06:02,745 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1319019311 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-10-22 16:06:02,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-2 2018-10-22 16:06:02,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-3 2018-10-22 16:06:02,795 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7a117dc2, testMethod = testAddApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:02,797 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31dbf5bb, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:02,846 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#50592708 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,866 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#275885692 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,885 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#956986674 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,904 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-1 2018-10-22 16:06:02,910 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31dbf5bb, testMethod = testAddGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:02,912 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1a8b22b5, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:02,936 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#79685693 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,952 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#119473514 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,967 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#517287748 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:02,986 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-10-22 16:06:02,986 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1a8b22b5, testMethod = testAssignApplicationRolesToGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:02,989 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1df32c09, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,007 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#127618303 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,020 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#668345982 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,033 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#875413568 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,067 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-10-22 16:06:03,067 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-10-22 16:06:03,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application foobar to site site-1 2018-10-22 16:06:03,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.foobar.foobar 2018-10-22 16:06:03,079 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1df32c09, testMethod = testAssignApplicationToSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,081 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d5c160e, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,100 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#745578974 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,111 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2028630031 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,121 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#899655458 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,151 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d5c160e, testMethod = testAssignApplicationToSiteErroneous@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,153 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@602aeb87, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,345 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2019019549 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,356 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#158203067 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,366 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1084772008 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,376 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@602aeb87, testMethod = testAssignGroupsToSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,379 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5f32ab17, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,397 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1244993277 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,408 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#636002577 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,419 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1786758337 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,419 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foobaz 2018-10-22 16:06:03,427 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5f32ab17, testMethod = testCreateApplicationProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,429 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@795131d6, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,447 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#467970019 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,458 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#424586814 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,469 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#342923181 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,472 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository name 2018-10-22 16:06:03,475 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@795131d6, testMethod = testCreateApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,478 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31940d6b, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,501 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1419785144 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,518 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#374875381 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,535 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1046265086 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,538 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection testconection 2018-10-22 16:06:03,544 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@31940d6b, testMethod = testCreateDatabaseConnection@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,547 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d432d56, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,564 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1102189118 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,573 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#77117079 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,582 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1384781563 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,585 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group groupy-group 2018-10-22 16:06:03,587 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1d432d56, testMethod = testCreateGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,589 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14983265, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,605 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#756108583 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,614 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1413677222 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,622 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1552014763 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,623 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.manager.foo 2018-10-22 16:06:03,627 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14983265, testMethod = testCreatePropertyForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,629 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d3768ce, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,643 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1936666552 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,651 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1313346834 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,660 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#199871622 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,661 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.foo 2018-10-22 16:06:03,665 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2d3768ce, testMethod = testCreatePropertyForSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,668 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5169db2f, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,683 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#609583379 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,691 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2135547685 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,699 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#406153553 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,700 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.manager.foo 2018-10-22 16:06:03,704 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5169db2f, testMethod = testCreatePropertyForSiteAndApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,706 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7804a783, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,719 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1715343684 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,728 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#508074327 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1273087895 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginPage 2018-10-22 16:06:03,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.siteRootDir 2018-10-22 16:06:03,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultApplication 2018-10-22 16:06:03,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.xssExceptions 2018-10-22 16:06:03,740 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.assetsDir 2018-10-22 16:06:03,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.service-path 2018-10-22 16:06:03,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheStatistics 2018-10-22 16:06:03,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportReloadFile 2018-10-22 16:06:03,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPage 2018-10-22 16:06:03,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.name 2018-10-22 16:06:03,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapIdAttribute 2018-10-22 16:06:03,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.locale 2018-10-22 16:06:03,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheExceptions 2018-10-22 16:06:03,742 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.documentDir 2018-10-22 16:06:03,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedMethods 2018-10-22 16:06:03,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapHost 2018-10-22 16:06:03,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutRef 2018-10-22 16:06:03,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLoginRef 2018-10-22 16:06:03,743 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPrincipalScheme 2018-10-22 16:06:03,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.manager-path 2018-10-22 16:06:03,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchMaxHits 2018-10-22 16:06:03,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheClearOnShutdown 2018-10-22 16:06:03,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.appendTabId 2018-10-22 16:06:03,744 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.enforcePrimaryDomain 2018-10-22 16:06:03,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectionEnabled 2018-10-22 16:06:03,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionValue 2018-10-22 16:06:03,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailDisabled 2018-10-22 16:06:03,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapDomain 2018-10-22 16:06:03,745 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheEnabled 2018-10-22 16:06:03,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.wwwDir 2018-10-22 16:06:03,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.DatasourceConfigurer 2018-10-22 16:06:03,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.host 2018-10-22 16:06:03,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexDir 2018-10-22 16:06:03,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPageSize 2018-10-22 16:06:03,746 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutPage 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ehcacheBlockingTimeout 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileTypes 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.errorPages 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.encoding 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authLogoutActionName 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexQueueSize 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.tagPrefix 2018-10-22 16:06:03,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUser 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputType 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexFileSystemQueueSize 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.searchChunkSize 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.template 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.supportedLanguages 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.defaultPage 2018-10-22 16:06:03,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.rewriteConfig 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexConfig 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapStartTls 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.indexTimeout 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.csrfProtectedPaths 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailPort 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.serviceOutputFormat 2018-10-22 16:06:03,749 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapUserBaseDn 2018-10-22 16:06:03,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.mailHost 2018-10-22 16:06:03,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapPassword 2018-10-22 16:06:03,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.timeZone 2018-10-22 16:06:03,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.ldapGroupBaseDn 2018-10-22 16:06:03,750 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.example.authApplication 2018-10-22 16:06:03,753 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site example 2018-10-22 16:06:03,769 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7804a783, testMethod = testCreateSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,771 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@52b49891, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,786 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1187091280 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,795 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1409875105 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,802 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1968869542 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,809 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#551104286 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,812 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject john 2018-10-22 16:06:03,814 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@52b49891, testMethod = testCreateSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,817 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5a464be7, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,831 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1464079293 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,838 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1718792426 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,846 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#638518766 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,853 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#687251464 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,863 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository name 2018-10-22 16:06:03,864 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5a464be7, testMethod = testDeleteApplicationRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,866 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c1d6ef0, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,880 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1556766707 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1588446023 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,895 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#124880290 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,903 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1592602335 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,909 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group group-1 2018-10-22 16:06:03,910 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role admin 2018-10-22 16:06:03,910 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3c1d6ef0, testMethod = testDeleteApplicationRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,912 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@26361572, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:03,925 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#75465588 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,933 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1459367146 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,941 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#467921234 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,951 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#115857872 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,955 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@26361572, testMethod = testDeleteApplicationRoleInvalid@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:03,957 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@28da5c4d, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [true] 2018-10-22 16:06:03,973 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#238370333 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,981 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1992478722 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,988 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1145479569 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:03,996 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2051142823 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,005 ERROR [main] org.appng.core.service.CoreService: Cannot delete application with ID 2: bugtracker 2018-10-22 16:06:04,007 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@28da5c4d, testMethod = testDeleteApplicationSiteActive@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,009 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36e9794c, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,022 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1790748582 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,029 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1060553105 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,036 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2134093088 for site site-3 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,043 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1142388059 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,046 INFO [main] org.appng.core.service.CoreService: starting deletion of site site-3 2018-10-22 16:06:04,054 INFO [main] org.appng.core.service.CoreService: unlinking application foobar from site site-3, status of database-connection is NO_DB_SUPPORTED 2018-10-22 16:06:04,055 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application foobar from site site-3 2018-10-22 16:06:04,063 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-10-22 16:06:04,064 INFO [main] org.appng.core.service.CoreService: done deleting site site-3 2018-10-22 16:06:04,066 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.DatasourceConfigurer 2018-10-22 16:06:04,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.appendTabId 2018-10-22 16:06:04,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.assetsDir 2018-10-22 16:06:04,067 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authApplication 2018-10-22 16:06:04,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginPage 2018-10-22 16:06:04,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLoginRef 2018-10-22 16:06:04,068 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionName 2018-10-22 16:06:04,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutActionValue 2018-10-22 16:06:04,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutPage 2018-10-22 16:06:04,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.authLogoutRef 2018-10-22 16:06:04,069 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedMethods 2018-10-22 16:06:04,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectedPaths 2018-10-22 16:06:04,070 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.csrfProtectionEnabled 2018-10-22 16:06:04,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultApplication 2018-10-22 16:06:04,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPage 2018-10-22 16:06:04,071 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.defaultPageSize 2018-10-22 16:06:04,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.documentDir 2018-10-22 16:06:04,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheBlockingTimeout 2018-10-22 16:06:04,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheClearOnShutdown 2018-10-22 16:06:04,072 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheEnabled 2018-10-22 16:06:04,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheExceptions 2018-10-22 16:06:04,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ehcacheStatistics 2018-10-22 16:06:04,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.encoding 2018-10-22 16:06:04,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.enforcePrimaryDomain 2018-10-22 16:06:04,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPage 2018-10-22 16:06:04,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.errorPages 2018-10-22 16:06:04,074 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.host 2018-10-22 16:06:04,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexConfig 2018-10-22 16:06:04,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexDir 2018-10-22 16:06:04,075 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileSystemQueueSize 2018-10-22 16:06:04,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexFileTypes 2018-10-22 16:06:04,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexQueueSize 2018-10-22 16:06:04,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.indexTimeout 2018-10-22 16:06:04,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapDomain 2018-10-22 16:06:04,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapGroupBaseDn 2018-10-22 16:06:04,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapHost 2018-10-22 16:06:04,079 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapIdAttribute 2018-10-22 16:06:04,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPassword 2018-10-22 16:06:04,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapPrincipalScheme 2018-10-22 16:06:04,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapStartTls 2018-10-22 16:06:04,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUser 2018-10-22 16:06:04,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.ldapUserBaseDn 2018-10-22 16:06:04,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.locale 2018-10-22 16:06:04,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailDisabled 2018-10-22 16:06:04,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailHost 2018-10-22 16:06:04,081 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.mailPort 2018-10-22 16:06:04,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.manager-path 2018-10-22 16:06:04,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.name 2018-10-22 16:06:04,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.rewriteConfig 2018-10-22 16:06:04,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchChunkSize 2018-10-22 16:06:04,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.searchMaxHits 2018-10-22 16:06:04,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.service-path 2018-10-22 16:06:04,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputFormat 2018-10-22 16:06:04,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.serviceOutputType 2018-10-22 16:06:04,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.siteRootDir 2018-10-22 16:06:04,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportReloadFile 2018-10-22 16:06:04,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.supportedLanguages 2018-10-22 16:06:04,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.tagPrefix 2018-10-22 16:06:04,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.template 2018-10-22 16:06:04,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.timeZone 2018-10-22 16:06:04,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.wwwDir 2018-10-22 16:06:04,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-3.xssExceptions 2018-10-22 16:06:04,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-3 2018-10-22 16:06:04,086 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36e9794c, testMethod = testDeleteSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,092 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@9eafe58, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,108 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#1914320126 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,117 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#828243130 for site site-2 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,123 INFO [Time-limited test] org.appng.api.support.SiteClassLoader: SiteClassLoader#106214609 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,133 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTING 2018-10-22 16:06:04,147 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STARTED 2018-10-22 16:06:04,150 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-10-22 16:06:04,150 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-10-22 16:06:04,233 INFO [Time-limited test] org.appng.core.service.CoreService: starting deletion of site site-2 2018-10-22 16:06:04,239 INFO [Time-limited test] org.appng.core.service.CoreService: unlinking application bugtracker from site site-2, status of database-connection is NO_DB_SUPPORTED 2018-10-22 16:06:04,239 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application bugtracker from site site-2 2018-10-22 16:06:04,244 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1982175515) 2018-10-22 16:06:04,244 INFO [Time-limited test] org.appng.core.domain.SiteImpl: closing context for site site-2 [STOPPING] (#1982175515) 2018-10-22 16:06:04,245 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPING 2018-10-22 16:06:04,245 INFO [Time-limited test] org.appng.core.service.CoreService: destroying site site-2 [STOPPING] (#1982175515) complete 2018-10-22 16:06:04,249 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-10-22 16:06:04,267 WARN [Time-limited test] net.sf.ehcache.config.ConfigurationFactory: No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/var/lib/jenkins/.m2/repository/net/sf/ehcache/ehcache-core/2.6.11/ehcache-core-2.6.11.jar!/ehcache-failsafe.xml 2018-10-22 16:06:04,371 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Shut down site site-2 2018-10-22 16:06:04,371 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: STOPPED 2018-10-22 16:06:04,373 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-10-22 16:06:04,374 INFO [Time-limited test] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-10-22 16:06:04,376 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/platform/site-2 2018-10-22 16:06:04,376 INFO [Time-limited test] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/ROOT/WEB-INF/cache/application/site-2 2018-10-22 16:06:04,376 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteStateEvent - Origin: test - Site: site-2 - State: DELETED 2018-10-22 16:06:04,377 INFO [Time-limited test] org.appng.core.service.CoreService: done deleting site site-2 2018-10-22 16:06:04,378 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.SiteDeletedEvent - Origin: test - Site: site-2 2018-10-22 16:06:04,378 INFO [pool-3-thread-1] org.appng.core.controller.messaging.SiteDeletedEvent: site site-2 has been deleted, so it will be shut down. 2018-10-22 16:06:04,380 INFO [pool-3-thread-1] org.appng.api.messaging.TestReceiver: received org.appng.core.controller.messaging.NodeEvent - Origin: test - Site: site-2 2018-10-22 16:06:04,480 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.DatasourceConfigurer 2018-10-22 16:06:04,481 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.appendTabId 2018-10-22 16:06:04,481 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.assetsDir 2018-10-22 16:06:04,481 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authApplication 2018-10-22 16:06:04,482 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginPage 2018-10-22 16:06:04,482 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLoginRef 2018-10-22 16:06:04,482 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionName 2018-10-22 16:06:04,483 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutActionValue 2018-10-22 16:06:04,483 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutPage 2018-10-22 16:06:04,483 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.authLogoutRef 2018-10-22 16:06:04,483 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedMethods 2018-10-22 16:06:04,484 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectedPaths 2018-10-22 16:06:04,484 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.csrfProtectionEnabled 2018-10-22 16:06:04,484 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultApplication 2018-10-22 16:06:04,485 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPage 2018-10-22 16:06:04,485 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.defaultPageSize 2018-10-22 16:06:04,485 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.documentDir 2018-10-22 16:06:04,486 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheBlockingTimeout 2018-10-22 16:06:04,486 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheClearOnShutdown 2018-10-22 16:06:04,486 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheEnabled 2018-10-22 16:06:04,487 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheExceptions 2018-10-22 16:06:04,487 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ehcacheStatistics 2018-10-22 16:06:04,487 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.encoding 2018-10-22 16:06:04,488 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.enforcePrimaryDomain 2018-10-22 16:06:04,488 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPage 2018-10-22 16:06:04,489 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.errorPages 2018-10-22 16:06:04,489 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.host 2018-10-22 16:06:04,489 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexConfig 2018-10-22 16:06:04,490 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexDir 2018-10-22 16:06:04,490 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileSystemQueueSize 2018-10-22 16:06:04,490 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexFileTypes 2018-10-22 16:06:04,491 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexQueueSize 2018-10-22 16:06:04,491 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.indexTimeout 2018-10-22 16:06:04,491 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapDomain 2018-10-22 16:06:04,492 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapGroupBaseDn 2018-10-22 16:06:04,492 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapHost 2018-10-22 16:06:04,492 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapIdAttribute 2018-10-22 16:06:04,493 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPassword 2018-10-22 16:06:04,493 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapPrincipalScheme 2018-10-22 16:06:04,493 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapStartTls 2018-10-22 16:06:04,494 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUser 2018-10-22 16:06:04,494 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.ldapUserBaseDn 2018-10-22 16:06:04,494 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.locale 2018-10-22 16:06:04,495 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailDisabled 2018-10-22 16:06:04,495 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailHost 2018-10-22 16:06:04,495 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.mailPort 2018-10-22 16:06:04,496 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.manager-path 2018-10-22 16:06:04,496 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.name 2018-10-22 16:06:04,496 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.rewriteConfig 2018-10-22 16:06:04,497 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchChunkSize 2018-10-22 16:06:04,497 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.searchMaxHits 2018-10-22 16:06:04,497 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.service-path 2018-10-22 16:06:04,497 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputFormat 2018-10-22 16:06:04,498 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.serviceOutputType 2018-10-22 16:06:04,498 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.siteRootDir 2018-10-22 16:06:04,498 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportReloadFile 2018-10-22 16:06:04,499 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.supportedLanguages 2018-10-22 16:06:04,499 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.tagPrefix 2018-10-22 16:06:04,499 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.template 2018-10-22 16:06:04,500 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.timeZone 2018-10-22 16:06:04,500 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.wwwDir 2018-10-22 16:06:04,500 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-2.xssExceptions 2018-10-22 16:06:04,501 INFO [Time-limited test] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Site site-2 2018-10-22 16:06:04,502 INFO [Time-limited test] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@9eafe58, testMethod = testDeleteSiteWithEnvironment@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,510 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25502b1c, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,532 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1331523729 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,537 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#26362041 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,541 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject john 2018-10-22 16:06:04,542 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@25502b1c, testMethod = testDeleteSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,543 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@386d41cb, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,554 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1808428108 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,559 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#205413948 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,563 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@386d41cb, testMethod = testFindApplicationByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,566 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@251db193, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,577 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#208280546 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,583 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1553257656 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,585 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@251db193, testMethod = testGetApplicationFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,587 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@308d8de8, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,597 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#772863845 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,603 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1866841711 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,603 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.foo 2018-10-22 16:06:04,606 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@308d8de8, testMethod = testGetApplicationProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,608 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27ea7c8f, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,618 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1377887999 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,624 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#160189067 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,629 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27ea7c8f, testMethod = testGetApplicationRepositories@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,631 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e200307, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,644 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1293579836 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,650 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1021778875 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,656 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6e200307, testMethod = testGetApplicationRolesForApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,657 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c0989f7, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,670 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#889844525 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,675 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#239171112 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,676 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c0989f7, testMethod = testGetApplicationRootFolder@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,678 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@592fbd8, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,689 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1142767071 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,695 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#493102722 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,697 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@592fbd8, testMethod = testGetGroupByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,698 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@50b1dfab, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,710 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2140882669 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,716 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1600651070 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,721 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@50b1dfab, testMethod = testGetGroups@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,722 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3fc064cb, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2048186532 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,741 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1062613911 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@3fc064cb, testMethod = testGetPropertiesIntegerInteger@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,746 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@10bae3c0, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,756 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1055720309 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,762 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1510737536 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,767 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@10bae3c0, testMethod = testGetPropertiesStringString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,769 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c219c84, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,780 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#350761035 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,786 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#787040724 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,793 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c219c84, testMethod = testGetSite@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,794 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1cb4cad0, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,805 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1084448998 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,810 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#471003380 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,819 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1cb4cad0, testMethod = testGetSiteByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,821 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14b4caba, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,832 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#244250123 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,837 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#862682532 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,839 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@14b4caba, testMethod = testGetSiteIds@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,840 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70c3c5d7, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,851 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1982740534 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,856 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#706727492 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,859 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@70c3c5d7, testMethod = testGetSites@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,860 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62f8b2f4, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,871 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1981638559 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,876 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1184331817 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,879 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@62f8b2f4, testMethod = testGetSubjectByEmail@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,880 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b99e726, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,890 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#162083492 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,896 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#449680686 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,897 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7b99e726, testMethod = testGetSubjectById@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,898 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5ec75178, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,908 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#879785129 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,913 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#471785515 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,915 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@5ec75178, testMethod = testGetSubjectByName@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,917 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27215154, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,929 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1966827590 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,934 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#996656695 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,939 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@27215154, testMethod = testGetSubjects@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,941 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69a8191e, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,951 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#341601869 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,957 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1058976188 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,966 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@69a8191e, testMethod = testInitSitePropertiesSiteImpl@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,967 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7fdf32a4, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:04,978 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1533182537 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,983 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#977595349 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:04,991 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-10-22 16:06:04,995 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-10-22 16:06:04,996 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7fdf32a4, testMethod = testLdapLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:04,998 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16908f89, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:05,008 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1277429308 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,014 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1027017168 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,023 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@16908f89, testMethod = testLdapLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:05,024 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e5b449c, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:05,035 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#179684149 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,040 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1325360590 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,855 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-10-22 16:06:05,855 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-10-22 16:06:05,856 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-10-22 16:06:05,856 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-10-22 16:06:05,858 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-10-22 16:06:05,859 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@7e5b449c, testMethod = testLogin@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:05,860 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4190b111, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:05,875 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#905137356 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,880 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#530249538 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,884 INFO [main] org.appng.core.security.DigestValidator: Digest successfully validated. 2018-10-22 16:06:05,884 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-3' 2018-10-22 16:06:05,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-10-22 16:06:05,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-10-22 16:06:05,885 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-10-22 16:06:05,885 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4190b111, testMethod = testLoginDigest@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:05,887 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2b3b25ad, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:05,897 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1515604577 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:05,902 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1388245771 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,697 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'johndoe' 2018-10-22 16:06:06,697 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-10-22 16:06:06,699 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-10-22 16:06:06,699 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-10-22 16:06:06,701 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2b3b25ad, testMethod = testLoginGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:06,702 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@147a8d7c, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:06,712 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#847238601 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,716 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#73922942 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,722 INFO [main] org.appng.core.service.CoreService: user subject-2 found 2018-10-22 16:06:06,722 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'subject-2' 2018-10-22 16:06:06,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-10-22 16:06:06,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-10-22 16:06:06,722 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-10-22 16:06:06,723 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@147a8d7c, testMethod = testLoginPrincipal@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:06,724 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@816272a, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:06,733 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2146388061 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,738 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2137629035 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,743 INFO [main] org.appng.core.service.CoreService: Subject authentication failed. Trying to authenticate based on LDAP group membership. 2018-10-22 16:06:06,746 INFO [main] org.appng.core.service.CoreService: user 'null' belongs to group 'subject-1' 2018-10-22 16:06:06,747 INFO [main] org.appng.core.service.CoreService: User "null" successfully authenticated. 2018-10-22 16:06:06,747 INFO [main] org.appng.core.service.CoreService: successfully logged in user 'null' 2018-10-22 16:06:06,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged in 2018-10-22 16:06:06,747 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform logged out 2018-10-22 16:06:06,747 INFO [main] org.appng.core.service.CoreService: 'null' logged out 2018-10-22 16:06:06,748 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@816272a, testMethod = testLoginPrincipalWithGroup@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:06,750 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24a38ef3, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:06,760 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1548037813 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,764 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1691429072 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:06,764 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject deve 2018-10-22 16:06:07,554 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Subject deve 2018-10-22 16:06:07,554 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@24a38ef3, testMethod = testMigratePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:07,556 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35eb95d3, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:07,565 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#870748514 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,570 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#943403863 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-10-22 16:06:07,572 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-10-22 16:06:07,605 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.2 2018-10-22 16:06:07,608 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-10-22 16:06:07,610 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:06:07,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-10-22 16:06:07,612 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:06:07,612 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-10-22 16:06:07,613 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:06:07,613 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-10-22 16:06:07,614 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-10-22 16:06:07,619 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:06:07,620 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:06:07,621 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:06:07,621 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:06:07,621 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-10-22 16:06:07,623 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:06:07,623 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:06:07,625 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-10-22 16:06:07,626 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-10-22 16:06:07,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-10-22 16:06:07,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-10-22 16:06:07,632 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,633 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,634 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,634 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,634 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,635 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,635 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,635 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,635 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,635 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.2' 2018-10-22 16:06:07,635 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.2 to target/ROOT/applications/demo-application 2018-10-22 16:06:07,640 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:06:07,641 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:06:07,642 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:06:07,644 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:06:07,649 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-10-22 16:06:07,650 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@35eb95d3, testMethod = testProvideApplication@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:07,652 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@682bff78, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:07,662 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1414529337 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,667 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#332911016 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,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-1/demo-application 2018-10-22 16:06:07,691 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-10-22 16:06:07,693 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Assigned application demo-application to site site-1 2018-10-22 16:06:07,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-10-22 16:06:07,695 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-10-22 16:06:07,696 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-10-22 16:06:07,704 INFO [main] org.appng.core.service.CoreService: updating application demo-application-1.5.3 2018-10-22 16:06:07,707 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,707 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,707 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,708 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,708 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,708 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,708 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,708 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,709 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,709 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:06:07,709 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/ROOT/applications/demo-application 2018-10-22 16:06:07,713 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Application demo-application 2018-10-22 16:06:07,717 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:06:07,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-10-22 16:06:07,721 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:06:07,723 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:06:07,724 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:06:07,726 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:06:07,727 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:06:07,729 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-10-22 16:06:07,730 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-10-22 16:06:07,732 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:06:07,732 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:06:07,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-10-22 16:06:07,734 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-10-22 16:06:07,737 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.clobValue 2018-10-22 16:06:07,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.foo 2018-10-22 16:06:07,738 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-10-22 16:06:07,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-10-22 16:06:07,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.application.demo-application.bar 2018-10-22 16:06:07,739 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-10-22 16:06:07,742 INFO [main] org.appng.core.service.CoreService: loading properties for application 'demo-application' of site 'site-1' 2018-10-22 16:06:07,745 INFO [main] org.appng.core.service.CoreService: loading properties for application demo-application 2018-10-22 16:06:07,748 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Repository testrepo 2018-10-22 16:06:07,748 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@682bff78, testMethod = testProvideApplicationUpdate@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:07,750 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ba7828b, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:07,763 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#708635965 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,770 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#84804929 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,774 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-10-22 16:06:07,774 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application demo-application from site site-1 2018-10-22 16:06:07,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.bar 2018-10-22 16:06:07,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.clobValue 2018-10-22 16:06:07,775 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.demo-application.foo 2018-10-22 16:06:07,781 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Administrator 2018-10-22 16:06:07,782 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Tester 2018-10-22 16:06:07,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Role Debugger 2018-10-22 16:06:07,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission debug 2018-10-22 16:06:07,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-type.webgui 2018-10-22 16:06:07,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission output-format.html 2018-10-22 16:06:07,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Permission testPermission 2018-10-22 16:06:07,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.bar 2018-10-22 16:06:07,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.clobValue 2018-10-22 16:06:07,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.application.demo-application.foo 2018-10-22 16:06:07,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Application demo-application 2018-10-22 16:06:07,789 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@2ba7828b, testMethod = testProvideApplicationUpdateDelete@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:07,790 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49bcd90d, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:07,800 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1016481907 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,805 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1841303714 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,806 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Repository testrepo 2018-10-22 16:06:07,807 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group Administrators 2018-10-22 16:06:07,807 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-10-22 16:06:07,826 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-10-22 16:06:07,827 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application demo-application 2018-10-22 16:06:07,828 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:06:07,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission debug 2018-10-22 16:06:07,828 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:06:07,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-format.html 2018-10-22 16:06:07,828 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:06:07,828 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission output-type.webgui 2018-10-22 16:06:07,829 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:06:07,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission testPermission 2018-10-22 16:06:07,829 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Administrator 2018-10-22 16:06:07,830 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:06:07,831 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:06:07,832 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:06:07,832 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:06:07,832 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Debugger 2018-10-22 16:06:07,833 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:06:07,834 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:06:07,834 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:06:07,834 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role Tester 2018-10-22 16:06:07,835 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:06:07,835 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:06:07,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.foo 2018-10-22 16:06:07,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.bar 2018-10-22 16:06:07,837 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.application.demo-application.clobValue 2018-10-22 16:06:07,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Group Administrators 2018-10-22 16:06:07,839 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Administrator 2018-10-22 16:06:07,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Debugger 2018-10-22 16:06:07,840 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role Tester 2018-10-22 16:06:07,842 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,842 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,842 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,842 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-10-22 16:06:07,843 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.4 to target/ROOT/applications/demo-application 2018-10-22 16:06:07,848 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:06:07,848 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:06:07,849 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:06:07,850 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:06:07,851 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:06:07,852 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:06:07,855 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@49bcd90d, testMethod = testProvideApplicationWithAdminRole@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:07,857 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38dde7ec, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:07,866 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#173363205 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,871 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#658510078 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,873 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@38dde7ec, testMethod = testReloadRepository@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:07,874 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c902a72, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:07,884 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1526019583 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:07,888 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#728514416 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,676 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@4c902a72, testMethod = testResetPassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:08,678 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36af93ca, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:08,695 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1289942230 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,700 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#476931575 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,703 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@36af93ca, testMethod = testRestoreSubject@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:08,705 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6621ab0c, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:08,715 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1781215417 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,720 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2091029650 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.a 2018-10-22 16:06:08,721 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foobaz.b 2018-10-22 16:06:08,723 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6621ab0c, testMethod = testSaveProperties@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:08,724 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@376aaeec, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:08,736 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#443049200 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,741 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#442208119 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,741 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property prop1 2018-10-22 16:06:08,742 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@376aaeec, testMethod = testSaveProperty@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:08,744 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6557d4c6, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:08,755 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#561436980 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,760 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1013734212 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,762 INFO [main] org.appng.core.service.CoreService: unlinking application manager from site site-1, status of database-connection is NO_DB_SUPPORTED 2018-10-22 16:06:08,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Removed application manager from site site-1 2018-10-22 16:06:08,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foo 2018-10-22 16:06:08,763 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNG platform Property platform.site.site-1.application.manager.foobar 2018-10-22 16:06:08,764 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@6557d4c6, testMethod = testUnlinkApplicationFromSiteIntegerString@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:08,766 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b3aa246, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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@f49e81a]; rollback [false] 2018-10-22 16:06:08,776 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1031567023 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:08,782 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#824753705 for site example with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:09,565 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-10-22 16:06:09,565 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@5fb44964 testClass = CoreServiceTest, testInstance = org.appng.core.service.CoreServiceTest@1b3aa246, testMethod = testUpdatePassword@CoreServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@6697f3d 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-10-22 16:06:09,566 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@12e007be: startup date [Mon Oct 22 16:06:01 CEST 2018]; root of context hierarchy 2018-10-22 16:06:09,567 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:09,567 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [WARNING] Tests run: 80, Failures: 0, Errors: 0, Skipped: 20, Time elapsed: 8.065 s - in org.appng.core.service.CoreServiceTest [INFO] Running org.appng.core.service.DatabaseServiceTest 2018-10-22 16:06:09,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-10-22 16:06:09,580 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@677480c8, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5a1f4fa4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5a271f3b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6291d30, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4518bffd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@65daaa95] 2018-10-22 16:06:09,581 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:09,699 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:09,727 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7e6bfd2: startup date [Mon Oct 22 16:06:09 CEST 2018]; root of context hierarchy 2018-10-22 16:06:09,780 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:09,796 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:09,819 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:09,819 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:DatabaseServiceTest] 2018-10-22 16:06:09,819 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:09,819 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:09,819 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:09,834 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:09,839 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:10,004 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7d9a5edf] 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-10-22 16:06:10,007 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4f0e6be] 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-10-22 16:06:10,026 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:10,076 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:10,206 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7e6bfd2: startup date [Mon Oct 22 16:06:09 CEST 2018]; root of context hierarchy 2018-10-22 16:06:10,245 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:06:10,274 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-10-22 16:06:10,283 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-10-22 16:06:10,293 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-10-22 16:06:10,330 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-10-22 16:06:10,331 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-10-22 16:06:10,341 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.004s) 2018-10-22 16:06:10,347 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:06:10,356 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:06:10,362 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:06:10,379 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:06:10,386 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:06:10,390 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:06:10,394 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:06:10,398 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:06:10,402 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:06:10,406 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:06:10,409 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:06:10,448 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:06:10,451 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.105s). 2018-10-22 16:06:10,453 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) 2018-10-22 16:06:10,453 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4) 2018-10-22 16:06:10,476 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG Root Database 2018-10-22 16:06:10,481 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG HSQL 2018-10-22 16:06:10,485 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testInitDatabase (HSQL Database Engine 2.4.0) is active. 2018-10-22 16:06:10,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform DatabaseConnection appNG HSQL 2018-10-22 16:06:10,487 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform DatabaseConnection appNG MYSQL 2018-10-22 16:06:10,488 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.mysql.jdbc.Driver 2018-10-22 16:06:10,630 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.) 2018-10-22 16:06:10,631 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-10-22 16:06:10,634 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver com.microsoft.sqlserver.jdbc.SQLServerDriver 2018-10-22 16:06:10,640 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7e6bfd2: startup date [Mon Oct 22 16:06:09 CEST 2018]; root of context hierarchy 2018-10-22 16:06:10,642 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:10,643 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:DatabaseServiceTest] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 1.071 s - in org.appng.core.service.DatabaseServiceTest [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.InitializerServiceTest 2018-10-22 16:06:10,660 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-10-22 16:06:10,661 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@39e16443, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5c97d5d, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@49bc9588, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7b9c54c7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@496de48b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7005b6e] 2018-10-22 16:06:10,662 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:10,772 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:10,804 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2a3d9ed3: startup date [Mon Oct 22 16:06:10 CEST 2018]; root of context hierarchy 2018-10-22 16:06:10,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:10,877 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:10,906 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:10,906 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-10-22 16:06:10,906 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:10,906 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:10,906 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:10,907 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:10,912 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:11,060 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@15a806a2] 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-10-22 16:06:11,066 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@21f9b360] 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-10-22 16:06:11,081 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:11,141 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:11,276 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@2a3d9ed3: startup date [Mon Oct 22 16:06:10 CEST 2018]; root of context hierarchy 2018-10-22 16:06:11,316 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@3dd1f392 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@4faaf13a, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5d6bed7b 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@6afafa48]; rollback [false] 2018-10-22 16:06:11,317 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1627727453 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:11,319 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject subject-3 2018-10-22 16:06:11,321 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site site-1 2018-10-22 16:06:11,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource application.xml of application application1 2018-10-22 16:06:11,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application application1 2018-10-22 16:06:11,324 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role dummy 2018-10-22 16:06:11,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission permission-1 2018-10-22 16:06:11,325 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group group-1 2018-10-22 16:06:11,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingEnabled 2018-10-22 16:06:11,343 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.filebasedDeployment 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.jspFileType 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStorePassword 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.platformRootPath 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.manageDatabases 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cachePlatformFolder 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryCert 2018-10-22 16:06:11,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.defaultTemplate 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.devMode 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.logfile 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssAllowedTags 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailDisabled 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyRegEx 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.formatOutput 2018-10-22 16:06:11,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sharedSecret 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.ehcacheConfig 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryPath 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryVerifySignature 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositorySignature 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheApplicationFolder 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.writeDebugFiles 2018-10-22 16:06:11,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryDefaultDigest 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.monitorPerformance 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mdcEnabled 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.vHostMode 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templateFolder 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.locale 2018-10-22 16:06:11,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.sessionTimeout 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cleanTempFolderOnStartup 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.encoding 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.maxUploadSize 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.templatePrefix 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.repositoryTrustStore 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.imageMagickPath 2018-10-22 16:06:11,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databasePrefix 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheFolder 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupAddress 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.xssProtect 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailHost 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.timeZone 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.cacheImageFolder 2018-10-22 16:06:11,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingReceiver 2018-10-22 16:06:11,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.messagingGroupPort 2018-10-22 16:06:11,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.csrfFilterEnabled 2018-10-22 16:06:11,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.mailPort 2018-10-22 16:06:11,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.uploadDir 2018-10-22 16:06:11,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.applicationDir 2018-10-22 16:06:11,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.databaseValidationPeriod 2018-10-22 16:06:11,352 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngbuild0 as fallback 2018-10-22 16:06:11,352 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:06:11,352 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-10-22 16:06:11,364 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Subject subject-3 2018-10-22 16:06:11,365 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Resource application.xml of application application1 2018-10-22 16:06:11,366 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Role dummy 2018-10-22 16:06:11,367 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheClearOnShutdown 2018-10-22 16:06:11,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPrincipalScheme 2018-10-22 16:06:11,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapStartTls 2018-10-22 16:06:11,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapIdAttribute 2018-10-22 16:06:11,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPages 2018-10-22 16:06:11,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.host 2018-10-22 16:06:11,368 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPage 2018-10-22 16:06:11,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedPaths 2018-10-22 16:06:11,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionName 2018-10-22 16:06:11,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputFormat 2018-10-22 16:06:11,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.tagPrefix 2018-10-22 16:06:11,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.name 2018-10-22 16:06:11,369 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectionEnabled 2018-10-22 16:06:11,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUser 2018-10-22 16:06:11,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.timeZone 2018-10-22 16:06:11,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutRef 2018-10-22 16:06:11,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheExceptions 2018-10-22 16:06:11,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.encoding 2018-10-22 16:06:11,370 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authApplication 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginPage 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchChunkSize 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.template 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheStatistics 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapUserBaseDn 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.serviceOutputType 2018-10-22 16:06:11,371 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportedLanguages 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailPort 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheBlockingTimeout 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.errorPage 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.service-path 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileSystemQueueSize 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.siteRootDir 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexConfig 2018-10-22 16:06:11,372 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapHost 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.searchMaxHits 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailHost 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexTimeout 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.DatasourceConfigurer 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapDomain 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.csrfProtectedMethods 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultApplication 2018-10-22 16:06:11,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.documentDir 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.defaultPageSize 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ehcacheEnabled 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutPage 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapPassword 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexFileTypes 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.assetsDir 2018-10-22 16:06:11,374 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLoginRef 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.locale 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.ldapGroupBaseDn 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexDir 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.wwwDir 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.enforcePrimaryDomain 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.supportReloadFile 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.indexQueueSize 2018-10-22 16:06:11,375 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.appendTabId 2018-10-22 16:06:11,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.mailDisabled 2018-10-22 16:06:11,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.authLogoutActionValue 2018-10-22 16:06:11,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.manager-path 2018-10-22 16:06:11,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.xssExceptions 2018-10-22 16:06:11,376 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property platform.site.site-1.rewriteConfig 2018-10-22 16:06:11,376 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-10-22 16:06:11,379 INFO [main] org.appng.core.service.InitializerService: loading site site-1 (host-1) 2018-10-22 16:06:11,379 INFO [main] org.appng.core.service.InitializerService: loading applications for site site-1 2018-10-22 16:06:11,383 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-10-22 16:06:11,383 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-10-22 16:06:11,462 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-10-22 16:06:11,462 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1977850689 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:11,462 INFO [main] org.appng.core.service.InitializerService: SiteClassLoader#1977850689 for site site-1 with parent sun.misc.Launcher$AppClassLoader#1252169911 2018-10-22 16:06:11,465 INFO [main] org.appng.core.service.InitializerService: started site thread [appng-indexthread-site-1] with runnable of type org.appng.search.indexer.DocumentIndexer 2018-10-22 16:06:11,466 INFO [main] org.appng.core.service.InitializerService: loading site site-1 completed 2018-10-22 16:06:11,466 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNG platform Loaded site site-1 2018-10-22 16:06:11,466 INFO [main] org.appng.core.service.InitializerService: ========================================================================================== 2018-10-22 16:06:11,477 INFO [main] org.appng.core.service.InitializerService: Current Ehcache configuration: 2018-10-22 16:06:11,488 INFO [main] org.springframework.test.context.transaction.TransactionContext: Committed transaction for test context [DefaultTestContext@3dd1f392 testClass = InitializerServiceTest, testInstance = org.appng.core.service.InitializerServiceTest@4faaf13a, testMethod = testInitPlatform@InitializerServiceTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5d6bed7b 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-10-22 16:06:11,489 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2a3d9ed3: startup date [Mon Oct 22 16:06:10 CEST 2018]; root of context hierarchy 2018-10-22 16:06:11,490 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:11,490 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.837 s - in org.appng.core.service.InitializerServiceTest [INFO] Running org.appng.core.service.ApplicationArchiveProcessorTest 2018-10-22 16:06:11,501 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-null' 2018-10-22 16:06:11,501 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-null' 2018-10-22 16:06:11,501 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-null' 2018-10-22 16:06:11,501 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-null' 2018-10-22 16:06:11,502 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-null' 2018-10-22 16:06:11,502 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-null' 2018-10-22 16:06:11,502 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-null' 2018-10-22 16:06:11,502 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-null' 2018-10-22 16:06:11,502 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-null' 2018-10-22 16:06:11,503 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.009 s - in org.appng.core.service.ApplicationArchiveProcessorTest [INFO] Running org.appng.core.service.LdapServiceTest 2018-10-22 16:06:11,533 INFO [main] org.appng.core.service.LdapService: Unknown keyword 'bogus' in site property 'testLoginUserSucces.ldapPrincipalScheme'. Falling back to plain username 'aziz' as principal. 2018-10-22 16:06:11,538 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-10-22 16:06:11,539 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.service.HsqlStarterTest 2018-10-22 16:06:11,559 INFO [main] org.appng.core.service.HsqlStarter: starting HSQL Server 2.4.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2018-10-22 16:06:11,585 INFO [HSQLDB Server @3c809ee7] hsqldb.db.HSQLDB669C18EE74.ENGINE: Checkpoint start 2018-10-22 16:06:11,585 INFO [HSQLDB Server @3c809ee7] hsqldb.db.HSQLDB669C18EE74.ENGINE: checkpointClose start 2018-10-22 16:06:11,593 INFO [HSQLDB Server @3c809ee7] hsqldb.db.HSQLDB669C18EE74.ENGINE: checkpointClose synched 2018-10-22 16:06:11,601 INFO [HSQLDB Server @3c809ee7] hsqldb.db.HSQLDB669C18EE74.ENGINE: checkpointClose script done 2018-10-22 16:06:11,617 INFO [HSQLDB Server @3c809ee7] hsqldb.db.HSQLDB669C18EE74.ENGINE: checkpointClose end 2018-10-22 16:06:11,617 INFO [HSQLDB Server @3c809ee7] hsqldb.db.HSQLDB669C18EE74.ENGINE: Checkpoint end - txts: 1 2018-10-22 16:06:11,777 INFO [main] org.appng.core.service.HsqlStarter: shutting down HSQL Server 2.4.0 at /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appNG/WEB-INF/database/appng on port 9001 2018-10-22 16:06:11,915 INFO [HSQLDB Connection @4986f8eb] hsqldb.db.HSQLDB669C18EE74.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s - in org.appng.core.service.HsqlStarterTest [INFO] Running org.appng.core.repository.SiteRepositoryTest 2018-10-22 16:06:12,129 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-10-22 16:06:12,130 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-10-22 16:06:12,134 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-10-22 16:06:12,135 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@206e080, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@49da976, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@40364273, org.springframework.test.context.support.DirtiesContextTestExecutionListener@63e17053, org.springframework.test.context.transaction.TransactionalTestExecutionListener@56569e4f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@3fe94bea] 2018-10-22 16:06:12,135 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:12,212 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:12,236 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4dbea3be: startup date [Mon Oct 22 16:06:12 CEST 2018]; root of context hierarchy 2018-10-22 16:06:12,284 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:12,300 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:12,328 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:12,328 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:SiteRepositoryTest] 2018-10-22 16:06:12,328 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:12,328 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:12,328 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:12,341 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:12,345 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:12,496 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6c769cd8] 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-10-22 16:06:12,498 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3b7bc23a] 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-10-22 16:06:12,514 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:12,573 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:12,692 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4dbea3be: startup date [Mon Oct 22 16:06:12 CEST 2018]; root of context hierarchy 2018-10-22 16:06:12,716 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@105a0846 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@3b6d5459, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71637a85 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@77e062f4]; rollback [true] 2018-10-22 16:06:12,718 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-10-22 16:06:12,722 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:12,732 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNG platform Site name 2018-10-22 16:06:12,733 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@105a0846 testClass = SiteRepositoryTest, testInstance = org.appng.core.repository.SiteRepositoryTest@3b6d5459, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@71637a85 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-10-22 16:06:12,734 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4dbea3be: startup date [Mon Oct 22 16:06:12 CEST 2018]; root of context hierarchy 2018-10-22 16:06:12,735 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:12,735 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:SiteRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 s - in org.appng.core.repository.SiteRepositoryTest [INFO] Running org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.core.repository.config.ApplicationPostProcessorTest [INFO] Running org.appng.core.repository.RoleRepositoryTest 2018-10-22 16:06:12,748 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-10-22 16:06:12,749 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-10-22 16:06:12,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-10-22 16:06:12,753 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@59889208, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@11cf7dd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1861c4a9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12b67070, org.springframework.test.context.transaction.TransactionalTestExecutionListener@f33b8fc, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@697714d8] 2018-10-22 16:06:12,754 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:12,823 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:12,859 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7f25d1d3: startup date [Mon Oct 22 16:06:12 CEST 2018]; root of context hierarchy 2018-10-22 16:06:12,902 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:12,913 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:12,933 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:12,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:RoleRepositoryTest] 2018-10-22 16:06:12,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:12,933 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:12,933 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:12,943 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:12,946 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:13,092 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@6026c754] 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-10-22 16:06:13,094 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@3d7c21b7] 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-10-22 16:06:13,109 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:13,157 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:13,282 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@7f25d1d3: startup date [Mon Oct 22 16:06:12 CEST 2018]; root of context hierarchy 2018-10-22 16:06:13,305 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@660d78b7 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@5e0c445f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@563a32a2 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@12ceff30]; rollback [true] 2018-10-22 16:06:13,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-10-22 16:06:13,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:13,313 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-10-22 16:06:13,322 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@660d78b7 testClass = RoleRepositoryTest, testInstance = org.appng.core.repository.RoleRepositoryTest@5e0c445f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@563a32a2 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-10-22 16:06:13,323 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7f25d1d3: startup date [Mon Oct 22 16:06:12 CEST 2018]; root of context hierarchy 2018-10-22 16:06:13,324 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:13,324 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:RoleRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s - in org.appng.core.repository.RoleRepositoryTest [INFO] Running org.appng.core.repository.PermissionRepositoryTest 2018-10-22 16:06:13,328 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-10-22 16:06:13,328 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-10-22 16:06:13,332 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-10-22 16:06:13,332 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3977c7e4, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@54dd6160, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@24f89b6b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@307f4223, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3730fb2f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@8d95ac8] 2018-10-22 16:06:13,333 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:13,398 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:13,420 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@689aab7b: startup date [Mon Oct 22 16:06:13 CEST 2018]; root of context hierarchy 2018-10-22 16:06:13,463 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:13,473 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:13,492 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:13,492 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:PermissionRepositoryTest] 2018-10-22 16:06:13,492 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:13,492 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:13,492 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:13,501 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:13,505 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:13,603 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@15c203cf] 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-10-22 16:06:13,604 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5956b966] 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-10-22 16:06:13,618 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:13,669 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:13,767 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@689aab7b: startup date [Mon Oct 22 16:06:13 CEST 2018]; root of context hierarchy 2018-10-22 16:06:13,788 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@f60910d testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@1a1c68f5, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5ab7ef8a 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@1531ec6]; rollback [true] 2018-10-22 16:06:13,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:13,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Permission name 2018-10-22 16:06:13,801 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@f60910d testClass = PermissionRepositoryTest, testInstance = org.appng.core.repository.PermissionRepositoryTest@1a1c68f5, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5ab7ef8a 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-10-22 16:06:13,801 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@689aab7b: startup date [Mon Oct 22 16:06:13 CEST 2018]; root of context hierarchy 2018-10-22 16:06:13,802 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:13,802 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:PermissionRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s - in org.appng.core.repository.PermissionRepositoryTest [INFO] Running org.appng.core.repository.RepositoryCacheTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.appng.core.repository.RepositoryCacheTest [INFO] Running org.appng.core.repository.PropertyRepositoryTest 2018-10-22 16:06:13,819 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-10-22 16:06:13,819 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-10-22 16:06:13,823 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-10-22 16:06:13,823 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7d69bb0e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@63f70fd7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2d9cde8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7d2b2f3a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4daa4a5a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@16f86d8f] 2018-10-22 16:06:13,824 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:13,886 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:13,906 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5a025435: startup date [Mon Oct 22 16:06:13 CEST 2018]; root of context hierarchy 2018-10-22 16:06:13,948 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:13,958 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:13,976 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:13,977 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:PropertyRepositoryTest] 2018-10-22 16:06:13,977 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:13,977 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:13,977 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:13,986 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:13,989 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:14,087 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@5d100d1b] 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-10-22 16:06:14,089 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7cf9dc4c] 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-10-22 16:06:14,102 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:14,152 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:14,262 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5a025435: startup date [Mon Oct 22 16:06:13 CEST 2018]; root of context hierarchy 2018-10-22 16:06:14,284 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@519e7396 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@51d84d7f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d57b228 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@3b606079]; rollback [true] 2018-10-22 16:06:14,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Property foo.bar 2018-10-22 16:06:14,293 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@519e7396 testClass = PropertyRepositoryTest, testInstance = org.appng.core.repository.PropertyRepositoryTest@51d84d7f, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@3d57b228 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-10-22 16:06:14,294 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5a025435: startup date [Mon Oct 22 16:06:13 CEST 2018]; root of context hierarchy 2018-10-22 16:06:14,295 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:14,295 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:PropertyRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s - in org.appng.core.repository.PropertyRepositoryTest [INFO] Running org.appng.core.repository.ResourceRepositoryTest 2018-10-22 16:06:14,296 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-10-22 16:06:14,296 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-10-22 16:06:14,300 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-10-22 16:06:14,300 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5fdef28a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@518ed96e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3b812d71, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6ed99ce0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@463b7913, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@61598d13] 2018-10-22 16:06:14,301 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:14,368 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:14,389 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5381deec: startup date [Mon Oct 22 16:06:14 CEST 2018]; root of context hierarchy 2018-10-22 16:06:14,432 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:14,442 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:14,461 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:14,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:ResourceRepositoryTest] 2018-10-22 16:06:14,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:14,461 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:14,461 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:14,470 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:14,474 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:14,572 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4dd8a37e] 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-10-22 16:06:14,573 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@37735657] 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-10-22 16:06:14,587 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:14,643 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:14,746 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@5381deec: startup date [Mon Oct 22 16:06:14 CEST 2018]; root of context hierarchy 2018-10-22 16:06:14,767 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@5272b626 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@fd01c56, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@d8714b4 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@5d4a950]; rollback [true] 2018-10-22 16:06:14,769 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:14,772 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Resource name of application name 2018-10-22 16:06:14,774 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@5272b626 testClass = ResourceRepositoryTest, testInstance = org.appng.core.repository.ResourceRepositoryTest@fd01c56, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@d8714b4 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-10-22 16:06:14,775 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5381deec: startup date [Mon Oct 22 16:06:14 CEST 2018]; root of context hierarchy 2018-10-22 16:06:14,776 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:14,776 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:ResourceRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 s - in org.appng.core.repository.ResourceRepositoryTest [INFO] Running org.appng.core.repository.RepositoryTest 2018-10-22 16:06:14,778 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-10-22 16:06:14,778 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-10-22 16:06:14,781 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-10-22 16:06:14,782 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@19a834b, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@349a59e4, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@53c7f6ab, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1a377f85, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4f623753, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@29511222] 2018-10-22 16:06:14,782 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:14,853 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:14,879 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@454fcb0d: startup date [Mon Oct 22 16:06:14 CEST 2018]; root of context hierarchy 2018-10-22 16:06:14,928 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:14,938 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:14,960 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:14,960 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:RepositoryTest] 2018-10-22 16:06:14,960 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:14,960 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:14,960 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:15,002 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:15,007 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:15,103 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@4b5aaf53] 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-10-22 16:06:15,105 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@8a743a1] 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-10-22 16:06:15,118 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:15,165 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:15,266 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@454fcb0d: startup date [Mon Oct 22 16:06:14 CEST 2018]; root of context hierarchy 2018-10-22 16:06:15,287 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@374334c1 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@46883090, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20ba2011 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@4a9cd434]; rollback [true] 2018-10-22 16:06:15,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:15,293 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@374334c1 testClass = RepositoryTest, testInstance = org.appng.core.repository.RepositoryTest@46883090, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@20ba2011 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-10-22 16:06:15,294 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@454fcb0d: startup date [Mon Oct 22 16:06:14 CEST 2018]; root of context hierarchy 2018-10-22 16:06:15,294 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:15,294 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:RepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s - in org.appng.core.repository.RepositoryTest [INFO] Running org.appng.core.repository.GroupRepositoryTest 2018-10-22 16:06:15,296 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-10-22 16:06:15,296 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-10-22 16:06:15,300 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-10-22 16:06:15,300 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@123255d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4689ab65, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@19377df8, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7c061c04, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6497c714, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6fce9a60] 2018-10-22 16:06:15,301 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:15,364 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:15,385 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@4db4e2dc: startup date [Mon Oct 22 16:06:15 CEST 2018]; root of context hierarchy 2018-10-22 16:06:15,426 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:15,436 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:15,455 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:15,455 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:GroupRepositoryTest] 2018-10-22 16:06:15,455 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:15,456 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:15,456 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:15,465 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:15,468 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:15,563 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1cb95256] 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-10-22 16:06:15,564 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@7dbafe9d] 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-10-22 16:06:15,577 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:15,625 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:15,730 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@4db4e2dc: startup date [Mon Oct 22 16:06:15 CEST 2018]; root of context hierarchy 2018-10-22 16:06:15,750 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@7e0a1220 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@34b01423, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5902527f 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@e63a61d]; rollback [true] 2018-10-22 16:06:15,752 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:15,754 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-10-22 16:06:15,756 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-10-22 16:06:15,762 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@7e0a1220 testClass = GroupRepositoryTest, testInstance = org.appng.core.repository.GroupRepositoryTest@34b01423, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@5902527f 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-10-22 16:06:15,762 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@4db4e2dc: startup date [Mon Oct 22 16:06:15 CEST 2018]; root of context hierarchy 2018-10-22 16:06:15,763 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:15,763 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:GroupRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.468 s - in org.appng.core.repository.GroupRepositoryTest [INFO] Running org.appng.core.repository.SubjectRepositoryTest 2018-10-22 16:06:15,765 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-10-22 16:06:15,765 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-10-22 16:06:15,768 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-10-22 16:06:15,768 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6d33e177, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@3ac2300f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1172a648, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7eed8467, org.springframework.test.context.transaction.TransactionalTestExecutionListener@c27ea94, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@27cef157] 2018-10-22 16:06:15,769 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:15,831 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:15,851 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@230a5300: startup date [Mon Oct 22 16:06:15 CEST 2018]; root of context hierarchy 2018-10-22 16:06:15,890 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:15,900 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:15,918 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:15,918 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:SubjectRepositoryTest] 2018-10-22 16:06:15,918 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:15,918 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:15,918 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:15,926 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:15,929 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:16,020 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@22d12034] 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-10-22 16:06:16,021 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@480a3ffc] 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-10-22 16:06:16,035 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:16,085 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:16,187 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@230a5300: startup date [Mon Oct 22 16:06:15 CEST 2018]; root of context hierarchy 2018-10-22 16:06:16,209 INFO [main] org.springframework.test.context.transaction.TransactionContext: Began transaction (1) for test context [DefaultTestContext@2efb827e testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@532a6dec, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@314f8420 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@12949ce]; rollback [true] 2018-10-22 16:06:16,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Group name 2018-10-22 16:06:16,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Site name 2018-10-22 16:06:16,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Application name 2018-10-22 16:06:16,218 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Role name 2018-10-22 16:06:16,220 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNG platform Subject name 2018-10-22 16:06:16,229 INFO [main] org.springframework.test.context.transaction.TransactionContext: Rolled back transaction for test context [DefaultTestContext@2efb827e testClass = SubjectRepositoryTest, testInstance = org.appng.core.repository.SubjectRepositoryTest@532a6dec, testMethod = test@AbstractRepositoryTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@314f8420 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-10-22 16:06:16,234 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@230a5300: startup date [Mon Oct 22 16:06:15 CEST 2018]; root of context hierarchy 2018-10-22 16:06:16,235 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:16,235 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:SubjectRepositoryTest] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s - in org.appng.core.repository.SubjectRepositoryTest [INFO] Running org.appng.core.model.PlatformTransformerTest 2018-10-22 16:06:16,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-10-22 16:06:16,247 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@779ca85f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2bc0b7dd, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@72bb0967, org.springframework.test.context.support.DirtiesContextTestExecutionListener@602397ef, org.springframework.test.context.transaction.TransactionalTestExecutionListener@72ef05e4, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5c3f3a3b] 2018-10-22 16:06:16,248 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [platformContext.xml] 2018-10-22 16:06:16,316 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:16,337 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@76e5f0ea: startup date [Mon Oct 22 16:06:16 CEST 2018]; root of context hierarchy 2018-10-22 16:06:16,379 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:16,389 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: hsql-testdb ...] 2018-10-22 16:06:16,407 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:16,407 INFO [main] org.hibernate.orm.connections.pooling: HHH10001005: using driver [org.hsqldb.jdbc.JDBCDriver] at URL [jdbc:hsqldb:mem:TestInitializer] 2018-10-22 16:06:16,407 INFO [main] org.hibernate.orm.connections.pooling: HHH10001001: Connection properties: {user=sa, password=****} 2018-10-22 16:06:16,407 INFO [main] org.hibernate.orm.connections.pooling: HHH10001003: Autocommit mode: false 2018-10-22 16:06:16,407 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:16,408 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:16,412 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:16,504 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@1eedd4c7] 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-10-22 16:06:16,509 INFO [main] org.hibernate.orm.connections.access: HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@43ffaeb8] 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-10-22 16:06:16,523 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:16,573 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:06:16,677 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.context.support.GenericApplicationContext@76e5f0ea: startup date [Mon Oct 22 16:06:16 CEST 2018]; root of context hierarchy 2018-10-22 16:06:17,075 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-10-22 16:06:17,082 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 1505791444- 2018-10-22 16:06:17,111 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-10-22 16:06:17,122 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-10-22 16:06:17,123 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-10-22 16:06:17,123 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-10-22 16:06:17,124 INFO [main] org.appng.core.model.PlatformTransformer: writing debug files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/debug with prefix 189183471- 2018-10-22 16:06:17,135 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@76e5f0ea: startup date [Mon Oct 22 16:06:16 CEST 2018]; root of context hierarchy 2018-10-22 16:06:17,135 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'hsql-testdb' 2018-10-22 16:06:17,136 INFO [main] org.hibernate.orm.connections.pooling: HHH10001008: Cleaning up connection pool [jdbc:hsqldb:mem:TestInitializer] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s - in org.appng.core.model.PlatformTransformerTest [INFO] Running org.appng.core.model.RepositoryUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.model.RepositoryUtilsTest [INFO] Running org.appng.core.model.CacheProviderTest 2018-10-22 16:06:17,144 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/platform/appNG 2018-10-22 16:06:17,144 INFO [main] org.appng.core.model.CacheProvider: cleaning /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/WEB-INF/cache/application/appNG 2018-10-22 16:06:17,146 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-10-22 16:06:17,146 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.008 s - in org.appng.core.model.CacheProviderTest [INFO] Running org.appng.core.model.JarInfoBuilderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.appng.core.model.JarInfoBuilderTest [INFO] Running org.appng.core.model.ApplicationProviderTest 2018-10-22 16:06:17,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-10-22 16:06:17,160 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7c3f358c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@40b30d8b, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7c7427d4, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1a33530e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1f259691, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@47a20fab] 2018-10-22 16:06:17,162 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-10-22 16:06:17,219 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-10-22 16:06:17,226 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-10-22 16:06:17,235 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1ab5da0c: startup date [Mon Oct 22 16:06:17 CEST 2018]; root of context hierarchy 2018-10-22 16:06:17,323 INFO [HSQLDB Server @15f63744] hsqldb.db.HSQLDB669C1904EA.ENGINE: Checkpoint start 2018-10-22 16:06:17,323 INFO [HSQLDB Server @15f63744] hsqldb.db.HSQLDB669C1904EA.ENGINE: checkpointClose start 2018-10-22 16:06:17,332 INFO [HSQLDB Server @15f63744] hsqldb.db.HSQLDB669C1904EA.ENGINE: checkpointClose synched 2018-10-22 16:06:17,342 INFO [HSQLDB Server @15f63744] hsqldb.db.HSQLDB669C1904EA.ENGINE: checkpointClose script done 2018-10-22 16:06:17,357 INFO [HSQLDB Server @15f63744] hsqldb.db.HSQLDB669C1904EA.ENGINE: checkpointClose end 2018-10-22 16:06:17,357 INFO [HSQLDB Server @15f63744] hsqldb.db.HSQLDB669C1904EA.ENGINE: Checkpoint end - txts: 1 2018-10-22 16:06:17,423 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-10-22 16:06:17,424 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-10-22 16:06:17,554 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:17,562 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:17,591 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-10-22 16:06:17,826 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [messages-demo] not found for MessageSource: Can't find bundle for base name messages-demo, locale en 2018-10-22 16:06:17,826 WARN [main] org.springframework.context.support.ResourceBundleMessageSource: ResourceBundle [testmessages] not found for MessageSource: Can't find bundle for base name testmessages, locale en 2018-10-22 16:06:17,955 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: 2145472404 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-10-22 16:06:18,055 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: 1350532266 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-10-22 16:06:18,204 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1ab5da0c: startup date [Mon Oct 22 16:06:17 CEST 2018]; root of context hierarchy 2018-10-22 16:06:18,204 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-10-22 16:06:18,339 INFO [HSQLDB Connection @62d7b79d] hsqldb.db.HSQLDB669C1904EA.ENGINE: Database closed [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.389 s - in org.appng.core.model.ApplicationProviderTest [INFO] Running org.appng.core.model.ThymeleafProcessorTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 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.016 s - in org.appng.core.model.OutputFormatAndTypeTest [INFO] Running org.appng.core.model.PageParameterProcessorTest 2018-10-22 16:06:18,614 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.038 s - in org.appng.core.model.PageParameterProcessorTest [INFO] Running org.appng.core.PathInfoTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.PathInfoTest [INFO] Running org.appng.core.application.PermissionProcessorTest 2018-10-22 16:06:18,644 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-10-22 16:06:18,644 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-10-22 16:06:18,645 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-10-22 16:06:18,645 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-10-22 16:06:18,645 INFO [main] org.appng.api.support.DefaultPermissionProcessor: subject 'null' does not belong to any group, thus has no permissions 2018-10-22 16:06:18,645 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.01 s - in org.appng.core.application.PermissionProcessorTest [INFO] Running org.appng.core.controller.rest.RestActionTest 2018-10-22 16:06:19,071 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:83) 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) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s - in org.appng.core.controller.rest.RestActionTest [INFO] Running org.appng.core.controller.rest.RestDataSourceTest 2018-10-22 16:06:19,192 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:83) 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) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.appng.core.controller.rest.RestDataSourceTest [INFO] Running org.appng.core.controller.rest.RestOperationTest 2018-10-22 16:06:19,193 ERROR [main] org.appng.core.controller.rest.RestOperation$RestErrorHandler: error in REST service java.io.IOException: BOOOM! at org.appng.core.controller.rest.RestOperationTest.testHandleException(RestOperationTest.java:83) 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) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.core.controller.rest.RestOperationTest [INFO] Running org.appng.core.controller.messaging.MessagingTest 2018-10-22 16:06:19,198 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-10-22 16:06:19,199 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-10-22 16:06:19,199 INFO [main] org.appng.core.controller.messaging.MulticastReceiver: received message from localhost: org.appng.core.controller.messaging.MessagingTest - Origin: appng.node2 - Site: localhost 2018-10-22 16:06:19,200 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.006 s - in org.appng.core.controller.messaging.MessagingTest [INFO] Running org.appng.core.controller.RequestUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.controller.RequestUtilTest [INFO] Running org.appng.core.controller.ApplicationContextTest 2018-10-22 16:06:19,209 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-10-22 16:06:19,209 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6400429a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70bf2dea, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@250d64e0, org.springframework.test.context.support.DirtiesContextTestExecutionListener@16f7cc4c, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7005489a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@79dcfb0d] 2018-10-22 16:06:19,210 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [applications/application1/beans.xml] 2018-10-22 16:06:19,227 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-10-22 16:06:19,233 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-10-22 16:06:19,238 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@37b8aab2: startup date [Mon Oct 22 16:06:19 CEST 2018]; root of context hierarchy 2018-10-22 16:06:19,358 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-10-22 16:06:19,359 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-10-22 16:06:19,484 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:19,490 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:06:19,729 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-10-22 16:06:20,015 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@37b8aab2: startup date [Mon Oct 22 16:06:19 CEST 2018]; root of context hierarchy 2018-10-22 16:06:20,015 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-10-22 16:06:20,248 INFO [HSQLDB Connection @45391a48] hsqldb.db.HSQLDB669C1904EA.ENGINE: Database closed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 s - in org.appng.core.controller.ApplicationContextTest [INFO] Running org.appng.core.controller.RedirectTest 2018-10-22 16:06:20,454 INFO [main] org.appng.core.Redirect : Redirecting request to /targeturl (301) 2018-10-22 16:06:20,455 INFO [main] org.appng.core.Redirect : Redirecting request to targeturl (302) 2018-10-22 16:06:20,455 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.004 s - in org.appng.core.controller.RedirectTest [INFO] Running org.appng.core.controller.PlatformStartupTest 2018-10-22 16:06:20,472 INFO [main] org.appng.core.controller.PlatformStartup: 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: Launching appNG, the Next Generation Application Platform ... 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: - - ---- ----------------------------------------- -------- - - 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: ____ _______ _____ .---,,--,-^²²^-,. 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: .,--^^²´´ `^^²´´ `²^-.-²´´ ``²---´ dSb. db ,dS$P² < 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: ,-´_.dSS$§§§§$Sb. .dS$§§§§§$Sb. : .dS$§§§§$SSb. : $§4b.$$ l$´ ss ; 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: ,/ .dS$SP²^^^²4$§§$ $§§$P²^^^²4S$$b.`4$$P²^^^²4S§$b. 4$`4b$P `4S$SP | 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: ! .$§SP° $§§$ $§§$´ `4S§$.`4$´ `4S§$. .-----^²------´ 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: ; [$§$l $§§$ $§§$ l$§$] l$ l$§$] ! 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: l.`S$Sb. $§§$ $§§$ ,dS$S´ d$ ,dS$S´ ; 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: \ `4S$Sbsaaasd$§§$ $§§$ssaaasdS$SP´,d$$ssaaasdS$SP´ l 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: \_ ``4SS$§§§§§§§$ $§§§§§§§$SSP´´ $§§§§§§§$SSP´´_.^ 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: `----,_,.____,. $$$$ ___.___,^ $$$$ ___.,--^ 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: _ _ ______ ____ ! $§§$ ! ____ _ ! $$$$ | ________ _______ ____ _ _ 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: | $$$$ ; l $$$$ ; 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: `--,.-^´ `--,.-^´ 2018-10-22 16:06:20,473 INFO [main] org.appng.core.controller.PlatformStartup: 2018-10-22 16:06:20,474 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-10-22 16:06:20,486 INFO [HSQLDB Server @759a17e] hsqldb.db.HSQLDB669C191142.ENGINE: Checkpoint start 2018-10-22 16:06:20,486 INFO [HSQLDB Server @759a17e] hsqldb.db.HSQLDB669C191142.ENGINE: checkpointClose start 2018-10-22 16:06:20,491 INFO [HSQLDB Server @759a17e] hsqldb.db.HSQLDB669C191142.ENGINE: checkpointClose synched 2018-10-22 16:06:20,499 INFO [HSQLDB Server @759a17e] hsqldb.db.HSQLDB669C191142.ENGINE: checkpointClose script done 2018-10-22 16:06:20,513 INFO [HSQLDB Server @759a17e] hsqldb.db.HSQLDB669C191142.ENGINE: checkpointClose end 2018-10-22 16:06:20,513 INFO [HSQLDB Server @759a17e] hsqldb.db.HSQLDB669C191142.ENGINE: Checkpoint end - txts: 1 2018-10-22 16:06:20,575 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:06:20,678 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-10-22 16:06:20,780 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-10-22 16:06:20,895 INFO [main] org.appng.core.service.MigrationService: connected to jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4.0) 2018-10-22 16:06:20,996 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:hsql://localhost:9050/appng (HSQL Database Engine 2.4) 2018-10-22 16:06:21,007 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.006s) 2018-10-22 16:06:21,013 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:06:21,028 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:06:21,035 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:06:21,063 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:06:21,072 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:06:21,077 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:06:21,082 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:06:21,087 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:06:21,092 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:06:21,098 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:06:21,108 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:06:21,115 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:06:21,122 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.109s). 2018-10-22 16:06:21,122 INFO [main] org.appng.core.controller.PlatformStartup: Platform connection: HSQL jdbc:hsqldb:hsql://localhost:9050/appng 2018-10-22 16:06:21,123 INFO [main] org.appng.core.controller.PlatformStartup: appNG null started in 651 ms. 2018-10-22 16:06:21,123 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== 2018-10-22 16:06:26,125 INFO [main] org.appng.core.controller.PlatformStartup: appNG stopped. 2018-10-22 16:06:26,125 INFO [main] org.appng.core.controller.PlatformStartup: ==================================================================================================== [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.67 s - in org.appng.core.controller.PlatformStartupTest [INFO] Running org.appng.core.controller.handler.GuiHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.appng.core.controller.handler.GuiHandlerTest [INFO] Running org.appng.core.controller.handler.ServiceRequestHandlerTest 2018-10-22 16:06:26,133 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c4528d: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,184 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) throws org.appng.api.BusinessException 2018-10-22 16:06:26,215 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@3c4528d: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,296 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2018-10-22 16:06:26,299 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:169) at org.appng.core.controller.handler.ServiceRequestHandlerTest.testError(ServiceRequestHandlerTest.java:338) 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-10-22 16:06:26,300 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1ba77d6e: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,305 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) throws org.appng.api.BusinessException 2018-10-22 16:06:26,311 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@1ba77d6e: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,328 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c06c2f5: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,333 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) throws org.appng.api.BusinessException 2018-10-22 16:06:26,335 WARN [main] org.appng.core.controller.handler.RestService: no @RestController found for /services/site1/appng-demoapplication/rest/notfound 2018-10-22 16:06:26,335 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@41d7798: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,340 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) throws org.appng.api.BusinessException 2018-10-22 16:06:26,345 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@41d7798: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,351 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest 2018-10-22 16:06:26,359 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@775159cf: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,364 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) throws org.appng.api.BusinessException 2018-10-22 16:06:26,368 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.context.support.GenericApplicationContext@775159cf: startup date [Mon Oct 22 16:06:26 CEST 2018]; root of context hierarchy 2018-10-22 16:06:26,374 INFO [main] org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver: Detected @ExceptionHandler methods in foobarRest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.appng.core.controller.handler.ServiceRequestHandlerTest [INFO] Running org.appng.core.controller.RepositoryWatcherTest 2018-10-22 16:06:26,464 INFO [Time-limited test] 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 processed 2018-10-22 16:06:26,464 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/conf 2018-10-22 16:06:26,465 INFO [Time-limited test] org.appng.core.controller.RepositoryWatcher: watching /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/test-classes/repository/manager/www/de 2018-10-22 16:06:26,466 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: start watching... 2018-10-22 16:06:26,472 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fehler (cache size: 4) 2018-10-22 16:06:26,473 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/error (cache size: 3) 2018-10-22 16:06:26,473 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/fault (cache size: 2) 2018-10-22 16:06:26,473 INFO [repositoryWatcher] org.appng.core.controller.RepositoryWatcher: removed 1 cache elements for /de/test (cache size: 1) 2018-10-22 16:06:26,482 INFO [repositoryWatcher] 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 processed [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.appng.core.controller.RepositoryWatcherTest [INFO] Running org.appng.core.controller.SessionListenerTest 2018-10-22 16:06:26,591 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-10-22 16:06:26) 2018-10-22 16:06:26,592 INFO [main] org.appng.core.controller.SessionListener: Session created: ERTERTZGFHFGHGFH234 (created: 2018-10-22 16:06:26) 2018-10-22 16:06:26,593 INFO [main] org.appng.core.controller.SessionListener: Session destroyed: ZUS383883OTOTOLSKKL (created: 2018-10-22 16:06:26, accessed: 2018-10-22 16:06:26, requests: 1, domain: http://localhost:8080, user-agent: null) 2018-10-22 16:06:26,594 INFO [main] org.appng.core.controller.SessionListener: Session created: ZUS383883OTOTOLSKKL (created: 2018-10-22 16:06:26) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.core.controller.SessionListenerTest [INFO] Running org.appng.core.controller.ControllerTest 2018-10-22 16:06:26,603 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,604 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1448299443 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,621 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,622 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1475439104 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,625 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,626 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2000450390 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,626 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,627 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1507521365 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,632 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,633 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#292968335 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,634 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,634 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1358557891 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,635 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,636 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#618554689 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,638 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,640 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1674614337 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,641 INFO [main] org.appng.core.Redirect : Redirecting request to /de/index (301) 2018-10-22 16:06:26,641 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,641 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1722402423 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,646 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,646 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1854532358 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,648 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,648 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2100223297 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,650 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,650 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#209985187 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,651 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,652 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1802452549 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,653 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,654 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#466352138 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,655 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,656 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2018545795 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,658 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,659 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1142915710 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,660 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,661 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#44809310 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,662 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,662 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#767073790 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,663 INFO [main] org.appng.core.Redirect : Redirecting request /de to /de/index (301) 2018-10-22 16:06:26,663 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,664 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#134923928 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,665 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,666 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#3535733 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,669 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,670 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1994309999 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,672 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,673 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1672588737 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,674 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,674 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1059840418 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,675 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,676 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1039000314 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,677 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,678 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#408855261 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,679 INFO [main] org.appng.core.controller.Controller: Controller created 2018-10-22 16:06:26,680 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#935202117 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.appng.core.controller.ControllerTest [INFO] Running org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.appng.core.controller.filter.JspExtensionFilterTest [INFO] Running org.appng.core.controller.filter.RedirectFilterTest 2018-10-22 16:06:26,728 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: conf reload check set to 5000s 2018-10-22 16:06:26,734 INFO [main] org.springframework.mock.web.MockServletContext: org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok) 2018-10-22 16:06:26,740 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.027 s - in org.appng.core.controller.filter.RedirectFilterTest [INFO] Running org.appng.core.controller.filter.PageCacheFilterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.appng.core.controller.filter.PageCacheFilterTest [INFO] Running org.appng.core.controller.PlatformProcessorTest 2018-10-22 16:06:26,779 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1002417864 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,787 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1875362467 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,810 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#1967141198 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created 2018-10-22 16:06:26,815 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-10-22 16:06:26,817 INFO [main] org.appng.api.support.SiteClassLoader: SiteClassLoader#2077489914 for site manager with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.appng.core.controller.PlatformProcessorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 298, 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.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.18.0-RC1/appng-core-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-core/target/appng-core-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-core --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.jar Progress (1): 2.0/571 kB Progress (1): 4.1/571 kB Progress (1): 6.1/571 kB Progress (1): 8.2/571 kB Progress (1): 10/571 kB Progress (1): 12/571 kB Progress (1): 14/571 kB Progress (1): 16/571 kB Progress (1): 18/571 kB Progress (1): 20/571 kB Progress (1): 23/571 kB Progress (1): 25/571 kB Progress (1): 27/571 kB Progress (1): 29/571 kB Progress (1): 31/571 kB Progress (1): 33/571 kB Progress (1): 35/571 kB Progress (1): 37/571 kB Progress (1): 39/571 kB Progress (1): 41/571 kB Progress (1): 43/571 kB Progress (1): 45/571 kB Progress (1): 47/571 kB Progress (1): 49/571 kB Progress (1): 51/571 kB Progress (1): 53/571 kB Progress (1): 55/571 kB Progress (1): 57/571 kB Progress (1): 59/571 kB Progress (1): 61/571 kB Progress (1): 63/571 kB Progress (1): 66/571 kB Progress (1): 68/571 kB Progress (1): 70/571 kB Progress (1): 72/571 kB Progress (1): 74/571 kB Progress (1): 76/571 kB Progress (1): 78/571 kB Progress (1): 80/571 kB Progress (1): 82/571 kB Progress (1): 84/571 kB Progress (1): 86/571 kB Progress (1): 88/571 kB Progress (1): 90/571 kB Progress (1): 92/571 kB Progress (1): 94/571 kB Progress (1): 96/571 kB Progress (1): 98/571 kB Progress (1): 100/571 kB Progress (1): 102/571 kB Progress (1): 104/571 kB Progress (1): 106/571 kB Progress (1): 109/571 kB Progress (1): 111/571 kB Progress (1): 113/571 kB Progress (1): 115/571 kB Progress (1): 117/571 kB Progress (1): 119/571 kB Progress (1): 121/571 kB Progress (1): 123/571 kB Progress (1): 125/571 kB Progress (1): 127/571 kB Progress (1): 129/571 kB Progress (1): 131/571 kB Progress (1): 133/571 kB Progress (1): 135/571 kB Progress (1): 137/571 kB Progress (1): 139/571 kB Progress (1): 141/571 kB Progress (1): 143/571 kB Progress (1): 145/571 kB Progress (1): 147/571 kB Progress (1): 150/571 kB Progress (1): 152/571 kB Progress (1): 154/571 kB Progress (1): 156/571 kB Progress (1): 158/571 kB Progress (1): 160/571 kB Progress (1): 162/571 kB Progress (1): 164/571 kB Progress (1): 166/571 kB Progress (1): 168/571 kB Progress (1): 170/571 kB Progress (1): 172/571 kB Progress (1): 174/571 kB Progress (1): 176/571 kB Progress (1): 178/571 kB Progress (1): 180/571 kB Progress (1): 182/571 kB Progress (1): 184/571 kB Progress (1): 186/571 kB Progress (1): 188/571 kB Progress (1): 190/571 kB Progress (1): 193/571 kB Progress (1): 195/571 kB Progress (1): 197/571 kB Progress (1): 199/571 kB Progress (1): 201/571 kB Progress (1): 203/571 kB Progress (1): 205/571 kB Progress (1): 207/571 kB Progress (1): 209/571 kB Progress (1): 211/571 kB Progress (1): 213/571 kB Progress (1): 215/571 kB Progress (1): 217/571 kB Progress (1): 219/571 kB Progress (1): 221/571 kB Progress (1): 223/571 kB Progress (1): 225/571 kB Progress (1): 227/571 kB Progress (1): 229/571 kB Progress (1): 231/571 kB Progress (1): 233/571 kB Progress (1): 236/571 kB Progress (1): 238/571 kB Progress (1): 240/571 kB Progress (1): 242/571 kB Progress (1): 244/571 kB Progress (1): 246/571 kB Progress (1): 248/571 kB Progress (1): 250/571 kB Progress (1): 252/571 kB Progress (1): 254/571 kB Progress (1): 256/571 kB Progress (1): 258/571 kB Progress (1): 260/571 kB Progress (1): 262/571 kB Progress (1): 264/571 kB Progress (1): 266/571 kB Progress (1): 268/571 kB Progress (1): 270/571 kB Progress (1): 272/571 kB Progress (1): 274/571 kB Progress (1): 276/571 kB Progress (1): 279/571 kB Progress (1): 281/571 kB Progress (1): 283/571 kB Progress (1): 285/571 kB Progress (1): 287/571 kB Progress (1): 289/571 kB Progress (1): 291/571 kB Progress (1): 293/571 kB Progress (1): 295/571 kB Progress (1): 297/571 kB Progress (1): 299/571 kB Progress (1): 301/571 kB Progress (1): 303/571 kB Progress (1): 305/571 kB Progress (1): 307/571 kB Progress (1): 309/571 kB Progress (1): 311/571 kB Progress (1): 313/571 kB Progress (1): 315/571 kB Progress (1): 317/571 kB Progress (1): 319/571 kB Progress (1): 322/571 kB Progress (1): 324/571 kB Progress (1): 326/571 kB Progress (1): 328/571 kB Progress (1): 330/571 kB Progress (1): 332/571 kB Progress (1): 334/571 kB Progress (1): 336/571 kB Progress (1): 338/571 kB Progress (1): 340/571 kB Progress (1): 342/571 kB Progress (1): 344/571 kB Progress (1): 346/571 kB Progress (1): 348/571 kB Progress (1): 350/571 kB Progress (1): 352/571 kB Progress (1): 354/571 kB Progress (1): 356/571 kB Progress (1): 358/571 kB Progress (1): 360/571 kB Progress (1): 362/571 kB Progress (1): 365/571 kB Progress (1): 367/571 kB Progress (1): 369/571 kB Progress (1): 371/571 kB Progress (1): 373/571 kB Progress (1): 375/571 kB Progress (1): 377/571 kB Progress (1): 379/571 kB Progress (1): 381/571 kB Progress (1): 383/571 kB Progress (1): 385/571 kB Progress (1): 387/571 kB Progress (1): 389/571 kB Progress (1): 391/571 kB Progress (1): 393/571 kB Progress (1): 395/571 kB Progress (1): 397/571 kB Progress (1): 399/571 kB Progress (1): 401/571 kB Progress (1): 403/571 kB Progress (1): 406/571 kB Progress (1): 408/571 kB Progress (1): 410/571 kB Progress (1): 412/571 kB Progress (1): 414/571 kB Progress (1): 416/571 kB Progress (1): 418/571 kB Progress (1): 420/571 kB Progress (1): 422/571 kB Progress (1): 424/571 kB Progress (1): 426/571 kB Progress (1): 428/571 kB Progress (1): 430/571 kB Progress (1): 432/571 kB Progress (1): 434/571 kB Progress (1): 436/571 kB Progress (1): 438/571 kB Progress (1): 440/571 kB Progress (1): 442/571 kB Progress (1): 444/571 kB Progress (1): 446/571 kB Progress (1): 449/571 kB Progress (1): 451/571 kB Progress (1): 453/571 kB Progress (1): 455/571 kB Progress (1): 457/571 kB Progress (1): 459/571 kB Progress (1): 461/571 kB Progress (1): 463/571 kB Progress (1): 465/571 kB Progress (1): 467/571 kB Progress (1): 469/571 kB Progress (1): 471/571 kB Progress (1): 473/571 kB Progress (1): 475/571 kB Progress (1): 477/571 kB Progress (1): 479/571 kB Progress (1): 481/571 kB Progress (1): 483/571 kB Progress (1): 485/571 kB Progress (1): 487/571 kB Progress (1): 489/571 kB Progress (1): 492/571 kB Progress (1): 494/571 kB Progress (1): 496/571 kB Progress (1): 498/571 kB Progress (1): 500/571 kB Progress (1): 502/571 kB Progress (1): 504/571 kB Progress (1): 506/571 kB Progress (1): 508/571 kB Progress (1): 510/571 kB Progress (1): 512/571 kB Progress (1): 514/571 kB Progress (1): 516/571 kB Progress (1): 518/571 kB Progress (1): 520/571 kB Progress (1): 522/571 kB Progress (1): 524/571 kB Progress (1): 526/571 kB Progress (1): 528/571 kB Progress (1): 530/571 kB Progress (1): 532/571 kB Progress (1): 535/571 kB Progress (1): 537/571 kB Progress (1): 539/571 kB Progress (1): 541/571 kB Progress (1): 543/571 kB Progress (1): 545/571 kB Progress (1): 547/571 kB Progress (1): 549/571 kB Progress (1): 551/571 kB Progress (1): 553/571 kB Progress (1): 555/571 kB Progress (1): 557/571 kB Progress (1): 559/571 kB Progress (1): 561/571 kB Progress (1): 563/571 kB Progress (1): 565/571 kB Progress (1): 567/571 kB Progress (1): 569/571 kB Progress (1): 571 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.jar (571 kB at 8.4 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.pom Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1.pom (10 kB at 324 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 309 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (309 B at 8.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 309 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (309 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar Progress (1): 2.0/363 kB Progress (1): 4.1/363 kB Progress (1): 6.1/363 kB Progress (1): 8.2/363 kB Progress (1): 10/363 kB Progress (1): 12/363 kB Progress (1): 14/363 kB Progress (1): 16/363 kB Progress (1): 18/363 kB Progress (1): 20/363 kB Progress (1): 23/363 kB Progress (1): 25/363 kB Progress (1): 27/363 kB Progress (1): 29/363 kB Progress (1): 31/363 kB Progress (1): 33/363 kB Progress (1): 35/363 kB Progress (1): 37/363 kB Progress (1): 39/363 kB Progress (1): 41/363 kB Progress (1): 43/363 kB Progress (1): 45/363 kB Progress (1): 47/363 kB Progress (1): 49/363 kB Progress (1): 51/363 kB Progress (1): 53/363 kB Progress (1): 55/363 kB Progress (1): 57/363 kB Progress (1): 59/363 kB Progress (1): 61/363 kB Progress (1): 63/363 kB Progress (1): 66/363 kB Progress (1): 68/363 kB Progress (1): 70/363 kB Progress (1): 72/363 kB Progress (1): 74/363 kB Progress (1): 76/363 kB Progress (1): 78/363 kB Progress (1): 80/363 kB Progress (1): 82/363 kB Progress (1): 84/363 kB Progress (1): 86/363 kB Progress (1): 88/363 kB Progress (1): 90/363 kB Progress (1): 92/363 kB Progress (1): 94/363 kB Progress (1): 96/363 kB Progress (1): 98/363 kB Progress (1): 100/363 kB Progress (1): 102/363 kB Progress (1): 104/363 kB Progress (1): 106/363 kB Progress (1): 109/363 kB Progress (1): 111/363 kB Progress (1): 113/363 kB Progress (1): 115/363 kB Progress (1): 117/363 kB Progress (1): 119/363 kB Progress (1): 121/363 kB Progress (1): 123/363 kB Progress (1): 125/363 kB Progress (1): 127/363 kB Progress (1): 129/363 kB Progress (1): 131/363 kB Progress (1): 133/363 kB Progress (1): 135/363 kB Progress (1): 137/363 kB Progress (1): 139/363 kB Progress (1): 141/363 kB Progress (1): 143/363 kB Progress (1): 145/363 kB Progress (1): 147/363 kB Progress (1): 150/363 kB Progress (1): 152/363 kB Progress (1): 154/363 kB Progress (1): 156/363 kB Progress (1): 158/363 kB Progress (1): 160/363 kB Progress (1): 162/363 kB Progress (1): 164/363 kB Progress (1): 166/363 kB Progress (1): 168/363 kB Progress (1): 170/363 kB Progress (1): 172/363 kB Progress (1): 174/363 kB Progress (1): 176/363 kB Progress (1): 178/363 kB Progress (1): 180/363 kB Progress (1): 182/363 kB Progress (1): 184/363 kB Progress (1): 186/363 kB Progress (1): 188/363 kB Progress (1): 190/363 kB Progress (1): 193/363 kB Progress (1): 195/363 kB Progress (1): 197/363 kB Progress (1): 199/363 kB Progress (1): 201/363 kB Progress (1): 203/363 kB Progress (1): 205/363 kB Progress (1): 207/363 kB Progress (1): 209/363 kB Progress (1): 211/363 kB Progress (1): 213/363 kB Progress (1): 215/363 kB Progress (1): 217/363 kB Progress (1): 219/363 kB Progress (1): 221/363 kB Progress (1): 223/363 kB Progress (1): 225/363 kB Progress (1): 227/363 kB Progress (1): 229/363 kB Progress (1): 231/363 kB Progress (1): 233/363 kB Progress (1): 236/363 kB Progress (1): 238/363 kB Progress (1): 240/363 kB Progress (1): 242/363 kB Progress (1): 244/363 kB Progress (1): 246/363 kB Progress (1): 248/363 kB Progress (1): 250/363 kB Progress (1): 252/363 kB Progress (1): 254/363 kB Progress (1): 256/363 kB Progress (1): 258/363 kB Progress (1): 260/363 kB Progress (1): 262/363 kB Progress (1): 264/363 kB Progress (1): 266/363 kB Progress (1): 268/363 kB Progress (1): 270/363 kB Progress (1): 272/363 kB Progress (1): 274/363 kB Progress (1): 276/363 kB Progress (1): 279/363 kB Progress (1): 281/363 kB Progress (1): 283/363 kB Progress (1): 285/363 kB Progress (1): 287/363 kB Progress (1): 289/363 kB Progress (1): 291/363 kB Progress (1): 293/363 kB Progress (1): 295/363 kB Progress (1): 297/363 kB Progress (1): 299/363 kB Progress (1): 301/363 kB Progress (1): 303/363 kB Progress (1): 305/363 kB Progress (1): 307/363 kB Progress (1): 309/363 kB Progress (1): 311/363 kB Progress (1): 313/363 kB Progress (1): 315/363 kB Progress (1): 317/363 kB Progress (1): 319/363 kB Progress (1): 322/363 kB Progress (1): 324/363 kB Progress (1): 326/363 kB Progress (1): 328/363 kB Progress (1): 330/363 kB Progress (1): 332/363 kB Progress (1): 334/363 kB Progress (1): 336/363 kB Progress (1): 338/363 kB Progress (1): 340/363 kB Progress (1): 342/363 kB Progress (1): 344/363 kB Progress (1): 346/363 kB Progress (1): 348/363 kB Progress (1): 350/363 kB Progress (1): 352/363 kB Progress (1): 354/363 kB Progress (1): 356/363 kB Progress (1): 358/363 kB Progress (1): 360/363 kB Progress (1): 362/363 kB Progress (1): 363 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/1.18.0-RC1/appng-core-1.18.0-RC1-sources.jar (363 kB at 7.3 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 309 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (309 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml Progress (1): 309 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-core/maven-metadata.xml (309 B at 12 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 7 1.18.0-RC1 [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-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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.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.18.0-RC1/appng-tomcat7-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat7/target/appng-tomcat7-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tomcat7 --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.jar (3.0 kB at 98 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.pom Progress (1): 1.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1.pom (1.0 kB at 38 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (312 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (312 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/1.18.0-RC1/appng-tomcat7-1.18.0-RC1-sources.jar (3.0 kB at 103 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (312 B at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat7/maven-metadata.xml (312 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tomcat 8 1.18.0-RC1 [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-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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.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.18.0-RC1/appng-tomcat8-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-tomcat8/target/appng-tomcat8-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-tomcat8 --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.jar Progress (1): 2.0/3.1 kB Progress (1): 3.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.jar (3.1 kB at 94 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.pom Progress (1): 987 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1.pom (987 B at 33 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (312 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (312 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/1.18.0-RC1/appng-tomcat8-1.18.0-RC1-sources.jar (3.0 kB at 121 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (312 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-tomcat8/maven-metadata.xml (312 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Command Line Interface 1.18.0-RC1 [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 68 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/heartbeat/HeartBeat.java: /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/src/main/java/org/appng/cli/commands/heartbeat/HeartBeat.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.CommandBatchTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in org.appng.cli.commands.CommandBatchTest [INFO] Running org.appng.cli.commands.permission.ListPermissionTest 2018-10-22 16:06:29,406 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:29,729 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:29,851 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@72a7c7e0: startup date [Mon Oct 22 16:06:29 CEST 2018]; root of context hierarchy 2018-10-22 16:06:30,156 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:30,218 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:30,309 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-10-22 16:06:30,311 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-10-22 16:06:30,361 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-10-22 16:06:30,569 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:30,577 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:30,876 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:31,480 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-10-22 16:06:32,355 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:34,071 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@72a7c7e0: startup date [Mon Oct 22 16:06:29 CEST 2018]; root of context hierarchy 2018-10-22 16:06:34,074 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.824 s - in org.appng.cli.commands.permission.ListPermissionTest [INFO] Running org.appng.cli.commands.permission.AddPermissionTest 2018-10-22 16:06:34,082 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:34,178 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:34,204 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2cee5365: startup date [Mon Oct 22 16:06:34 CEST 2018]; root of context hierarchy 2018-10-22 16:06:34,255 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:34,267 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:34,285 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:34,285 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:34,286 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:34,488 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:34,850 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2cee5365: startup date [Mon Oct 22 16:06:34 CEST 2018]; root of context hierarchy 2018-10-22 16:06:34,851 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s - in org.appng.cli.commands.permission.AddPermissionTest [INFO] Running org.appng.cli.commands.permission.RemovePermissionTest 2018-10-22 16:06:34,859 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:34,951 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:34,976 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70777a65: startup date [Mon Oct 22 16:06:34 CEST 2018]; root of context hierarchy 2018-10-22 16:06:35,029 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:35,041 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:35,058 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:35,058 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:35,059 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:35,252 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:35,586 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@70777a65: startup date [Mon Oct 22 16:06:34 CEST 2018]; root of context hierarchy 2018-10-22 16:06:35,587 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 s - in org.appng.cli.commands.permission.RemovePermissionTest [INFO] Running org.appng.cli.commands.repository.CommandCreateRepositoryTest 2018-10-22 16:06:35,595 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:35,720 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:35,744 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@40b01718: startup date [Mon Oct 22 16:06:35 CEST 2018]; root of context hierarchy 2018-10-22 16:06:35,792 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:35,804 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:35,820 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:35,821 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:35,822 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:36,007 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:36,351 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@40b01718: startup date [Mon Oct 22 16:06:35 CEST 2018]; root of context hierarchy 2018-10-22 16:06:36,352 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s - in org.appng.cli.commands.repository.CommandCreateRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandDeleteRepositoryTest 2018-10-22 16:06:36,359 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:36,441 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:36,463 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@764a3867: startup date [Mon Oct 22 16:06:36 CEST 2018]; root of context hierarchy 2018-10-22 16:06:36,509 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:36,521 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:36,538 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:36,539 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:36,539 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:36,695 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:36,992 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@764a3867: startup date [Mon Oct 22 16:06:36 CEST 2018]; root of context hierarchy 2018-10-22 16:06:36,994 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.651 s - in org.appng.cli.commands.repository.CommandDeleteRepositoryTest [INFO] Running org.appng.cli.commands.repository.CommandListRepositoryTest 2018-10-22 16:06:37,015 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:37,131 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:37,151 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3c981f76: startup date [Mon Oct 22 16:06:37 CEST 2018]; root of context hierarchy 2018-10-22 16:06:37,246 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:37,256 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:37,276 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:37,276 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:37,277 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:37,425 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:37,714 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3c981f76: startup date [Mon Oct 22 16:06:37 CEST 2018]; root of context hierarchy 2018-10-22 16:06:37,715 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 s - in org.appng.cli.commands.repository.CommandListRepositoryTest [INFO] Running org.appng.cli.commands.property.CommandUpdateClobPropertyTest 2018-10-22 16:06:37,722 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:37,796 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:37,817 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@66ad7167: startup date [Mon Oct 22 16:06:37 CEST 2018]; root of context hierarchy 2018-10-22 16:06:37,860 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:37,874 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:37,899 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:37,899 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:37,900 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:38,037 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:38,335 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@66ad7167: startup date [Mon Oct 22 16:06:37 CEST 2018]; root of context hierarchy 2018-10-22 16:06:38,336 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.62 s - in org.appng.cli.commands.property.CommandUpdateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandUpdatePropertyTest 2018-10-22 16:06:38,343 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:38,414 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:38,432 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@23f16852: startup date [Mon Oct 22 16:06:38 CEST 2018]; root of context hierarchy 2018-10-22 16:06:38,475 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:38,485 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:38,500 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:38,500 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:38,501 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:38,626 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:38,882 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@23f16852: startup date [Mon Oct 22 16:06:38 CEST 2018]; root of context hierarchy 2018-10-22 16:06:38,884 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s - in org.appng.cli.commands.property.CommandUpdatePropertyTest [INFO] Running org.appng.cli.commands.property.CommandListPropertiesTest 2018-10-22 16:06:38,892 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:39,025 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:39,045 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@30b35687: startup date [Mon Oct 22 16:06:39 CEST 2018]; root of context hierarchy 2018-10-22 16:06:39,088 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:39,099 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:39,114 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:39,114 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:39,115 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:39,263 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:39,566 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@30b35687: startup date [Mon Oct 22 16:06:39 CEST 2018]; root of context hierarchy 2018-10-22 16:06:39,567 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.appng.cli.commands.property.CommandListPropertiesTest [INFO] Running org.appng.cli.commands.property.CommandCreateClobPropertyTest 2018-10-22 16:06:39,574 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:39,644 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:39,664 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@25a41143: startup date [Mon Oct 22 16:06:39 CEST 2018]; root of context hierarchy 2018-10-22 16:06:39,705 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:39,715 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:39,730 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:39,731 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:39,731 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:39,854 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:40,101 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@25a41143: startup date [Mon Oct 22 16:06:39 CEST 2018]; root of context hierarchy 2018-10-22 16:06:40,102 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.534 s - in org.appng.cli.commands.property.CommandCreateClobPropertyTest [INFO] Running org.appng.cli.commands.property.CommandCreatePropertyTest 2018-10-22 16:06:40,109 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:40,181 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:40,199 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7f210da5: startup date [Mon Oct 22 16:06:40 CEST 2018]; root of context hierarchy 2018-10-22 16:06:40,240 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:40,250 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:40,266 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:40,266 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:40,267 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:40,385 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:40,688 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7f210da5: startup date [Mon Oct 22 16:06:40 CEST 2018]; root of context hierarchy 2018-10-22 16:06:40,690 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s - in org.appng.cli.commands.property.CommandCreatePropertyTest [INFO] Running org.appng.cli.commands.template.CommandInstallTemplateTest 2018-10-22 16:06:40,698 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:40,764 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:40,781 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2d36a825: startup date [Mon Oct 22 16:06:40 CEST 2018]; root of context hierarchy 2018-10-22 16:06:40,819 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:40,829 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:40,842 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:40,843 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:40,843 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:40,942 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:41,137 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-10-22 16:06:41,216 INFO [main] org.appng.core.service.TemplateService: added resource assets/favicon.ico 2018-10-22 16:06:41,216 INFO [main] org.appng.core.service.TemplateService: added resource conf/platform.xml 2018-10-22 16:06:41,217 INFO [main] org.appng.core.service.TemplateService: added resource resources/dummy.txt 2018-10-22 16:06:41,218 INFO [main] org.appng.core.service.TemplateService: added resource template.xml 2018-10-22 16:06:41,218 INFO [main] org.appng.core.service.TemplateService: added resource xsl/platform.xsl 2018-10-22 16:06:41,219 INFO [main] org.appng.core.service.TemplateService: added resource xsl/utils.xsl 2018-10-22 16:06:41,242 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2d36a825: startup date [Mon Oct 22 16:06:40 CEST 2018]; root of context hierarchy 2018-10-22 16:06:41,242 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 s - in org.appng.cli.commands.template.CommandInstallTemplateTest [INFO] Running org.appng.cli.commands.site.CommandCreateSiteTest 2018-10-22 16:06:41,250 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:41,323 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:41,341 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@174e9ae8: startup date [Mon Oct 22 16:06:41 CEST 2018]; root of context hierarchy 2018-10-22 16:06:41,382 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:41,392 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:41,405 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:41,406 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:41,406 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:41,512 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:41,731 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@174e9ae8: startup date [Mon Oct 22 16:06:41 CEST 2018]; root of context hierarchy 2018-10-22 16:06:41,731 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s - in org.appng.cli.commands.site.CommandCreateSiteTest [INFO] Running org.appng.cli.commands.site.CommandListSitesTest 2018-10-22 16:06:41,741 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:41,805 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:41,823 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@68efc9a2: startup date [Mon Oct 22 16:06:41 CEST 2018]; root of context hierarchy 2018-10-22 16:06:41,863 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:41,871 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:41,885 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:41,886 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:41,886 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:41,986 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:42,190 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@68efc9a2: startup date [Mon Oct 22 16:06:41 CEST 2018]; root of context hierarchy 2018-10-22 16:06:42,190 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.455 s - in org.appng.cli.commands.site.CommandListSitesTest [INFO] Running org.appng.cli.commands.site.CommandCheckSiteRunningTest 2018-10-22 16:06:42,196 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:42,271 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:42,293 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1fdf1a6b: startup date [Mon Oct 22 16:06:42 CEST 2018]; root of context hierarchy 2018-10-22 16:06:42,344 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:42,356 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:42,374 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:42,375 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:42,376 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:42,800 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' site 'test2' is NOT running at http://example.com/manager/test2 HTTP response code: 404 site 'test' is NOT running at http://localhorst:8080/manager/test site 'appng' is running at http://localhost:8080/manager/appng with appNG version 1.0.0-M3 2018-10-22 16:06:43,334 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1fdf1a6b: startup date [Mon Oct 22 16:06:42 CEST 2018]; root of context hierarchy 2018-10-22 16:06:43,335 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.144 s - in org.appng.cli.commands.site.CommandCheckSiteRunningTest [INFO] Running org.appng.cli.commands.site.CommandDeleteSiteTest 2018-10-22 16:06:43,343 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:43,412 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:43,432 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2e617f42: startup date [Mon Oct 22 16:06:43 CEST 2018]; root of context hierarchy 2018-10-22 16:06:43,477 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:43,486 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:43,501 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:43,501 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:43,502 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:43,606 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' site 'testsite' is NOT running at http://example.com:8080/manager/testsite 2018-10-22 16:06:53,821 INFO [main] org.appng.core.service.CoreService: starting deletion of site testsite 2018-10-22 16:06:53,852 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-10-22 16:06:53,853 INFO [main] org.appng.core.service.CoreService: done deleting site testsite 2018-10-22 16:06:53,872 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2e617f42: startup date [Mon Oct 22 16:06:43 CEST 2018]; root of context hierarchy 2018-10-22 16:06:53,873 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.538 s - in org.appng.cli.commands.site.CommandDeleteSiteTest [INFO] Running org.appng.cli.commands.site.CommandSetSiteActiveTest 2018-10-22 16:06:53,882 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:53,952 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:53,971 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@9ba0a02: startup date [Mon Oct 22 16:06:53 CEST 2018]; root of context hierarchy 2018-10-22 16:06:54,011 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:54,020 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:54,035 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:54,035 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:54,036 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:54,136 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:54,336 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@9ba0a02: startup date [Mon Oct 22 16:06:53 CEST 2018]; root of context hierarchy 2018-10-22 16:06:54,337 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.462 s - in org.appng.cli.commands.site.CommandSetSiteActiveTest [INFO] Running org.appng.cli.commands.subject.CommandCreateSubjectTest 2018-10-22 16:06:54,343 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:54,405 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:54,423 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@57c09e37: startup date [Mon Oct 22 16:06:54 CEST 2018]; root of context hierarchy 2018-10-22 16:06:54,463 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:54,471 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:54,485 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:54,485 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:54,486 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:54,581 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:57,234 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@57c09e37: startup date [Mon Oct 22 16:06:54 CEST 2018]; root of context hierarchy 2018-10-22 16:06:57,235 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.897 s - in org.appng.cli.commands.subject.CommandCreateSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandDeleteSubjectTest 2018-10-22 16:06:57,242 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:57,312 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:57,331 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@7bf87d6b: startup date [Mon Oct 22 16:06:57 CEST 2018]; root of context hierarchy 2018-10-22 16:06:57,372 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:57,381 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:57,396 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:57,397 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:57,397 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:57,500 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:57,685 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@7bf87d6b: startup date [Mon Oct 22 16:06:57 CEST 2018]; root of context hierarchy 2018-10-22 16:06:57,686 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in org.appng.cli.commands.subject.CommandDeleteSubjectTest [INFO] Running org.appng.cli.commands.subject.CommandListSubjectTest 2018-10-22 16:06:57,691 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:57,754 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:57,772 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@5b854e1d: startup date [Mon Oct 22 16:06:57 CEST 2018]; root of context hierarchy 2018-10-22 16:06:57,809 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:57,818 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:57,833 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:57,833 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:57,833 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:57,935 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:58,111 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@5b854e1d: startup date [Mon Oct 22 16:06:57 CEST 2018]; root of context hierarchy 2018-10-22 16:06:58,111 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s - in org.appng.cli.commands.subject.CommandListSubjectTest [INFO] Running org.appng.cli.commands.group.CommandListGroupsTest 2018-10-22 16:06:58,117 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:58,180 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:58,198 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@e425d41: startup date [Mon Oct 22 16:06:58 CEST 2018]; root of context hierarchy 2018-10-22 16:06:58,235 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:58,245 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:58,259 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:58,259 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:58,259 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:58,377 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:58,564 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@e425d41: startup date [Mon Oct 22 16:06:58 CEST 2018]; root of context hierarchy 2018-10-22 16:06:58,565 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s - in org.appng.cli.commands.group.CommandListGroupsTest [INFO] Running org.appng.cli.commands.group.CommandCreateGroupTest 2018-10-22 16:06:58,570 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:58,645 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:58,662 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@3e6ded7: startup date [Mon Oct 22 16:06:58 CEST 2018]; root of context hierarchy 2018-10-22 16:06:58,702 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:58,711 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:58,725 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:58,726 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:58,727 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:58,823 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:59,016 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@3e6ded7: startup date [Mon Oct 22 16:06:58 CEST 2018]; root of context hierarchy 2018-10-22 16:06:59,017 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in org.appng.cli.commands.group.CommandCreateGroupTest [INFO] Running org.appng.cli.commands.group.CommandDeleteGroupTest 2018-10-22 16:06:59,023 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:59,086 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:59,106 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@65ec5a7e: startup date [Mon Oct 22 16:06:59 CEST 2018]; root of context hierarchy 2018-10-22 16:06:59,152 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:59,161 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:59,226 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:59,226 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:59,227 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:59,322 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:59,495 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@65ec5a7e: startup date [Mon Oct 22 16:06:59 CEST 2018]; root of context hierarchy 2018-10-22 16:06:59,496 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 s - in org.appng.cli.commands.group.CommandDeleteGroupTest [INFO] Running org.appng.cli.commands.group.CommandAddGroupTest 2018-10-22 16:06:59,502 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:59,561 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:06:59,578 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@65ef520a: startup date [Mon Oct 22 16:06:59 CEST 2018]; root of context hierarchy 2018-10-22 16:06:59,616 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:59,624 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:06:59,639 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:06:59,639 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:06:59,640 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:06:59,730 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:06:59,924 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@65ef520a: startup date [Mon Oct 22 16:06:59 CEST 2018]; root of context hierarchy 2018-10-22 16:06:59,925 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in org.appng.cli.commands.group.CommandAddGroupTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsForSiteTest 2018-10-22 16:06:59,931 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:06:59,992 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:07:00,009 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@1ac03d59: startup date [Mon Oct 22 16:07:00 CEST 2018]; root of context hierarchy 2018-10-22 16:07:00,048 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:00,056 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:07:00,070 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:07:00,070 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:07:00,071 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:07:00,159 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:00,353 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@1ac03d59: startup date [Mon Oct 22 16:07:00 CEST 2018]; root of context hierarchy 2018-10-22 16:07:00,354 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in org.appng.cli.commands.application.CommandListApplicationsForSiteTest [INFO] Running org.appng.cli.commands.application.CommandInstallApplicationTest 2018-10-22 16:07:00,359 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:07:00,419 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:07:00,436 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@646b4d24: startup date [Mon Oct 22 16:07:00 CEST 2018]; root of context hierarchy 2018-10-22 16:07:00,477 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:00,486 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:07:00,499 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:07:00,500 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:07:00,500 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:07:00,588 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:00,768 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-10-22 16:07:00,783 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.4 2018-10-22 16:07:00,786 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:07:00,787 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:07:00,788 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:07:00,788 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:07:00,793 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:07:00,794 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:07:00,795 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:07:00,795 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:07:00,796 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:07:00,797 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:07:00,797 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:07:00,799 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:07:00,799 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:07:00,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,808 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,810 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,810 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,811 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,811 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,811 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,811 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,811 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,811 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.4' 2018-10-22 16:07:00,812 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.4 2018-10-22 16:07:00,812 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-10-22 16:07:00,815 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-10-22 16:07:00,816 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-10-22 16:07:00,817 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-10-22 16:07:00,818 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-10-22 16:07:00,819 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-10-22 16:07:00,820 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-10-22 16:07:00,821 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-10-22 16:07:00,822 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-10-22 16:07:00,823 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-10-22 16:07:00,832 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:07:00,833 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:07:00,833 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:07:00,835 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:07:00,836 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:07:00,837 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:07:00,845 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@646b4d24: startup date [Mon Oct 22 16:07:00 CEST 2018]; root of context hierarchy 2018-10-22 16:07:00,845 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.497 s - in org.appng.cli.commands.application.CommandInstallApplicationTest [INFO] Running org.appng.cli.commands.application.CommandListApplicationsTest 2018-10-22 16:07:00,857 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:07:00,918 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:07:00,937 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70cbce67: startup date [Mon Oct 22 16:07:00 CEST 2018]; root of context hierarchy 2018-10-22 16:07:00,980 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:00,989 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:07:01,004 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:07:01,004 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:07:01,005 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:07:01,094 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:01,324 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@70cbce67: startup date [Mon Oct 22 16:07:00 CEST 2018]; root of context hierarchy 2018-10-22 16:07:01,325 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.472 s - in org.appng.cli.commands.application.CommandListApplicationsTest [INFO] Running org.appng.cli.CliCoreDBNotInitializedTest 2018-10-22 16:07:01,332 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:07:01,387 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:07:01,406 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@14e893cf: startup date [Mon Oct 22 16:07:01 CEST 2018]; root of context hierarchy 2018-10-22 16:07:01,443 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:01,451 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:07:01,463 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:07:01,464 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:07:01,477 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:07:01,555 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:01,757 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:01,826 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreDBNotInitializedTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:01,838 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@14e893cf: startup date [Mon Oct 22 16:07:01 CEST 2018]; root of context hierarchy 2018-10-22 16:07:01,838 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s - in org.appng.cli.CliCoreDBNotInitializedTest [INFO] Running org.appng.cli.prettyTable.PrettyTableTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.appng.cli.prettyTable.PrettyTableTest [INFO] Running org.appng.cli.CliBootstrapTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.appng.cli.CliBootstrapTest [INFO] Running org.appng.cli.CliCoreTest 2018-10-22 16:07:02,000 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [cliContext-test.xml] 2018-10-22 16:07:02,062 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:07:02,079 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@2e4a1d6: startup date [Mon Oct 22 16:07:02 CEST 2018]; root of context hierarchy 2018-10-22 16:07:02,117 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Building JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:02,126 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appNG CLI ...] 2018-10-22 16:07:02,139 WARN [main] org.hibernate.orm.connections.pooling: HHH10001002: Using Hibernate built-in connection pool (not for production use!) 2018-10-22 16:07:02,139 INFO [main] org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl: HHH000115: Hibernate connection pool size: 20 (min=1) 2018-10-22 16:07:02,152 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:07:02,244 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appNG CLI' 2018-10-22 16:07:02,402 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,408 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,478 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,497 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-10-22 16:07:02.475 2018-10-22 16:07:02,506 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,525 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,542 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-10-22 16:07:02.475 2018-10-22 16:07:02,556 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,574 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,601 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) is active. 2018-10-22 16:07:02,603 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-10-22 16:07:02,604 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/appNG MYSQL) 2018-10-22 16:07:02,604 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-10-22 16:07:02,605 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-10-22 16:07:02,605 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL) 2018-10-22 16:07:02,606 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-10-22 16:07:02,606 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,623 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-10-22 16:07:02.475 2018-10-22 16:07:02,628 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,645 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,660 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-10-22 16:07:02.475 2018-10-22 16:07:02,668 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,686 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,708 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) is active. 2018-10-22 16:07:02,710 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-10-22 16:07:02,711 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-10-22 16:07:02,712 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,728 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-10-22 16:07:02.475 2018-10-22 16:07:02,733 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,750 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem://CliCoreTest (HSQL Database Engine 2.4.0) 2018-10-22 16:07:02,766 INFO [main] org.appng.cli.CliCore : Database is at version 2.0.0, state: SUCCESS, installed on 2018-10-22 16:07:02.475 2018-10-22 16:07:02,769 ERROR [main] org.appng.cli.CliCore : An error occured. org.appng.api.BusinessException: force error at org.appng.cli.CliCoreTest$ErrorCommand.execute(CliCoreTest.java:177) at org.appng.cli.CliCore.perform(CliCore.java:184) at org.appng.cli.CliCoreTest.testError(CliCoreTest.java:117) 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-10-22 16:07:02,779 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@2e4a1d6: startup date [Mon Oct 22 16:07:02 CEST 2018]; root of context hierarchy 2018-10-22 16:07:02,780 INFO [main] org.springframework.orm.jpa.LocalEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appNG CLI' [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 s - in org.appng.cli.CliCoreTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 64, 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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.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.18.0-RC1/appng-cli-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-cli/target/appng-cli-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-cli --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.jar Progress (1): 2.0/102 kB Progress (1): 4.1/102 kB Progress (1): 6.1/102 kB Progress (1): 8.2/102 kB Progress (1): 10/102 kB Progress (1): 12/102 kB Progress (1): 14/102 kB Progress (1): 16/102 kB Progress (1): 18/102 kB Progress (1): 20/102 kB Progress (1): 23/102 kB Progress (1): 25/102 kB Progress (1): 27/102 kB Progress (1): 29/102 kB Progress (1): 31/102 kB Progress (1): 33/102 kB Progress (1): 35/102 kB Progress (1): 37/102 kB Progress (1): 39/102 kB Progress (1): 41/102 kB Progress (1): 43/102 kB Progress (1): 45/102 kB Progress (1): 47/102 kB Progress (1): 49/102 kB Progress (1): 51/102 kB Progress (1): 53/102 kB Progress (1): 55/102 kB Progress (1): 57/102 kB Progress (1): 59/102 kB Progress (1): 61/102 kB Progress (1): 63/102 kB Progress (1): 66/102 kB Progress (1): 68/102 kB Progress (1): 70/102 kB Progress (1): 72/102 kB Progress (1): 74/102 kB Progress (1): 76/102 kB Progress (1): 78/102 kB Progress (1): 80/102 kB Progress (1): 82/102 kB Progress (1): 84/102 kB Progress (1): 86/102 kB Progress (1): 88/102 kB Progress (1): 90/102 kB Progress (1): 92/102 kB Progress (1): 94/102 kB Progress (1): 96/102 kB Progress (1): 98/102 kB Progress (1): 100/102 kB Progress (1): 102 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.jar (102 kB at 2.1 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.pom Progress (1): 1.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1.pom (1.2 kB at 40 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 308 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (308 B at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 308 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (308 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-sources.jar Progress (1): 2.0/82 kB Progress (1): 4.1/82 kB Progress (1): 6.1/82 kB Progress (1): 8.2/82 kB Progress (1): 10/82 kB Progress (1): 12/82 kB Progress (1): 14/82 kB Progress (1): 16/82 kB Progress (1): 18/82 kB Progress (1): 20/82 kB Progress (1): 23/82 kB Progress (1): 25/82 kB Progress (1): 27/82 kB Progress (1): 29/82 kB Progress (1): 31/82 kB Progress (1): 33/82 kB Progress (1): 35/82 kB Progress (1): 37/82 kB Progress (1): 39/82 kB Progress (1): 41/82 kB Progress (1): 43/82 kB Progress (1): 45/82 kB Progress (1): 47/82 kB Progress (1): 49/82 kB Progress (1): 51/82 kB Progress (1): 53/82 kB Progress (1): 55/82 kB Progress (1): 57/82 kB Progress (1): 59/82 kB Progress (1): 61/82 kB Progress (1): 63/82 kB Progress (1): 66/82 kB Progress (1): 68/82 kB Progress (1): 70/82 kB Progress (1): 72/82 kB Progress (1): 74/82 kB Progress (1): 76/82 kB Progress (1): 78/82 kB Progress (1): 80/82 kB Progress (1): 82 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/1.18.0-RC1/appng-cli-1.18.0-RC1-sources.jar (82 kB at 2.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 308 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (308 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml Progress (1): 308 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-cli/maven-metadata.xml (308 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Tag Library 1.18.0-RC1 [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] [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.ParameterTest 2018-10-22 16:07:04,486 [main] DEBUG org.appng.taglib.Parameter - added parameter param1=value1 to parent tag org.appng.taglib.ParameterTest@1f57539 2018-10-22 16:07:04,501 [main] DEBUG org.appng.taglib.Parameter - added parameter param2="Ä" to parent tag org.appng.taglib.ParameterTest@1f57539 2018-10-22 16:07:04,501 [main] DEBUG org.appng.taglib.Parameter - added parameter param3=null to parent tag org.appng.taglib.ParameterTest@1f57539 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s - in org.appng.taglib.ParameterTest [INFO] Running org.appng.taglib.form.FormConfirmationTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.appng.taglib.form.FormConfirmationTest [INFO] Running org.appng.taglib.PermissionTest 2018-10-22 16:07:04,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:04,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:04,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:04,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:04,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:04,701 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:04,706 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:04,706 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:04,706 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:04,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:04,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:04,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:04,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:04,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:04,752 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:04,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:04,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:04,753 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:04,754 [main] DEBUG org.appng.api.support.DefaultPermissionProcessor - created PermissionProcessor for user 'null' in application 'null' of site 'null' 2018-10-22 16:07:04,754 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - creating instance for subject null, site null, application null 2018-10-22 16:07:04,755 [main] DEBUG org.appng.api.support.DummyPermissionProcessor - granting permission 2018-10-22 16:07:04,755 [main] DEBUG org.appng.taglib.Permission - subject has the permission: null [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 s - in org.appng.taglib.PermissionTest [INFO] Running org.appng.taglib.MultiSiteSupportTest 2018-10-22 16:07:04,756 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:04,756 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:04,757 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:04,798 [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.043 s - in org.appng.taglib.MultiSiteSupportTest [INFO] Running org.appng.taglib.TagletProcessorTest 2018-10-22 16:07:05,168 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {} 2018-10-22 16:07:05,203 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-10-22 16:07:05,203 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-10-22 16:07:05,211 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {noXslPrefix=test prefix} 2018-10-22 16:07:05,212 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-10-22 16:07:05,212 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-10-22 16:07:05,214 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {noXslSuffix=test suffix} 2018-10-22 16:07:05,215 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-10-22 16:07:05,215 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-10-22 16:07:05,216 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalTaglet$$EnhancerByMockitoWithCGLIB$$ce8279cc' with attributes: {} 2018-10-22 16:07:05,221 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.taglib.TagletProcessorTest$MyTaglet$$EnhancerByMockitoWithCGLIB$$4f154d8b' with attributes: {} 2018-10-22 16:07:05,234 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.GlobalXMLTaglet$$EnhancerByMockitoWithCGLIB$$7630b391' width attributes: {} 2018-10-22 16:07:05,235 [main] DEBUG org.appng.taglib.TagletProcessor - No prefix and suffix defined for not transformed output. Using default values 2018-10-22 16:07:05,235 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix for not transformed output. 2018-10-22 16:07:05,237 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.XMLTaglet$$EnhancerByMockitoWithCGLIB$$d8859cdc' width attributes: {noXslPrefix=test prefix, noXslSuffix=test suffix} 2018-10-22 16:07:05,238 [main] DEBUG org.appng.taglib.TagletProcessor - Using prefix test prefix and suffix test suffix for not transformed output. 2018-10-22 16:07:05,239 [main] DEBUG org.appng.taglib.TagletProcessor - calling taglet 'taglet' of type 'org.appng.api.Taglet$$EnhancerByMockitoWithCGLIB$$3b00c61' with attributes: {} [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s - in org.appng.taglib.TagletProcessorTest [INFO] Running org.appng.taglib.TagletAdapterTest 2018-10-22 16:07:05,240 [main] INFO org.appng.api.support.SiteClassLoader - SiteClassLoader#2074658615 for site localhost with parent sun.misc.Launcher$AppClassLoader#1252169911 created [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.appng.taglib.TagletAdapterTest [INFO] Running org.appng.taglib.AttributeTest 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,264 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,265 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,265 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,266 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,267 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,289 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSite [(variable = fromSite)] 2018-10-22 16:07:05,292 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,293 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,295 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,295 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,295 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,295 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,296 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,298 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,299 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,299 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,299 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,301 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost} = Mock for Site, hashCode: 1117871068 [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-10-22 16:07:05,301 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,302 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,304 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost']} = Mock for Site, hashCode: 1117871068 [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-10-22 16:07:05,304 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,304 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,304 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,304 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,304 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,304 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,305 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,305 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,305 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,322 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].name} = localhost [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-10-22 16:07:05,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,322 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,323 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,323 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,323 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,323 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,326 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites['localhost'].getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,326 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,327 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,327 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites.localhost.getName()} = localhost [(sites = {localhost=Mock for Site, hashCode: 1117871068})] 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,328 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,329 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,329 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,329 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromRequest [(variable = fromRequest)] 2018-10-22 16:07:05,330 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,331 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,332 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,333 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,335 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,336 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,336 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromPlatform [(variable = fromPlatform)] 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,337 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,338 [main] DEBUG org.appng.el.ExpressionEvaluator - ${variable} = fromSession [(variable = fromSession)] 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,339 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,340 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,340 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,340 [main] DEBUG org.appng.el.ExpressionEvaluator - ${sites} = {localhost=Mock for Site, hashCode: 1703696921} [(sites = {localhost=Mock for Site, hashCode: 1703696921})] 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,341 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:05,342 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.appng.taglib.AttributeTest [INFO] Running org.appng.taglib.search.SearchTest 2018-10-22 16:07:05,390 [main] DEBUG org.appng.taglib.search.SearchPart - added part global:null to org.appng.taglib.search.SearchTest@6d026701 2018-10-22 16:07:06,053 [main] DEBUG org.appng.taglib.search.Search - term is Hitchhiker 2018-10-22 16:07:06,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope PLATFORM 2018-10-22 16:07:06,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SITE 2018-10-22 16:07:06,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope SESSION 2018-10-22 16:07:06,053 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope REQUEST 2018-10-22 16:07:06,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - disabling scope URL 2018-10-22 16:07:06,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope PLATFORM 2018-10-22 16:07:06,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SESSION 2018-10-22 16:07:06,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope REQUEST 2018-10-22 16:07:06,054 [main] DEBUG org.appng.api.support.environment.DefaultEnvironment - enabling scope SITE 2018-10-22 16:07:06,059 [main] INFO org.appng.taglib.search.Search - processing org.appng.search.searcher.StandardSearcher with term 'Hitchhiker' and parameters {excludeTypes=com.foo.Bar} 2018-10-22 16:07:06,170 [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.045 s - in org.appng.taglib.search.SearchTest [INFO] Running org.appng.taglib.IfTest 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-10-22 16:07:06,391 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-10-22 16:07:06,398 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'bar') or (a.startsWith('b'))} = false [(a = foo)] 2018-10-22 16:07:06,399 [main] DEBUG org.appng.taglib.If - (a == 'bar') or (a.startsWith('b')) = false, skipping body 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - tempdir is /tmp 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - content type: null 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - requestURI: 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - contextPath: 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - servletPath: 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - pathInfo: null 2018-10-22 16:07:06,399 [main] DEBUG org.appng.forms.impl.RequestBean - request method: 2018-10-22 16:07:06,400 [main] DEBUG org.appng.el.ExpressionEvaluator - ${(a == 'foo') or (a.startsWith('f'))} = true [(a = foo)] 2018-10-22 16:07:06,400 [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] [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.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.18.0-RC1/appng-taglib-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-taglib/target/appng-taglib-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-taglib --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.jar (56 kB at 1.3 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.pom Progress (1): 1.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1.pom (1.8 kB at 59 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (311 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (311 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/1.18.0-RC1/appng-taglib-1.18.0-RC1-sources.jar (42 kB at 1.4 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 311 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (311 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml Progress (1): 311 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-taglib/maven-metadata.xml (311 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application 1.18.0-RC1 [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.18.0-RC1] [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.18.0-RC1] [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.18.0-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-application/src/main/webapp] [INFO] Webapp assembled in [235 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1.war [INFO] [INFO] --- maven-dependency-plugin:3.0.1:copy-dependencies (default) @ appng-application --- [INFO] Copying appng-forms-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-forms-1.18.0-RC1.jar [INFO] Copying appng-formtags-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-formtags-1.18.0-RC1.jar [INFO] Copying appng-rest-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-rest-api-1.18.0-RC1.jar [INFO] Copying appng-core-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-core-1.18.0-RC1.jar [INFO] Copying appng-tools-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-tools-1.18.0-RC1.jar [INFO] Copying appng-persistence-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-persistence-1.18.0-RC1.jar [INFO] Copying appng-api-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-api-1.18.0-RC1.jar [INFO] Copying appng-cli-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-cli-1.18.0-RC1.jar [INFO] Copying appng-mail-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-mail-1.18.0-RC1.jar [INFO] Copying appng-taglib-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-taglib-1.18.0-RC1.jar [INFO] Copying appng-search-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-search-1.18.0-RC1.jar [INFO] Copying appng-xmlapi-1.18.0-RC1.jar to /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/dependency/appng-xmlapi-1.18.0-RC1.jar [INFO] net.jcip:jcip-annotations:jar:1.0 already exists in destination. [INFO] io.swagger:swagger-annotations:jar:1.5.19 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] org.appng:appng-tomcat7:jar:1.18.0-RC1 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.appng:appng-tomcat8:jar:1.18.0-RC1 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] org.springframework.session:spring-session:jar:1.3.2.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] de.skuzzle:semantic-version:jar:1.2.0 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] org.springframework.data:spring-data-mongodb:jar:1.10.10.RELEASE 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.mongodb:mongo-java-driver:jar:3.6.3 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] 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.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: /tmp/jenkins_artifacts/release/appng-application-1.18.0-RC1-dependencies-20181022-1404.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.18.0-RC1-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.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.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.18.0-RC1/appng-application-1.18.0-RC1.pom [INFO] Installing /tmp/jenkins_artifacts/release/appng-application-1.18.0-RC1-dependencies-20181022-1404.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application/target/appng-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.war Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.war (97 MB at 26 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.pom Progress (1): 2.0/6.8 kB Progress (1): 4.1/6.8 kB Progress (1): 6.1/6.8 kB Progress (1): 6.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.pom (6.8 kB at 31 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (316 B at 8.5 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (316 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.1/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.2/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.3/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.4/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.5/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.6/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.7/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.8/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 0.9/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.0/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.1/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.2/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.3/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.4/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.5/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.6/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.7/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.8/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 1.9/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.0/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.1/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.2/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.3/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.4/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.5/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.6/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.7/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.8/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 2.9/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.0/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.1/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.2/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.3/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.4/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.5/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.6/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.7/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.8/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 3.9/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.0/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.1/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.2/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.3/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.4/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.5/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.6/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.7/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.8/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 4.9/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.0/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.1/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.2/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.3/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.4/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.5/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.6/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.7/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.8/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 5.9/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.0/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.1/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.2/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.3/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.4/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.5/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.6/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.7/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.8/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 6.9/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.0/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.1/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.2/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.3/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.4/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.5/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.6/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.7/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.8/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 7.9/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.0/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.1/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.2/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.3/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.4/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.5/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.6/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.7/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.8/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 8.9/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.0/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.1/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.2/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.3/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.4/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.5/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.6/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.7/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.8/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 9.9/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10.0/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 10/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 11/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 12/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 13/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 14/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 15/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 16/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 17/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 18/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 19/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 20/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 21/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 22/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 23/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 24/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 25/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 26/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 27/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 28/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 29/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 30/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 31/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 32/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 33/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 34/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 35/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 36/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 37/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 38/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 39/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 40/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 41/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 42/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 43/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 44/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 45/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 46/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 47/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 48/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 49/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 50/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 51/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 52/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 53/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 54/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 55/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 56/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 57/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 58/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 59/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 60/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 61/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 62/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 63/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 64/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 65/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 66/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 67/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 68/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 69/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 70/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 71/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 72/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 73/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 74/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 75/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 76/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 77/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 78/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 79/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 80/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 81/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 82/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 83/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 84/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 85/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 86/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 87/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 88/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 89/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 90/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 91/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 92/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 93/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 94/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 95/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 96/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97/97 MB Progress (1): 97 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1.zip (97 MB at 28 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 316 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (316 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (316 B at 5.1 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-sources.jar Progress (1): 2.0/3.0 kB Progress (1): 3.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/1.18.0-RC1/appng-application-1.18.0-RC1-sources.jar (3.0 kB at 76 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 316 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (316 B at 26 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml Progress (1): 316 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application/maven-metadata.xml (316 B at 13 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application BOM 1.18.0-RC1 [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.18.0-RC1/appng-application-bom-1.18.0-RC1.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-bom --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/1.18.0-RC1/appng-application-bom-1.18.0-RC1.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/41 kB Progress (1): 41 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/1.18.0-RC1/appng-application-bom-1.18.0-RC1.pom (41 kB at 774 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 320 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (320 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml Progress (1): 320 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-bom/maven-metadata.xml (320 B at 6.7 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Documentation 1.18.0-RC1 [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-10-22 16:07:20,140 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-10-22 16:07:20,151 INFO [main] org.springframework.test.context.support.DefaultTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2f490758, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@101df177, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@166fa74d, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40f08448, org.springframework.test.context.transaction.TransactionalTestExecutionListener@276438c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@588df31b] 2018-10-22 16:07:20,218 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from URL [file:application-home/beans.xml] 2018-10-22 16:07:20,376 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext.xml] 2018-10-22 16:07:20,400 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [org/appng/testsupport/application-testcontext-jpa.xml] 2018-10-22 16:07:20,432 INFO [main] org.springframework.context.support.GenericApplicationContext: Refreshing org.springframework.context.support.GenericApplicationContext@70b0b186: startup date [Mon Oct 22 16:07:20 CEST 2018]; root of context hierarchy 2018-10-22 16:07:21,037 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB669C19FDB9.ENGINE: Checkpoint start 2018-10-22 16:07:21,037 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB669C19FDB9.ENGINE: checkpointClose start 2018-10-22 16:07:21,043 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB669C19FDB9.ENGINE: checkpointClose synched 2018-10-22 16:07:21,053 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB669C19FDB9.ENGINE: checkpointClose script done 2018-10-22 16:07:21,073 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB669C19FDB9.ENGINE: checkpointClose end 2018-10-22 16:07:21,074 INFO [HSQLDB Server @33ecda92] hsqldb.db.HSQLDB669C19FDB9.ENGINE: Checkpoint end - txts: 1 2018-10-22 16:07:21,191 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'default' 2018-10-22 16:07:21,219 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2018-10-22 16:07:21,403 INFO [main] org.hibernate.Version : HHH000412: Hibernate Core {5.2.12.Final} 2018-10-22 16:07:21,404 INFO [main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2018-10-22 16:07:21,443 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-10-22 16:07:21,694 INFO [main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.HSQLDialect 2018-10-22 16:07:21,743 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:07:21,988 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-10-22 16:07:22,214 INFO [main] org.hibernate.tool.schema.internal.SchemaCreatorImpl: HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@8a62297' 2018-10-22 16:07:22,222 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'default' 2018-10-22 16:07:23,751 INFO [main] org.springframework.context.support.GenericApplicationContext: Closing org.springframework.context.support.GenericApplicationContext@70b0b186: startup date [Mon Oct 22 16:07:20 CEST 2018]; root of context hierarchy 2018-10-22 16:07:23,751 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'default' 2018-10-22 16:07:23,751 INFO [main] org.hibernate.tool.schema.internal.SchemaDropperImpl$DelayedDropActionImpl: HHH000477: Starting delayed drop of schema as part of SessionFactory shut-down' 2018-10-22 16:07:23,910 INFO [HSQLDB Connection @3bc6e0bc] hsqldb.db.HSQLDB669C19FDB9.ENGINE: Database closed [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.203 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] --- 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 listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [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-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.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.18.0-RC1/appng-documentation-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/target/appng-documentation-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-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 listing/pom-archetype.xml [INFO] Copying file listing/application.xml [INFO] Copying file listing/applist.txt [INFO] Copying file listing/dependencies.txt [INFO] Copying file listing/pg-employees.xml [INFO] Copying file listing/pom.xml [INFO] Copying file images/appng.png [INFO] Copying file images/application-processing.jpg [INFO] Rendered /var/lib/jenkins/workspace/appNG_Release/appng/appng-documentation/src/main/asciidoc/developerguide.adoc [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-documentation --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.jar (33 kB at 476 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.pom Progress (1): 2.0/3.2 kB Progress (1): 3.2 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1.pom (3.2 kB at 74 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 318 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (318 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 318 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (318 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/1.18.0-RC1/appng-documentation-1.18.0-RC1-sources.jar (35 kB at 898 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 318 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (318 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml Progress (1): 318 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-documentation/maven-metadata.xml (318 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Assembly Descriptors 1.18.0-RC1 [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-source-plugin:3.0.1:jar-no-fork (default) @ 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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.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.18.0-RC1/appng-template-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-template-assembly/target/appng-template-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-template-assembly --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.jar Progress (1): 1.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.jar (1.5 kB at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.pom Progress (1): 875 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1.pom (875 B at 27 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 322 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (322 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 322 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (322 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/1.18.0-RC1/appng-template-assembly-1.18.0-RC1-sources.jar (2.7 kB at 88 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 322 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (322 B at 23 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml Progress (1): 322 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-assembly/maven-metadata.xml (322 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Template Parent 1.18.0-RC1 [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.18.0-RC1/appng-template-parent-1.18.0-RC1.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-template-parent --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/1.18.0-RC1/appng-template-parent-1.18.0-RC1.pom Progress (1): 2.0/5.5 kB Progress (1): 4.1/5.5 kB Progress (1): 5.5 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/1.18.0-RC1/appng-template-parent-1.18.0-RC1.pom (5.5 kB at 191 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 320 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (320 B at 7.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml Progress (1): 320 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-template-parent/maven-metadata.xml (320 B at 13 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appng-application-assembly 1.18.0-RC1 [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-source-plugin:3.0.1:jar-no-fork (default) @ 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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.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.18.0-RC1/appng-application-assembly-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-assembly/target/appng-application-assembly-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application-assembly --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.jar Progress (1): 1.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.jar (1.6 kB at 47 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.pom Progress (1): 537 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1.pom (537 B at 19 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 325 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (325 B at 11 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 325 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (325 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-sources.jar Progress (1): 2.0/2.7 kB Progress (1): 2.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/1.18.0-RC1/appng-application-assembly-1.18.0-RC1-sources.jar (2.7 kB at 85 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 325 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (325 B at 22 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml Progress (1): 325 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-assembly/maven-metadata.xml (325 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG application parent 1.18.0-RC1 [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.18.0-RC1/appng-application-parent-1.18.0-RC1.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ appng-application-parent --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/1.18.0-RC1/appng-application-parent-1.18.0-RC1.pom Progress (1): 2.0/6.1 kB Progress (1): 4.1/6.1 kB Progress (1): 6.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/1.18.0-RC1/appng-application-parent-1.18.0-RC1.pom (6.1 kB at 191 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 323 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (323 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml Progress (1): 323 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-parent/maven-metadata.xml (323 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Archetype - appng-archetype-application 1.18.0-RC1 [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-source-plugin:3.0.1:jar-no-fork (default) @ 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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.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.18.0-RC1/appng-archetype-application-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-archetype-application/target/appng-archetype-application-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-archetype-application --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.jar (14 kB at 494 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.pom Progress (1): 508 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1.pom (508 B at 15 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 326 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (326 B at 8.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 326 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (326 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/1.18.0-RC1/appng-archetype-application-1.18.0-RC1-sources.jar (15 kB at 462 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 326 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (326 B at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml Progress (1): 326 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-archetype-application/maven-metadata.xml (326 B at 6.8 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer JAXB API 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.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.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-jaxb/target/appng-appngizer-jaxb-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-jaxb --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.jar (31 kB at 750 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom Progress (1): 1.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1.pom (1.7 kB at 50 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 319 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (319 B at 10.0 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 319 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (319 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/1.18.0-RC1/appng-appngizer-jaxb-1.18.0-RC1-sources.jar (42 kB at 1.2 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 319 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (319 B at 25 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml Progress (1): 319 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer-jaxb/maven-metadata.xml (319 B at 14 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNGizer 1.18.0-RC1 [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 55 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.SitePropertyControllerTest 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-10-22 16:07:57,816 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-10-22 16:07:57,828 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78a2da20, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@dd3b207, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@551bdc27, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58fdd99, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6b1274d2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7bc1a03d] 2018-10-22 16:07:57,892 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:07:58,219 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:07:58,341 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Mon Oct 22 16:07:58 CEST 2018]; root of context hierarchy 2018-10-22 16:07:58,725 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:07:58,780 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:07:58,804 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:07:58,960 INFO [main] org.hibernate.Version: HHH000412: Hibernate Core {5.2.12.Final} 2018-10-22 16:07:58,962 INFO [main] org.hibernate.cfg.Environment: HHH000206: hibernate.properties not found 2018-10-22 16:07:59,021 INFO [main] org.hibernate.annotations.common.Version: HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 2018-10-22 16:07:59,695 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:07:59,758 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:08:00,383 INFO [main] org.hibernate.validator.internal.util.Version: HV000001: Hibernate Validator 6.0.4.Final 2018-10-22 16:08:01,368 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:08:01,426 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Mon Oct 22 16:07:58 CEST 2018]; root of context hierarchy 2018-10-22 16:08:01,444 INFO [main] org.flywaydb.core.internal.util.VersionPrinter: Flyway 4.2.0 by Boxfuse 2018-10-22 16:08:01,453 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:08:01,510 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.015s) 2018-10-22 16:08:01,521 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:08:01,541 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:08:01,557 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:08:01,593 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:08:01,610 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:08:01,617 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:08:01,623 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:08:01,630 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:08:01,636 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:08:01,642 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:08:01,649 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:08:01,655 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:08:01,660 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.141s). 2018-10-22 16:08:02,171 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:08:02,877 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:08:02,890 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:08:02,891 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:08:02,917 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:08:02,918 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:08:58,409 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:08:58,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:08:58,432 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:08:58,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:08:58,433 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:08:58,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:08:58,434 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:08:58,435 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:08:58,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:08:58,436 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:08:58,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:08:58,437 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:08:58,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:08:58,438 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:08:58,439 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:08:58,440 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:08:58,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:08:58,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:08:58,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:08:58,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:08:58,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:08:58,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:08:58,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:08:58,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:08:58,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:08:58,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:08:58,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:08:58,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:08:58,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:08:58,448 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:08:58,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:08:58,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:08:58,449 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:08:58,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:08:58,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:08:58,450 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:08:58,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:08:58,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:08:58,451 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:08:58,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:08:58,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:08:58,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:08:58,452 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:08:58,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:08:58,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:08:58,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:08:58,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:08:58,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:08:58,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:08:58,536 INFO [main] org.appng.api.messaging.Messaging: system property appng.node.id is not set, using local host name de-f2-p-appngbuild0 as fallback 2018-10-22 16:08:58,536 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:08:58,706 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-10-22 16:08:58,708 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-10-22 16:08:58,708 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-10-22 16:08:58,708 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-10-22 16:08:58,709 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-10-22 16:08:58,709 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-10-22 16:08:58,709 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-10-22 16:08:58,709 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-10-22 16:08:58,710 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-10-22 16:08:58,713 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-10-22 16:08:58,714 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-10-22 16:08:58,714 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:08:58,714 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-10-22 16:08:58,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-10-22 16:08:58,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-10-22 16:08:58,715 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-10-22 16:08:58,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(boolean) throws java.lang.Exception 2018-10-22 16:08:58,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-10-22 16:08:58,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-10-22 16:08:58,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-10-22 16:08:58,718 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-10-22 16:08:58,718 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-10-22 16:08:58,719 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-10-22 16:08:58,719 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-10-22 16:08:58,720 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-10-22 16:08:58,720 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-10-22 16:08:58,721 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-10-22 16:08:58,721 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-10-22 16:08:58,721 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-10-22 16:08:58,722 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-10-22 16:08:58,723 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-10-22 16:08:58,723 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-10-22 16:08:58,723 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-10-22 16:08:58,724 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-10-22 16:08:58,724 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-10-22 16:08:58,725 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-10-22 16:08:58,725 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-10-22 16:08:58,725 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-10-22 16:08:58,726 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-10-22 16:08:58,727 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-10-22 16:08:58,727 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-10-22 16:08:58,727 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-10-22 16:08:58,728 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-10-22 16:08:58,728 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-10-22 16:08:58,728 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-10-22 16:08:58,728 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-10-22 16:08:58,728 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-10-22 16:08:58,729 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-10-22 16:08:58,729 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-10-22 16:08:58,730 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-10-22 16:08:58,730 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-10-22 16:08:58,730 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-10-22 16:08:58,730 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-10-22 16:08:58,731 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-10-22 16:08:58,732 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-10-22 16:08:58,732 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-10-22 16:08:58,732 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-10-22 16:08:58,732 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-10-22 16:08:58,732 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-10-22 16:08:58,733 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-10-22 16:08:58,734 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-10-22 16:08:58,734 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-10-22 16:08:58,734 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-10-22 16:08:58,734 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-10-22 16:08:58,735 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-10-22 16:08:58,736 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-10-22 16:08:58,736 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-10-22 16:08:58,736 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-10-22 16:08:58,736 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-10-22 16:08:58,737 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-10-22 16:08:58,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:08:58,738 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:08:58,739 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-10-22 16:08:58,739 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-10-22 16:08:58,739 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-10-22 16:08:58,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:08:58,740 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:08:58,740 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-10-22 16:08:58,741 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-10-22 16:08:58,742 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-10-22 16:08:58,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-10-22 16:08:58,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-10-22 16:08:58,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-10-22 16:08:59,248 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:08:59,453 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Mon Oct 22 16:07:58 CEST 2018]; root of context hierarchy 2018-10-22 16:08:59,506 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Mon Oct 22 16:07:58 CEST 2018]; root of context hierarchy 2018-10-22 16:08:59,862 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:08:59,862 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:08:59,892 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 30 ms 2018-10-22 16:08:59,922 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:00,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-10-22 16:09:00,016 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-10-22 16:09:00,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-10-22 16:09:00,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-10-22 16:09:00,017 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-10-22 16:09:00,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-10-22 16:09:00,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-10-22 16:09:00,018 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-10-22 16:09:00,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-10-22 16:09:00,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-10-22 16:09:00,019 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-10-22 16:09:00,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-10-22 16:09:00,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-10-22 16:09:00,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-10-22 16:09:00,020 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-10-22 16:09:00,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-10-22 16:09:00,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-10-22 16:09:00,021 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-10-22 16:09:00,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-10-22 16:09:00,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-10-22 16:09:00,022 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-10-22 16:09:00,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-10-22 16:09:00,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-10-22 16:09:00,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-10-22 16:09:00,023 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-10-22 16:09:00,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-10-22 16:09:00,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-10-22 16:09:00,024 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-10-22 16:09:00,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-10-22 16:09:00,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-10-22 16:09:00,025 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-10-22 16:09:00,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-10-22 16:09:00,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-10-22 16:09:00,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-10-22 16:09:00,026 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-10-22 16:09:00,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-10-22 16:09:00,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-10-22 16:09:00,027 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-10-22 16:09:00,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-10-22 16:09:00,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-10-22 16:09:00,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-10-22 16:09:00,028 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-10-22 16:09:00,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-10-22 16:09:00,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-10-22 16:09:00,029 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-10-22 16:09:00,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-10-22 16:09:00,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-10-22 16:09:00,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-10-22 16:09:00,030 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-10-22 16:09:00,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-10-22 16:09:00,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-10-22 16:09:00,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-10-22 16:09:00,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-10-22 16:09:00,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-10-22 16:09:00,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-10-22 16:09:00,032 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-10-22 16:09:00,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-10-22 16:09:00,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-10-22 16:09:00,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-10-22 16:09:00,033 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-10-22 16:09:00,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-10-22 16:09:00,034 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-10-22 16:09:00,037 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-10-22 16:09:00,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-10-22 16:09:00,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.assetsDir 2018-10-22 16:09:00,998 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-10-22 16:09:01,031 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.xssExceptions 2018-10-22 16:09:01,036 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.theAnswer 2018-10-22 16:09:01,107 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.theAnswer 2018-10-22 16:09:01,131 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.myNewProp 2018-10-22 16:09:01,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.myNewProp 2018-10-22 16:09:01,214 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4c6e276e: startup date [Mon Oct 22 16:07:58 CEST 2018]; root of context hierarchy 2018-10-22 16:09:01,221 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:01,222 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: 63.665 s - in org.appng.appngizer.controller.SitePropertyControllerTest [INFO] Running org.appng.appngizer.controller.PlatformPropertyControllerTest 2018-10-22 16:09:01,234 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-10-22 16:09:01,235 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7698a3d9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4b62f1ba, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@39dce2df, org.springframework.test.context.support.DirtiesContextTestExecutionListener@662d3e85, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5598dff2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@92b1bda] 2018-10-22 16:09:01,236 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:01,299 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:01,323 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@57bfca3a: startup date [Mon Oct 22 16:09:01 CEST 2018]; root of context hierarchy 2018-10-22 16:09:01,409 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:01,434 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:01,434 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:01,491 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:01,496 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:01,678 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:01,690 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@57bfca3a: startup date [Mon Oct 22 16:09:01 CEST 2018]; root of context hierarchy 2018-10-22 16:09:01,693 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:01,700 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-10-22 16:09:01,702 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:01,708 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:01,712 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:01,738 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:01,749 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:01,755 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:01,761 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:01,767 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:01,772 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:01,778 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:01,783 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:01,788 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:01,792 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.090s). 2018-10-22 16:09:01,873 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:02,091 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:02,092 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:02,092 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:02,113 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:02,114 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:02,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:02,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:02,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:02,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:02,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:02,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:02,146 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:02,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:02,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:02,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:02,147 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:02,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:02,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:02,148 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:02,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:02,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:02,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:02,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:02,149 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:02,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:02,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:02,150 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:02,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:02,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:02,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:02,151 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:02,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:02,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:02,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:02,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:02,152 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:02,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:02,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:02,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:02,153 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:02,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:02,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:02,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:02,154 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:02,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:02,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:02,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:02,155 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:02,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:02,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:02,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:02,156 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:02,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:02,157 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:02,180 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:02,211 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-10-22 16:09:02,211 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-10-22 16:09:02,212 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-10-22 16:09:02,212 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-10-22 16:09:02,212 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-10-22 16:09:02,213 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-10-22 16:09:02,213 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-10-22 16:09:02,213 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-10-22 16:09:02,214 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-10-22 16:09:02,215 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-10-22 16:09:02,215 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-10-22 16:09:02,215 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:02,215 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-10-22 16:09:02,216 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-10-22 16:09:02,216 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-10-22 16:09:02,216 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-10-22 16:09:02,216 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(boolean) throws java.lang.Exception 2018-10-22 16:09:02,217 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-10-22 16:09:02,218 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-10-22 16:09:02,218 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-10-22 16:09:02,218 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-10-22 16:09:02,218 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-10-22 16:09:02,219 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-10-22 16:09:02,219 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-10-22 16:09:02,220 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-10-22 16:09:02,220 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-10-22 16:09:02,221 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-10-22 16:09:02,221 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-10-22 16:09:02,221 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-10-22 16:09:02,222 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-10-22 16:09:02,222 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-10-22 16:09:02,222 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-10-22 16:09:02,222 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-10-22 16:09:02,223 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-10-22 16:09:02,223 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-10-22 16:09:02,224 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-10-22 16:09:02,224 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-10-22 16:09:02,224 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-10-22 16:09:02,225 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-10-22 16:09:02,225 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-10-22 16:09:02,226 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-10-22 16:09:02,226 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-10-22 16:09:02,226 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-10-22 16:09:02,226 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-10-22 16:09:02,227 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-10-22 16:09:02,227 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-10-22 16:09:02,227 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-10-22 16:09:02,228 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-10-22 16:09:02,228 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-10-22 16:09:02,229 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-10-22 16:09:02,229 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-10-22 16:09:02,229 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-10-22 16:09:02,229 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-10-22 16:09:02,230 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-10-22 16:09:02,230 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-10-22 16:09:02,231 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-10-22 16:09:02,231 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-10-22 16:09:02,231 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-10-22 16:09:02,231 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-10-22 16:09:02,232 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-10-22 16:09:02,232 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-10-22 16:09:02,233 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-10-22 16:09:02,233 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-10-22 16:09:02,233 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-10-22 16:09:02,234 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-10-22 16:09:02,234 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-10-22 16:09:02,234 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-10-22 16:09:02,235 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-10-22 16:09:02,235 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-10-22 16:09:02,235 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-10-22 16:09:02,236 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:02,236 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:02,237 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-10-22 16:09:02,237 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-10-22 16:09:02,237 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-10-22 16:09:02,237 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:02,238 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:02,238 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-10-22 16:09:02,239 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-10-22 16:09:02,239 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-10-22 16:09:02,239 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-10-22 16:09:02,240 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-10-22 16:09:02,240 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-10-22 16:09:02,274 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:02,353 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@57bfca3a: startup date [Mon Oct 22 16:09:01 CEST 2018]; root of context hierarchy 2018-10-22 16:09:02,374 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@57bfca3a: startup date [Mon Oct 22 16:09:01 CEST 2018]; root of context hierarchy 2018-10-22 16:09:02,463 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:02,463 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:02,471 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 8 ms 2018-10-22 16:09:02,480 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:02,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:02,594 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.theAnswer 2018-10-22 16:09:02,622 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.theAnswer 2018-10-22 16:09:02,624 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@57bfca3a: startup date [Mon Oct 22 16:09:01 CEST 2018]; root of context hierarchy 2018-10-22 16:09:02,626 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:02,626 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: 1.398 s - in org.appng.appngizer.controller.PlatformPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationPropertyControllerTest 2018-10-22 16:09:02,633 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-10-22 16:09:02,633 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2472ba04, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1a0e5c0c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5bb45afc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2f0b5d79, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e186006, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@761ea1f5] 2018-10-22 16:09:02,634 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:02,688 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:02,711 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@f047670: startup date [Mon Oct 22 16:09:02 CEST 2018]; root of context hierarchy 2018-10-22 16:09:02,769 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:02,784 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:02,785 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:02,831 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:02,835 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:02,984 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:02,991 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@f047670: startup date [Mon Oct 22 16:09:02 CEST 2018]; root of context hierarchy 2018-10-22 16:09:02,994 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:03,000 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-10-22 16:09:03,002 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:03,006 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:03,010 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:03,024 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:03,031 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:03,035 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:03,039 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:03,042 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:03,046 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:03,050 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:03,054 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:03,058 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:03,061 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.059s). 2018-10-22 16:09:03,130 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:03,293 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:03,294 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:03,294 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:03,315 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:03,315 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:03,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:03,344 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:03,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:03,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:03,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:03,345 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:03,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:03,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:03,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:03,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:03,346 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:03,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:03,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:03,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:03,347 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:03,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:03,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:03,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:03,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:03,348 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:03,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:03,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:03,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:03,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:03,349 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:03,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:03,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:03,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:03,350 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:03,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:03,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:03,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:03,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:03,351 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:03,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:03,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:03,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:03,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:03,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:03,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:03,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:03,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:03,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:03,353 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:03,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:03,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:03,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:03,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:03,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:03,374 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:03,402 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-10-22 16:09:03,402 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-10-22 16:09:03,402 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-10-22 16:09:03,403 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-10-22 16:09:03,403 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-10-22 16:09:03,403 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-10-22 16:09:03,403 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-10-22 16:09:03,404 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-10-22 16:09:03,404 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-10-22 16:09:03,405 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-10-22 16:09:03,405 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-10-22 16:09:03,405 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:03,405 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-10-22 16:09:03,405 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-10-22 16:09:03,406 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-10-22 16:09:03,406 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-10-22 16:09:03,406 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(boolean) throws java.lang.Exception 2018-10-22 16:09:03,407 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-10-22 16:09:03,407 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-10-22 16:09:03,407 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-10-22 16:09:03,407 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-10-22 16:09:03,407 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-10-22 16:09:03,408 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-10-22 16:09:03,408 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-10-22 16:09:03,409 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-10-22 16:09:03,409 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-10-22 16:09:03,409 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-10-22 16:09:03,409 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-10-22 16:09:03,409 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-10-22 16:09:03,410 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-10-22 16:09:03,410 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-10-22 16:09:03,411 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-10-22 16:09:03,411 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-10-22 16:09:03,411 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-10-22 16:09:03,412 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-10-22 16:09:03,412 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-10-22 16:09:03,412 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-10-22 16:09:03,412 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-10-22 16:09:03,413 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-10-22 16:09:03,413 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-10-22 16:09:03,414 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-10-22 16:09:03,414 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-10-22 16:09:03,414 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-10-22 16:09:03,414 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-10-22 16:09:03,414 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-10-22 16:09:03,415 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-10-22 16:09:03,415 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-10-22 16:09:03,415 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-10-22 16:09:03,416 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-10-22 16:09:03,416 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-10-22 16:09:03,416 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-10-22 16:09:03,416 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-10-22 16:09:03,416 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-10-22 16:09:03,417 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-10-22 16:09:03,417 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-10-22 16:09:03,417 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-10-22 16:09:03,418 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-10-22 16:09:03,418 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-10-22 16:09:03,418 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-10-22 16:09:03,419 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-10-22 16:09:03,419 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-10-22 16:09:03,419 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-10-22 16:09:03,419 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-10-22 16:09:03,420 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-10-22 16:09:03,420 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-10-22 16:09:03,420 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-10-22 16:09:03,421 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-10-22 16:09:03,421 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-10-22 16:09:03,421 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-10-22 16:09:03,421 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-10-22 16:09:03,422 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:03,422 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:03,423 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-10-22 16:09:03,423 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-10-22 16:09:03,423 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-10-22 16:09:03,423 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:03,423 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:03,424 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-10-22 16:09:03,424 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-10-22 16:09:03,424 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-10-22 16:09:03,425 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-10-22 16:09:03,425 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-10-22 16:09:03,425 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-10-22 16:09:03,456 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:03,528 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@f047670: startup date [Mon Oct 22 16:09:02 CEST 2018]; root of context hierarchy 2018-10-22 16:09:03,548 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@f047670: startup date [Mon Oct 22 16:09:02 CEST 2018]; root of context hierarchy 2018-10-22 16:09:03,618 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:03,618 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:03,624 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:03,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:03,652 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-10-22 16:09:03,767 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-10-22 16:09:03,777 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:03,780 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:03,784 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:03,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:03,787 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:03,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:03,788 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:03,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:03,789 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:03,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:03,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:03,799 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:03,801 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:03,804 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:03,804 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:03,804 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:03,807 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:03,809 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:03,809 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:03,809 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:03,812 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:03,812 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:03,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:03,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:03,817 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:03,822 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:03,823 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:03,824 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:03,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,829 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,830 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,831 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,832 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,832 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:03,832 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:03,843 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:03,845 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:03,847 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:03,848 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:03,849 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:03,852 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:03,891 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:03,919 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.myNewProp 2018-10-22 16:09:03,935 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.myNewProp 2018-10-22 16:09:03,936 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@f047670: startup date [Mon Oct 22 16:09:02 CEST 2018]; root of context hierarchy 2018-10-22 16:09:03,938 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:03,938 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: 1.312 s - in org.appng.appngizer.controller.ApplicationPropertyControllerTest [INFO] Running org.appng.appngizer.controller.ApplicationControllerTest 2018-10-22 16:09:03,944 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-10-22 16:09:03,944 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3ae5cbb9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1f15d346, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7fb70e94, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5abf9a76, org.springframework.test.context.transaction.TransactionalTestExecutionListener@4e132a9b, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7f2d4ffc] 2018-10-22 16:09:03,945 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:03,990 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:04,012 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@38293d23: startup date [Mon Oct 22 16:09:04 CEST 2018]; root of context hierarchy 2018-10-22 16:09:04,065 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:04,079 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:04,079 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:04,120 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:04,124 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:04,260 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:04,268 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@38293d23: startup date [Mon Oct 22 16:09:04 CEST 2018]; root of context hierarchy 2018-10-22 16:09:04,270 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:04,278 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.004s) 2018-10-22 16:09:04,280 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:04,283 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:04,286 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:04,300 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:04,307 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:04,311 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:04,314 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:04,318 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:04,321 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:04,324 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:04,328 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:04,331 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:04,334 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.054s). 2018-10-22 16:09:04,429 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:04,579 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:04,580 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:04,580 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:04,600 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:04,600 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:04,627 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:04,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:04,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:04,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:04,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:04,628 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:04,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:04,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:04,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:04,629 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:04,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:04,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:04,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:04,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:04,630 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:04,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:04,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:04,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:04,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:04,631 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:04,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:04,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:04,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:04,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:04,632 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:04,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:04,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:04,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:04,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:04,633 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:04,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:04,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:04,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:04,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:04,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:04,634 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:04,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:04,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:04,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:04,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:04,635 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:04,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:04,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:04,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:04,636 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:04,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:04,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:04,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:04,637 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:04,654 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:04,680 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-10-22 16:09:04,680 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-10-22 16:09:04,680 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-10-22 16:09:04,680 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-10-22 16:09:04,681 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-10-22 16:09:04,681 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-10-22 16:09:04,681 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-10-22 16:09:04,681 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-10-22 16:09:04,681 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-10-22 16:09:04,682 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-10-22 16:09:04,682 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-10-22 16:09:04,683 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:04,683 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-10-22 16:09:04,683 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-10-22 16:09:04,683 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-10-22 16:09:04,683 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-10-22 16:09:04,683 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(boolean) throws java.lang.Exception 2018-10-22 16:09:04,684 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-10-22 16:09:04,684 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-10-22 16:09:04,684 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-10-22 16:09:04,685 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-10-22 16:09:04,685 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-10-22 16:09:04,685 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-10-22 16:09:04,685 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-10-22 16:09:04,686 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-10-22 16:09:04,686 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-10-22 16:09:04,686 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-10-22 16:09:04,687 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-10-22 16:09:04,687 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-10-22 16:09:04,687 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-10-22 16:09:04,687 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-10-22 16:09:04,688 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-10-22 16:09:04,688 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-10-22 16:09:04,688 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-10-22 16:09:04,688 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-10-22 16:09:04,689 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-10-22 16:09:04,689 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-10-22 16:09:04,689 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-10-22 16:09:04,690 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-10-22 16:09:04,690 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-10-22 16:09:04,690 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-10-22 16:09:04,690 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-10-22 16:09:04,691 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-10-22 16:09:04,691 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-10-22 16:09:04,691 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-10-22 16:09:04,691 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-10-22 16:09:04,691 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-10-22 16:09:04,691 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-10-22 16:09:04,692 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-10-22 16:09:04,692 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-10-22 16:09:04,692 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-10-22 16:09:04,693 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-10-22 16:09:04,693 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-10-22 16:09:04,693 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-10-22 16:09:04,693 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-10-22 16:09:04,694 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-10-22 16:09:04,694 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-10-22 16:09:04,694 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-10-22 16:09:04,694 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-10-22 16:09:04,695 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-10-22 16:09:04,695 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-10-22 16:09:04,695 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-10-22 16:09:04,696 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-10-22 16:09:04,696 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-10-22 16:09:04,696 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-10-22 16:09:04,697 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-10-22 16:09:04,697 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-10-22 16:09:04,697 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-10-22 16:09:04,697 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-10-22 16:09:04,697 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-10-22 16:09:04,698 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:04,698 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:04,698 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-10-22 16:09:04,699 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-10-22 16:09:04,699 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-10-22 16:09:04,699 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:04,699 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:04,699 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-10-22 16:09:04,700 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-10-22 16:09:04,700 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-10-22 16:09:04,700 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-10-22 16:09:04,701 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-10-22 16:09:04,701 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-10-22 16:09:04,731 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:04,799 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@38293d23: startup date [Mon Oct 22 16:09:04 CEST 2018]; root of context hierarchy 2018-10-22 16:09:04,820 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@38293d23: startup date [Mon Oct 22 16:09:04 CEST 2018]; root of context hierarchy 2018-10-22 16:09:04,887 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:04,887 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:04,894 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 7 ms 2018-10-22 16:09:04,901 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:04,914 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-10-22 16:09:04,944 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-10-22 16:09:04,951 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:04,954 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:04,956 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:04,958 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:04,959 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:04,959 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:04,959 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:04,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:04,960 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:04,960 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:04,962 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:04,968 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:04,969 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:04,970 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:04,970 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:04,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:04,971 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:04,972 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:04,972 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:04,973 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:04,974 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:04,974 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:04,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:04,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:04,977 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:04,980 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:04,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:04,981 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:04,985 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,985 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,986 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,986 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,986 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,986 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,986 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,986 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,987 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,987 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:04,987 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:04,998 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:04,999 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:04,999 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:05,001 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:05,002 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:05,004 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:05,058 INFO [main] org.appng.core.service.CoreService: application 'demo-application' is beeing converted from filebased to database 2018-10-22 16:09:05,070 INFO [main] org.appng.core.service.CoreService: creating resource(s) for database-based application demo-application - 1.5.3 2018-10-22 16:09:05,070 INFO [main] org.appng.core.service.CoreService: saving applicationresource plugin.xml 2018-10-22 16:09:05,073 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource plugin.xml of application demo-application 2018-10-22 16:09:05,079 INFO [main] org.appng.core.service.CoreService: saving applicationresource datasources.xml 2018-10-22 16:09:05,080 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource datasources.xml of application demo-application 2018-10-22 16:09:05,082 INFO [main] org.appng.core.service.CoreService: saving applicationresource beans.xml 2018-10-22 16:09:05,082 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource beans.xml of application demo-application 2018-10-22 16:09:05,083 INFO [main] org.appng.core.service.CoreService: saving applicationresource master.xml 2018-10-22 16:09:05,083 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource master.xml of application demo-application 2018-10-22 16:09:05,084 INFO [main] org.appng.core.service.CoreService: saving applicationresource page.xml 2018-10-22 16:09:05,084 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource page.xml of application demo-application 2018-10-22 16:09:05,085 INFO [main] org.appng.core.service.CoreService: saving applicationresource messages-demo.properties 2018-10-22 16:09:05,085 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource messages-demo.properties of application demo-application 2018-10-22 16:09:05,086 INFO [main] org.appng.core.service.CoreService: saving applicationresource events.xml 2018-10-22 16:09:05,086 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource events.xml of application demo-application 2018-10-22 16:09:05,087 INFO [main] org.appng.core.service.CoreService: saving applicationresource mssql/V1.0_script.sql 2018-10-22 16:09:05,087 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-10-22 16:09:05,088 INFO [main] org.appng.core.service.CoreService: saving applicationresource mysql/V1.0_script.sql 2018-10-22 16:09:05,088 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-10-22 16:09:05,089 INFO [main] org.appng.core.service.CoreService: saving applicationresource application.xml 2018-10-22 16:09:05,090 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Resource application.xml of application demo-application 2018-10-22 16:09:05,094 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Application demo-application 2018-10-22 16:09:05,130 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-10-22 16:09:05,132 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-10-22 16:09:05,138 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-10-22 16:09:05,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-10-22 16:09:05,139 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-10-22 16:09:05,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission testPermission 2018-10-22 16:09:05,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-10-22 16:09:05,140 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource page.xml of application demo-application 2018-10-22 16:09:05,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource messages-demo.properties of application demo-application 2018-10-22 16:09:05,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource datasources.xml of application demo-application 2018-10-22 16:09:05,141 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource plugin.xml of application demo-application 2018-10-22 16:09:05,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource events.xml of application demo-application 2018-10-22 16:09:05,142 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource master.xml of application demo-application 2018-10-22 16:09:05,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource application.xml of application demo-application 2018-10-22 16:09:05,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mysql/V1.0_script.sql of application demo-application 2018-10-22 16:09:05,143 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource mssql/V1.0_script.sql of application demo-application 2018-10-22 16:09:05,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Resource beans.xml of application demo-application 2018-10-22 16:09:05,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:05,144 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:05,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:05,145 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-10-22 16:09:05,149 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@38293d23: startup date [Mon Oct 22 16:09:04 CEST 2018]; root of context hierarchy 2018-10-22 16:09:05,151 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:05,151 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: 1.213 s - in org.appng.appngizer.controller.ApplicationControllerTest [INFO] Running org.appng.appngizer.controller.RepositoryControllerTest 2018-10-22 16:09:05,158 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-10-22 16:09:05,158 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5ed52389, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@59960ae9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1263664f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@32089590, org.springframework.test.context.transaction.TransactionalTestExecutionListener@45b63133, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2c1eba2e] 2018-10-22 16:09:05,159 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:05,206 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:05,227 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@25c6f0fc: startup date [Mon Oct 22 16:09:05 CEST 2018]; root of context hierarchy 2018-10-22 16:09:05,278 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:05,293 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:05,293 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:05,335 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:05,338 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:05,469 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:05,477 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@25c6f0fc: startup date [Mon Oct 22 16:09:05 CEST 2018]; root of context hierarchy 2018-10-22 16:09:05,479 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:05,484 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-10-22 16:09:05,486 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:05,490 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:05,492 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:05,504 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:05,511 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:05,515 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:05,517 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:05,520 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:05,523 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:05,526 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:05,529 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:05,532 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:05,534 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.048s). 2018-10-22 16:09:05,589 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:05,737 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:05,738 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:05,738 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:05,758 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:05,758 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:05,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:05,784 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:05,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:05,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:05,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:05,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:05,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:05,785 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:05,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:05,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:05,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:05,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:05,786 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:05,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:05,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:05,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:05,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:05,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:05,787 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:05,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:05,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:05,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:05,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:05,788 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:05,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:05,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:05,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:05,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:05,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:05,789 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:05,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:05,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:05,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:05,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:05,790 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:05,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:05,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:05,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:05,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:05,791 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:05,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:05,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:05,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:05,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:05,792 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:05,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:05,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:05,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:05,793 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:05,808 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:05,833 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-10-22 16:09:05,834 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-10-22 16:09:05,834 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-10-22 16:09:05,834 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-10-22 16:09:05,834 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-10-22 16:09:05,835 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-10-22 16:09:05,835 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-10-22 16:09:05,835 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-10-22 16:09:05,835 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-10-22 16:09:05,836 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-10-22 16:09:05,836 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-10-22 16:09:05,836 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:05,836 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-10-22 16:09:05,837 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-10-22 16:09:05,837 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-10-22 16:09:05,837 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-10-22 16:09:05,837 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(boolean) throws java.lang.Exception 2018-10-22 16:09:05,838 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-10-22 16:09:05,838 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-10-22 16:09:05,838 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-10-22 16:09:05,838 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-10-22 16:09:05,839 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-10-22 16:09:05,839 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-10-22 16:09:05,839 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-10-22 16:09:05,840 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-10-22 16:09:05,840 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-10-22 16:09:05,840 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-10-22 16:09:05,840 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-10-22 16:09:05,840 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-10-22 16:09:05,841 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-10-22 16:09:05,841 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-10-22 16:09:05,841 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-10-22 16:09:05,841 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-10-22 16:09:05,842 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-10-22 16:09:05,842 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-10-22 16:09:05,842 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-10-22 16:09:05,843 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-10-22 16:09:05,843 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-10-22 16:09:05,844 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-10-22 16:09:05,844 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-10-22 16:09:05,844 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-10-22 16:09:05,844 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-10-22 16:09:05,845 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-10-22 16:09:05,845 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-10-22 16:09:05,845 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-10-22 16:09:05,845 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-10-22 16:09:05,845 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-10-22 16:09:05,846 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-10-22 16:09:05,846 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-10-22 16:09:05,846 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-10-22 16:09:05,847 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-10-22 16:09:05,847 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-10-22 16:09:05,847 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-10-22 16:09:05,848 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-10-22 16:09:05,848 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-10-22 16:09:05,848 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-10-22 16:09:05,848 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-10-22 16:09:05,848 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-10-22 16:09:05,849 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-10-22 16:09:05,849 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-10-22 16:09:05,850 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-10-22 16:09:05,850 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-10-22 16:09:05,850 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-10-22 16:09:05,850 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-10-22 16:09:05,851 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-10-22 16:09:05,851 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-10-22 16:09:05,851 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-10-22 16:09:05,851 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-10-22 16:09:05,851 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-10-22 16:09:05,852 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-10-22 16:09:05,852 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:05,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:05,853 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-10-22 16:09:05,853 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-10-22 16:09:05,853 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-10-22 16:09:05,853 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:05,854 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:05,854 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-10-22 16:09:05,854 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-10-22 16:09:05,855 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-10-22 16:09:05,855 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-10-22 16:09:05,855 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-10-22 16:09:05,855 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-10-22 16:09:05,883 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:05,947 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@25c6f0fc: startup date [Mon Oct 22 16:09:05 CEST 2018]; root of context hierarchy 2018-10-22 16:09:05,965 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@25c6f0fc: startup date [Mon Oct 22 16:09:05 CEST 2018]; root of context hierarchy 2018-10-22 16:09:06,027 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:06,027 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:06,033 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:06,039 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:06,078 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local repo 2018-10-22 16:09:06,149 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-10-22 16:09:06,157 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:06,160 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:06,163 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:06,165 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:06,166 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:06,166 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:06,166 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:06,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:06,167 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:06,167 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:06,170 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:06,176 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:06,177 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:06,178 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:06,178 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:06,178 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:06,180 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:06,180 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:06,180 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:06,181 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:06,182 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:06,182 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:06,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:06,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:06,185 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:06,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:06,188 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:06,189 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:06,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,191 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:06,192 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:06,201 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:06,202 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:06,203 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:06,204 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:06,205 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:06,206 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:06,240 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Repository local 2018-10-22 16:09:06,254 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:06,254 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:06,255 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:06,260 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository deleteme 2018-10-22 16:09:06,281 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Repository deleteme 2018-10-22 16:09:06,283 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:06,283 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:06,284 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:06,297 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:06,297 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:06,298 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:06,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository dummy repo 2018-10-22 16:09:06,328 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-10-22 16:09:06,329 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-10-22 16:09:06,335 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:06,335 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:06,336 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:06,373 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-10-22 16:09:06,384 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@25c6f0fc: startup date [Mon Oct 22 16:09:05 CEST 2018]; root of context hierarchy 2018-10-22 16:09:06,385 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:06,385 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.234 s - in org.appng.appngizer.controller.RepositoryControllerTest [INFO] Running org.appng.appngizer.controller.SubjectControllerTest 2018-10-22 16:09:06,392 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-10-22 16:09:06,392 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5700053f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28a4ac78, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2caf282e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@ca5456e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5b5b9038, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@56912047] 2018-10-22 16:09:06,393 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:06,437 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:06,458 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@32a8ce3: startup date [Mon Oct 22 16:09:06 CEST 2018]; root of context hierarchy 2018-10-22 16:09:06,517 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:06,534 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:06,534 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:06,578 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:06,581 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:06,704 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:06,710 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@32a8ce3: startup date [Mon Oct 22 16:09:06 CEST 2018]; root of context hierarchy 2018-10-22 16:09:06,712 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:06,718 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-10-22 16:09:06,719 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:06,722 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:06,724 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:06,735 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:06,742 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:06,745 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:06,748 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:06,750 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:06,752 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:06,755 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:06,757 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:06,760 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:06,763 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.044s). 2018-10-22 16:09:06,819 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:06,943 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:06,944 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:06,944 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:06,963 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:06,963 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:06,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:06,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:06,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:06,988 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:06,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:06,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:06,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:06,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:06,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:06,989 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:06,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:06,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:06,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:06,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:06,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:06,990 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:06,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:06,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:06,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:06,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:06,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:06,991 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:06,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:06,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:06,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:06,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:06,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:06,992 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:06,993 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:06,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:06,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:06,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:06,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:06,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:06,994 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:06,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:06,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:06,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:06,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:06,995 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:06,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:06,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:06,996 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:07,009 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:07,032 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-10-22 16:09:07,033 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-10-22 16:09:07,033 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-10-22 16:09:07,033 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-10-22 16:09:07,033 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-10-22 16:09:07,033 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-10-22 16:09:07,034 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-10-22 16:09:07,034 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-10-22 16:09:07,034 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-10-22 16:09:07,035 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-10-22 16:09:07,035 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-10-22 16:09:07,035 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:07,035 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-10-22 16:09:07,035 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-10-22 16:09:07,035 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-10-22 16:09:07,036 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-10-22 16:09:07,036 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(boolean) throws java.lang.Exception 2018-10-22 16:09:07,036 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-10-22 16:09:07,036 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-10-22 16:09:07,037 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-10-22 16:09:07,037 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-10-22 16:09:07,037 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-10-22 16:09:07,037 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-10-22 16:09:07,037 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-10-22 16:09:07,038 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-10-22 16:09:07,038 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-10-22 16:09:07,038 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-10-22 16:09:07,038 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-10-22 16:09:07,039 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-10-22 16:09:07,039 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-10-22 16:09:07,039 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-10-22 16:09:07,039 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-10-22 16:09:07,040 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-10-22 16:09:07,040 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-10-22 16:09:07,040 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-10-22 16:09:07,041 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-10-22 16:09:07,041 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-10-22 16:09:07,041 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-10-22 16:09:07,042 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-10-22 16:09:07,042 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-10-22 16:09:07,042 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-10-22 16:09:07,042 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-10-22 16:09:07,042 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-10-22 16:09:07,043 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-10-22 16:09:07,043 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-10-22 16:09:07,043 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-10-22 16:09:07,043 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-10-22 16:09:07,043 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-10-22 16:09:07,044 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-10-22 16:09:07,044 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-10-22 16:09:07,044 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-10-22 16:09:07,044 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-10-22 16:09:07,044 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-10-22 16:09:07,045 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-10-22 16:09:07,045 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-10-22 16:09:07,045 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-10-22 16:09:07,046 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-10-22 16:09:07,046 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-10-22 16:09:07,046 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-10-22 16:09:07,046 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-10-22 16:09:07,047 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-10-22 16:09:07,047 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-10-22 16:09:07,047 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-10-22 16:09:07,047 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-10-22 16:09:07,048 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-10-22 16:09:07,048 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-10-22 16:09:07,048 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-10-22 16:09:07,048 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-10-22 16:09:07,048 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-10-22 16:09:07,049 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-10-22 16:09:07,049 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:07,050 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:07,050 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-10-22 16:09:07,050 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-10-22 16:09:07,050 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-10-22 16:09:07,050 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:07,050 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:07,051 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-10-22 16:09:07,051 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-10-22 16:09:07,051 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-10-22 16:09:07,051 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-10-22 16:09:07,052 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-10-22 16:09:07,052 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-10-22 16:09:07,080 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:07,148 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@32a8ce3: startup date [Mon Oct 22 16:09:06 CEST 2018]; root of context hierarchy 2018-10-22 16:09:07,165 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@32a8ce3: startup date [Mon Oct 22 16:09:06 CEST 2018]; root of context hierarchy 2018-10-22 16:09:07,225 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:07,225 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:07,231 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:07,237 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:07,247 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-10-22 16:09:07,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject Admin 2018-10-22 16:09:07,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-10-22 16:09:07,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-10-22 16:09:07,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Subject Admin 2018-10-22 16:09:07,305 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:07,305 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:07,306 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:07,310 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Subject deleteme 2018-10-22 16:09:07,322 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Subject deleteme 2018-10-22 16:09:07,323 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:07,323 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:07,324 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:07,335 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@32a8ce3: startup date [Mon Oct 22 16:09:06 CEST 2018]; root of context hierarchy 2018-10-22 16:09:07,337 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:07,337 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.95 s - in org.appng.appngizer.controller.SubjectControllerTest [INFO] Running org.appng.appngizer.controller.PermissionControllerTest 2018-10-22 16:09:07,342 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-10-22 16:09:07,342 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@78e547aa, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@766f5049, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@6a5f05f5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@207b440f, org.springframework.test.context.transaction.TransactionalTestExecutionListener@72f18fbd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7e9074b2] 2018-10-22 16:09:07,343 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:07,386 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:07,407 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6cf2b638: startup date [Mon Oct 22 16:09:07 CEST 2018]; root of context hierarchy 2018-10-22 16:09:07,459 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:07,477 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:07,477 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:07,521 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:07,524 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:07,642 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:07,648 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@6cf2b638: startup date [Mon Oct 22 16:09:07 CEST 2018]; root of context hierarchy 2018-10-22 16:09:07,649 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:07,654 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-10-22 16:09:07,656 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:07,658 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:07,661 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:07,672 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:07,677 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:07,680 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:07,682 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:07,685 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:07,687 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:07,690 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:07,692 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:07,695 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:07,697 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.041s). 2018-10-22 16:09:07,755 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:07,889 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:07,890 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:07,890 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:07,912 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:07,913 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:07,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:07,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:07,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:07,941 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:07,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:07,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:07,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:07,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:07,942 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:07,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:07,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:07,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:07,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:07,943 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:07,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:07,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:07,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:07,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:07,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:07,944 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:07,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:07,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:07,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:07,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:07,945 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:07,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:07,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:07,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:07,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:07,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:07,946 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:07,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:07,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:07,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:07,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:07,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:07,947 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:07,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:07,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:07,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:07,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:07,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:07,948 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:07,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:07,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:07,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:07,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:07,949 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:07,950 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:07,964 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:07,990 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-10-22 16:09:07,991 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-10-22 16:09:07,991 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-10-22 16:09:07,991 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-10-22 16:09:07,992 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-10-22 16:09:07,992 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-10-22 16:09:07,992 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-10-22 16:09:07,992 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-10-22 16:09:07,992 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-10-22 16:09:07,993 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-10-22 16:09:07,993 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-10-22 16:09:07,994 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:07,994 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-10-22 16:09:07,994 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-10-22 16:09:07,994 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-10-22 16:09:07,994 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-10-22 16:09:07,995 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(boolean) throws java.lang.Exception 2018-10-22 16:09:07,995 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-10-22 16:09:07,995 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-10-22 16:09:07,996 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-10-22 16:09:07,996 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-10-22 16:09:07,996 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-10-22 16:09:07,997 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-10-22 16:09:07,997 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-10-22 16:09:07,997 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-10-22 16:09:07,997 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-10-22 16:09:07,998 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-10-22 16:09:07,998 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-10-22 16:09:07,998 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-10-22 16:09:07,999 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-10-22 16:09:07,999 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-10-22 16:09:07,999 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-10-22 16:09:07,999 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-10-22 16:09:08,000 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-10-22 16:09:08,000 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-10-22 16:09:08,000 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-10-22 16:09:08,001 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-10-22 16:09:08,001 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-10-22 16:09:08,002 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-10-22 16:09:08,002 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-10-22 16:09:08,002 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-10-22 16:09:08,002 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-10-22 16:09:08,003 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-10-22 16:09:08,003 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-10-22 16:09:08,003 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-10-22 16:09:08,003 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-10-22 16:09:08,003 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-10-22 16:09:08,004 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-10-22 16:09:08,004 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-10-22 16:09:08,004 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-10-22 16:09:08,004 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-10-22 16:09:08,005 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-10-22 16:09:08,005 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-10-22 16:09:08,005 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-10-22 16:09:08,005 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-10-22 16:09:08,006 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-10-22 16:09:08,006 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-10-22 16:09:08,006 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-10-22 16:09:08,006 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-10-22 16:09:08,007 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-10-22 16:09:08,007 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-10-22 16:09:08,007 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-10-22 16:09:08,007 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-10-22 16:09:08,008 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-10-22 16:09:08,008 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-10-22 16:09:08,008 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-10-22 16:09:08,008 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-10-22 16:09:08,009 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-10-22 16:09:08,009 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-10-22 16:09:08,009 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-10-22 16:09:08,010 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:08,010 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:08,010 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-10-22 16:09:08,010 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-10-22 16:09:08,011 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-10-22 16:09:08,011 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:08,011 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:08,011 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-10-22 16:09:08,012 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-10-22 16:09:08,012 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-10-22 16:09:08,012 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-10-22 16:09:08,012 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-10-22 16:09:08,012 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-10-22 16:09:08,044 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:08,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6cf2b638: startup date [Mon Oct 22 16:09:07 CEST 2018]; root of context hierarchy 2018-10-22 16:09:08,173 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6cf2b638: startup date [Mon Oct 22 16:09:07 CEST 2018]; root of context hierarchy 2018-10-22 16:09:08,232 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:08,232 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:08,237 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-10-22 16:09:08,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:08,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-10-22 16:09:08,276 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-10-22 16:09:08,282 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:08,284 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:08,286 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:08,288 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:08,288 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:08,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:08,289 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:08,289 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:08,289 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:08,290 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:08,292 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:08,296 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:08,297 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:08,297 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:08,297 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:08,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:08,299 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:08,300 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:08,300 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:08,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:08,301 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:08,301 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:08,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:08,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:08,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:08,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:08,306 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:08,307 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:08,309 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,309 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,309 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,309 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:08,310 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:08,319 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:08,320 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:08,321 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:08,322 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:08,323 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:08,324 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:08,371 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:08,373 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission testPermission 2018-10-22 16:09:08,383 INFO [main] org.appng.core.service.CoreService: creating new permission 'newName' for application 'demo-application' 2018-10-22 16:09:08,385 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Permission newName 2018-10-22 16:09:08,395 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Debugger 2018-10-22 16:09:08,396 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Tester 2018-10-22 16:09:08,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Role Administrator 2018-10-22 16:09:08,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission newName 2018-10-22 16:09:08,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-type.webgui 2018-10-22 16:09:08,401 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission debug 2018-10-22 16:09:08,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Permission output-format.html 2018-10-22 16:09:08,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:08,402 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:08,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:08,403 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Application demo-application 2018-10-22 16:09:08,405 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6cf2b638: startup date [Mon Oct 22 16:09:07 CEST 2018]; root of context hierarchy 2018-10-22 16:09:08,407 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:08,407 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: 1.069 s - in org.appng.appngizer.controller.PermissionControllerTest [INFO] Running org.appng.appngizer.controller.GroupControllerTest 2018-10-22 16:09:08,414 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-10-22 16:09:08,414 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@10743711, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c31b410, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@1ab07559, org.springframework.test.context.support.DirtiesContextTestExecutionListener@26c79134, org.springframework.test.context.transaction.TransactionalTestExecutionListener@17baf642, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@764a5191] 2018-10-22 16:09:08,415 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:08,457 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:08,477 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@6fc9f8bc: startup date [Mon Oct 22 16:09:08 CEST 2018]; root of context hierarchy 2018-10-22 16:09:08,529 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:08,544 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:08,545 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:08,586 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:08,589 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:08,698 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:08,703 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@6fc9f8bc: startup date [Mon Oct 22 16:09:08 CEST 2018]; root of context hierarchy 2018-10-22 16:09:08,705 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:08,710 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-10-22 16:09:08,711 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:08,713 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:08,716 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:08,727 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:08,733 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:08,736 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:08,739 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:08,741 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:08,743 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:08,745 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:08,747 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:08,750 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:08,752 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.041s). 2018-10-22 16:09:08,806 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:08,924 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:08,925 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:08,925 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:08,943 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:08,943 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:08,964 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:08,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:08,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:08,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:08,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:08,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:08,965 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:08,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:08,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:08,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:08,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:08,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:08,966 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:08,967 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:08,968 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:08,969 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:08,970 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:08,971 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:08,972 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:08,984 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:09,005 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-10-22 16:09:09,005 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-10-22 16:09:09,005 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-10-22 16:09:09,005 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-10-22 16:09:09,006 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-10-22 16:09:09,006 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-10-22 16:09:09,006 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-10-22 16:09:09,006 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-10-22 16:09:09,006 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-10-22 16:09:09,007 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-10-22 16:09:09,007 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-10-22 16:09:09,007 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:09,007 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-10-22 16:09:09,007 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-10-22 16:09:09,008 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-10-22 16:09:09,008 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-10-22 16:09:09,008 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(boolean) throws java.lang.Exception 2018-10-22 16:09:09,008 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-10-22 16:09:09,008 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-10-22 16:09:09,009 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-10-22 16:09:09,009 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-10-22 16:09:09,009 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-10-22 16:09:09,009 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-10-22 16:09:09,009 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-10-22 16:09:09,010 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-10-22 16:09:09,010 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-10-22 16:09:09,010 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-10-22 16:09:09,010 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-10-22 16:09:09,010 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-10-22 16:09:09,011 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-10-22 16:09:09,011 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-10-22 16:09:09,011 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-10-22 16:09:09,011 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-10-22 16:09:09,012 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-10-22 16:09:09,012 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-10-22 16:09:09,012 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-10-22 16:09:09,012 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-10-22 16:09:09,012 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-10-22 16:09:09,013 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-10-22 16:09:09,013 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-10-22 16:09:09,013 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-10-22 16:09:09,014 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-10-22 16:09:09,014 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-10-22 16:09:09,014 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-10-22 16:09:09,014 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-10-22 16:09:09,014 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-10-22 16:09:09,014 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-10-22 16:09:09,014 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-10-22 16:09:09,015 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-10-22 16:09:09,015 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-10-22 16:09:09,015 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-10-22 16:09:09,015 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-10-22 16:09:09,016 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-10-22 16:09:09,016 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-10-22 16:09:09,016 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-10-22 16:09:09,016 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-10-22 16:09:09,016 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-10-22 16:09:09,017 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-10-22 16:09:09,017 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-10-22 16:09:09,017 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-10-22 16:09:09,017 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-10-22 16:09:09,018 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-10-22 16:09:09,018 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-10-22 16:09:09,018 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-10-22 16:09:09,018 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-10-22 16:09:09,018 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-10-22 16:09:09,019 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-10-22 16:09:09,019 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-10-22 16:09:09,019 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-10-22 16:09:09,019 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-10-22 16:09:09,020 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:09,020 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:09,020 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-10-22 16:09:09,020 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-10-22 16:09:09,020 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-10-22 16:09:09,020 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:09,021 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:09,021 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-10-22 16:09:09,021 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-10-22 16:09:09,021 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-10-22 16:09:09,021 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-10-22 16:09:09,022 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-10-22 16:09:09,022 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-10-22 16:09:09,049 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:09,117 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6fc9f8bc: startup date [Mon Oct 22 16:09:08 CEST 2018]; root of context hierarchy 2018-10-22 16:09:09,135 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@6fc9f8bc: startup date [Mon Oct 22 16:09:08 CEST 2018]; root of context hierarchy 2018-10-22 16:09:09,189 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:09,189 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:09,195 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:09,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:09,211 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-10-22 16:09:09,231 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-10-22 16:09:09,236 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:09,238 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:09,240 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:09,241 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:09,242 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:09,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:09,242 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:09,242 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:09,243 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:09,243 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:09,244 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:09,248 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:09,249 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:09,250 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:09,250 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:09,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:09,251 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:09,252 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:09,252 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:09,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:09,253 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:09,253 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:09,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:09,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:09,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:09,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:09,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:09,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:09,259 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,259 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,259 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,259 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:09,260 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:09,268 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:09,268 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:09,269 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:09,270 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:09,271 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:09,272 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:09,293 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group Admin 2018-10-22 16:09:09,315 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Group Administrator 2018-10-22 16:09:09,325 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:09,326 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:09,326 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 0 ms 2018-10-22 16:09:09,329 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Group deleteme 2018-10-22 16:09:09,336 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Group deleteme 2018-10-22 16:09:09,338 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:09,338 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:09,339 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:09,349 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@6fc9f8bc: startup date [Mon Oct 22 16:09:08 CEST 2018]; root of context hierarchy 2018-10-22 16:09:09,350 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:09,350 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.943 s - in org.appng.appngizer.controller.GroupControllerTest [INFO] Running org.appng.appngizer.controller.SiteApplicationControllerTest 2018-10-22 16:09:09,355 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-10-22 16:09:09,355 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2c892155, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@70d8380, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5275b8c2, org.springframework.test.context.support.DirtiesContextTestExecutionListener@44654cbc, org.springframework.test.context.transaction.TransactionalTestExecutionListener@21035eec, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@4a79c8cf] 2018-10-22 16:09:09,356 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:09,399 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:09,418 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3535daea: startup date [Mon Oct 22 16:09:09 CEST 2018]; root of context hierarchy 2018-10-22 16:09:09,467 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:09,482 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:09,482 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:09,521 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:09,524 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:09,630 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:09,635 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@3535daea: startup date [Mon Oct 22 16:09:09 CEST 2018]; root of context hierarchy 2018-10-22 16:09:09,637 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:09,641 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-10-22 16:09:09,642 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:09,645 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:09,647 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:09,656 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:09,661 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:09,663 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:09,666 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:09,668 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:09,670 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:09,673 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:09,675 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:09,677 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:09,680 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.037s). 2018-10-22 16:09:09,727 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:09,839 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:09,840 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:09,840 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:09,857 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:09,857 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:09,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:09,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:09,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:09,880 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:09,881 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:09,882 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:09,883 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:09,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:09,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:09,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:09,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:09,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:09,884 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:09,885 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:09,886 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:09,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:09,887 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:09,898 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:09,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-10-22 16:09:09,971 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-10-22 16:09:09,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-10-22 16:09:09,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-10-22 16:09:09,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-10-22 16:09:09,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-10-22 16:09:09,972 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-10-22 16:09:09,972 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-10-22 16:09:09,972 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-10-22 16:09:09,973 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-10-22 16:09:09,973 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-10-22 16:09:09,973 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:09,973 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-10-22 16:09:09,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-10-22 16:09:09,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-10-22 16:09:09,974 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-10-22 16:09:09,974 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(boolean) throws java.lang.Exception 2018-10-22 16:09:09,974 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-10-22 16:09:09,974 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-10-22 16:09:09,975 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-10-22 16:09:09,975 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-10-22 16:09:09,975 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-10-22 16:09:09,975 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-10-22 16:09:09,975 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-10-22 16:09:09,976 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-10-22 16:09:09,976 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-10-22 16:09:09,976 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-10-22 16:09:09,976 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-10-22 16:09:09,976 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-10-22 16:09:09,977 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-10-22 16:09:09,977 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-10-22 16:09:09,977 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-10-22 16:09:09,977 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-10-22 16:09:09,977 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-10-22 16:09:09,977 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-10-22 16:09:09,978 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-10-22 16:09:09,978 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-10-22 16:09:09,978 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-10-22 16:09:09,978 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-10-22 16:09:09,979 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-10-22 16:09:09,979 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-10-22 16:09:09,979 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-10-22 16:09:09,979 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-10-22 16:09:09,979 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-10-22 16:09:09,979 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-10-22 16:09:09,979 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-10-22 16:09:09,980 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-10-22 16:09:09,980 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-10-22 16:09:09,980 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-10-22 16:09:09,980 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-10-22 16:09:09,980 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-10-22 16:09:09,980 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-10-22 16:09:09,981 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-10-22 16:09:09,981 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-10-22 16:09:09,981 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-10-22 16:09:09,981 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-10-22 16:09:09,981 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-10-22 16:09:09,982 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-10-22 16:09:09,982 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-10-22 16:09:09,982 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-10-22 16:09:09,982 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-10-22 16:09:09,982 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-10-22 16:09:09,983 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-10-22 16:09:09,983 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-10-22 16:09:09,983 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-10-22 16:09:09,983 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-10-22 16:09:09,983 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-10-22 16:09:09,984 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-10-22 16:09:09,984 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-10-22 16:09:09,984 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-10-22 16:09:09,984 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:09,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:09,985 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-10-22 16:09:09,985 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-10-22 16:09:09,985 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-10-22 16:09:09,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:09,985 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:09,985 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-10-22 16:09:09,986 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-10-22 16:09:09,986 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-10-22 16:09:09,986 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-10-22 16:09:09,986 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-10-22 16:09:09,986 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-10-22 16:09:10,014 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:10,077 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3535daea: startup date [Mon Oct 22 16:09:09 CEST 2018]; root of context hierarchy 2018-10-22 16:09:10,093 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3535daea: startup date [Mon Oct 22 16:09:09 CEST 2018]; root of context hierarchy 2018-10-22 16:09:10,150 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:10,150 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:10,156 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:10,161 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:10,171 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-10-22 16:09:10,192 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-10-22 16:09:10,196 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:10,198 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:10,199 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:10,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:10,201 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:10,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:10,202 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:10,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:10,202 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:10,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:10,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:10,208 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:10,209 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:10,210 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:10,210 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:10,210 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:10,211 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:10,211 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:10,211 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:10,212 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:10,213 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:10,213 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:10,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:10,214 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:10,215 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:10,216 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:10,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:10,217 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:10,219 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,219 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,220 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:10,221 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:10,227 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:10,228 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:10,228 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:10,230 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:10,230 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:10,232 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:10,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-10-22 16:09:10,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-10-22 16:09:10,248 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-10-22 16:09:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-10-22 16:09:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-10-22 16:09:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-10-22 16:09:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-10-22 16:09:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-10-22 16:09:10,249 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-10-22 16:09:10,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-10-22 16:09:10,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-10-22 16:09:10,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-10-22 16:09:10,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-10-22 16:09:10,250 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-10-22 16:09:10,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-10-22 16:09:10,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-10-22 16:09:10,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-10-22 16:09:10,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-10-22 16:09:10,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-10-22 16:09:10,251 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-10-22 16:09:10,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-10-22 16:09:10,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-10-22 16:09:10,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-10-22 16:09:10,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-10-22 16:09:10,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-10-22 16:09:10,252 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-10-22 16:09:10,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-10-22 16:09:10,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-10-22 16:09:10,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-10-22 16:09:10,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-10-22 16:09:10,253 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-10-22 16:09:10,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-10-22 16:09:10,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-10-22 16:09:10,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-10-22 16:09:10,254 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-10-22 16:09:10,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-10-22 16:09:10,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-10-22 16:09:10,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-10-22 16:09:10,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-10-22 16:09:10,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-10-22 16:09:10,255 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-10-22 16:09:10,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-10-22 16:09:10,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-10-22 16:09:10,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-10-22 16:09:10,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-10-22 16:09:10,256 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-10-22 16:09:10,257 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-10-22 16:09:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-10-22 16:09:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-10-22 16:09:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-10-22 16:09:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-10-22 16:09:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-10-22 16:09:10,258 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-10-22 16:09:10,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-10-22 16:09:10,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-10-22 16:09:10,259 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-10-22 16:09:10,261 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-10-22 16:09:10,295 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPrincipalScheme 2018-10-22 16:09:10,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.encoding 2018-10-22 16:09:10,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportReloadFile 2018-10-22 16:09:10,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.documentDir 2018-10-22 16:09:10,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedPaths 2018-10-22 16:09:10,296 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.wwwDir 2018-10-22 16:09:10,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionName 2018-10-22 16:09:10,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapStartTls 2018-10-22 16:09:10,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.name 2018-10-22 16:09:10,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputFormat 2018-10-22 16:09:10,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUser 2018-10-22 16:09:10,297 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexConfig 2018-10-22 16:09:10,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.siteRootDir 2018-10-22 16:09:10,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapDomain 2018-10-22 16:09:10,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginPage 2018-10-22 16:09:10,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheStatistics 2018-10-22 16:09:10,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailPort 2018-10-22 16:09:10,298 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.appendTabId 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.service-path 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.template 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.tagPrefix 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheEnabled 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutPage 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.timeZone 2018-10-22 16:09:10,299 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapIdAttribute 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchMaxHits 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.host 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileTypes 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.supportedLanguages 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.locale 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.DatasourceConfigurer 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexTimeout 2018-10-22 16:09:10,300 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.rewriteConfig 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutActionValue 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailHost 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLoginRef 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.searchChunkSize 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPage 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectedMethods 2018-10-22 16:09:10,301 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexFileSystemQueueSize 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapPassword 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapHost 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapGroupBaseDn 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultPageSize 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.csrfProtectionEnabled 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authLogoutRef 2018-10-22 16:09:10,302 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheClearOnShutdown 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.defaultApplication 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.mailDisabled 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.assetsDir 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ldapUserBaseDn 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.xssExceptions 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.authApplication 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheExceptions 2018-10-22 16:09:10,303 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPage 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.manager-path 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.ehcacheBlockingTimeout 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexDir 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.enforcePrimaryDomain 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.indexQueueSize 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.errorPages 2018-10-22 16:09:10,304 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.anotherSite.serviceOutputType 2018-10-22 16:09:10,305 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site anotherSite 2018-10-22 16:09:10,349 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-10-22 16:09:10,349 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-10-22 16:09:10,352 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Assigned application demo-application to site localhost 2018-10-22 16:09:10,354 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-10-22 16:09:10,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-10-22 16:09:10,355 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-10-22 16:09:10,484 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-10-22 16:09:10,527 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-10-22 16:09:10,560 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.myNewProp 2018-10-22 16:09:10,575 INFO [main] org.appng.core.service.CoreService: unlinking application demo-application from site localhost, status of database-connection is NO_DB_SUPPORTED 2018-10-22 16:09:10,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null INFO appNGizer Removed application demo-application from site localhost 2018-10-22 16:09:10,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.bar 2018-10-22 16:09:10,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.clobValue 2018-10-22 16:09:10,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.localhost.application.demo-application.foo 2018-10-22 16:09:10,584 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3535daea: startup date [Mon Oct 22 16:09:09 CEST 2018]; root of context hierarchy 2018-10-22 16:09:10,586 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:10,586 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: 1.235 s - in org.appng.appngizer.controller.SiteApplicationControllerTest [INFO] Running org.appng.appngizer.controller.DatabaseControllerTest 2018-10-22 16:09:10,591 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-10-22 16:09:10,591 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@356feae3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@302ae89a, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2ea4fa04, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1841d013, org.springframework.test.context.transaction.TransactionalTestExecutionListener@5233090a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@35ba45ee] 2018-10-22 16:09:10,592 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:10,634 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:10,654 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@3cc7ed87: startup date [Mon Oct 22 16:09:10 CEST 2018]; root of context hierarchy 2018-10-22 16:09:10,708 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:10,722 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:10,722 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:10,763 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:10,767 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:10,868 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:10,874 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@3cc7ed87: startup date [Mon Oct 22 16:09:10 CEST 2018]; root of context hierarchy 2018-10-22 16:09:10,876 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:10,881 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-10-22 16:09:10,882 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:10,884 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:10,886 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:10,894 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:10,899 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:10,902 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:10,904 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:10,906 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:10,908 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:10,910 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:10,912 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:10,914 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:10,916 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.034s). 2018-10-22 16:09:10,964 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:11,079 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:11,080 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:11,080 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:11,098 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:11,098 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:11,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:11,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:11,121 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:11,122 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:11,123 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:11,124 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:11,125 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:11,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:11,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:11,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:11,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:11,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:11,126 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:11,134 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:11,155 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-10-22 16:09:11,155 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-10-22 16:09:11,155 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-10-22 16:09:11,155 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-10-22 16:09:11,155 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-10-22 16:09:11,156 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-10-22 16:09:11,156 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-10-22 16:09:11,156 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-10-22 16:09:11,156 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-10-22 16:09:11,156 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-10-22 16:09:11,156 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-10-22 16:09:11,157 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:11,157 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-10-22 16:09:11,157 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-10-22 16:09:11,157 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-10-22 16:09:11,157 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-10-22 16:09:11,157 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(boolean) throws java.lang.Exception 2018-10-22 16:09:11,157 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-10-22 16:09:11,158 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-10-22 16:09:11,158 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-10-22 16:09:11,158 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-10-22 16:09:11,158 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-10-22 16:09:11,158 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-10-22 16:09:11,158 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-10-22 16:09:11,159 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-10-22 16:09:11,159 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-10-22 16:09:11,159 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-10-22 16:09:11,159 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-10-22 16:09:11,159 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-10-22 16:09:11,159 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-10-22 16:09:11,159 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-10-22 16:09:11,160 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-10-22 16:09:11,160 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-10-22 16:09:11,160 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-10-22 16:09:11,160 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-10-22 16:09:11,160 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-10-22 16:09:11,160 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-10-22 16:09:11,161 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-10-22 16:09:11,161 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-10-22 16:09:11,161 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-10-22 16:09:11,161 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-10-22 16:09:11,161 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-10-22 16:09:11,162 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-10-22 16:09:11,162 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-10-22 16:09:11,162 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-10-22 16:09:11,162 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-10-22 16:09:11,162 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-10-22 16:09:11,162 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-10-22 16:09:11,163 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-10-22 16:09:11,163 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-10-22 16:09:11,163 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-10-22 16:09:11,163 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-10-22 16:09:11,163 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-10-22 16:09:11,163 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-10-22 16:09:11,163 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-10-22 16:09:11,164 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-10-22 16:09:11,164 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-10-22 16:09:11,164 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-10-22 16:09:11,164 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-10-22 16:09:11,164 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-10-22 16:09:11,164 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-10-22 16:09:11,165 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-10-22 16:09:11,165 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-10-22 16:09:11,165 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-10-22 16:09:11,165 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-10-22 16:09:11,165 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-10-22 16:09:11,165 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-10-22 16:09:11,166 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-10-22 16:09:11,166 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-10-22 16:09:11,166 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-10-22 16:09:11,166 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:11,166 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:11,167 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-10-22 16:09:11,167 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-10-22 16:09:11,167 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-10-22 16:09:11,167 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:11,167 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:11,167 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-10-22 16:09:11,168 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-10-22 16:09:11,168 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-10-22 16:09:11,168 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-10-22 16:09:11,168 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-10-22 16:09:11,168 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-10-22 16:09:11,195 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:11,253 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3cc7ed87: startup date [Mon Oct 22 16:09:10 CEST 2018]; root of context hierarchy 2018-10-22 16:09:11,269 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@3cc7ed87: startup date [Mon Oct 22 16:09:10 CEST 2018]; root of context hierarchy 2018-10-22 16:09:11,327 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:11,327 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:11,332 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 5 ms 2018-10-22 16:09:11,338 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:11,345 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:11,346 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:11,346 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:11,364 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:11,364 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:11,382 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.004s) 2018-10-22 16:09:11,384 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-10-22 16:09:11,384 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-10-22 16:09:11,392 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG HSQL 2018-10-22 16:09:11,395 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-10-22 16:09:11,397 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MYSQL 2018-10-22 16:09:11,398 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-10-22 16:09:11,399 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:mysql://localhost:3306/appNG MYSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/appNG MYSQL) 2018-10-22 16:09:11,399 INFO [main] org.appng.core.service.DatabaseService: MYSQL jdbc:mysql://localhost:3306/appNG MYSQL is not working and will be deactivated. 2018-10-22 16:09:11,400 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer DatabaseConnection appNG MSSQL 2018-10-22 16:09:11,402 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-10-22 16:09:11,402 WARN [main] org.appng.core.domain.DatabaseConnection: error while connecting to jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL (org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: No suitable driver found for jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL) 2018-10-22 16:09:11,402 INFO [main] org.appng.core.service.DatabaseService: MSSQL jdbc:sqlserver://localhost:1433;databaseName=appNG MSSQL is not working and will be deactivated. 2018-10-22 16:09:12,228 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:12,228 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:12,229 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:12,230 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:12,230 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:12,231 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:12,249 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:12,249 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:12,265 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.003s) 2018-10-22 16:09:12,267 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": 2.0.0 2018-10-22 16:09:12,267 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Schema "PUBLIC" is up to date. No migration necessary. 2018-10-22 16:09:12,269 INFO [main] org.appng.core.service.DatabaseService: HSQL jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) is active. 2018-10-22 16:09:12,271 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.mysql.jdbc.Driver could not be loaded. 2018-10-22 16:09:12,272 WARN [main] org.appng.core.domain.DatabaseConnection: Driver com.microsoft.sqlserver.jdbc.SQLServerDriver could not be loaded. 2018-10-22 16:09:13,076 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:13,076 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:13,077 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:13,080 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:13,080 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:13,909 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:13,909 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:13,910 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:13,915 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:13,915 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:14,744 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@3cc7ed87: startup date [Mon Oct 22 16:09:10 CEST 2018]; root of context hierarchy 2018-10-22 16:09:14,746 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:14,746 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Shutting down embedded database: url='jdbc:hsqldb:mem:testdb' [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.159 s - in org.appng.appngizer.controller.DatabaseControllerTest [INFO] Running org.appng.appngizer.controller.SiteControllerTest 2018-10-22 16:09:14,751 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-10-22 16:09:14,751 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@48fffb84, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@b562753, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@71a7ce25, org.springframework.test.context.support.DirtiesContextTestExecutionListener@77c70f9a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@40d3f93d, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7a8522cb] 2018-10-22 16:09:14,752 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:14,789 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:14,808 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@351c1d58: startup date [Mon Oct 22 16:09:14 CEST 2018]; root of context hierarchy 2018-10-22 16:09:14,859 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:14,873 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:14,873 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:14,911 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:14,915 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:15,007 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:15,013 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@351c1d58: startup date [Mon Oct 22 16:09:14 CEST 2018]; root of context hierarchy 2018-10-22 16:09:15,014 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:15,019 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-10-22 16:09:15,020 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:15,022 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:15,024 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:15,031 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:15,036 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:15,038 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:15,040 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:15,042 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:15,044 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:15,047 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:15,049 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:15,052 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:15,055 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.034s). 2018-10-22 16:09:15,107 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:15,224 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:15,224 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:15,224 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:15,243 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:15,243 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:15,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:15,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:15,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:15,269 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:15,270 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:15,271 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:15,272 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:15,273 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:15,274 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:15,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:15,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:15,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:15,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:15,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:15,275 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:15,283 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:15,305 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-10-22 16:09:15,306 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-10-22 16:09:15,306 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-10-22 16:09:15,306 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-10-22 16:09:15,306 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-10-22 16:09:15,307 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-10-22 16:09:15,307 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-10-22 16:09:15,307 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-10-22 16:09:15,307 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-10-22 16:09:15,307 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-10-22 16:09:15,308 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-10-22 16:09:15,308 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:15,308 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-10-22 16:09:15,308 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-10-22 16:09:15,308 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-10-22 16:09:15,308 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-10-22 16:09:15,308 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(boolean) throws java.lang.Exception 2018-10-22 16:09:15,309 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-10-22 16:09:15,309 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-10-22 16:09:15,309 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-10-22 16:09:15,309 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-10-22 16:09:15,309 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-10-22 16:09:15,310 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-10-22 16:09:15,310 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-10-22 16:09:15,311 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-10-22 16:09:15,311 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-10-22 16:09:15,311 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-10-22 16:09:15,311 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-10-22 16:09:15,311 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-10-22 16:09:15,312 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-10-22 16:09:15,312 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-10-22 16:09:15,312 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-10-22 16:09:15,312 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-10-22 16:09:15,312 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-10-22 16:09:15,313 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-10-22 16:09:15,313 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-10-22 16:09:15,313 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-10-22 16:09:15,313 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-10-22 16:09:15,314 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-10-22 16:09:15,314 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-10-22 16:09:15,314 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-10-22 16:09:15,314 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-10-22 16:09:15,314 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-10-22 16:09:15,314 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-10-22 16:09:15,315 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-10-22 16:09:15,315 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-10-22 16:09:15,315 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-10-22 16:09:15,315 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-10-22 16:09:15,315 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-10-22 16:09:15,315 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-10-22 16:09:15,316 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-10-22 16:09:15,316 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-10-22 16:09:15,316 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-10-22 16:09:15,316 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-10-22 16:09:15,316 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-10-22 16:09:15,316 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-10-22 16:09:15,317 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-10-22 16:09:15,317 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-10-22 16:09:15,317 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-10-22 16:09:15,317 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-10-22 16:09:15,318 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-10-22 16:09:15,318 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-10-22 16:09:15,318 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-10-22 16:09:15,318 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-10-22 16:09:15,319 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-10-22 16:09:15,319 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-10-22 16:09:15,319 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-10-22 16:09:15,319 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-10-22 16:09:15,319 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-10-22 16:09:15,319 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-10-22 16:09:15,320 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:15,320 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:15,320 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-10-22 16:09:15,321 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-10-22 16:09:15,321 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-10-22 16:09:15,321 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:15,321 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:15,321 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-10-22 16:09:15,321 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-10-22 16:09:15,322 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-10-22 16:09:15,322 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-10-22 16:09:15,322 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-10-22 16:09:15,322 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-10-22 16:09:15,353 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:15,419 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@351c1d58: startup date [Mon Oct 22 16:09:14 CEST 2018]; root of context hierarchy 2018-10-22 16:09:15,438 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@351c1d58: startup date [Mon Oct 22 16:09:14 CEST 2018]; root of context hierarchy 2018-10-22 16:09:15,548 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:15,548 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:15,554 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:15,561 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:15,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.template 2018-10-22 16:09:15,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.DatasourceConfigurer 2018-10-22 16:09:15,570 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.wwwDir 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.tagPrefix 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapIdAttribute 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginPage 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUser 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputType 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.encoding 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexDir 2018-10-22 16:09:15,571 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultApplication 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailHost 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLoginRef 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.serviceOutputFormat 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheBlockingTimeout 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileTypes 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authApplication 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPage 2018-10-22 16:09:15,572 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapGroupBaseDn 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapStartTls 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheClearOnShutdown 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.appendTabId 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedMethods 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapDomain 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchChunkSize 2018-10-22 16:09:15,573 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.rewriteConfig 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexTimeout 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.xssExceptions 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.service-path 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportReloadFile 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionValue 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheEnabled 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutActionName 2018-10-22 16:09:15,574 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutPage 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.siteRootDir 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheStatistics 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexFileSystemQueueSize 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.name 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPage 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectionEnabled 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.supportedLanguages 2018-10-22 16:09:15,575 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.assetsDir 2018-10-22 16:09:15,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.errorPages 2018-10-22 16:09:15,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ehcacheExceptions 2018-10-22 16:09:15,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.authLogoutRef 2018-10-22 16:09:15,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.locale 2018-10-22 16:09:15,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailDisabled 2018-10-22 16:09:15,576 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.timeZone 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.csrfProtectedPaths 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapUserBaseDn 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.enforcePrimaryDomain 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPassword 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexConfig 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.defaultPageSize 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.documentDir 2018-10-22 16:09:15,577 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapPrincipalScheme 2018-10-22 16:09:15,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.searchMaxHits 2018-10-22 16:09:15,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.indexQueueSize 2018-10-22 16:09:15,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.mailPort 2018-10-22 16:09:15,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.host 2018-10-22 16:09:15,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.ldapHost 2018-10-22 16:09:15,578 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.localhost.manager-path 2018-10-22 16:09:15,580 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site localhost 2018-10-22 16:09:15,620 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Site localhost 2018-10-22 16:09:15,633 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:15,633 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:15,634 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:15,638 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginRef 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailPort 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authApplication 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.manager-path 2018-10-22 16:09:15,639 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexTimeout 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.siteRootDir 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportReloadFile 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexQueueSize 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.tagPrefix 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.encoding 2018-10-22 16:09:15,640 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchMaxHits 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUser 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.documentDir 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.service-path 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileTypes 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPassword 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultApplication 2018-10-22 16:09:15,641 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailHost 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.wwwDir 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPages 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutPage 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.timeZone 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-10-22 16:09:15,642 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapStartTls 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.appendTabId 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.host 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLoginPage 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexConfig 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.locale 2018-10-22 16:09:15,643 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapDomain 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.template 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.assetsDir 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapHost 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.searchChunkSize 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPage 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.supportedLanguages 2018-10-22 16:09:15,644 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutRef 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.defaultPageSize 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.serviceOutputType 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.rewriteConfig 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.mailDisabled 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-10-22 16:09:15,645 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.name 2018-10-22 16:09:15,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-10-22 16:09:15,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.xssExceptions 2018-10-22 16:09:15,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.indexDir 2018-10-22 16:09:15,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.site.deleteme.errorPage 2018-10-22 16:09:15,646 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Site deleteme 2018-10-22 16:09:15,667 INFO [main] org.appng.core.service.CoreService: starting deletion of site deleteme 2018-10-22 16:09:15,677 INFO [main] org.appng.core.service.CoreService: deleting 0 orphaned database connections 2018-10-22 16:09:15,677 INFO [main] org.appng.core.service.CoreService: done deleting site deleteme 2018-10-22 16:09:15,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.DatasourceConfigurer 2018-10-22 16:09:15,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.appendTabId 2018-10-22 16:09:15,678 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.assetsDir 2018-10-22 16:09:15,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authApplication 2018-10-22 16:09:15,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginPage 2018-10-22 16:09:15,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLoginRef 2018-10-22 16:09:15,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionName 2018-10-22 16:09:15,679 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutActionValue 2018-10-22 16:09:15,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutPage 2018-10-22 16:09:15,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.authLogoutRef 2018-10-22 16:09:15,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedMethods 2018-10-22 16:09:15,680 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectedPaths 2018-10-22 16:09:15,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.csrfProtectionEnabled 2018-10-22 16:09:15,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultApplication 2018-10-22 16:09:15,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPage 2018-10-22 16:09:15,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.defaultPageSize 2018-10-22 16:09:15,681 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.documentDir 2018-10-22 16:09:15,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheBlockingTimeout 2018-10-22 16:09:15,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheClearOnShutdown 2018-10-22 16:09:15,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheEnabled 2018-10-22 16:09:15,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheExceptions 2018-10-22 16:09:15,682 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ehcacheStatistics 2018-10-22 16:09:15,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.encoding 2018-10-22 16:09:15,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.enforcePrimaryDomain 2018-10-22 16:09:15,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPage 2018-10-22 16:09:15,683 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.errorPages 2018-10-22 16:09:15,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.host 2018-10-22 16:09:15,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexConfig 2018-10-22 16:09:15,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexDir 2018-10-22 16:09:15,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileSystemQueueSize 2018-10-22 16:09:15,684 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexFileTypes 2018-10-22 16:09:15,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexQueueSize 2018-10-22 16:09:15,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.indexTimeout 2018-10-22 16:09:15,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapDomain 2018-10-22 16:09:15,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapGroupBaseDn 2018-10-22 16:09:15,685 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapHost 2018-10-22 16:09:15,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapIdAttribute 2018-10-22 16:09:15,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPassword 2018-10-22 16:09:15,686 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapPrincipalScheme 2018-10-22 16:09:15,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapStartTls 2018-10-22 16:09:15,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUser 2018-10-22 16:09:15,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.ldapUserBaseDn 2018-10-22 16:09:15,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.locale 2018-10-22 16:09:15,687 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailDisabled 2018-10-22 16:09:15,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailHost 2018-10-22 16:09:15,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.mailPort 2018-10-22 16:09:15,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.manager-path 2018-10-22 16:09:15,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.name 2018-10-22 16:09:15,688 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.rewriteConfig 2018-10-22 16:09:15,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchChunkSize 2018-10-22 16:09:15,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.searchMaxHits 2018-10-22 16:09:15,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.service-path 2018-10-22 16:09:15,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputFormat 2018-10-22 16:09:15,689 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.serviceOutputType 2018-10-22 16:09:15,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.siteRootDir 2018-10-22 16:09:15,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportReloadFile 2018-10-22 16:09:15,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.supportedLanguages 2018-10-22 16:09:15,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.tagPrefix 2018-10-22 16:09:15,690 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.template 2018-10-22 16:09:15,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.timeZone 2018-10-22 16:09:15,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.wwwDir 2018-10-22 16:09:15,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Property platform.site.deleteme.xssExceptions 2018-10-22 16:09:15,691 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null DELETE appNGizer Site deleteme 2018-10-22 16:09:15,693 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:15,693 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:15,694 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 1 ms 2018-10-22 16:09:15,704 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@351c1d58: startup date [Mon Oct 22 16:09:14 CEST 2018]; root of context hierarchy 2018-10-22 16:09:15,705 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:15,706 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.959 s - in org.appng.appngizer.controller.SiteControllerTest [INFO] Running org.appng.appngizer.controller.RoleControllerTest 2018-10-22 16:09:15,710 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-10-22 16:09:15,710 INFO [main] org.springframework.test.context.web.WebTestContextBootstrapper: Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5f1ac9b5, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@152502a3, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@380c3759, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2767b48a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2eb986b2, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1334b9dc] 2018-10-22 16:09:15,711 INFO [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Loading XML bean definitions from class path resource [test-context.xml] 2018-10-22 16:09:15,746 INFO [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate: Multiple Spring Data modules found, entering strict repository configuration mode! 2018-10-22 16:09:15,763 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Refreshing org.springframework.web.context.support.GenericWebApplicationContext@4adbf21c: startup date [Mon Oct 22 16:09:15 CEST 2018]; root of context hierarchy 2018-10-22 16:09:15,810 INFO [main] org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseFactory: Starting embedded database: url='jdbc:hsqldb:mem:testdb', username='sa' 2018-10-22 16:09:15,822 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Building JPA container EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:15,823 INFO [main] org.hibernate.jpa.internal.util.LogHelper: HHH000204: Processing PersistenceUnitInfo [ name: appng ...] 2018-10-22 16:09:15,862 INFO [main] org.hibernate.dialect.Dialect: HHH000400: Using dialect: org.appng.persistence.dialect.HSQLDialect 2018-10-22 16:09:15,865 INFO [main] org.hibernate.envers.boot.internal.EnversServiceImpl: Envers integration enabled? : true 2018-10-22 16:09:15,967 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Initialized JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:15,972 INFO [main] org.appng.core.domain.PlatformEventListener: Using application context org.springframework.web.context.support.GenericWebApplicationContext@4adbf21c: startup date [Mon Oct 22 16:09:15 CEST 2018]; root of context hierarchy 2018-10-22 16:09:15,974 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:15,978 INFO [main] org.flywaydb.core.internal.command.DbValidate: Successfully validated 10 migrations (execution time 00:00.002s) 2018-10-22 16:09:15,979 INFO [main] org.flywaydb.core.internal.metadatatable.MetaDataTableImpl: Creating Metadata table: "PUBLIC"."schema_version" 2018-10-22 16:09:15,981 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Current version of schema "PUBLIC": << Empty Schema >> 2018-10-22 16:09:15,982 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.0 - appNG initial setup 2018-10-22 16:09:15,990 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.1 - Quartz initial setup 2018-10-22 16:09:15,994 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2 - add template 2018-10-22 16:09:15,996 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.1 - add repository strict 2018-10-22 16:09:15,999 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.2 - add repository digest 2018-10-22 16:09:16,001 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.2.3 - set resource bytes not null 2018-10-22 16:09:16,003 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.0 - add type to template 2018-10-22 16:09:16,005 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.1 - add global admin role 2018-10-22 16:09:16,007 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 1.3.2 - add repository accepted certs 2018-10-22 16:09:16,009 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Migrating schema "PUBLIC" to version 2.0.0 - add platform event 2018-10-22 16:09:16,010 INFO [main] org.flywaydb.core.internal.command.DbMigrate: Successfully applied 10 migrations to schema "PUBLIC" (execution time 00:00.031s). 2018-10-22 16:09:16,060 INFO [main] org.hibernate.hql.internal.QueryTranslatorFactoryInitiator: HHH000397: Using ASTQueryTranslatorFactory 2018-10-22 16:09:16,166 INFO [main] org.appng.core.domain.DatabaseConnection: Registered JDBC driver org.hsqldb.jdbc.JDBCDriver 2018-10-22 16:09:16,166 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:16,166 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:16,182 INFO [main] org.appng.core.service.DatabaseService: connected to jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4.0) 2018-10-22 16:09:16,182 INFO [main] org.flywaydb.core.internal.dbsupport.DbSupportFactory: Database: jdbc:hsqldb:mem:testdb (HSQL Database Engine 2.4) 2018-10-22 16:09:16,201 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingEnabled 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.filebasedDeployment 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.jspFileType 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStorePassword 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.manageDatabases 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cachePlatformFolder 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryCert 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.defaultTemplate 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.devMode 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.logfile 2018-10-22 16:09:16,202 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssAllowedTags 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailDisabled 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyRegEx 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.formatOutput 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sharedSecret 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.ehcacheConfig 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryPath 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryVerifySignature 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositorySignature 2018-10-22 16:09:16,203 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheApplicationFolder 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.writeDebugFiles 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryDefaultDigest 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.monitorPerformance 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mdcEnabled 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.vHostMode 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templateFolder 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.passwordPolicyErrorMessageKey 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.locale 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.sessionTimeout 2018-10-22 16:09:16,204 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cleanTempFolderOnStartup 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.encoding 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.maxUploadSize 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.templatePrefix 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.repositoryTrustStore 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.imageMagickPath 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databasePrefix 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheFolder 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupAddress 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.xssProtect 2018-10-22 16:09:16,205 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailHost 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.timeZone 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.cacheImageFolder 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingReceiver 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.messagingGroupPort 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.csrfFilterEnabled 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.mailPort 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.uploadDir 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.applicationDir 2018-10-22 16:09:16,206 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.databaseValidationPeriod 2018-10-22 16:09:16,215 INFO [main] org.appng.api.messaging.Messaging: messaging is disabled 2018-10-22 16:09:16,233 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-10-22 16:09:16,233 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-10-22 16:09:16,233 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-10-22 16:09:16,233 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-10-22 16:09:16,234 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-10-22 16:09:16,234 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-10-22 16:09:16,234 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-10-22 16:09:16,234 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-10-22 16:09:16,234 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-10-22 16:09:16,235 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-10-22 16:09:16,235 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-10-22 16:09:16,235 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/platform/database],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.DatabaseController.updateRootConnection(org.appng.appngizer.model.xml.Database) throws java.lang.Exception 2018-10-22 16:09:16,235 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-10-22 16:09:16,235 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-10-22 16:09:16,235 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-10-22 16:09:16,235 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-10-22 16:09:16,236 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(boolean) throws java.lang.Exception 2018-10-22 16:09:16,236 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-10-22 16:09:16,236 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-10-22 16:09:16,236 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-10-22 16:09:16,236 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-10-22 16:09:16,236 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-10-22 16:09:16,237 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-10-22 16:09:16,237 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-10-22 16:09:16,237 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-10-22 16:09:16,237 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-10-22 16:09:16,237 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-10-22 16:09:16,237 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-10-22 16:09:16,238 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-10-22 16:09:16,238 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-10-22 16:09:16,238 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-10-22 16:09:16,238 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-10-22 16:09:16,238 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-10-22 16:09:16,238 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-10-22 16:09:16,239 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-10-22 16:09:16,239 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-10-22 16:09:16,239 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-10-22 16:09:16,239 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-10-22 16:09:16,239 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,240 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-10-22 16:09:16,241 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-10-22 16:09:16,241 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-10-22 16:09:16,241 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-10-22 16:09:16,241 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-10-22 16:09:16,241 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-10-22 16:09:16,241 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-10-22 16:09:16,242 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-10-22 16:09:16,242 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-10-22 16:09:16,242 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-10-22 16:09:16,242 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-10-22 16:09:16,242 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-10-22 16:09:16,242 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-10-22 16:09:16,243 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-10-22 16:09:16,243 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-10-22 16:09:16,243 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-10-22 16:09:16,243 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-10-22 16:09:16,243 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-10-22 16:09:16,244 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-10-22 16:09:16,244 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-10-22 16:09:16,244 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-10-22 16:09:16,244 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-10-22 16:09:16,244 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-10-22 16:09:16,244 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-10-22 16:09:16,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/property || /site/{site}/properties],methods=[GET]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.listProperties(java.lang.String) 2018-10-22 16:09:16,245 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[POST]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.createProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:16,245 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-10-22 16:09:16,245 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-10-22 16:09:16,245 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-10-22 16:09:16,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[PUT]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.updateProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:16,246 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping: Mapped "{[/site/{site}/properties],methods=[DELETE]}" onto public org.springframework.http.ResponseEntity org.appng.appngizer.controller.SitePropertyController.deleteProperties(java.lang.String,org.appng.appngizer.model.xml.Properties) 2018-10-22 16:09:16,246 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-10-22 16:09:16,246 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-10-22 16:09:16,246 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-10-22 16:09:16,246 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-10-22 16:09:16,246 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-10-22 16:09:16,247 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-10-22 16:09:16,270 INFO [main] org.appng.appngizer.controller.Jaxb2Marshaller: Creating JAXBContext by scanning packages [org.appng.appngizer.model.xml] 2018-10-22 16:09:16,327 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4adbf21c: startup date [Mon Oct 22 16:09:15 CEST 2018]; root of context hierarchy 2018-10-22 16:09:16,342 INFO [main] org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter: Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@4adbf21c: startup date [Mon Oct 22 16:09:15 CEST 2018]; root of context hierarchy 2018-10-22 16:09:16,395 INFO [main] org.springframework.mock.web.MockServletContext: Initializing Spring FrameworkServlet '' 2018-10-22 16:09:16,395 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization started 2018-10-22 16:09:16,401 INFO [main] org.springframework.test.web.servlet.TestDispatcherServlet: FrameworkServlet '': initialization completed in 6 ms 2018-10-22 16:09:16,406 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.platformRootPath 2018-10-22 16:09:16,415 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Repository local 2018-10-22 16:09:16,434 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-10-22 16:09:16,440 INFO [main] org.appng.core.service.CoreService: deploying application demo-application-1.5.3 2018-10-22 16:09:16,441 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Application demo-application 2018-10-22 16:09:16,443 INFO [main] org.appng.core.service.CoreService: creating new permission 'debug' for application 'demo-application' 2018-10-22 16:09:16,444 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission debug 2018-10-22 16:09:16,445 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-format.html' for application 'demo-application' 2018-10-22 16:09:16,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-format.html 2018-10-22 16:09:16,445 INFO [main] org.appng.core.service.CoreService: creating new permission 'output-type.webgui' for application 'demo-application' 2018-10-22 16:09:16,445 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission output-type.webgui 2018-10-22 16:09:16,446 INFO [main] org.appng.core.service.CoreService: creating new permission 'testPermission' for application 'demo-application' 2018-10-22 16:09:16,446 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Permission testPermission 2018-10-22 16:09:16,447 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Administrator 2018-10-22 16:09:16,451 INFO [main] org.appng.core.service.CoreService: added permission 'output-format.html' to role 'Administrator' 2018-10-22 16:09:16,452 INFO [main] org.appng.core.service.CoreService: added permission 'output-type.webgui' to role 'Administrator' 2018-10-22 16:09:16,452 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:16,453 INFO [main] org.appng.core.service.CoreService: creating new role 'Administrator' for application 'demo-application' 2018-10-22 16:09:16,453 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Debugger 2018-10-22 16:09:16,453 INFO [main] org.appng.core.service.CoreService: added permission 'debug' to role 'Debugger' 2018-10-22 16:09:16,454 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Debugger' 2018-10-22 16:09:16,454 INFO [main] org.appng.core.service.CoreService: creating new role 'Debugger' for application 'demo-application' 2018-10-22 16:09:16,454 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Tester 2018-10-22 16:09:16,455 INFO [main] org.appng.core.service.CoreService: added permission 'testPermission' to role 'Tester' 2018-10-22 16:09:16,455 INFO [main] org.appng.core.service.CoreService: creating new role 'Tester' for application 'demo-application' 2018-10-22 16:09:16,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.foo 2018-10-22 16:09:16,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.bar 2018-10-22 16:09:16,457 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Property platform.application.demo-application.clobValue 2018-10-22 16:09:16,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Administrator 2018-10-22 16:09:16,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Debugger 2018-10-22 16:09:16,459 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Tester 2018-10-22 16:09:16,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'application.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'beans.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'datasources.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,461 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'events.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'master.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'page.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'plugin.xml' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'messages-demo.properties' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mssql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.ApplicationArchiveProcessor: adding application-resource 'mysql/V1.0_script.sql' for application 'demo-application-1.5.3' 2018-10-22 16:09:16,462 INFO [main] org.appng.core.service.CoreService: extracting filebased application demo-application - 1.5.3 to target/webapps/ROOT/applications/demo-application 2018-10-22 16:09:16,468 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-format.html' 2018-10-22 16:09:16,469 INFO [main] org.appng.core.service.CoreService: role 'Administrator' already has permission 'output-type.webgui' 2018-10-22 16:09:16,470 WARN [main] org.appng.core.service.CoreService: the role 'Administrator' references permisson 'logViewer' which does not exist! 2018-10-22 16:09:16,471 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'debug' 2018-10-22 16:09:16,471 INFO [main] org.appng.core.service.CoreService: role 'Debugger' already has permission 'testPermission' 2018-10-22 16:09:16,472 INFO [main] org.appng.core.service.CoreService: role 'Tester' already has permission 'testPermission' 2018-10-22 16:09:16,515 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null CREATE appNGizer Role Editor 2018-10-22 16:09:16,535 INFO [main] org.appng.core.domain.PlatformEventListener: Created entry null UPDATE appNGizer Role Editor 2018-10-22 16:09:16,543 INFO [main] org.springframework.web.context.support.GenericWebApplicationContext: Closing org.springframework.web.context.support.GenericWebApplicationContext@4adbf21c: startup date [Mon Oct 22 16:09:15 CEST 2018]; root of context hierarchy 2018-10-22 16:09:16,544 INFO [main] org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean: Closing JPA EntityManagerFactory for persistence unit 'appng' 2018-10-22 16:09:16,544 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.837 s - in org.appng.appngizer.controller.RoleControllerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25, 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.18.0-RC1] [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.18.0-RC1] [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.18.0-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/src/main/webapp] [INFO] Webapp assembled in [40 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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/role-list.xml [INFO] Copying file xml/subject-update_response.xml [INFO] Copying file xml/repository-install-package-response.xml [INFO] Copying file xml/subject-show.xml [INFO] Copying file xml/site-application-grants.xml [INFO] Copying file xml/repository-list.xml [INFO] Copying file xml/subject-create.xml [INFO] Copying file xml/application-show.xml [INFO] Copying file xml/application-update.xml [INFO] Copying file xml/sites.xml [INFO] Copying file xml/group-create.xml [INFO] Copying file xml/platform-system.xml [INFO] Copying file xml/site-application-list.xml [INFO] Copying file xml/site-update_response.xml [INFO] Copying file xml/repository-upload-package-response.xml [INFO] Copying file xml/subject-list.xml [INFO] Copying file xml/home_response.xml [INFO] Copying file xml/repository-install-package.xml [INFO] Copying file xml/site-property-list.xml [INFO] Copying file xml/subject-update.xml [INFO] Copying file xml/platform-environment.xml [INFO] Copying file xml/platform-properties.xml [INFO] Copying file xml/role-create.xml [INFO] Copying file xml/role-show.xml [INFO] Copying file xml/site-application-show.xml [INFO] Copying file xml/site-update.xml [INFO] Copying file xml/application-list.xml [INFO] Copying file xml/property-update.xml [INFO] Copying file xml/group-update.xml [INFO] Copying file xml/group-list.xml [INFO] Copying file xml/site-show.xml [INFO] Copying file xml/property-create.xml [INFO] Copying file xml/repository-create.xml [INFO] Copying file xml/site-application-properties.xml [INFO] Copying file xml/platform.xml [INFO] Copying file xml/repository-update.xml [INFO] Copying file xml/database.xml [INFO] Copying file xml/repository-list-packages.xml [INFO] Copying file xml/permission-list.xml [INFO] Copying file xml/dummy.xml [INFO] Copying file xml/site-create.xml [INFO] Copying file xml/role-update.xml [INFO] Copying file xml/platform-property-update_response.xml [INFO] Copying file xml/group-show.xml [INFO] Copying file xml/repository-update_response.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.18.0-RC1-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.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.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.18.0-RC1/appng-appngizer-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer/target/appng-appngizer-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.war Progress (1): 2.0/120 kB Progress (1): 4.1/120 kB Progress (1): 6.1/120 kB Progress (1): 8.2/120 kB Progress (1): 10/120 kB Progress (1): 12/120 kB Progress (1): 14/120 kB Progress (1): 16/120 kB Progress (1): 18/120 kB Progress (1): 20/120 kB Progress (1): 23/120 kB Progress (1): 25/120 kB Progress (1): 27/120 kB Progress (1): 29/120 kB Progress (1): 31/120 kB Progress (1): 33/120 kB Progress (1): 35/120 kB Progress (1): 37/120 kB Progress (1): 39/120 kB Progress (1): 41/120 kB Progress (1): 43/120 kB Progress (1): 45/120 kB Progress (1): 47/120 kB Progress (1): 49/120 kB Progress (1): 51/120 kB Progress (1): 53/120 kB Progress (1): 55/120 kB Progress (1): 57/120 kB Progress (1): 59/120 kB Progress (1): 61/120 kB Progress (1): 63/120 kB Progress (1): 66/120 kB Progress (1): 68/120 kB Progress (1): 70/120 kB Progress (1): 72/120 kB Progress (1): 74/120 kB Progress (1): 76/120 kB Progress (1): 78/120 kB Progress (1): 80/120 kB Progress (1): 82/120 kB Progress (1): 84/120 kB Progress (1): 86/120 kB Progress (1): 88/120 kB Progress (1): 90/120 kB Progress (1): 92/120 kB Progress (1): 94/120 kB Progress (1): 96/120 kB Progress (1): 98/120 kB Progress (1): 100/120 kB Progress (1): 102/120 kB Progress (1): 104/120 kB Progress (1): 106/120 kB Progress (1): 109/120 kB Progress (1): 111/120 kB Progress (1): 113/120 kB Progress (1): 115/120 kB Progress (1): 117/120 kB Progress (1): 119/120 kB Progress (1): 120 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.war (120 kB at 2.7 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.pom Progress (1): 2.0/7.7 kB Progress (1): 4.1/7.7 kB Progress (1): 6.1/7.7 kB Progress (1): 7.7 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1.pom (7.7 kB at 241 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 314 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (314 B at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 314 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (314 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-sources.jar Progress (1): 2.0/59 kB Progress (1): 4.1/59 kB Progress (1): 6.1/59 kB Progress (1): 8.2/59 kB Progress (1): 10/59 kB Progress (1): 12/59 kB Progress (1): 14/59 kB Progress (1): 16/59 kB Progress (1): 18/59 kB Progress (1): 20/59 kB Progress (1): 23/59 kB Progress (1): 25/59 kB Progress (1): 27/59 kB Progress (1): 29/59 kB Progress (1): 31/59 kB Progress (1): 33/59 kB Progress (1): 35/59 kB Progress (1): 37/59 kB Progress (1): 39/59 kB Progress (1): 41/59 kB Progress (1): 43/59 kB Progress (1): 45/59 kB Progress (1): 47/59 kB Progress (1): 49/59 kB Progress (1): 51/59 kB Progress (1): 53/59 kB Progress (1): 55/59 kB Progress (1): 57/59 kB Progress (1): 59 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/1.18.0-RC1/appng-appngizer-1.18.0-RC1-sources.jar (59 kB at 1.9 MB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 314 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (314 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml Progress (1): 314 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-appngizer/maven-metadata.xml (314 B at 14 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-appngizer --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG appNGizer Maven Plugin 1.18.0-RC1 [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-appngizer-maven-plugin/target/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-appngizer-maven-plugin --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.jar (16 kB at 396 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom Progress (1): 2.0/4.1 kB Progress (1): 4.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1.pom (4.1 kB at 135 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 365 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (365 B at 10 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 365 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (365 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml Progress (1): 261 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/maven-metadata.xml (261 B at 9.3 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-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://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/1.18.0-RC1/appng-appngizer-maven-plugin-1.18.0-RC1-sources.jar (8.7 kB at 302 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 365 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (365 B at 36 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml Progress (1): 365 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven/appng-appngizer-maven-plugin/maven-metadata.xml (365 B at 19 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG camunda 1.18.0-RC1 [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.146 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-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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.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.18.0-RC1/appng-camunda-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-camunda/target/appng-camunda-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-camunda --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.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://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.jar (6.3 kB at 161 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.pom Progress (1): 2.0 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1.pom (2.0 kB at 56 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (312 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (312 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-sources.jar Progress (1): 2.0/4.8 kB Progress (1): 4.1/4.8 kB Progress (1): 4.8 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/1.18.0-RC1/appng-camunda-1.18.0-RC1-sources.jar (4.8 kB at 179 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (312 B at 28 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-camunda/maven-metadata.xml (312 B at 16 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Application, including Camunda BPM process engine libraries 1.18.0-RC1 [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.18.0-RC1] [INFO] Processing war project [INFO] Processing overlay [ id org.appng:appng-application] [INFO] Webapp assembled in [1338 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-application-camunda/target/appng-application-camunda-1.18.0-RC1.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.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.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.18.0-RC1/appng-application-camunda-1.18.0-RC1.pom [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-application-camunda --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.war Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.1/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.2/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.3/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.4/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.5/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.6/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.7/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.8/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 0.9/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.0/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.1/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.2/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.3/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.4/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.5/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.6/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.7/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.8/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 1.9/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.0/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.1/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.2/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.3/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.4/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.5/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.6/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.7/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.8/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 2.9/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.0/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.1/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.2/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.3/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.4/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.5/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.6/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.7/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.8/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 3.9/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.0/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.1/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.2/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.3/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.4/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.5/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.6/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.7/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.8/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 4.9/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.0/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.1/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.2/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.3/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.4/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.5/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.6/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.7/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.8/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 5.9/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.0/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.1/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.2/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.3/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.4/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.5/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.6/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.7/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.8/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 6.9/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.0/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.1/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.2/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.3/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.4/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.5/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.6/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.7/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.8/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 7.9/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.0/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.1/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.2/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.3/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.4/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.5/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.6/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.7/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.8/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 8.9/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.0/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.1/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.2/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.3/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.4/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.5/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.6/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.7/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.8/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 9.9/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10.0/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 10/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 11/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 12/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 13/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 14/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 15/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 16/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 17/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 18/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 19/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 20/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 21/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 22/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 23/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 24/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 25/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 26/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 27/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 28/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 29/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 30/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 31/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 32/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 33/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 34/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 35/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 36/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 37/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 38/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 39/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 40/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 41/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 42/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 43/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 44/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 45/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 46/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 47/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 48/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 49/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 50/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 51/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 52/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 53/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 54/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 55/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 56/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 57/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 58/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 59/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 60/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 61/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 62/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 63/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 64/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 65/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 66/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 67/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 68/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 69/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 70/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 71/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 72/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 73/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 74/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 75/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 76/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 77/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 78/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 79/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 80/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 81/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 82/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 83/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 84/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 85/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 86/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 87/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 88/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 89/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 90/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 91/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 92/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 93/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 94/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 95/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 96/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 97/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 98/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 99/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 100/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 101/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 102/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 103/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104/104 MB Progress (1): 104 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.war (104 MB at 28 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.pom Progress (1): 2.0/2.1 kB Progress (1): 2.1 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/1.18.0-RC1/appng-application-camunda-1.18.0-RC1.pom (2.1 kB at 56 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 324 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (324 B at 13 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml Progress (1): 324 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-application-camunda/maven-metadata.xml (324 B at 16 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-application-camunda --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building appNG Maven Plugin 1.18.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-plugin-plugin:3.5.1:helpmojo (help-goal) @ appng-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 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-maven-plugin --- [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-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/classes [INFO] [INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ appng-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 3 mojo descriptors. [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-maven-plugin --- [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-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-maven-plugin --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [info] generate message constants for [/var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/src/test/resources/poms/message-constants/application-home/dictionary/mymessages.properties, org.appng.test.constants.MessageConstants, /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/generated-test-sources/constants] [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s - in org.appng.maven.plugin.mojo.GenerateMessageConstantsMojoTest [INFO] Running org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [info] generate application constants for [/var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/src/test/resources/poms/application-constants/application-home/application.xml, org.appng.test.constants.ApplicationConstants, /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/generated-test-sources/constants] log4j:WARN No appenders could be found for logger (org.appng.xml.ApplicationPropertyConstantCreator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. [debug] delta: true [debug] incremental: false [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in org.appng.maven.plugin.mojo.GenerateApplicationConstantsMojoTest [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-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1.jar [INFO] [INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ appng-maven-plugin --- [INFO] [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ appng-maven-plugin --- [INFO] Including org.appng:appng-tools:jar:1.18.0-RC1 in the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.9.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.9.2 from the shaded jar. [INFO] Excluding commons-io:commons-io:jar:2.6 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-log4j12:jar:1.7.25 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.25 from the shaded jar. [INFO] Excluding log4j:log4j:jar:1.2.17 from the shaded jar. [INFO] Excluding net.sf.jmimemagic:jmimemagic:jar:0.1.5 from the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.6 in the shaded jar. [INFO] Excluding org.apache.maven:maven-plugin-api:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.2 from the shaded jar. [INFO] Excluding javax.enterprise:cdi-api:jar:1.0 from the shaded jar. [INFO] Excluding javax.annotation:jsr250-api:jar:1.0 from the shaded jar. [INFO] Excluding org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.2 from the shaded jar. [INFO] Excluding org.apache.maven:maven-core:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-settings-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-builder-support:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-repository-metadata:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven:maven-model-builder:jar:3.3.9 from the shaded jar. [INFO] Excluding com.google.guava:guava:jar:23.3-jre from the shaded jar. [INFO] Excluding org.apache.maven:maven-aether-provider:jar:3.3.9 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-spi:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-impl:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-api:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding org.eclipse.aether:aether-util:jar:1.0.2.v20150114 from the shaded jar. [INFO] Excluding com.google.inject:guice:jar:no_aop:4.0 from the shaded jar. [INFO] Excluding javax.inject:javax.inject:jar:1 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-interpolation:jar:1.21 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-utils:jar:3.1.0 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-classworlds:jar:2.5.2 from the shaded jar. [INFO] Excluding org.codehaus.plexus:plexus-component-annotations:jar:1.6 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-cipher:jar:1.4 from the shaded jar. [INFO] Excluding org.apache.maven:maven-compat:jar:3.3.9 from the shaded jar. [INFO] Excluding org.apache.maven.wagon:wagon-provider-api:jar:2.10 from the shaded jar. [INFO] Excluding org.sonatype.plexus:plexus-build-api:jar:0.0.7 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1.jar with /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-maven-plugin --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-maven-plugin --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.jar [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-maven-plugin/target/appng-maven-plugin-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-maven-plugin --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.jar Progress (1): 2.0/512 kB Progress (1): 4.1/512 kB Progress (1): 6.1/512 kB Progress (1): 8.2/512 kB Progress (1): 10/512 kB Progress (1): 12/512 kB Progress (1): 14/512 kB Progress (1): 16/512 kB Progress (1): 18/512 kB Progress (1): 20/512 kB Progress (1): 23/512 kB Progress (1): 25/512 kB Progress (1): 27/512 kB Progress (1): 29/512 kB Progress (1): 31/512 kB Progress (1): 33/512 kB Progress (1): 35/512 kB Progress (1): 37/512 kB Progress (1): 39/512 kB Progress (1): 41/512 kB Progress (1): 43/512 kB Progress (1): 45/512 kB Progress (1): 47/512 kB Progress (1): 49/512 kB Progress (1): 51/512 kB Progress (1): 53/512 kB Progress (1): 55/512 kB Progress (1): 57/512 kB Progress (1): 59/512 kB Progress (1): 61/512 kB Progress (1): 63/512 kB Progress (1): 66/512 kB Progress (1): 68/512 kB Progress (1): 70/512 kB Progress (1): 72/512 kB Progress (1): 74/512 kB Progress (1): 76/512 kB Progress (1): 78/512 kB Progress (1): 80/512 kB Progress (1): 82/512 kB Progress (1): 84/512 kB Progress (1): 86/512 kB Progress (1): 88/512 kB Progress (1): 90/512 kB Progress (1): 92/512 kB Progress (1): 94/512 kB Progress (1): 96/512 kB Progress (1): 98/512 kB Progress (1): 100/512 kB Progress (1): 102/512 kB Progress (1): 104/512 kB Progress (1): 106/512 kB Progress (1): 109/512 kB Progress (1): 111/512 kB Progress (1): 113/512 kB Progress (1): 115/512 kB Progress (1): 117/512 kB Progress (1): 119/512 kB Progress (1): 121/512 kB Progress (1): 123/512 kB Progress (1): 125/512 kB Progress (1): 127/512 kB Progress (1): 129/512 kB Progress (1): 131/512 kB Progress (1): 133/512 kB Progress (1): 135/512 kB Progress (1): 137/512 kB Progress (1): 139/512 kB Progress (1): 141/512 kB Progress (1): 143/512 kB Progress (1): 145/512 kB Progress (1): 147/512 kB Progress (1): 150/512 kB Progress (1): 152/512 kB Progress (1): 154/512 kB Progress (1): 156/512 kB Progress (1): 158/512 kB Progress (1): 160/512 kB Progress (1): 162/512 kB Progress (1): 164/512 kB Progress (1): 166/512 kB Progress (1): 168/512 kB Progress (1): 170/512 kB Progress (1): 172/512 kB Progress (1): 174/512 kB Progress (1): 176/512 kB Progress (1): 178/512 kB Progress (1): 180/512 kB Progress (1): 182/512 kB Progress (1): 184/512 kB Progress (1): 186/512 kB Progress (1): 188/512 kB Progress (1): 190/512 kB Progress (1): 193/512 kB Progress (1): 195/512 kB Progress (1): 197/512 kB Progress (1): 199/512 kB Progress (1): 201/512 kB Progress (1): 203/512 kB Progress (1): 205/512 kB Progress (1): 207/512 kB Progress (1): 209/512 kB Progress (1): 211/512 kB Progress (1): 213/512 kB Progress (1): 215/512 kB Progress (1): 217/512 kB Progress (1): 219/512 kB Progress (1): 221/512 kB Progress (1): 223/512 kB Progress (1): 225/512 kB Progress (1): 227/512 kB Progress (1): 229/512 kB Progress (1): 231/512 kB Progress (1): 233/512 kB Progress (1): 236/512 kB Progress (1): 238/512 kB Progress (1): 240/512 kB Progress (1): 242/512 kB Progress (1): 244/512 kB Progress (1): 246/512 kB Progress (1): 248/512 kB Progress (1): 250/512 kB Progress (1): 252/512 kB Progress (1): 254/512 kB Progress (1): 256/512 kB Progress (1): 258/512 kB Progress (1): 260/512 kB Progress (1): 262/512 kB Progress (1): 264/512 kB Progress (1): 266/512 kB Progress (1): 268/512 kB Progress (1): 270/512 kB Progress (1): 272/512 kB Progress (1): 274/512 kB Progress (1): 276/512 kB Progress (1): 279/512 kB Progress (1): 281/512 kB Progress (1): 283/512 kB Progress (1): 285/512 kB Progress (1): 287/512 kB Progress (1): 289/512 kB Progress (1): 291/512 kB Progress (1): 293/512 kB Progress (1): 295/512 kB Progress (1): 297/512 kB Progress (1): 299/512 kB Progress (1): 301/512 kB Progress (1): 303/512 kB Progress (1): 305/512 kB Progress (1): 307/512 kB Progress (1): 309/512 kB Progress (1): 311/512 kB Progress (1): 313/512 kB Progress (1): 315/512 kB Progress (1): 317/512 kB Progress (1): 319/512 kB Progress (1): 322/512 kB Progress (1): 324/512 kB Progress (1): 326/512 kB Progress (1): 328/512 kB Progress (1): 330/512 kB Progress (1): 332/512 kB Progress (1): 334/512 kB Progress (1): 336/512 kB Progress (1): 338/512 kB Progress (1): 340/512 kB Progress (1): 342/512 kB Progress (1): 344/512 kB Progress (1): 346/512 kB Progress (1): 348/512 kB Progress (1): 350/512 kB Progress (1): 352/512 kB Progress (1): 354/512 kB Progress (1): 356/512 kB Progress (1): 358/512 kB Progress (1): 360/512 kB Progress (1): 362/512 kB Progress (1): 365/512 kB Progress (1): 367/512 kB Progress (1): 369/512 kB Progress (1): 371/512 kB Progress (1): 373/512 kB Progress (1): 375/512 kB Progress (1): 377/512 kB Progress (1): 379/512 kB Progress (1): 381/512 kB Progress (1): 383/512 kB Progress (1): 385/512 kB Progress (1): 387/512 kB Progress (1): 389/512 kB Progress (1): 391/512 kB Progress (1): 393/512 kB Progress (1): 395/512 kB Progress (1): 397/512 kB Progress (1): 399/512 kB Progress (1): 401/512 kB Progress (1): 403/512 kB Progress (1): 406/512 kB Progress (1): 408/512 kB Progress (1): 410/512 kB Progress (1): 412/512 kB Progress (1): 414/512 kB Progress (1): 416/512 kB Progress (1): 418/512 kB Progress (1): 420/512 kB Progress (1): 422/512 kB Progress (1): 424/512 kB Progress (1): 426/512 kB Progress (1): 428/512 kB Progress (1): 430/512 kB Progress (1): 432/512 kB Progress (1): 434/512 kB Progress (1): 436/512 kB Progress (1): 438/512 kB Progress (1): 440/512 kB Progress (1): 442/512 kB Progress (1): 444/512 kB Progress (1): 446/512 kB Progress (1): 449/512 kB Progress (1): 451/512 kB Progress (1): 453/512 kB Progress (1): 455/512 kB Progress (1): 457/512 kB Progress (1): 459/512 kB Progress (1): 461/512 kB Progress (1): 463/512 kB Progress (1): 465/512 kB Progress (1): 467/512 kB Progress (1): 469/512 kB Progress (1): 471/512 kB Progress (1): 473/512 kB Progress (1): 475/512 kB Progress (1): 477/512 kB Progress (1): 479/512 kB Progress (1): 481/512 kB Progress (1): 483/512 kB Progress (1): 485/512 kB Progress (1): 487/512 kB Progress (1): 489/512 kB Progress (1): 492/512 kB Progress (1): 494/512 kB Progress (1): 496/512 kB Progress (1): 498/512 kB Progress (1): 500/512 kB Progress (1): 502/512 kB Progress (1): 504/512 kB Progress (1): 506/512 kB Progress (1): 508/512 kB Progress (1): 510/512 kB Progress (1): 512 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.jar (512 kB at 10 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.pom Progress (1): 2.0/5.4 kB Progress (1): 4.1/5.4 kB Progress (1): 5.4 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1.pom (5.4 kB at 158 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 349 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (349 B at 12 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 349 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (349 B at 15 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml Progress (1): 231 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/maven-metadata.xml (231 B at 8.6 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-sources.jar Progress (1): 2.0/10 kB Progress (1): 4.1/10 kB Progress (1): 6.1/10 kB Progress (1): 8.2/10 kB Progress (1): 10/10 kB Progress (1): 10 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/1.18.0-RC1/appng-maven-plugin-1.18.0-RC1-sources.jar (10 kB at 291 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 349 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (349 B at 21 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml Progress (1): 349 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-maven-plugin/maven-metadata.xml (349 B at 6.6 kB/s) [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building upNGizr 1.18.0-RC1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ appng-upngizr --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ appng-upngizr --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ appng-upngizr --- [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-upngizr --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ appng-upngizr --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.appng.upngizr.controller.UpdaterTest 2018-10-22 16:09:52,410 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:52,411 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:52,411 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:52,411 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:52,411 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:52,411 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:52,415 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:52,416 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:52,444 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/META-INF/MANIFEST.MF 2018-10-22 16:09:52,444 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Packages.class 2018-10-22 16:09:52,445 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Permissions.class 2018-10-22 16:09:52,445 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Repositories.class 2018-10-22 16:09:52,445 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Applications.class 2018-10-22 16:09:52,445 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Roles.class 2018-10-22 16:09:52,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Link.class 2018-10-22 16:09:52,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Package.class 2018-10-22 16:09:52,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Databases.class 2018-10-22 16:09:52,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PermissionController.class 2018-10-22 16:09:52,446 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SessionFilter.class 2018-10-22 16:09:52,447 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizer.class 2018-10-22 16:09:52,447 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizerServlet.class 2018-10-22 16:09:52,447 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Jaxb2Marshaller.class 2018-10-22 16:09:52,447 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PlatformController.class 2018-10-22 16:09:52,448 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PropertyBase.class 2018-10-22 16:09:52,448 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/lib/appng-appngizer-jaxb-1.18.0-RC1.jar 2018-10-22 16:09:52,448 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNGizer.log 2018-10-22 16:09:52,449 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Links.class 2018-10-22 16:09:52,449 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Application.class 2018-10-22 16:09:52,449 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Sites.class 2018-10-22 16:09:52,449 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Groups.class 2018-10-22 16:09:52,449 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Property.class 2018-10-22 16:09:52,450 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Subject.class 2018-10-22 16:09:52,450 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Database.class 2018-10-22 16:09:52,450 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Home$1.class 2018-10-22 16:09:52,450 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteApplicationController.class 2018-10-22 16:09:52,451 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/PlatformPropertyController.class 2018-10-22 16:09:52,451 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/ControllerBase.class 2018-10-22 16:09:52,451 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/GroupController.class 2018-10-22 16:09:52,451 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SubjectController.class 2018-10-22 16:09:52,452 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/ApplicationController.class 2018-10-22 16:09:52,452 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/appNGizer-servlet.xml 2018-10-22 16:09:52,452 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Permission.class 2018-10-22 16:09:52,452 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/AppNGizerConfigurer.class 2018-10-22 16:09:52,453 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/RepositoryController.class 2018-10-22 16:09:52,453 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/appNGizer.txt 2018-10-22 16:09:52,453 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.xml 2018-10-22 16:09:52,453 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/log4j.properties 2018-10-22 16:09:52,454 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Role.class 2018-10-22 16:09:52,454 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Group.class 2018-10-22 16:09:52,454 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Repository.class 2018-10-22 16:09:52,454 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Home.class 2018-10-22 16:09:52,455 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Platform.class 2018-10-22 16:09:52,455 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Subjects.class 2018-10-22 16:09:52,455 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Properties.class 2018-10-22 16:09:52,456 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/DatabaseController.class 2018-10-22 16:09:52,456 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteController.class 2018-10-22 16:09:52,456 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/RoleController.class 2018-10-22 16:09:52,457 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SiteApplicationPropertyController.class 2018-10-22 16:09:52,457 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/Home.class 2018-10-22 16:09:52,457 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/controller/SitePropertyController.class 2018-10-22 16:09:52,458 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-appngizer/pom.properties 2018-10-22 16:09:52,458 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/Site.class 2018-10-22 16:09:52,458 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/appNGizer/WEB-INF/classes/org/appng/appngizer/model/UriAware.class 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:52,465 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:52,466 INFO [main] org.appng.upngizr.controller.Updater: reading 92 MB from file [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/../appng-application/target/appng-application-1.18.0-RC1.war] 2018-10-22 16:09:52,482 INFO [main] org.appng.upngizr.controller.Updater: retrieved 4/92 MB (5%) 2018-10-22 16:09:52,488 INFO [main] org.appng.upngizr.controller.Updater: retrieved 9/92 MB (10%) 2018-10-22 16:09:52,490 INFO [main] org.appng.upngizr.controller.Updater: retrieved 13/92 MB (15%) 2018-10-22 16:09:52,509 INFO [main] org.appng.upngizr.controller.Updater: retrieved 18/92 MB (20%) 2018-10-22 16:09:52,511 INFO [main] org.appng.upngizr.controller.Updater: retrieved 23/92 MB (25%) 2018-10-22 16:09:52,513 INFO [main] org.appng.upngizr.controller.Updater: retrieved 27/92 MB (30%) 2018-10-22 16:09:52,550 INFO [main] org.appng.upngizr.controller.Updater: retrieved 32/92 MB (35%) 2018-10-22 16:09:52,552 INFO [main] org.appng.upngizr.controller.Updater: retrieved 37/92 MB (40%) 2018-10-22 16:09:52,554 INFO [main] org.appng.upngizr.controller.Updater: retrieved 41/92 MB (45%) 2018-10-22 16:09:52,556 INFO [main] org.appng.upngizr.controller.Updater: retrieved 46/92 MB (50%) 2018-10-22 16:09:52,558 INFO [main] org.appng.upngizr.controller.Updater: retrieved 51/92 MB (55%) 2018-10-22 16:09:52,560 INFO [main] org.appng.upngizr.controller.Updater: retrieved 55/92 MB (60%) 2018-10-22 16:09:52,563 INFO [main] org.appng.upngizr.controller.Updater: retrieved 60/92 MB (65%) 2018-10-22 16:09:52,634 INFO [main] org.appng.upngizr.controller.Updater: retrieved 64/92 MB (70%) 2018-10-22 16:09:52,636 INFO [main] org.appng.upngizr.controller.Updater: retrieved 69/92 MB (75%) 2018-10-22 16:09:52,638 INFO [main] org.appng.upngizr.controller.Updater: retrieved 74/92 MB (80%) 2018-10-22 16:09:52,641 INFO [main] org.appng.upngizr.controller.Updater: retrieved 78/92 MB (85%) 2018-10-22 16:09:52,643 INFO [main] org.appng.upngizr.controller.Updater: retrieved 83/92 MB (90%) 2018-10-22 16:09:52,645 INFO [main] org.appng.upngizr.controller.Updater: retrieved 88/92 MB (95%) 2018-10-22 16:09:52,647 INFO [main] org.appng.upngizr.controller.Updater: retrieved 92/92 MB (100%) 2018-10-22 16:09:52,647 DEBUG [main] org.appng.upngizr.controller.Updater: downloading 92 MB took 0s (92MB/s) 2018-10-22 16:09:52,822 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/MANIFEST.MF 2018-10-22 16:09:52,822 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/context.xml 2018-10-22 16:09:52,822 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell 2018-10-22 16:09:52,822 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng.bat 2018-10-22 16:09:52,823 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/web.xml 2018-10-22 16:09:52,823 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-storage-0.6.jar 2018-10-22 16:09:52,826 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-codec-1.11.jar 2018-10-22 16:09:52,865 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/byte-buddy-1.6.14.jar 2018-10-22 16:09:52,868 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-configuration-1.10.jar 2018-10-22 16:09:52,872 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tika-core-1.16.jar 2018-10-22 16:09:52,901 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/Saxon-HE-9.6.0-6.jar 2018-10-22 16:09:52,911 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/freemarker-2.3.23.jar 2018-10-22 16:09:52,912 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/urlrewritefilter-4.0.4.jar 2018-10-22 16:09:52,912 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar 2018-10-22 16:09:52,914 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-sandbox-6.6.2.jar 2018-10-22 16:09:52,925 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hsqldb-2.4.0.jar 2018-10-22 16:09:52,927 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-transports-http-3.0.12.jar 2018-10-22 16:09:52,931 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/log4j-1.2.17.jar 2018-10-22 16:09:52,931 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tomcat7-1.18.0-RC1.jar 2018-10-22 16:09:52,932 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/slf4j-api-1.7.25.jar 2018-10-22 16:09:52,932 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-persistence-1.18.0-RC1.jar 2018-10-22 16:09:52,933 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-5.0.1.Final.jar 2018-10-22 16:09:52,938 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-utility-0.6.jar 2018-10-22 16:09:52,938 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax-api-1.0.1.jar 2018-10-22 16:09:52,947 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-core-3.0.12.jar 2018-10-22 16:09:52,948 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-provider-svn-commons-1.4.jar 2018-10-22 16:09:52,951 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mail-1.4.5.jar 2018-10-22 16:09:52,952 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/vorbis-java-core-0.8.jar 2018-10-22 16:09:52,980 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-core-6.6.2.jar 2018-10-22 16:09:52,980 INFO [main] org.appng.upngizr.controller.Updater: Skipping applications/safeToDelete.txt 2018-10-22 16:09:52,980 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mssql.properties 2018-10-22 16:09:52,980 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-mysql.properties 2018-10-22 16:09:52,980 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/conf/examples/appNG-example-hsqldb.properties 2018-10-22 16:09:52,981 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/conf/platformContext.xml 2018-10-22 16:09:52,981 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng-shell.bat 2018-10-22 16:09:52,982 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-annotations-2.9.2.jar 2018-10-22 16:09:52,999 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-ooxml-3.17.jar 2018-10-22 16:09:53,001 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-expression-4.3.12.RELEASE.jar 2018-10-22 16:09:53,002 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/querydsl-jpa-4.1.4.jar 2018-10-22 16:09:53,023 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/guava-23.3-jre.jar 2018-10-22 16:09:53,025 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-jpa-1.11.8.RELEASE.jar 2018-10-22 16:09:53,026 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-rs-client-3.0.12.jar 2018-10-22 16:09:53,032 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-beans-4.3.12.RELEASE.jar 2018-10-22 16:09:53,033 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/stax2-api-3.1.4.jar 2018-10-22 16:09:53,035 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlschema-core-2.2.1.jar 2018-10-22 16:09:53,035 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/java-libpst-0.8.1.jar 2018-10-22 16:09:53,036 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/netcdf4-4.5.5.jar 2018-10-22 16:09:53,041 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/quartz-2.3.0.jar 2018-10-22 16:09:53,046 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcpkix-jdk15on-1.54.jar 2018-10-22 16:09:53,046 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcip-annotations-1.0.jar 2018-10-22 16:09:53,052 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javassist-3.20.0-GA.jar 2018-10-22 16:09:53,054 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-httpclient-3.1.jar 2018-10-22 16:09:53,056 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/juniversalchardet-1.0.3.jar 2018-10-22 16:09:53,057 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/curvesapi-1.04.jar 2018-10-22 16:09:53,057 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-5.2.12.Final.jar 2018-10-22 16:09:53,058 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jmatio-1.2.jar 2018-10-22 16:09:53,059 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/classmate-1.3.1.jar 2018-10-22 16:09:53,087 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/grib-4.5.5.jar 2018-10-22 16:09:53,089 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/unbescape-1.1.5.RELEASE.jar 2018-10-22 16:09:53,090 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-forms-1.18.0-RC1.jar 2018-10-22 16:09:53,090 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr305-1.3.9.jar 2018-10-22 16:09:53,091 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-search-1.18.0-RC1.jar 2018-10-22 16:09:53,091 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-envers-1.1.8.RELEASE.jar 2018-10-22 16:09:53,094 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-security-core-4.2.3.RELEASE.jar 2018-10-22 16:09:53,095 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/vorbis-java-tika-0.8.jar 2018-10-22 16:09:53,097 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-queries-6.6.2.jar 2018-10-22 16:09:53,097 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/swagger-annotations-1.5.19.jar 2018-10-22 16:09:53,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xz-1.6.jar 2018-10-22 16:09:53,098 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-csv-1.0.jar 2018-10-22 16:09:53,105 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-webmvc-4.3.12.RELEASE.jar 2018-10-22 16:09:53,108 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-aop-4.3.12.RELEASE.jar 2018-10-22 16:09:53,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jhighlight-1.0.2.jar 2018-10-22 16:09:53,111 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-formtags-1.18.0-RC1.jar 2018-10-22 16:09:53,112 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/HikariCP-2.7.2.jar 2018-10-22 16:09:53,116 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/querydsl-core-4.1.4.jar 2018-10-22 16:09:53,116 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.xml 2018-10-22 16:09:53,116 INFO [main] org.appng.upngizr.controller.Updater: Skipping META-INF/maven/org.appng/appng-application/pom.properties 2018-10-22 16:09:53,116 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/log/appNG.log 2018-10-22 16:09:53,116 INFO [main] org.appng.upngizr.controller.Updater: Skipping WEB-INF/bin/appng 2018-10-22 16:09:53,124 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-validator-6.0.4.Final.jar 2018-10-22 16:09:53,127 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xom-1.2.5.jar 2018-10-22 16:09:53,130 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/apache-mime4j-dom-0.8.1.jar 2018-10-22 16:09:53,130 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-xml-2.4.0.RELEASE.jar 2018-10-22 16:09:53,132 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/plexus-utils-1.5.6.jar 2018-10-22 16:09:53,141 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tika-parsers-1.16.jar 2018-10-22 16:09:53,147 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-collections4-4.1.jar 2018-10-22 16:09:53,151 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/c3p0-0.9.5.2.jar 2018-10-22 16:09:53,154 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/antlr-2.7.7.jar 2018-10-22 16:09:53,155 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-api-1.4.jar 2018-10-22 16:09:53,156 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/boilerpipe-1.1.0.jar 2018-10-22 16:09:53,158 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-core-2.9.2.jar 2018-10-22 16:09:53,159 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bzip2-0.9.1.jar 2018-10-22 16:09:53,163 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/protobuf-java-2.5.0.jar 2018-10-22 16:09:53,165 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/attoparser-2.0.4.RELEASE.jar 2018-10-22 16:09:53,169 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-compress-1.15.jar 2018-10-22 16:09:53,174 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/joda-time-2.9.9.jar 2018-10-22 16:09:53,175 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-oxm-4.3.12.RELEASE.jar 2018-10-22 16:09:53,177 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-tx-4.3.12.RELEASE.jar 2018-10-22 16:09:53,210 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cdm-4.5.5.jar 2018-10-22 16:09:53,210 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.7.25.jar 2018-10-22 16:09:53,211 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcommander-1.72.jar 2018-10-22 16:09:53,212 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/junrar-0.7.jar 2018-10-22 16:09:53,213 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcmail-jdk15on-1.54.jar 2018-10-22 16:09:53,234 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-3.17.jar 2018-10-22 16:09:53,235 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/ehcache-web-2.0.4.jar 2018-10-22 16:09:53,239 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/woodstox-core-asl-4.4.1.jar 2018-10-22 16:09:53,243 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-collections-3.2.2.jar 2018-10-22 16:09:53,275 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bcprov-jdk15on-1.54.jar 2018-10-22 16:09:53,276 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/classes/ESAPI.properties 2018-10-22 16:09:53,276 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-memory-6.6.2.jar 2018-10-22 16:09:53,282 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackcess-2.1.8.jar 2018-10-22 16:09:53,290 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/ehcache-core-2.6.11.jar 2018-10-22 16:09:53,292 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-facet-6.6.2.jar 2018-10-22 16:09:53,293 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-cli-1.18.0-RC1.jar 2018-10-22 16:09:53,293 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mysema-commons-lang-0.2.4.jar 2018-10-22 16:09:53,293 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/semantic-version-1.2.0.jar 2018-10-22 16:09:53,294 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/validation-api-2.0.0.Final.jar 2018-10-22 16:09:53,299 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-commons-1.13.8.RELEASE.jar 2018-10-22 16:09:53,301 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-highlighter-6.6.2.jar 2018-10-22 16:09:53,302 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bsh-core-2.0b4.jar 2018-10-22 16:09:53,302 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-mail-1.18.0-RC1.jar 2018-10-22 16:09:53,304 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-context-support-4.3.12.RELEASE.jar 2018-10-22 16:09:53,304 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tomcat8-1.18.0-RC1.jar 2018-10-22 16:09:53,307 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-vfs2-2.0.jar 2018-10-22 16:09:53,307 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-ext-1.8.jar 2018-10-22 16:09:53,308 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/apache-mime4j-core-0.8.1.jar 2018-10-22 16:09:53,308 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/rome-utils-1.5.1.jar 2018-10-22 16:09:53,314 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-web-4.3.12.RELEASE.jar 2018-10-22 16:09:53,317 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/flyway-core-4.2.0.jar 2018-10-22 16:09:53,317 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/json-1.8.jar 2018-10-22 16:09:53,325 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-context-4.3.12.RELEASE.jar 2018-10-22 16:09:53,326 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpmime-4.2.6.jar 2018-10-22 16:09:53,326 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/error_prone_annotations-2.0.18.jar 2018-10-22 16:09:53,326 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/animal-sniffer-annotations-1.14.jar 2018-10-22 16:09:53,326 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.annotation-api-1.2.jar 2018-10-22 16:09:53,329 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-api-1.18.0-RC1.jar 2018-10-22 16:09:53,337 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-core-4.3.12.RELEASE.jar 2018-10-22 16:09:53,339 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jandex-2.0.3.Final.jar 2018-10-22 16:09:53,340 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-pool2-2.4.2.jar 2018-10-22 16:09:53,340 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-tools-1.18.0-RC1.jar 2018-10-22 16:09:53,354 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mongo-java-driver-3.6.3.jar 2018-10-22 16:09:53,355 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jboss-logging-3.3.0.Final.jar 2018-10-22 16:09:53,364 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackson-databind-2.9.2.jar 2018-10-22 16:09:53,372 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/opennlp-tools-1.6.0.jar 2018-10-22 16:09:53,373 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.1-api-1.0.0.Final.jar 2018-10-22 16:09:53,374 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-join-6.6.2.jar 2018-10-22 16:09:53,376 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/wsdl4j-1.6.3.jar 2018-10-22 16:09:53,379 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsoup-1.11.1.jar 2018-10-22 16:09:53,381 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/gson-2.8.1.jar 2018-10-22 16:09:53,383 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-css-1.8.jar 2018-10-22 16:09:53,384 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-netcdf-0.6.jar 2018-10-22 16:09:53,388 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-core-1.18.0-RC1.jar 2018-10-22 16:09:53,390 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jsr-275-0.9.3.jar 2018-10-22 16:09:53,391 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jackcess-encrypt-2.1.2.jar 2018-10-22 16:09:53,391 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/j2objc-annotations-1.1.jar 2018-10-22 16:09:53,392 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/json-simple-1.1.1.jar 2018-10-22 16:09:53,400 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-data-mongodb-1.10.10.RELEASE.jar 2018-10-22 16:09:53,401 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-text-1.1.jar 2018-10-22 16:09:53,406 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jna-4.1.0.jar 2018-10-22 16:09:53,406 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sentiment-analysis-parser-0.1.jar 2018-10-22 16:09:53,409 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-jdbc-4.3.12.RELEASE.jar 2018-10-22 16:09:53,421 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-analyzers-common-6.6.2.jar 2018-10-22 16:09:53,422 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xml-apis-ext-1.3.04.jar 2018-10-22 16:09:53,423 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-beanutils-core-1.8.3.jar 2018-10-22 16:09:53,424 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.3.3.jar 2018-10-22 16:09:53,425 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/asm-5.0.4.jar 2018-10-22 16:09:53,429 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/amqp-client-5.1.1.jar 2018-10-22 16:09:53,430 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-xmlapi-1.18.0-RC1.jar 2018-10-22 16:09:53,430 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jmimemagic-0.1.5.jar 2018-10-22 16:09:53,433 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/metadata-extractor-2.9.1.jar 2018-10-22 16:09:53,438 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpclient-4.5.3.jar 2018-10-22 16:09:53,439 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-rest-api-1.18.0-RC1.jar 2018-10-22 16:09:53,440 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/maven-scm-provider-svnexe-1.4.jar 2018-10-22 16:09:53,444 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/cxf-rt-frontend-jaxrs-3.0.12.jar 2018-10-22 16:09:53,448 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-orm-4.3.12.RELEASE.jar 2018-10-22 16:09:53,450 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-lang-2.6.jar 2018-10-22 16:09:53,453 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-envers-5.2.12.Final.jar 2018-10-22 16:09:53,454 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/javax.ws.rs-api-2.0.1.jar 2018-10-22 16:09:53,459 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-referencing-0.6.jar 2018-10-22 16:09:53,460 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/tagsoup-1.2.1.jar 2018-10-22 16:09:53,461 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-session-1.3.2.RELEASE.jar 2018-10-22 16:09:53,462 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-exec-1.3.jar 2018-10-22 16:09:53,462 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.7.25.jar 2018-10-22 16:09:53,466 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jedis-2.9.0.jar 2018-10-22 16:09:53,468 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/im4java-1.4.0.jar 2018-10-22 16:09:53,471 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-ws-core-2.4.0.RELEASE.jar 2018-10-22 16:09:53,472 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jempbox-1.8.13.jar 2018-10-22 16:09:53,475 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/spring-security-web-4.2.3.RELEASE.jar 2018-10-22 16:09:53,477 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpcore-4.4.8.jar 2018-10-22 16:09:53,530 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/hibernate-core-5.2.12.Final.jar 2018-10-22 16:09:53,531 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/objenesis-2.6.jar 2018-10-22 16:09:53,532 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/udunits-4.5.5.jar 2018-10-22 16:09:53,533 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/regexp-1.3.jar 2018-10-22 16:09:53,534 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmpcore-5.1.2.jar 2018-10-22 16:09:53,534 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-tools-2.0.6.jar 2018-10-22 16:09:53,537 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/dom4j-1.6.1.jar 2018-10-22 16:09:53,537 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/bridge-method-annotation-1.13.jar 2018-10-22 16:09:53,539 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-debugger-2.0.6.jar 2018-10-22 16:09:53,540 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/thymeleaf-spring4-3.0.8.RELEASE.jar 2018-10-22 16:09:53,540 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jdbc-perf-logger-driver-0.8.2.jar 2018-10-22 16:09:53,541 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/appng-taglib-1.18.0-RC1.jar 2018-10-22 16:09:53,543 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-io-2.6.jar 2018-10-22 16:09:53,547 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/commons-lang3-3.6.jar 2018-10-22 16:09:53,548 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/httpservices-4.5.5.jar 2018-10-22 16:09:53,549 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/batik-util-1.8.jar 2018-10-22 16:09:53,554 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/mchange-commons-java-0.2.11.jar 2018-10-22 16:09:53,555 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/nekohtml-1.9.16.jar 2018-10-22 16:09:53,574 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/xmlbeans-2.6.0.jar 2018-10-22 16:09:53,580 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/thymeleaf-3.0.8.RELEASE.jar 2018-10-22 16:09:53,592 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/fontbox-2.0.6.jar 2018-10-22 16:09:53,593 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/aspectjrt-1.8.10.jar 2018-10-22 16:09:53,636 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-ooxml-schemas-3.17.jar 2018-10-22 16:09:53,637 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jul-to-slf4j-1.7.24.jar 2018-10-22 16:09:53,637 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jboss-transaction-api_1.2_spec-1.0.1.Final.jar 2018-10-22 16:09:53,639 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/rome-1.5.1.jar 2018-10-22 16:09:53,643 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/sis-metadata-0.6.jar 2018-10-22 16:09:53,645 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/geoapi-3.0.0.jar 2018-10-22 16:09:53,657 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/poi-scratchpad-3.17.jar 2018-10-22 16:09:53,660 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/lucene-queryparser-6.6.2.jar 2018-10-22 16:09:53,663 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/esapi-2.1.0.1.jar 2018-10-22 16:09:53,665 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/jdom2-2.0.4.jar 2018-10-22 16:09:53,666 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/antisamy-1.5.3.jar 2018-10-22 16:09:53,689 INFO [main] org.appng.upngizr.controller.Updater: wrote /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/webapps/ROOT/WEB-INF/lib/pdfbox-2.0.6.jar 2018-10-22 16:09:53,703 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:53,704 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:53,710 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-10-22 16:09:54,066 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:54,067 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: true 2018-10-22 16:09:54,069 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:54,070 INFO [main] org.appng.upngizr.controller.Updater: serverName: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:54,070 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:54,070 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-10-22 16:09:54,072 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:54,072 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:54,072 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:54,072 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: Source: foobar.org 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: remote address foobar.org is not in list of allowed addresses (fe80:0:0:0:f816:3eff:fefc:4eb 10.102.4.103 0:0:0:0:0:0:0:1 127.0.0.1) 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:54,073 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-10-22 16:09:54,076 WARN [main] org.appng.upngizr.controller.Updater: https://appng.org/appng/builds/stable/appng-application-0.8.15.war does not exist! 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: buildRepository: https://appng.org/appng/builds/{build}/ 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: replacePlatformContext: true 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: replaceWebXml: true 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: replaceBin: false 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: blockRemoteIPs: true 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: useFQDN: false 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: Allowed local addresses: fe80:0:0:0:f816:3eff:fefc:4eb,10.102.4.103,0:0:0:0:0:0:0:1,127.0.0.1 2018-10-22 16:09:54,201 INFO [main] org.appng.upngizr.controller.Updater: FQDN: de-f2-p-appngbuild0.stack.aiticon.net 2018-10-22 16:09:54,202 INFO [main] org.appng.upngizr.controller.Updater: Source: 127.0.0.1 2018-10-22 16:09:54,205 INFO [main] org.appng.upngizr.controller.Updater: Starting appNG 2018-10-22 16:09:57,207 INFO [main] org.appng.upngizr.controller.Updater: Started appNG in 3 seconds. 2018-10-22 16:09:57,208 INFO [upNGizr updater] org.appng.upngizr.controller.Updater: Starting appNGizer 2018-10-22 16:09:59,208 INFO [main] org.appng.upngizr.controller.Updater: Started appNGizer in 2 seconds. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.945 s - in org.appng.upngizr.controller.UpdaterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-war-plugin:3.1.0:war (default-war) @ appng-upngizr --- [INFO] Packaging webapp [INFO] Assembling webapp [appng-upngizr] in [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1] [INFO] Processing war project [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/META-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1] [INFO] Copying webapp webResources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp/WEB-INF] to [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1] [INFO] Copying webapp resources [/var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/src/main/webapp] [INFO] Webapp assembled in [18 msecs] [INFO] Building war: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1.war [INFO] [INFO] --- maven-source-plugin:3.0.1:jar-no-fork (default) @ appng-upngizr --- [INFO] Building jar: /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ appng-upngizr --- [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1.war to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.war [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/pom.xml to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-upngizr/target/appng-upngizr-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-sources.jar [INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ appng-upngizr --- Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.war Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.1/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.2/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.3/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.4/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.5/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.6/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.7/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.8/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 0.9/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.0/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.1/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.2/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.3/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.4/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.5/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.6/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.7/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.8/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 1.9/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.0/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.1/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.2/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.3/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.4/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.5/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.6/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.7/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.8/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 2.9/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.0/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.1/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.2/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.3/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.4/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.5/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.6/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.7/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.8/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 3.9/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.0/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.1/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.2/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.3/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.4/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.5/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.6/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.7/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.8/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 4.9/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.0/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.1/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.2/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.3/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.4/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.5/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.6/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.7/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.8/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 5.9/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.0/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.1/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.2/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.3/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.4/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.5/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.6/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.7/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.8/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 6.9/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.0/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1/7.1 MB Progress (1): 7.1 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.war (7.1 MB at 24 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.pom Progress (1): 2.0/4.6 kB Progress (1): 4.1/4.6 kB Progress (1): 4.6 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1.pom (4.6 kB at 169 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 7.8 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 16 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-sources.jar Progress (1): 2.0/26 kB Progress (1): 4.1/26 kB Progress (1): 6.1/26 kB Progress (1): 8.2/26 kB Progress (1): 10/26 kB Progress (1): 12/26 kB Progress (1): 14/26 kB Progress (1): 16/26 kB Progress (1): 18/26 kB Progress (1): 20/26 kB Progress (1): 23/26 kB Progress (1): 25/26 kB Progress (1): 26 kB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/1.18.0-RC1/appng-upngizr-1.18.0-RC1-sources.jar (26 kB at 972 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Downloaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 31 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml Progress (1): 312 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-upngizr/maven-metadata.xml (312 B at 16 kB/s) [INFO] [INFO] --- maven-antrun-plugin:1.8:run (default) @ appng-upngizr --- [INFO] Executing tasks main: [copy] Copying 1 file to /tmp/jenkins_artifacts/release [INFO] Executed tasks [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] appNG Parent ....................................... SUCCESS [ 1.384 s] [INFO] appNG Tools ........................................ SUCCESS [ 8.534 s] [INFO] appNG Mail ......................................... SUCCESS [ 1.015 s] [INFO] appNG Forms ........................................ SUCCESS [ 1.554 s] [INFO] appng Formtags ..................................... SUCCESS [ 1.531 s] [INFO] appNG XML-API ...................................... SUCCESS [ 2.809 s] [INFO] appNG public API ................................... SUCCESS [ 6.378 s] [INFO] appNG testsupport .................................. SUCCESS [ 3.330 s] [INFO] appNG REST API ..................................... SUCCESS [ 3.027 s] [INFO] appNG Persistence-Tools ............................ SUCCESS [ 10.666 s] [INFO] appNG Search ....................................... SUCCESS [ 10.156 s] [INFO] appNG Core Library ................................. SUCCESS [ 37.028 s] [INFO] appNG Tomcat 7 ..................................... SUCCESS [ 0.259 s] [INFO] appNG Tomcat 8 ..................................... SUCCESS [ 0.231 s] [INFO] appNG Command Line Interface ....................... SUCCESS [ 35.284 s] [INFO] appNG Tag Library .................................. SUCCESS [ 3.508 s] [INFO] appNG Application .................................. SUCCESS [ 12.227 s] [INFO] appNG application BOM .............................. SUCCESS [ 0.286 s] [INFO] appNG Documentation ................................ SUCCESS [ 34.697 s] [INFO] appNG Template Assembly Descriptors ................ SUCCESS [ 0.230 s] [INFO] appNG Template Parent .............................. SUCCESS [ 0.133 s] [INFO] appng-application-assembly ......................... SUCCESS [ 0.225 s] [INFO] appNG application parent ........................... SUCCESS [ 0.103 s] [INFO] Archetype - appng-archetype-application ............ SUCCESS [ 0.266 s] [INFO] appNGizer JAXB API ................................. SUCCESS [ 0.310 s] [INFO] appNGizer .......................................... SUCCESS [01:41 min] [INFO] appNG appNGizer Maven Plugin ....................... SUCCESS [ 1.641 s] [INFO] appNG camunda ...................................... SUCCESS [ 1.226 s] [INFO] appNG Application, including Camunda BPM process engine libraries SUCCESS [ 6.648 s] [INFO] appNG Maven Plugin ................................. SUCCESS [ 4.235 s] [INFO] upNGizr ............................................ SUCCESS [ 9.165 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:00 min [INFO] Finished at: 2018-10-22T16:10:00+02:00 [INFO] Final Memory: 283M/1004M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "dummy" could not be activated because it does not exist. [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.18.0-RC1 [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.053 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.18.0-RC1.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 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-manager-1.13.1.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-manager-1.13.1.zip [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-application-1.18.0-RC1.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-application-1.18.0-RC1.war [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-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 appng-appngizer-1.18.0-RC1.war to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-appngizer-1.18.0-RC1.war [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] Copying appng-scheduler-1.11.6.zip to /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/dependency/appng-scheduler-1.11.6.zip [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.18.0-RC1.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.18.0-RC1-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.18.0-RC1.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.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.18.0-RC1/appng-standalone-1.18.0-RC1.pom [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.18.0-RC1.zip to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.zip [INFO] Installing /var/lib/jenkins/workspace/appNG_Release/appng/appng-standalone/target/appng-standalone-1.18.0-RC1-sources.jar to /var/lib/jenkins/.m2/repository/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1-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.18.0-RC1/appng-standalone-1.18.0-RC1.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.18.0-RC1/appng-standalone-1.18.0-RC1.jar (9.5 kB at 35 kB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.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.18.0-RC1/appng-standalone-1.18.0-RC1.pom (6.0 kB at 149 kB/s) Downloading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml Progress (1): 315 B Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/maven-metadata.xml (315 B at 446 B/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.zip Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.1/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.2/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.3/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.4/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.5/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.6/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.7/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.8/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 0.9/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.0/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.1/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.2/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.3/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.4/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.5/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.6/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.7/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.8/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 1.9/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.0/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.1/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.2/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.3/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.4/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.5/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.6/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.7/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.8/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 2.9/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.0/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.1/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.2/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.3/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.4/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.5/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.6/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.7/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.8/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 3.9/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.0/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.1/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.2/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.3/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.4/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.5/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.6/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.7/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.8/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 4.9/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.0/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.1/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.2/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.3/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.4/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.5/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.6/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.7/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.8/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 5.9/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.0/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.1/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.2/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.3/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.4/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.5/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.6/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.7/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.8/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 6.9/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.0/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.1/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.2/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.3/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.4/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.5/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.6/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.7/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.8/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 7.9/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.0/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.1/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.2/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.3/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.4/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.5/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.6/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.7/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.8/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 8.9/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.0/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.1/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.2/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.3/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.4/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.5/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.6/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.7/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.8/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 9.9/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10.0/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 10/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 11/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 12/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 13/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 14/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 15/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 16/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 17/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 18/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 19/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 20/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 21/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 22/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 23/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 24/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 25/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 26/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 27/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 28/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 29/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 30/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 31/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 32/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 33/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 34/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 35/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 36/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 37/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 38/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 39/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 40/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 41/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 42/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 43/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 44/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 45/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 46/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 47/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 48/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 49/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 50/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 51/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 52/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 53/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 54/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 55/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 56/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 57/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 58/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 59/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 60/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 61/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 62/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 63/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 64/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 65/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 66/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 67/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 68/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 69/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 70/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 71/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 72/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 73/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 74/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 75/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 76/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 77/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 78/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 79/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 80/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 81/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 82/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 83/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 84/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 85/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 86/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 87/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 88/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 89/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 90/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 91/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 92/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 93/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 94/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 95/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 96/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 97/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 98/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 99/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 100/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 101/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 102/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 103/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 104/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105/105 MB Progress (1): 105 MB Uploaded: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1.zip (105 MB at 26 MB/s) Uploading: https://appng.org/nexus/repository/appng-stable/org/appng/appng-standalone/1.18.0-RC1/appng-standalone-1.18.0-RC1-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.18.0-RC1/appng-standalone-1.18.0-RC1-sources.jar (7.8 kB at 206 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.705 s [INFO] Finished at: 2018-10-22T16:10:18+02:00 [INFO] Final Memory: 29M/454M [INFO] ------------------------------------------------------------------------ [Pipeline] sh [appng-standalone] Running shell script + cp target/appng-standalone-1.18.0-RC1.zip /tmp/jenkins_artifacts/release/ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Results) [Pipeline] junit Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Stash the Build) [Pipeline] dir Running in /tmp/jenkins_artifacts/release [Pipeline] { [Pipeline] stash Stashed 24 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] dir Running in /var/lib/jenkins/workspace/appNG_Release/appng/target/site/apidocs [Pipeline] { [Pipeline] stash [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: No files included in stash Finished: FAILURE