commit 82bb52330958ebc8e58cf4ae8c47c0f4ede2ae39 Author: SardineFish Date: Tue Mar 2 19:37:24 2021 +0800 Inititial commit. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f815af6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,467 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 + +# User-specific stuff +.idea/**/workspace.xml +.idea/**/tasks.xml +.idea/**/usage.statistics.xml +.idea/**/dictionaries +.idea/**/shelf + +# Generated files +.idea/**/contentModel.xml + +# Sensitive or high-churn files +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml + +# Gradle +.idea/**/gradle.xml +.idea/**/libraries + +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/artifacts +# .idea/compiler.xml +# .idea/jarRepositories.xml +# .idea/modules.xml +# .idea/*.iml +# .idea/modules +# *.iml +# *.ipr + +# CMake +cmake-build-*/ + +# Mongo Explorer plugin +.idea/**/mongoSettings.xml + +# File-based project format +*.iws + +# IntelliJ +out/ + +# mpeltonen/sbt-idea plugin +.idea_modules/ + +# JIRA plugin +atlassian-ide-plugin.xml + +# Cursive Clojure plugin +.idea/replstate.xml + +# Crashlytics plugin (for Android Studio and IntelliJ) +com_crashlytics_export_strings.xml +crashlytics.properties +crashlytics-build.properties +fabric.properties + +# Editor-based Rest Client +.idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser + +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/.idea/.idea.FuckQ/.idea/.idea.FuckQ.iml b/.idea/.idea.FuckQ/.idea/.idea.FuckQ.iml new file mode 100644 index 0000000..1773e0b --- /dev/null +++ b/.idea/.idea.FuckQ/.idea/.idea.FuckQ.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.FuckQ/.idea/encodings.xml b/.idea/.idea.FuckQ/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.FuckQ/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.FuckQ/.idea/indexLayout.xml b/.idea/.idea.FuckQ/.idea/indexLayout.xml new file mode 100644 index 0000000..473077d --- /dev/null +++ b/.idea/.idea.FuckQ/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.FuckQ/.idea/modules.xml b/.idea/.idea.FuckQ/.idea/modules.xml new file mode 100644 index 0000000..d07cf5b --- /dev/null +++ b/.idea/.idea.FuckQ/.idea/modules.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.FuckQ/.idea/projectSettingsUpdater.xml b/.idea/.idea.FuckQ/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..bd1d7c7 --- /dev/null +++ b/.idea/.idea.FuckQ/.idea/projectSettingsUpdater.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.FuckQ/riderModule.iml b/.idea/.idea.FuckQ/riderModule.iml new file mode 100644 index 0000000..cc7f540 --- /dev/null +++ b/.idea/.idea.FuckQ/riderModule.iml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/App/App.cpp b/App/App.cpp new file mode 100644 index 0000000..e919fc4 --- /dev/null +++ b/App/App.cpp @@ -0,0 +1,65 @@ +// App.cpp : This file contains the 'main' function. Program execution begins and ends there. +// + +#include +#include +#include +#include +#include +#include + +#include "Utils.h" + +int main() +{ + auto dll = LoadLibrary(TEXT("Hook.dll")); + if (!dll) + { + print_error("Faied to load dll"); + return -1; + } + printf("Load Hook.dll (%p)", dll); + auto procAddr = (HOOKPROC)GetProcAddress(dll, "hook_func"); + if(!procAddr) + { + print_error("Failed to get hook_func addr"); + return -1; + } + printf("Get hook_func (%p)", procAddr); + + auto processInfo = get_process_info(); + for(auto& p: processInfo) + { + if(p.second.processName != TEXT("TIM.exe") && p.second.processName != TEXT("QQ.exe")) + continue; + printf("[%ld] %ls: \n", p.second.pid, p.second.processName.c_str()); + + int count = 0; + for(auto & threadId : p.second.threads) + { + if(++count > 3) + { + printf("...\n"); + break; + } + printf("\t%ld\n", threadId); + } + } + DWORD hookThread = 0; + printf("Hook ThreadID >"); + std::cin >> hookThread; + + auto hook = SetWindowsHookEx(WH_MSGFILTER, procAddr, dll, hookThread); + if (!hook) + { + print_error("Failed to set hook"); + return -1; + } + printf("Hooked.\n"); + + while (true) + { + getchar(); + } +} + diff --git a/App/App.vcxproj b/App/App.vcxproj new file mode 100644 index 0000000..fafadc5 --- /dev/null +++ b/App/App.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {e46679a1-4057-45e8-96bd-d2ff02bcd39a} + App + 10.0 + + + + Application + true + v142 + Unicode + false + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + {01107d69-2d5d-4904-9966-d334f20b86f3} + Hook + + + + + + + + + \ No newline at end of file diff --git a/App/App.vcxproj.filters b/App/App.vcxproj.filters new file mode 100644 index 0000000..f23b75b --- /dev/null +++ b/App/App.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/App/Utils.cpp b/App/Utils.cpp new file mode 100644 index 0000000..d88de6b --- /dev/null +++ b/App/Utils.cpp @@ -0,0 +1,139 @@ +#include "Utils.h" + +#include +#include + +std::map get_process_info() +{ + HANDLE hThreadSnap = INVALID_HANDLE_VALUE; + THREADENTRY32 te32; + + auto process_map = std::map(); + + // Take a snapshot of all running threads + hThreadSnap = CreateToolhelp32Snapshot(TH32CS_SNAPTHREAD, 0); + if (hThreadSnap == INVALID_HANDLE_VALUE) + return process_map; + + // Fill in the size of the structure before using it. + te32.dwSize = sizeof(THREADENTRY32); + + // Retrieve information about the first thread, + // and exit if unsuccessful + if (!Thread32First(hThreadSnap, &te32)) + { + print_error("Failed to retrieve thread info"); + + CloseHandle(hThreadSnap); // Must clean up the snapshot object! + return process_map; + } + + // Now walk the thread list of the system, + // and display information about each thread + // associated with the specified process + do + { + auto it = process_map.find(te32.th32OwnerProcessID); + if(it == process_map.end()) + { + process_map[te32.th32OwnerProcessID] = ProcessInfo(te32.th32OwnerProcessID); + } + process_map[te32.th32OwnerProcessID].threads.push_back(te32.th32ThreadID); + } + while (Thread32Next(hThreadSnap, &te32)); + + + // Don't forget to clean up the snapshot object. + CloseHandle(hThreadSnap); + + return process_map; +} + +std::wstring get_process_name( DWORD processID ) +{ + TCHAR szProcessName[MAX_PATH] = TEXT(""); + + // Get a handle to the process. + + HANDLE hProcess = OpenProcess( PROCESS_QUERY_INFORMATION | + PROCESS_VM_READ, + FALSE, processID ); + + // Get the process name. + + if (NULL != hProcess ) + { + HMODULE hMod; + DWORD cbNeeded; + + if ( EnumProcessModules( hProcess, &hMod, sizeof(hMod), + &cbNeeded) ) + { + GetModuleBaseName( hProcess, hMod, szProcessName, + sizeof(szProcessName)/sizeof(TCHAR) ); + } + } + + // Print the process name and identifier. + + + // Release the handle to the process. + + CloseHandle( hProcess ); + + return std::wstring(szProcessName); +} + +ProcessInfo::ProcessInfo(DWORD pid): pid(pid), processName(TEXT("")) +{ + TCHAR nameBuf[MAX_PATH] = TEXT(""); + if (auto process = OpenProcess(PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, false, pid)) + { + HMODULE hMod; + DWORD cbNeeded; + if(EnumProcessModules(process, &hMod, sizeof(hMod), &cbNeeded)) + { + GetModuleBaseName(process, hMod, nameBuf, sizeof(nameBuf) / sizeof(TCHAR)); + processName = std::wstring(nameBuf); + } + } +} + + +void print_error(const char* msg) +{ + LPVOID lpMsgBuf; + LPSTR lpDisplayBuf; + DWORD dw = GetLastError(); + + FormatMessage( + FORMAT_MESSAGE_ALLOCATE_BUFFER | + FORMAT_MESSAGE_FROM_SYSTEM | + FORMAT_MESSAGE_IGNORE_INSERTS, + NULL, + dw, + MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), + (LPTSTR)&lpMsgBuf, + 0, + NULL); + + // Display the error message and exit the process + + lpDisplayBuf = (LPSTR)LocalAlloc( + LMEM_ZEROINIT, + (lstrlen((LPCTSTR)lpMsgBuf) + strlen(msg) + 128) * sizeof(TCHAR)); + + StringCchPrintf( + (LPTSTR)lpDisplayBuf, + LocalSize(lpDisplayBuf) / sizeof(TCHAR), + TEXT("%s: failed with error %d: %s"), + msg, + dw, + lpMsgBuf); + + fprintf(stderr, lpDisplayBuf); + fprintf(stderr, "\n"); + + LocalFree(lpMsgBuf); + LocalFree(lpDisplayBuf); +} diff --git a/App/Utils.h b/App/Utils.h new file mode 100644 index 0000000..09f82bb --- /dev/null +++ b/App/Utils.h @@ -0,0 +1,24 @@ +#pragma once + +#include +#include +#include +#include +#include +#include +#include + + +struct ProcessInfo +{ + std::wstring processName; + DWORD pid; + std::vector threads; + + ProcessInfo(): pid(0), processName(TEXT("unknown")) {} + ProcessInfo(DWORD pid); +}; + + +std::map get_process_info(); +void print_error(const char * msg); \ No newline at end of file diff --git a/FuckQ.sln b/FuckQ.sln new file mode 100644 index 0000000..3fd0b22 --- /dev/null +++ b/FuckQ.sln @@ -0,0 +1,61 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30406.217 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hook", "Hook\Hook.vcxproj", "{01107D69-2D5D-4904-9966-D334F20B86F3}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "App", "App\App.vcxproj", "{E46679A1-4057-45E8-96BD-D2FF02BCD39A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Logger", "Logger\Logger.csproj", "{C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {01107D69-2D5D-4904-9966-D334F20B86F3}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Debug|x64.ActiveCfg = Debug|x64 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Debug|x64.Build.0 = Debug|x64 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Debug|x86.ActiveCfg = Debug|Win32 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Debug|x86.Build.0 = Debug|Win32 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Release|Any CPU.ActiveCfg = Release|Win32 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Release|x64.ActiveCfg = Release|x64 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Release|x64.Build.0 = Release|x64 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Release|x86.ActiveCfg = Release|Win32 + {01107D69-2D5D-4904-9966-D334F20B86F3}.Release|x86.Build.0 = Release|Win32 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Debug|Any CPU.ActiveCfg = Debug|Win32 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Debug|x64.ActiveCfg = Debug|x64 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Debug|x64.Build.0 = Debug|x64 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Debug|x86.ActiveCfg = Debug|Win32 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Debug|x86.Build.0 = Debug|Win32 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Release|Any CPU.ActiveCfg = Release|Win32 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Release|x64.ActiveCfg = Release|x64 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Release|x64.Build.0 = Release|x64 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Release|x86.ActiveCfg = Release|Win32 + {E46679A1-4057-45E8-96BD-D2FF02BCD39A}.Release|x86.Build.0 = Release|Win32 + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Debug|x64.ActiveCfg = Debug|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Debug|x64.Build.0 = Debug|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Debug|x86.ActiveCfg = Debug|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Debug|x86.Build.0 = Debug|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Release|Any CPU.Build.0 = Release|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Release|x64.ActiveCfg = Release|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Release|x64.Build.0 = Release|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Release|x86.ActiveCfg = Release|Any CPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1}.Release|x86.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {77ACB528-7252-4FDC-97AF-520D7AC65CAA} + EndGlobalSection +EndGlobal diff --git a/Hook/Hook.vcxproj b/Hook/Hook.vcxproj new file mode 100644 index 0000000..8d50f1d --- /dev/null +++ b/Hook/Hook.vcxproj @@ -0,0 +1,171 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {01107d69-2d5d-4904-9966-d334f20b86f3} + Hook + 10.0 + + + + DynamicLibrary + true + v142 + Unicode + false + + + DynamicLibrary + false + v142 + true + Unicode + + + DynamicLibrary + true + v142 + Unicode + + + DynamicLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;HOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + false + + + + + Level3 + true + true + true + WIN32;NDEBUG;HOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + true + true + false + + + + + Level3 + true + _DEBUG;HOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + false + + + + + Level3 + true + true + true + NDEBUG;HOOK_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + Use + pch.h + + + Windows + true + true + true + false + + + + + + + + + + + Create + Create + Create + Create + + + + + + \ No newline at end of file diff --git a/Hook/Hook.vcxproj.filters b/Hook/Hook.vcxproj.filters new file mode 100644 index 0000000..0eadfab --- /dev/null +++ b/Hook/Hook.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/Hook/dllmain.cpp b/Hook/dllmain.cpp new file mode 100644 index 0000000..9b3cb5f --- /dev/null +++ b/Hook/dllmain.cpp @@ -0,0 +1,157 @@ +// dllmain.cpp : Defines the entry point for the DLL application. +#include "pch.h" +#include "header.h" +#include +#include +#include + +#pragma comment(lib,"ws2_32.lib") //Winsock Library + +DWORD WINAPI thread_func(LPVOID lpParam); +void log(std::string text); +bool loaded = false; + +BOOL APIENTRY DllMain( HMODULE hModule, + DWORD ul_reason_for_call, + LPVOID lpReserved + ) +{ + switch (ul_reason_for_call) + { + case DLL_PROCESS_ATTACH: + log("dll process attach"); + break; + case DLL_THREAD_ATTACH: + log("dll thread attach"); + break; + case DLL_THREAD_DETACH: + log("dll thread detach"); + break; + case DLL_PROCESS_DETACH: + log("dll process detach"); + break; + } + + if(loaded) + return TRUE; + loaded = true; + + DWORD thread_id; + CreateThread( + nullptr, + 0, + thread_func, + nullptr, + 0, + &thread_id + ); + + auto pid = GetCurrentProcessId(); + printf("pid: %d\n", pid); + printf("Create thread %d\n", thread_id); + + + return TRUE; +} + +SOCKET SendSocket = INVALID_SOCKET; +sockaddr_in RecvAddr; + +#define logf(...) \ + if(SendSocket != INVALID_SOCKET) \ + { \ + char buf[1024]; \ + sprintf_s(buf, sizeof(buf), __VA_ARGS__); \ + char fmt_buf[1024]; \ + sprintf_s(fmt_buf, sizeof(fmt_buf), "[%d] %s", GetCurrentProcessId(), buf); \ + sendto(SendSocket,fmt_buf, strlen(fmt_buf), 0, (SOCKADDR*)&RecvAddr, sizeof(RecvAddr)); \ + } + + +void log(std::string text) +{ + logf("%s", text.c_str()); +} + +void init_logger() +{ + int iResult; + WSADATA wsaData; + unsigned short Port = 47381; + + char SendBuf[1024]; + int BufLen = 1024; + + //---------------------- + // Initialize Winsock + iResult = WSAStartup(MAKEWORD(2, 2), &wsaData); + if (iResult != NO_ERROR) { + wprintf(L"WSAStartup failed with error: %d\n", iResult); + return ; + } + + //--------------------------------------------- + // Create a socket for sending data + SendSocket = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); + if (SendSocket == INVALID_SOCKET) { + wprintf(L"socket failed with error: %ld\n", WSAGetLastError()); + WSACleanup(); + return ; + } + //--------------------------------------------- + // Set up the RecvAddr structure with the IP address of + // the receiver (in this example case "192.168.1.1") + // and the specified port number. + RecvAddr.sin_family = AF_INET; + RecvAddr.sin_port = htons(Port); + RecvAddr.sin_addr.s_addr = inet_addr("127.0.0.1"); + + while (true) + { + log("Initialize udp logger."); + + return ; + Sleep(10000); + } + //--------------------------------------------- + // Send a datagram to the receiver + //--------------------------------------------- + // When the application is finished sending, close the socket. + wprintf(L"Finished sending. Closing socket.\n"); + iResult = closesocket(SendSocket); + if (iResult == SOCKET_ERROR) { + wprintf(L"closesocket failed with error: %d\n", WSAGetLastError()); + WSACleanup(); + return ; + } + //--------------------------------------------- + // Clean up and quit. + wprintf(L"Exiting.\n"); + WSACleanup(); + return ; +} + + +DWORD WINAPI thread_func(LPVOID lpParam) +{ + init_logger(); + + logf("start hook"); + + auto module = GetModuleHandleA("KernelUtils.dll"); + logf("KernelUtils: %p", module); + if(module == NULL) + return 0; + + auto execDML = GetProcAddress(module, "?execDML@CppSQLite3DB@@QAEHPBDPAH@Z"); + logf("SQLite3DB::execDML: %p", execDML); + if(execDML == NULL) + return 0; + + return 0; +} + +__declspec(dllexport) LRESULT hook_func(int nCode, WPARAM wParam, LPARAM lParam) +{ + return 0; +} \ No newline at end of file diff --git a/Hook/framework.h b/Hook/framework.h new file mode 100644 index 0000000..a9744f8 --- /dev/null +++ b/Hook/framework.h @@ -0,0 +1,5 @@ +#pragma once + +#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers +// Windows Header Files +#include diff --git a/Hook/header.h b/Hook/header.h new file mode 100644 index 0000000..7ffbd60 --- /dev/null +++ b/Hook/header.h @@ -0,0 +1,3 @@ +#pragma once + +extern "C" __declspec(dllexport) LRESULT __declspec(dllexport) hook_func(int nCode, WPARAM wParam, LPARAM lParam); \ No newline at end of file diff --git a/Hook/pch.cpp b/Hook/pch.cpp new file mode 100644 index 0000000..91c22df --- /dev/null +++ b/Hook/pch.cpp @@ -0,0 +1,5 @@ +// pch.cpp: source file corresponding to the pre-compiled header + +#include "pch.h" + +// When you are using pre-compiled headers, this source file is necessary for compilation to succeed. diff --git a/Hook/pch.h b/Hook/pch.h new file mode 100644 index 0000000..04ff4c2 --- /dev/null +++ b/Hook/pch.h @@ -0,0 +1,13 @@ +// pch.h: This is a precompiled header file. +// Files listed below are compiled only once, improving build performance for future builds. +// This also affects IntelliSense performance, including code completion and many code browsing features. +// However, files listed here are ALL re-compiled if any one of them is updated between builds. +// Do not add files here that you will be updating frequently as this negates the performance advantage. + +#ifndef PCH_H +#define PCH_H + +// add headers that you want to pre-compile here +#include "framework.h" + +#endif //PCH_H diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..54e2aaf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 SardineFish + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/Logger/App.config b/Logger/App.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/Logger/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Logger/Logger.csproj b/Logger/Logger.csproj new file mode 100644 index 0000000..d798073 --- /dev/null +++ b/Logger/Logger.csproj @@ -0,0 +1,53 @@ + + + + + Debug + AnyCPU + {C8EFDEAF-FACA-404B-B8A3-EBDEB6729AE1} + Exe + Logger + Logger + v4.7.2 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Logger/Program.cs b/Logger/Program.cs new file mode 100644 index 0000000..87ff204 --- /dev/null +++ b/Logger/Program.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Net.Sockets; +using System.Net; + +namespace Logger +{ + class Program + { + static void Main(string[] args) + { + var server = new UdpClient(47381); + while (true) + { + IPEndPoint remote = new IPEndPoint(IPAddress.Any, 0); + var data = server.Receive(ref remote); + Console.WriteLine("{0}: {1}", remote.ToString(), Encoding.UTF8.GetString(data)); + } + } + } +} diff --git a/Logger/Properties/AssemblyInfo.cs b/Logger/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9526d18 --- /dev/null +++ b/Logger/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Logger")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Logger")] +[assembly: AssemblyCopyright("Copyright © 2021")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("c8efdeaf-faca-404b-b8a3-ebdeb6729ae1")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/fuck.txt b/fuck.txt new file mode 100644 index 0000000..422191a --- /dev/null +++ b/fuck.txt @@ -0,0 +1,10792 @@ +29648 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +19092 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +19092 +19092 +14140 +14140 +14140 +17132 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +14140 +23120 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208 +21208