diff --git a/designer/org.ow2.joram.design.deploy/.classpath b/designer/org.ow2.joram.design.deploy/.classpath deleted file mode 100644 index 7ec1d69868f2a24cfe33ade1a5e48f3cc4e85bcb..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/.classpath +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design.deploy/.project b/designer/org.ow2.joram.design.deploy/.project deleted file mode 100644 index ba99933d8abff221b55faff17e14477d8ef3bb9c..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.ow2.joram.design.deploy - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - diff --git a/designer/org.ow2.joram.design.deploy/META-INF/MANIFEST.MF b/designer/org.ow2.joram.design.deploy/META-INF/MANIFEST.MF deleted file mode 100644 index e7e4d9f3d7d61011b8afbbdb585fb86035a3e5f7..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/META-INF/MANIFEST.MF +++ /dev/null @@ -1,55 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.ow2.joram.design.deploy; singleton:=true -Bundle-Version: 1.0.0.qualifier -Require-Bundle: org.eclipse.ui, - org.eclipse.emf.ecore.xmi, - org.eclipse.core.resources, - org.eclipse.core.runtime, - org.ow2.joram.design, - org.eclipse.ui.console, - org.eclipse.ui.ide -Bundle-Vendor: %providerName -Bundle-ClassPath: ., - lib/apollon-runtime-1.0.jar, - lib/asm-3.0.jar, - lib/bsh-2.0b4.jar, - lib/commandline-1.0.jar, - lib/commons-net-1.4.1.jar, - lib/docbook-xsl-1.72.0.jar, - lib/dtdparser-1.21.jar, - lib/dumper-0.1.jar, - lib/explorer-1.0.jar, - lib/explorer-reflector-plugin-1.0.jar, - lib/fdf-core-2.2-SNAPSHOT.jar, - lib/FDF-FDF-2.2-SNAPSHOT.jar, - lib/fdf-fraclet-plugins-2.2-SNAPSHOT.jar, - lib/fdf-fractal-adl-2.2-SNAPSHOT.jar, - lib/FDF-HTTP-2.2-SNAPSHOT.jar, - lib/FDF-JAVA-2.2-SNAPSHOT.jar, - lib/FDF-JORAM.jar, - lib/fdf-launcher-2.2-SNAPSHOT.jar, - lib/fractal-api-2.0.2.jar, - lib/fractal-explorer-1.1.2.jar, - lib/fractal-rmi-0.3.5.jar, - lib/jdom-1.0.jar, - lib/jgraph-5.8.3.1.jar, - lib/jonathan-3.0.10.jar, - lib/jsch-0.1.29.jar, - lib/jtelnet-1.0.0.jar, - lib/julia-asm-2.5.2.jar, - lib/julia-mixins-2.5.2.jar, - lib/julia-runtime-2.5.2.jar, - lib/log4j-1.2.13.jar, - lib/monolog-2.1.8.jar, - lib/oro-2.0.8.jar, - lib/ow-misc-1.0.jar, - lib/ow-trace-1.0.jar, - lib/truezip-6.6.jar, - lib/wsdl4j-1.6.1.jar, - lib/xalan-2.7.0.jar, - lib/xercesImpl-2.3.0.jar, - lib/xml-apis-1.0.b2.jar -Bundle-Activator: org.ow2.joram.design.deploy.JoramDeployPlugin -Bundle-ActivationPolicy: lazy diff --git a/designer/org.ow2.joram.design.deploy/build.properties b/designer/org.ow2.joram.design.deploy/build.properties deleted file mode 100644 index 97fd6f9be8dbc979fc1b481a6bb28f3e16e433aa..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/build.properties +++ /dev/null @@ -1,67 +0,0 @@ - -# Copyright (C) 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -output.. = bin/ -source.. = src/ -bin.includes = plugin.xml,\ - META-INF/,\ - .,\ - plugin.properties,\ - lib/,\ - lib/apollon-runtime-1.0.jar,\ - lib/asm-3.0.jar,\ - lib/bsh-2.0b4.jar,\ - lib/commandline-1.0.jar,\ - lib/commons-net-1.4.1.jar,\ - lib/docbook-xsl-1.72.0.jar,\ - lib/dtdparser-1.21.jar,\ - lib/dumper-0.1.jar,\ - lib/explorer-1.0.jar,\ - lib/explorer-reflector-plugin-1.0.jar,\ - lib/fdf-core-2.2-SNAPSHOT.jar,\ - lib/FDF-FDF-2.2-SNAPSHOT.jar,\ - lib/fdf-fraclet-plugins-2.2-SNAPSHOT.jar,\ - lib/fdf-fractal-adl-2.2-SNAPSHOT.jar,\ - lib/FDF-HTTP-2.2-SNAPSHOT.jar,\ - lib/FDF-JAVA-2.2-SNAPSHOT.jar,\ - lib/FDF-JORAM.jar,\ - lib/fdf-launcher-2.2-SNAPSHOT.jar,\ - lib/fractal-api-2.0.2.jar,\ - lib/fractal-explorer-1.1.2.jar,\ - lib/fractal-rmi-0.3.5.jar,\ - lib/jdom-1.0.jar,\ - lib/jgraph-5.8.3.1.jar,\ - lib/jonathan-3.0.10.jar,\ - lib/jsch-0.1.29.jar,\ - lib/jtelnet-1.0.0.jar,\ - lib/julia-asm-2.5.2.jar,\ - lib/julia-mixins-2.5.2.jar,\ - lib/julia-runtime-2.5.2.jar,\ - lib/log4j-1.2.13.jar,\ - lib/monolog-2.1.8.jar,\ - lib/oro-2.0.8.jar,\ - lib/ow-misc-1.0.jar,\ - lib/ow-trace-1.0.jar,\ - lib/truezip-6.6.jar,\ - lib/wsdl4j-1.6.1.jar,\ - lib/xalan-2.7.0.jar,\ - lib/xercesImpl-2.3.0.jar,\ - lib/xml-apis-1.0.b2.jar diff --git a/designer/org.ow2.joram.design.deploy/lib/FDF-FDF-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/FDF-FDF-2.2-SNAPSHOT.jar deleted file mode 100644 index 7190e34bb3f99a4aebbcd2a1cd9f08e9d3d12c1f..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/FDF-FDF-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/FDF-HTTP-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/FDF-HTTP-2.2-SNAPSHOT.jar deleted file mode 100644 index 366904726506d9a5c1928cde3ec88e57921dc611..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/FDF-HTTP-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/FDF-JAVA-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/FDF-JAVA-2.2-SNAPSHOT.jar deleted file mode 100644 index 07dfbfc171417524e5fc641aeb157361274d3641..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/FDF-JAVA-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/FDF-JORAM.jar b/designer/org.ow2.joram.design.deploy/lib/FDF-JORAM.jar deleted file mode 100644 index 869c7d631e6d9a0f318ebf77d26980153dde668f..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/FDF-JORAM.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/apollon-runtime-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/apollon-runtime-1.0.jar deleted file mode 100644 index 8775ad86f0699c930a072a5667332a875e8fbeeb..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/apollon-runtime-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/asm-3.0.jar b/designer/org.ow2.joram.design.deploy/lib/asm-3.0.jar deleted file mode 100644 index 112f5bd4aecd5f9b7b3540f2c1a2a67b552e1d8b..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/asm-3.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/bsh-2.0b4.jar b/designer/org.ow2.joram.design.deploy/lib/bsh-2.0b4.jar deleted file mode 100644 index 36fe03d71c4fd6659777dc6627d52a1e2d5d78c7..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/bsh-2.0b4.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/commandline-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/commandline-1.0.jar deleted file mode 100644 index 57cdbc658945c24e3f8cb1ab4489d2805c8b8115..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/commandline-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/commons-net-1.4.1.jar b/designer/org.ow2.joram.design.deploy/lib/commons-net-1.4.1.jar deleted file mode 100644 index 9666a92c800916a680571d7ccba8d4d39a8e7c7c..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/commons-net-1.4.1.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/docbook-xsl-1.72.0.jar b/designer/org.ow2.joram.design.deploy/lib/docbook-xsl-1.72.0.jar deleted file mode 100644 index 89a834cee9004d303a2b18c804e73e3ee40c4c6d..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/docbook-xsl-1.72.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/dtdparser-1.21.jar b/designer/org.ow2.joram.design.deploy/lib/dtdparser-1.21.jar deleted file mode 100644 index ddb33dc33e512b1394953e10a83d1fdad438dffc..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/dtdparser-1.21.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/dumper-0.1.jar b/designer/org.ow2.joram.design.deploy/lib/dumper-0.1.jar deleted file mode 100644 index d809cab6bdcea9c4919d2d0f4338a2205976779a..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/dumper-0.1.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/explorer-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/explorer-1.0.jar deleted file mode 100644 index 194e2ca8a5f612ba1f14d92ec52a0370cb6bf01c..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/explorer-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/explorer-reflector-plugin-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/explorer-reflector-plugin-1.0.jar deleted file mode 100644 index f9f405501f12c7bdc9c3c9bf0c72b93999b3516a..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/explorer-reflector-plugin-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fdf-core-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/fdf-core-2.2-SNAPSHOT.jar deleted file mode 100644 index aac8d1e5fd855615e16ec502cce6684c9c2eab24..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fdf-core-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fdf-fraclet-plugins-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/fdf-fraclet-plugins-2.2-SNAPSHOT.jar deleted file mode 100644 index c70159503c6b9a126b3371343f10ce8d2736e5f9..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fdf-fraclet-plugins-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fdf-fractal-adl-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/fdf-fractal-adl-2.2-SNAPSHOT.jar deleted file mode 100644 index 16bad20282304e0cad5c9af2b78ae49e5cd30957..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fdf-fractal-adl-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fdf-launcher-2.2-SNAPSHOT.jar b/designer/org.ow2.joram.design.deploy/lib/fdf-launcher-2.2-SNAPSHOT.jar deleted file mode 100644 index c1dba1013b8cb4df87f9ff9fbf5b838604791dba..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fdf-launcher-2.2-SNAPSHOT.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fractal-api-2.0.2.jar b/designer/org.ow2.joram.design.deploy/lib/fractal-api-2.0.2.jar deleted file mode 100644 index 6de50f71bdefed564ea07be15973f8b07f8ec859..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fractal-api-2.0.2.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fractal-explorer-1.1.2.jar b/designer/org.ow2.joram.design.deploy/lib/fractal-explorer-1.1.2.jar deleted file mode 100644 index 71019321e84978dfc06da5f43a77ab80d41cb46a..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fractal-explorer-1.1.2.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/fractal-rmi-0.3.5.jar b/designer/org.ow2.joram.design.deploy/lib/fractal-rmi-0.3.5.jar deleted file mode 100644 index 5c39f168fe6908aeeee02c5bf81b7571423a7137..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/fractal-rmi-0.3.5.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/jdom-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/jdom-1.0.jar deleted file mode 100644 index 288e64cb5c435f34499a58b234c2106f9d9f0783..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/jdom-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/jgraph-5.8.3.1.jar b/designer/org.ow2.joram.design.deploy/lib/jgraph-5.8.3.1.jar deleted file mode 100644 index aa13d46df5afebdb9a025c80a8cfc4192c42d72d..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/jgraph-5.8.3.1.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/jonathan-3.0.10.jar b/designer/org.ow2.joram.design.deploy/lib/jonathan-3.0.10.jar deleted file mode 100644 index a654fcf1d3aa26a330d51301c1a411e8732c40b1..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/jonathan-3.0.10.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/jsch-0.1.29.jar b/designer/org.ow2.joram.design.deploy/lib/jsch-0.1.29.jar deleted file mode 100644 index a2c216bc1ab57422113646f2fef18787af7603aa..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/jsch-0.1.29.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/jtelnet-1.0.0.jar b/designer/org.ow2.joram.design.deploy/lib/jtelnet-1.0.0.jar deleted file mode 100644 index 2c5678217976f08bad041e93916c8dc7839c146e..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/jtelnet-1.0.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/julia-asm-2.5.2.jar b/designer/org.ow2.joram.design.deploy/lib/julia-asm-2.5.2.jar deleted file mode 100644 index 85ef0c7485d4d6f7a5e280ebccd90dadc4491a3b..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/julia-asm-2.5.2.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/julia-mixins-2.5.2.jar b/designer/org.ow2.joram.design.deploy/lib/julia-mixins-2.5.2.jar deleted file mode 100644 index ea24533586d687cde500fab2f7508677049b1de7..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/julia-mixins-2.5.2.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/julia-runtime-2.5.2.jar b/designer/org.ow2.joram.design.deploy/lib/julia-runtime-2.5.2.jar deleted file mode 100644 index cce7b6a28c776df2ddb2dfdd1d70385a47bb57cc..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/julia-runtime-2.5.2.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/log4j-1.2.13.jar b/designer/org.ow2.joram.design.deploy/lib/log4j-1.2.13.jar deleted file mode 100644 index dde9972109dd25f14f732052984b0d3719b17795..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/log4j-1.2.13.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/monolog-2.1.8.jar b/designer/org.ow2.joram.design.deploy/lib/monolog-2.1.8.jar deleted file mode 100644 index bdc7d4a06de23f70f037959725e05f51dbca84c8..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/monolog-2.1.8.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/oro-2.0.8.jar b/designer/org.ow2.joram.design.deploy/lib/oro-2.0.8.jar deleted file mode 100644 index 23488d2600f5f4784c0ba2be5baa4c41f396f616..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/oro-2.0.8.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/ow-misc-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/ow-misc-1.0.jar deleted file mode 100644 index 3b11a748700632be8b239684d70cf261a87415a0..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/ow-misc-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/ow-trace-1.0.jar b/designer/org.ow2.joram.design.deploy/lib/ow-trace-1.0.jar deleted file mode 100644 index fb6adf531d086b461f47b33d60e741604a648e18..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/ow-trace-1.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/truezip-6.6.jar b/designer/org.ow2.joram.design.deploy/lib/truezip-6.6.jar deleted file mode 100644 index 1bf79fa8060715b94af445f3db87819c5fbab45d..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/truezip-6.6.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/wsdl4j-1.6.1.jar b/designer/org.ow2.joram.design.deploy/lib/wsdl4j-1.6.1.jar deleted file mode 100644 index 67a35fcbaa7e0e1b2bd8dae40f9b718f5db8d458..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/wsdl4j-1.6.1.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/xalan-2.7.0.jar b/designer/org.ow2.joram.design.deploy/lib/xalan-2.7.0.jar deleted file mode 100644 index 007be3960a2cbd4a5b7470495f3fd6521fca902b..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/xalan-2.7.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/xercesImpl-2.3.0.jar b/designer/org.ow2.joram.design.deploy/lib/xercesImpl-2.3.0.jar deleted file mode 100644 index 81626cc551435055b91adc91779728c005e4548b..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/xercesImpl-2.3.0.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/lib/xml-apis-1.0.b2.jar b/designer/org.ow2.joram.design.deploy/lib/xml-apis-1.0.b2.jar deleted file mode 100644 index ad33a5afa6ddae02f3ed0b42b1c7fcbf22a7d2ab..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.deploy/lib/xml-apis-1.0.b2.jar and /dev/null differ diff --git a/designer/org.ow2.joram.design.deploy/plugin.properties b/designer/org.ow2.joram.design.deploy/plugin.properties deleted file mode 100644 index e5b07e3723a2c2ba8364d985d47773a19488b9cf..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/plugin.properties +++ /dev/null @@ -1,23 +0,0 @@ - -# Copyright (C) 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -pluginName = Joram Designer Deployment -providerName = ScalAgent D.T. diff --git a/designer/org.ow2.joram.design.deploy/plugin.xml b/designer/org.ow2.joram.design.deploy/plugin.xml deleted file mode 100644 index bd71f81608cd14d866c870a6816eb477f89720c6..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/plugin.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/JoramDeployPlugin.java b/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/JoramDeployPlugin.java deleted file mode 100644 index 5262ec1a8ed795747464a4110abc3d97d5736793..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/JoramDeployPlugin.java +++ /dev/null @@ -1,40 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.deploy; - -import org.eclipse.ui.plugin.AbstractUIPlugin; - -public class JoramDeployPlugin extends AbstractUIPlugin { - - public static final String ID = "org.ow2.joram.design.deploy"; - - private static JoramDeployPlugin plugin; - - public JoramDeployPlugin() { - plugin = this; - } - - public static JoramDeployPlugin getDefault() { - return plugin; - } - -} diff --git a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/DeployAction.java b/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/DeployAction.java deleted file mode 100644 index e707216e3c48520ef01a1ceebd4e3bbd2983868c..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/DeployAction.java +++ /dev/null @@ -1,113 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.deploy.actions; - -import org.eclipse.core.resources.IFile; -import org.eclipse.emf.common.util.URI; -import org.eclipse.emf.ecore.resource.Resource; -import org.eclipse.emf.ecore.resource.ResourceSet; -import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; -import org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl; -import org.eclipse.jface.action.IAction; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.ISelection; -import org.eclipse.jface.viewers.TreeSelection; -import org.eclipse.jface.wizard.WizardDialog; -import org.eclipse.swt.widgets.Shell; -import org.eclipse.ui.IActionDelegate; -import org.eclipse.ui.IObjectActionDelegate; -import org.eclipse.ui.IWorkbenchPart; -import org.ow2.joram.design.deploy.actions.wizard.DeployWizard; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.JoramPackage; -import org.ow2.joram.design.model.joram.ScalAgentServer; - -public class DeployAction implements IObjectActionDelegate { - - private Shell shell; - - private ISelection selection; - - public DeployAction() { - super(); - } - - /** - * @see IObjectActionDelegate#setActivePart(IAction, IWorkbenchPart) - */ - public void setActivePart(IAction action, IWorkbenchPart targetPart) { - shell = targetPart.getSite().getShell(); - } - - /** - * @see IActionDelegate#run(IAction) - */ - public void run(IAction action) { - if (selection instanceof TreeSelection) { - - final TreeSelection tree = (TreeSelection) selection; - final Object o = tree.getFirstElement(); - - if (o instanceof IFile) { - - try { - - final IFile joramModelFile = (IFile) o; - - final JoramPackage ePackage = JoramPackage.eINSTANCE; - // Create resource set and register your generated resource factory. - final ResourceSet resourceSet = new ResourceSetImpl(); - resourceSet.getPackageRegistry().put(ePackage.getNsURI(), ePackage); - resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put("joram", - new XMIResourceFactoryImpl()); - - final Resource resource = resourceSet.getResource(URI.createFileURI(joramModelFile.getLocationURI() - .getPath()), true); - final Config rootElement = (Config) resource.getContents().get(0); - - for (ScalAgentServer server : rootElement.getServers()) { - if (server.getHost() == null) { - throw new Exception("Can't deploy when a server has no host defined."); - } - } - - WizardDialog wizard = new WizardDialog(shell, new DeployWizard(rootElement, tree)); - wizard.setHelpAvailable(false); - wizard.setPageSize(300, 250); - wizard.open(); - - } catch (Exception e) { - MessageDialog.openError(shell, "Deploy Plug-in", "Deployment failed: " - + e.getMessage()); - } - } - } - } - - /** - * @see IActionDelegate#selectionChanged(IAction, ISelection) - */ - public void selectionChanged(IAction action, ISelection selection) { - this.selection = selection; - } - -} diff --git a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/FdfJob.java b/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/FdfJob.java deleted file mode 100644 index 45eecb3450f3b62c159c881d0a74c99caad7ae1b..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/FdfJob.java +++ /dev/null @@ -1,91 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.deploy.actions; - -import java.io.PrintStream; - -import org.eclipse.core.runtime.IProgressMonitor; -import org.eclipse.core.runtime.IStatus; -import org.eclipse.core.runtime.Status; -import org.eclipse.core.runtime.jobs.Job; -import org.eclipse.ui.console.ConsolePlugin; -import org.eclipse.ui.console.IConsole; -import org.eclipse.ui.console.IConsoleManager; -import org.eclipse.ui.console.MessageConsole; -import org.objectweb.fdf.components.fdf.lib.runnable.Launcher; -import org.objectweb.fdf.util.printer.lib.io.PrintStreamPrinterFactory; -import org.ow2.joram.design.deploy.JoramDeployPlugin; - -public class FdfJob extends Job { - - public static final String INSTALL_ACTION = "install"; - - public static final String START_ACTION = "start"; - - public static final String STOP_ACTION = "stop"; - - public static final String UNINSTALL_ACTION = "uninstall"; - - private String action; - - private String path; - - public FdfJob(String path, String action) { - super("FDF deployment."); - this.path = path; - this.action = action; - } - - protected IStatus run(IProgressMonitor monitor) { - System.setProperty("fractal.provider", "org.objectweb.fractal.julia.Julia"); - System.setProperty("julia.config", "fdf-julia.cfg"); - - monitor.beginTask("Deploying configuration", IProgressMonitor.UNKNOWN); - MessageConsole console = findConsole("FDF"); - console.activate(); - PrintStreamPrinterFactory.printStream = new PrintStream(console.newOutputStream()); - - try { - String[] args = { "-fractal", Launcher.class.getName() + "(" + path + "," + action + ",,,,,)", "r" }; - org.objectweb.fractal.adl.Launcher.main(args); - } catch (Exception exc) { - return new Status(IStatus.ERROR, JoramDeployPlugin.ID, exc.getMessage(), exc); - } - monitor.done(); - - return new Status(IStatus.OK, JoramDeployPlugin.ID, ""); - } - - private MessageConsole findConsole(String name) { - ConsolePlugin plugin = ConsolePlugin.getDefault(); - IConsoleManager conMan = plugin.getConsoleManager(); - IConsole[] existing = conMan.getConsoles(); - for (int i = 0; i < existing.length; i++) - if (name.equals(existing[i].getName())) - return (MessageConsole) existing[i]; - //no console found, so create a new one - MessageConsole myConsole = new MessageConsole(name, null); - conMan.addConsoles(new IConsole[] { myConsole }); - return myConsole; - } - -} diff --git a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/DeployPreferencesWizardPage.java b/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/DeployPreferencesWizardPage.java deleted file mode 100644 index 5b577dc4fb69177bb960af0729e599b1fd7a0e9d..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/DeployPreferencesWizardPage.java +++ /dev/null @@ -1,190 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.deploy.actions.wizard; - -import java.io.File; - -import org.eclipse.core.runtime.IPath; -import org.eclipse.core.runtime.Path; -import org.eclipse.jface.wizard.WizardPage; -import org.eclipse.swt.SWT; -import org.eclipse.swt.events.ModifyEvent; -import org.eclipse.swt.events.ModifyListener; -import org.eclipse.swt.events.SelectionAdapter; -import org.eclipse.swt.events.SelectionEvent; -import org.eclipse.swt.layout.GridData; -import org.eclipse.swt.layout.GridLayout; -import org.eclipse.swt.widgets.Button; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.FileDialog; -import org.eclipse.swt.widgets.Label; -import org.eclipse.swt.widgets.Text; - -public class DeployPreferencesWizardPage extends WizardPage { - - private static final int SIZING_TEXT_FIELD_WIDTH = 250; - - private static final char SEPARATOR = System.getProperty("file.separator").charAt(0); - - private static final String LAST_SELECTED_RELEASE_PATH = "ReleasePath"; - - private static final String LAST_SELECTED_DEPLOY_PATH = "DeployPath"; - - private Text archivePathField; - - private Button archiveBrowseButton; - - private Text deployDirField; - - protected DeployPreferencesWizardPage() { - super(DeployPreferencesWizardPage.class.getName(), "Deployment customization.", null); - setDescription("Select deployment preferences."); - } - - public void createControl(Composite parent) { - Composite composite = new Composite(parent, SWT.NONE); - - GridLayout gl = new GridLayout(); - gl.numColumns = 2; - composite.setLayout(gl); - - Label label = new Label(composite, SWT.NONE); - label.setText("Select joram archive release file:"); - GridData data = new GridData(GridData.BEGINNING); - data.horizontalSpan = 2; - label.setLayoutData(data); - - archivePathField = new Text(composite, SWT.BORDER); - data = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL); - data.widthHint = SIZING_TEXT_FIELD_WIDTH; - archivePathField.setLayoutData(data); - - archiveBrowseButton = new Button(composite, SWT.PUSH); - archiveBrowseButton.setText("Browse"); - data = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL); - archiveBrowseButton.setLayoutData(data); - - createLine(composite, 2); - - label = new Label(composite, SWT.NONE); - label.setText("Choose existing remote installation path:"); - data = new GridData(GridData.BEGINNING); - data.horizontalSpan = 2; - label.setLayoutData(data); - - deployDirField = new Text(composite, SWT.BORDER); - data = new GridData(GridData.HORIZONTAL_ALIGN_FILL | GridData.GRAB_HORIZONTAL); - data.horizontalSpan = 2; - deployDirField.setLayoutData(data); - - // Add listeners - archivePathField.addModifyListener(new ModifyListener() { - public void modifyText(ModifyEvent e) { - getDialogSettings().put(LAST_SELECTED_RELEASE_PATH, archivePathField.getText()); - validate(); - } - }); - - archiveBrowseButton.addSelectionListener(new SelectionAdapter() { - public void widgetSelected(SelectionEvent e) { - handlePatchFileBrowseButtonPressed(); - } - }); - - deployDirField.addModifyListener(new ModifyListener() { - public void modifyText(ModifyEvent e) { - getDialogSettings().put(LAST_SELECTED_DEPLOY_PATH, deployDirField.getText()); - validate(); - } - }); - - // Put last known values in fields - if (getDialogSettings().get(LAST_SELECTED_RELEASE_PATH) != null) { - archivePathField.setText(getDialogSettings().get(LAST_SELECTED_RELEASE_PATH)); - } - if (getDialogSettings().get(LAST_SELECTED_DEPLOY_PATH) != null) { - deployDirField.setText(getDialogSettings().get(LAST_SELECTED_DEPLOY_PATH)); - } - - setControl(composite); - } - - public String getDeployDirectory() { - return deployDirField.getText(); - } - - public String getArchivePath() { - return archivePathField.getText(); - } - - protected void handlePatchFileBrowseButtonPressed() { - FileDialog dialog = new FileDialog(getShell(), SWT.NONE); - dialog.setText("Select joram.tgz"); - String patchFilePath = getPatchFilePath(); - if (patchFilePath != null) { - int lastSegment = patchFilePath.lastIndexOf(SEPARATOR); - if (lastSegment > 0) { - patchFilePath = patchFilePath.substring(0, lastSegment); - } - } - dialog.setFilterPath(patchFilePath); - String res = dialog.open(); - if (res == null) - return; - - patchFilePath = dialog.getFileName(); - IPath filterPath = new Path(dialog.getFilterPath()); - IPath path = filterPath.append(patchFilePath).makeAbsolute(); - patchFilePath = path.toOSString(); - - archivePathField.setText(patchFilePath); - } - - protected void validate() { - if (!new File(archivePathField.getText()).exists()) { - setMessage("Joram release archive file not found", ERROR); - setPageComplete(false); - return; - } else if (deployDirField.getText() == null || deployDirField.getText().isEmpty()) { - setMessage("Deploy directory path is empty.", ERROR); - setPageComplete(false); - return; - } - setMessage(null); - setPageComplete(true); - } - - - private String getPatchFilePath() { - if (archivePathField != null) - return archivePathField.getText(); - return ""; //$NON-NLS-1$ - } - - private void createLine(Composite parent, int ncol) { - Label line = new Label(parent, SWT.SEPARATOR | SWT.HORIZONTAL | SWT.BOLD); - GridData gridData = new GridData(GridData.FILL_HORIZONTAL); - gridData.horizontalSpan = ncol; - line.setLayoutData(gridData); - } - -} diff --git a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/DeployWizard.java b/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/DeployWizard.java deleted file mode 100644 index 2448c330d9a0579ba7acc960e37168d0d39ceb1b..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/DeployWizard.java +++ /dev/null @@ -1,146 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.deploy.actions.wizard; - -import java.io.ByteArrayInputStream; - -import org.eclipse.core.resources.IFile; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.jface.wizard.Wizard; -import org.eclipse.ui.dialogs.WizardNewFileCreationPage; -import org.ow2.joram.design.deploy.JoramDeployPlugin; -import org.ow2.joram.design.deploy.actions.FdfJob; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.Host; -import org.ow2.joram.design.model.joram.ScalAgentServer; - -public class DeployWizard extends Wizard { - - private SelectA3ConfWizardPage page1; - - private DeployPreferencesWizardPage page2; - - private WizardNewFileCreationPage page3; - - private IStructuredSelection myselection; - - protected Config joramConf; - - public DeployWizard(Config conf, IStructuredSelection myselection) { - this.joramConf = conf; - this.myselection = myselection; - setDialogSettings(JoramDeployPlugin.getDefault().getDialogSettings()); - } - - public boolean performFinish() { - try { - IFile outputFile = page3.createNewFile(); - String confName = outputFile.getName().substring(0, - outputFile.getName().length() - outputFile.getFileExtension().length() - 1); - String generated = generateDeploywareConf(confName, joramConf); - outputFile.setContents(new ByteArrayInputStream(generated.getBytes()), true, true, null); - - new FdfJob(outputFile.getLocation().toOSString(), FdfJob.INSTALL_ACTION).schedule(); - - } catch (Exception exc) { - MessageDialog.openError(getShell(), "Deploy Plug-in", "Deployware file creation failed: " - + exc.getMessage()); - return false; - } - return true; - } - - public void addPages() { - page1 = new SelectA3ConfWizardPage(myselection); - addPage(page1); - - page2 = new DeployPreferencesWizardPage(); - addPage(page2); - - page3 = new WizardNewFileCreationPage("DeploywareNewFileCreationPage", myselection); - page3.setFileName("MyJoram.fdf"); - page3.setFileExtension("fdf"); - page3.setAllowExistingResources(true); - page3.setTitle("Save deployware configuration and deploy."); - page3.setDescription("Create a new deployment file."); - - addPage(page3); - } - - public boolean canFinish() { - if (this.getContainer().getCurrentPage() == page3) { - return true; - } - return false; - } - - /** - * Generates the contents of the configuration file using the selected - * elements. - */ - private String generateDeploywareConf(String confName, Config rootElement) { - - StringBuilder sb = new StringBuilder(); - - sb.append(confName + " = FDF.RUNNABLE(Joram-Servers)\n"); - sb.append("{\n"); - - sb.append(" # Description of hosts\n"); - sb.append(" Hosts = INTERNET.NETWORK {\n"); - sb.append("\n"); - - for (Host host : rootElement.getHosts()) { - sb.append(" " + host.getHostName() + " = INTERNET.HOST {\n"); - sb.append(" hostname = INTERNET.HOSTNAME(" + host.getHostName() + ");\n"); - sb.append(" user = INTERNET.USER(" + host.getLogin() + "," + host.getPassword() + "," - + (host.getPrivateKeyPath() == null ? "" : host.getPrivateKeyPath()) + ");\n"); - sb.append(" transfer = TRANSFER." + host.getTransfert() + ";\n"); - sb.append(" protocol = PROTOCOL." + host.getProtocol() + ";\n"); - sb.append(" shell = SHELL." + host.getShell() + ";\n"); - sb.append(" }\n"); - } - sb.append(" }\n"); - - sb.append("\n"); - sb.append("\n"); - sb.append(" Joram-Servers = FDF.SEQUENTIAL-COLLECTION(Joram Deployment) {\n"); - for (ScalAgentServer server : rootElement.getServers()) { - sb.append("\n"); - sb.append(" joram-" + server.getHost().getHostName() + '-' + server.getSid() - + " = JORAM.SERVER {\n"); - sb.append(" archive = JORAM.ARCHIVE(" + page2.getArchivePath() + ");\n"); - sb.append(" a3servers = JORAM.A3SERVERS(" + page1.getSelectedA3Conf().getLocation().toOSString() + ");\n"); - sb.append(" home = JORAM.HOME(" + page2.getDeployDirectory() + "/s" - + server.getSid() + ");\n"); - sb.append(" host = Hosts/" + server.getHost().getHostName() + ";\n"); - sb.append(" serverid = JORAM.ID(" + server.getSid() + ");\n"); - sb.append(" }\n"); - } - sb.append(" }\n"); - sb.append("}\n"); - sb.append("\n"); - - return sb.toString(); - } - -} diff --git a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/SelectA3ConfWizardPage.java b/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/SelectA3ConfWizardPage.java deleted file mode 100644 index c72961d608d778823921e0508ae09c495d99f4f1..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.deploy/src/org/ow2/joram/design/deploy/actions/wizard/SelectA3ConfWizardPage.java +++ /dev/null @@ -1,118 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.deploy.actions.wizard; - -import org.eclipse.core.resources.IContainer; -import org.eclipse.core.resources.IFile; -import org.eclipse.core.resources.IResource; -import org.eclipse.core.resources.ResourcesPlugin; -import org.eclipse.jface.viewers.ISelectionChangedListener; -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.jface.viewers.SelectionChangedEvent; -import org.eclipse.jface.viewers.StructuredSelection; -import org.eclipse.jface.viewers.TreeViewer; -import org.eclipse.jface.wizard.WizardPage; -import org.eclipse.swt.SWT; -import org.eclipse.swt.layout.GridData; -import org.eclipse.swt.layout.GridLayout; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.Tree; -import org.eclipse.ui.model.WorkbenchContentProvider; -import org.eclipse.ui.model.WorkbenchLabelProvider; -import org.eclipse.ui.views.navigator.ResourceComparator; - -public class SelectA3ConfWizardPage extends WizardPage { - - TreeViewer treeViewer; - - IStructuredSelection myselection; - - protected SelectA3ConfWizardPage(IStructuredSelection myselection) { - super(SelectA3ConfWizardPage.class.getName(), "Select A3 configuration file.", null); - setDescription("a3servers.xml"); - this.myselection = myselection; - } - - public void createControl(Composite parent) { - - Composite composite = new Composite(parent, SWT.NONE); - - GridLayout gl = new GridLayout(); - composite.setLayout(gl); - - treeViewer = new TreeViewer(composite, SWT.BORDER); - treeViewer.getTree().setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true)); - - treeViewer.setLabelProvider(new WorkbenchLabelProvider()); - WorkbenchContentProvider wbcp = new WorkbenchContentProvider(); - treeViewer.setContentProvider(wbcp); - treeViewer.setComparator(new ResourceComparator(ResourceComparator.NAME)); - treeViewer.setInput(ResourcesPlugin.getWorkspace().getRoot()); - - treeViewer.addSelectionChangedListener(new ISelectionChangedListener() { - - public void selectionChanged(SelectionChangedEvent event) { - setMessage(null); - IResource obj = (IResource) ((IStructuredSelection) treeViewer.getSelection()).getFirstElement(); - if (obj instanceof IFile) { - if (!obj.getName().equals("a3servers.xml")) { - setMessage("By convention, this file is usually named 'a3servers.xml'", WARNING); - } - setPageComplete(true); - } else { - setPageComplete(false); - } - } - - }); - - // Select a3servers.xml if found or model file container - IContainer container = ((IResource) myselection.getFirstElement()).getParent(); - treeViewer.setSelection(new StructuredSelection(container)); - Object[] childrens = wbcp.getChildren(container); - for (int i = 0; i < childrens.length; i++) { - Object element = childrens[i]; - if (element instanceof IFile) { - IFile file = (IFile) element; - if (file.getName().equals("a3servers.xml")) { - treeViewer.setSelection(new StructuredSelection(file)); - break; - } - } - } - - GridData data = new GridData(GridData.FILL_BOTH); - Tree treeWidget = treeViewer.getTree(); - treeWidget.setLayoutData(data); - treeWidget.setFont(parent.getFont()); - - setControl(composite); - } - - IFile getSelectedA3Conf() { - if (isPageComplete()) { - return (IFile) ((IStructuredSelection) treeViewer.getSelection()).getFirstElement(); - } - return null; - } - -} diff --git a/designer/org.ow2.joram.design.diagram/.classpath b/designer/org.ow2.joram.design.diagram/.classpath deleted file mode 100644 index 4848249846f9153775ed2f647f17ee59f78163ac..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/designer/org.ow2.joram.design.diagram/.options b/designer/org.ow2.joram.design.diagram/.options deleted file mode 100644 index 9e83eddd5822b4809619ad8d5eba71c2096ea28e..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/.options +++ /dev/null @@ -1,7 +0,0 @@ -# Tracing options for the org.ow2.joram.design.diagram plug-in - -# Common issues -org.ow2.joram.design.diagram/debug=false - -# Visual IDs -org.ow2.joram.design.diagram/debug/visualID=false diff --git a/designer/org.ow2.joram.design.diagram/.project b/designer/org.ow2.joram.design.diagram/.project deleted file mode 100644 index f0f86becd2680b58bfbbc1ccb43518d953824ee5..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.ow2.joram.design.diagram - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - - diff --git a/designer/org.ow2.joram.design.diagram/META-INF/MANIFEST.MF b/designer/org.ow2.joram.design.diagram/META-INF/MANIFEST.MF deleted file mode 100644 index e00c2ceae7730576c8365b3c30198811c15119ab..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/META-INF/MANIFEST.MF +++ /dev/null @@ -1,42 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.ow2.joram.design.diagram; singleton:=true -Bundle-Version: 1.0.0.qualifier -Bundle-ClassPath: . -Bundle-Activator: org.ow2.joram.design.model.joram.diagram.part.JoramDiagramEditorPlugin -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Export-Package: org.ow2.joram.design.model.joram.diagram.edit.parts, - org.ow2.joram.design.model.joram.diagram.part, - org.ow2.joram.design.model.joram.diagram.providers -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.resources, - org.eclipse.core.expressions, - org.eclipse.jface, - org.eclipse.ui.ide, - org.eclipse.ui.views, - org.eclipse.ui.navigator, - org.eclipse.ui.navigator.resources, - org.eclipse.emf.ecore, - org.eclipse.emf.ecore.xmi, - org.eclipse.emf.edit.ui, - org.eclipse.gmf.runtime.emf.core, - org.eclipse.gmf.runtime.emf.commands.core, - org.eclipse.gmf.runtime.emf.ui.properties, - org.eclipse.gmf.runtime.diagram.ui, - org.eclipse.gmf.runtime.diagram.ui.properties, - org.eclipse.gmf.runtime.diagram.ui.providers, - org.eclipse.gmf.runtime.diagram.ui.providers.ide, - org.eclipse.gmf.runtime.diagram.ui.render, - org.eclipse.gmf.runtime.diagram.ui.resources.editor, - org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide, - org.eclipse.draw2d;visibility:=reexport, - org.eclipse.gmf.runtime.draw2d.ui;visibility:=reexport, - org.ow2.joram.design;visibility:=reexport, - org.ow2.joram.design.edit;visibility:=reexport, - org.eclipse.ocl.ecore;visibility:=reexport, - org.eclipse.emf.validation;visibility:=reexport, - org.eclipse.emf.validation.ocl;visibility:=reexport, - org.eclipse.gef;visibility:=reexport -Eclipse-LazyStart: true diff --git a/designer/org.ow2.joram.design.diagram/build.properties b/designer/org.ow2.joram.design.diagram/build.properties deleted file mode 100644 index bc23f0744550f8486dac6099c9b5b57c22e70697..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/build.properties +++ /dev/null @@ -1,31 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -bin.includes = .,\ - icons/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties,\ - messages.properties,\ - .options -jars.compile.order = . -source.. = src/ -output.. = bin/ diff --git a/designer/org.ow2.joram.design.diagram/messages.properties b/designer/org.ow2.joram.design.diagram/messages.properties deleted file mode 100644 index f44d9f49f6c2afd2289c8c478c97759f97aa7344..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/messages.properties +++ /dev/null @@ -1,138 +0,0 @@ - -#Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -#This library is free software; you can redistribute it and/or -#modify it under the terms of the GNU Lesser General Public -#License as published by the Free Software Foundation; either -#version 2.1 of the License, or any later version. -# -#This library is distributed in the hope that it will be useful, -#but WITHOUT ANY WARRANTY; without even the implied warranty of -#MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -#Lesser General Public License for more details. -# -#You should have received a copy of the GNU Lesser General Public -#License along with this library; if not, write to the Free Software -#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -#USA. -# -#Initial developer(s): ScalAgent Distributed Technologies -#Contributor(s): - - -JoramCreationWizardTitle=New Joram Diagram -JoramCreationWizard_DiagramModelFilePageTitle=Create Joram Diagram -JoramCreationWizard_DiagramModelFilePageDescription=Select file that will contain diagram model. -JoramCreationWizard_DomainModelFilePageTitle=Create Joram Domain Model -JoramCreationWizard_DomainModelFilePageDescription=Select file that will contain domain model. -JoramCreationWizardOpenEditorError=Error opening diagram editor -JoramCreationWizardCreationError=Creation Problems -JoramCreationWizardPageExtensionError=File name should have {0} extension. -JoramDiagramEditorUtil_OpenModelResourceErrorDialogTitle=Error -JoramDiagramEditorUtil_OpenModelResourceErrorDialogMessage=Failed to load model file {0} -JoramDiagramEditorUtil_CreateDiagramProgressTask=Creating diagram and model files -JoramDiagramEditorUtil_CreateDiagramCommandLabel=Creating diagram and model -JoramDocumentProvider_isModifiable=Updating cache failed -JoramDocumentProvider_handleElementContentChanged=Failed to refresh hierarchy for changed resource -JoramDocumentProvider_IncorrectInputError={1} -JoramDocumentProvider_NoDiagramInResourceError=Diagram is not present in resource -JoramDocumentProvider_DiagramLoadingError=Error loading diagram -JoramDocumentProvider_UnsynchronizedFileSaveError=The file has been changed on the file system -JoramDocumentProvider_SaveDiagramTask=Saving diagram -JoramDocumentProvider_SaveNextResourceTask=Saving {0} -JoramDocumentProvider_SaveAsOperation=Saving {0} diagram as -InitDiagramFile_ResourceErrorDialogTitle=Error -InitDiagramFile_ResourceErrorDialogMessage=Model file loading failed -InitDiagramFile_WizardTitle=Initialize new {0} diagram file -InitDiagramFile_OpenModelFileDialogTitle=Select domain model -JoramNewDiagramFileWizard_CreationPageName=Initialize new diagram file -JoramNewDiagramFileWizard_CreationPageTitle=Diagram file -JoramNewDiagramFileWizard_CreationPageDescription=Create new diagram based on {0} model content -JoramNewDiagramFileWizard_RootSelectionPageName=Select diagram root element -JoramNewDiagramFileWizard_RootSelectionPageTitle=Diagram root element -JoramNewDiagramFileWizard_RootSelectionPageDescription=Select semantic model element to be depicted on diagram -JoramNewDiagramFileWizard_RootSelectionPageSelectionTitle=Select diagram root element: -JoramNewDiagramFileWizard_RootSelectionPageNoSelectionMessage=Diagram root element is not selected -JoramNewDiagramFileWizard_RootSelectionPageInvalidSelectionMessage=Invalid diagram root element is selected -JoramNewDiagramFileWizard_InitDiagramCommand=Initializing diagram contents -JoramNewDiagramFileWizard_IncorrectRootError=Incorrect model object stored as a root resource object -JoramDiagramEditor_SavingDeletedFile=The original file "{0}" has been deleted. -JoramDiagramEditor_SaveAsErrorTitle=Problem During Save As... -JoramDiagramEditor_SaveAsErrorMessage=Save could not be completed. Target file is already open in another editor. -JoramDiagramEditor_SaveErrorTitle=Save Problems -JoramDiagramEditor_SaveErrorMessage=Could not save file. -JoramElementChooserDialog_SelectModelElementTitle=Select model element -ModelElementSelectionPageMessage=Select model element: -ValidateActionMessage=Validate -JORAM1Group_title=JORAM -Host2Group_title=Host -JORAMDomain3Group_title=JORAM Domain -Properties4Group_title=Properties -JORAMserver1CreationTool_title=JORAM server -JORAMserver1CreationTool_desc=Creates a new JORAM server -GenericScalAgentserver2CreationTool_title=Generic ScalAgent server -GenericScalAgentserver2CreationTool_desc=Creates a generic ScalAgent server -TCPProxyService4CreationTool_title=TCPProxyService -TCPProxyService4CreationTool_desc=Adds a new TCPProxyService on a JORAM server -AdminProxy5CreationTool_title=AdminProxy -AdminProxy5CreationTool_desc=Adds a new AdminProxy service on a JORAM server -ConnectionManager6CreationTool_title=ConnectionManager -ConnectionManager6CreationTool_desc=Adds a new ConnectionManager on a JORAM server -JNDIServer7CreationTool_title=JNDIServer -JNDIServer7CreationTool_desc=Adds a new JNDIServer on a JORAM server -DistributedJNDIServer8CreationTool_title=DistributedJNDIServer -DistributedJNDIServer8CreationTool_desc=Adds a new distributed JNDIServer on a JORAM server -CustomService9CreationTool_title=Custom Service -CustomService9CreationTool_desc=Adds a custom service on a JORAM server -Topic11CreationTool_title=Topic -Topic11CreationTool_desc=Creates a new topic on a JORAM server -Queue12CreationTool_title=Queue -Queue12CreationTool_desc=Creates a new queue on a JORAM server -User13CreationTool_title=User -User13CreationTool_desc=Creates a new user on a JORAM server -Host1CreationTool_title=Host -Host1CreationTool_desc=Create a new host for one (or more) Joram server. -Serverhost3CreationTool_title=Server host -Serverhost3CreationTool_desc=Define where a server will be hosted. -Domain1CreationTool_title=Domain -Domain1CreationTool_desc=Create a new domain. This component permits multiple servers to communicate. -Serverdomain3CreationTool_title=Server domain. -Serverdomain3CreationTool_desc=Add a server to a domain. Every server linked with a common domain can communicate. -GlobalPropertiesSet1CreationTool_title=Global Properties Set -GlobalPropertiesSet1CreationTool_desc=Create a new set of global properties. -CustomProperty2CreationTool_title=Custom Property -CustomProperty2CreationTool_desc=Create new CustomProperty -PoolNetworkProperties3CreationTool_title=PoolNetwork Properties -PoolNetworkProperties3CreationTool_desc=Create new PoolNetwork Properties -NetworkProperties4CreationTool_title=Network Properties -NetworkProperties4CreationTool_desc=Create new Network Properties -HttpNetworkProperties5CreationTool_title=HttpNetwork Properties -HttpNetworkProperties5CreationTool_desc=Create new HttpNetwork Properties -Transactionproperty6CreationTool_title=Transaction property -Transactionproperty6CreationTool_desc=Create new Transaction property. -NTransactionproperties7CreationTool_title=NTransaction properties -NTransactionproperties7CreationTool_desc=Create new NTransaction Properties -JORAMServicesEditPart_title=Services -JORAMJMSEditPart_title=JMS -JORAMServerPropertiesEditPart_title=Server Properties -ScalAgentServerServicesEditPart_title=Services -ScalAgentServerServerPropertiesEditPart_title=Server Properties -NetworkDomainDomainPropertiesEditPart_title=Domain Properties -ConfigPropertiesGlobalPropertiesEditPart_title=Global Properties -CommandName_OpenDiagram=Open Diagram -NavigatorGroupName_Config_1000_links=links -NavigatorGroupName_JORAM_2001_outgoinglinks=outgoing links -NavigatorGroupName_ScalAgentServer_2002_outgoinglinks=outgoing links -NavigatorGroupName_NetworkDomain_2003_incominglinks=incoming links -NavigatorGroupName_Host_2005_incominglinks=incoming links -NavigatorGroupName_NetworkPort_4001_target=target -NavigatorGroupName_NetworkPort_4001_source=source -NavigatorGroupName_ScalAgentServerHost_4003_target=target -NavigatorGroupName_ScalAgentServerHost_4003_source=source -NavigatorActionProvider_OpenDiagramActionName=Open Diagram -AbstractParser_UnexpectedValueType=Value of type {0} is expected -AbstractParser_WrongStringConversion=String value does not convert to {0} value -AbstractParser_UnknownLiteral=Unknown literal: {0} -MessageFormatParser_InvalidInputError=Invalid input at {0} -JoramModelingAssistantProviderTitle=Select domain model element -JoramModelingAssistantProviderMessage=Available domain model elements: diff --git a/designer/org.ow2.joram.design.diagram/plugin.properties b/designer/org.ow2.joram.design.diagram/plugin.properties deleted file mode 100644 index 67c54bb1343db111b559490c06db80153f142a0e..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/plugin.properties +++ /dev/null @@ -1,106 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -pluginName=Joram Designer Diagram -providerName=Scalagent D.T. - -editorName=Joram Diagram Editing -context.description=Joram Diagram Editing -context.name=In Joram Diagram Editor -newWizardName=Joram Diagram -newWizardDesc=Creates Joram diagram. - -initDiagramActionLabel=Initialize joram_diagram diagram file - - -navigatorContentName=*.joram_diagram diagram contents -domainNavigatorContentName=*.joram model contents -update.diagram.name=Update Joram diagram -update.diagram.description=Perform Joram diagram update - - -# Property Sheet -tab.appearance=Appearance -tab.diagram=Rulers & Grid -tab.domain=Core - -# Preferences -prefpage.org.ow2.joram.design.diagram.general=Joram Diagram -prefpage.org.ow2.joram.design.diagram.appearance=Appearance -prefpage.org.ow2.joram.design.diagram.connections=Connections -prefpage.org.ow2.joram.design.diagram.printing=Printing -prefpage.org.ow2.joram.design.diagram.rulersAndGrid=Rulers And Grid - - -# Providers -metatype.name.Config_1000=Undefined -metatype.name.JORAM_2001=JORAM -metatype.name.ScalAgentServer_2002=ScalAgentServer -metatype.name.NetworkDomain_2003=NetworkDomain -metatype.name.ConfigProperties_2004=ConfigProperties -metatype.name.AdminProxy_3001=AdminProxy -metatype.name.ConnectionManager_3002=ConnectionManager -metatype.name.JNDIServer_3003=JNDIServer -metatype.name.DistributedJNDIServer_3004=DistributedJNDIServer -metatype.name.TCPProxyService_3005=TCPProxyService -metatype.name.CustomService_3006=CustomService -metatype.name.Topic_3007=Topic -metatype.name.Queue_3008=Queue -metatype.name.User_3009=User -metatype.name.ConnectionFactory_3010=ConnectionFactory -metatype.name.CustomProperty_3011=CustomProperty -metatype.name.PoolNetworkProperties_3012=PoolNetworkProperties -metatype.name.NetworkProperties_3013=NetworkProperties -metatype.name.HttpNetworkProperties_3014=HttpNetworkProperties -metatype.name.TransactionProperty_3015=TransactionProperty -metatype.name.NTransactionProperties_3016=NTransactionProperties -metatype.name.AdminProxy_3017=AdminProxy -metatype.name.ConnectionManager_3018=ConnectionManager -metatype.name.JNDIServer_3019=JNDIServer -metatype.name.DistributedJNDIServer_3020=DistributedJNDIServer -metatype.name.TCPProxyService_3021=TCPProxyService -metatype.name.CustomService_3022=CustomService -metatype.name.CustomProperty_3023=CustomProperty -metatype.name.PoolNetworkProperties_3024=PoolNetworkProperties -metatype.name.NetworkProperties_3025=NetworkProperties -metatype.name.HttpNetworkProperties_3026=HttpNetworkProperties -metatype.name.TransactionProperty_3027=TransactionProperty -metatype.name.NTransactionProperties_3028=NTransactionProperties -metatype.name.CustomProperty_3029=CustomProperty -metatype.name.PoolNetworkProperties_3030=PoolNetworkProperties -metatype.name.NetworkProperties_3031=NetworkProperties -metatype.name.HttpNetworkProperties_3032=HttpNetworkProperties -metatype.name.TransactionProperty_3033=TransactionProperty -metatype.name.NTransactionProperties_3034=NTransactionProperties -metatype.name.CustomProperty_3035=CustomProperty -metatype.name.PoolNetworkProperties_3036=PoolNetworkProperties -metatype.name.NetworkProperties_3037=NetworkProperties -metatype.name.HttpNetworkProperties_3038=HttpNetworkProperties -metatype.name.TransactionProperty_3039=TransactionProperty -metatype.name.NTransactionProperties_3040=NTransactionProperties -metatype.name.NetworkPort_4001=NetworkPort - -# Commands and menu actions -cmdcategory.name=Joram Editor Commands -cmdcategory.desc=Joram Editor Commands - -metatype.name.Host_2005=Host -metatype.name.ScalAgentServerHost_4003=Undefined diff --git a/designer/org.ow2.joram.design.diagram/plugin.xml b/designer/org.ow2.joram.design.diagram/plugin.xml deleted file mode 100644 index 5c9c7ca8de4865ee8c682e5bdfe3be2e989fea72..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/plugin.xml +++ /dev/null @@ -1,1152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - %newWizardDesc - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - one(j | j.sid = self.sid)]]> - - - - - - one(n | n.name = self.name)]]> - - - - - - - - - - - - select(f | f.oclIsKindOf(ConnectionManager))->notEmpty()]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Preferences > Joram Diagram. Queue, topic, and custom service class names will not be checked.]]> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/edit/policies/JORAMJMSCanonicalEditPolicy.java b/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/edit/policies/JORAMJMSCanonicalEditPolicy.java deleted file mode 100644 index a7bf9c30dad6fa292fa238975681a6815ef1cca3..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/edit/policies/JORAMJMSCanonicalEditPolicy.java +++ /dev/null @@ -1,114 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - * - */ -package org.ow2.joram.design.model.joram.diagram.edit.policies; - -import java.util.Collection; -import java.util.HashSet; -import java.util.Iterator; -import java.util.LinkedList; -import java.util.List; -import java.util.Set; - -import org.eclipse.core.runtime.IAdaptable; -import org.eclipse.emf.ecore.EObject; -import org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEditPolicy; -import org.eclipse.gmf.runtime.notation.View; -import org.ow2.joram.design.model.joram.JoramPackage; -import org.ow2.joram.design.model.joram.diagram.edit.parts.ConnectionFactoryEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.QueueEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.TopicEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.UserEditPart; -import org.ow2.joram.design.model.joram.diagram.part.JoramDiagramUpdater; -import org.ow2.joram.design.model.joram.diagram.part.JoramNodeDescriptor; -import org.ow2.joram.design.model.joram.diagram.part.JoramVisualIDRegistry; - -/** - * @generated - */ -public class JORAMJMSCanonicalEditPolicy extends CanonicalEditPolicy { - - /** - * @generated - */ - Set myFeaturesToSynchronize; - - /** - * @generated NOT - */ - @Override - protected String getFactoryHint(IAdaptable elementAdapter) { - CanonicalElementAdapter element = (CanonicalElementAdapter) elementAdapter; - int VID = JoramVisualIDRegistry.getNodeVisualID((View) getHost().getModel(), (EObject) element - .getRealObject()); - return JoramVisualIDRegistry.getType(VID); - } - - /** - * @generated - */ - protected List getSemanticChildrenList() { - View viewObject = (View) getHost().getModel(); - List result = new LinkedList(); - for (Iterator it = JoramDiagramUpdater.getJORAMJMS_7002SemanticChildren(viewObject).iterator(); it - .hasNext();) { - result.add(((JoramNodeDescriptor) it.next()).getModelElement()); - } - return result; - } - - /** - * @generated - */ - protected boolean isOrphaned(Collection semanticChildren, final View view) { - int visualID = JoramVisualIDRegistry.getVisualID(view); - switch (visualID) { - case TopicEditPart.VISUAL_ID: - case QueueEditPart.VISUAL_ID: - case UserEditPart.VISUAL_ID: - case ConnectionFactoryEditPart.VISUAL_ID: - if (!semanticChildren.contains(view.getElement())) { - return true; - } - } - return false; - } - - /** - * @generated - */ - protected String getDefaultFactoryHint() { - return null; - } - - /** - * @generated - */ - protected Set getFeaturesToSynchronize() { - if (myFeaturesToSynchronize == null) { - myFeaturesToSynchronize = new HashSet(); - myFeaturesToSynchronize.add(JoramPackage.eINSTANCE.getJORAM_JmsObjects()); - } - return myFeaturesToSynchronize; - } - -} diff --git a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/edit/policies/JORAMServicesCanonicalEditPolicy.java b/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/edit/policies/JORAMServicesCanonicalEditPolicy.java deleted file mode 100644 index 8196e3d8de424e2a638c8f9da75eddbbce45f7f5..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/edit/policies/JORAMServicesCanonicalEditPolicy.java +++ /dev/null @@ -1,118 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - * - */ -package org.ow2.joram.design.model.joram.diagram.edit.policies; - -import java.util.Collection; -import java.util.HashSet; -import java.util.Iterator; -import java.util.LinkedList; -import java.util.List; -import java.util.Set; - -import org.eclipse.core.runtime.IAdaptable; -import org.eclipse.emf.ecore.EObject; -import org.eclipse.gmf.runtime.diagram.ui.editpolicies.CanonicalEditPolicy; -import org.eclipse.gmf.runtime.notation.View; -import org.ow2.joram.design.model.joram.JoramPackage; -import org.ow2.joram.design.model.joram.diagram.edit.parts.AdminProxyEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.ConnectionManagerEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.CustomServiceEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.DistributedJNDIServerEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.JNDIServerEditPart; -import org.ow2.joram.design.model.joram.diagram.edit.parts.TCPProxyServiceEditPart; -import org.ow2.joram.design.model.joram.diagram.part.JoramDiagramUpdater; -import org.ow2.joram.design.model.joram.diagram.part.JoramNodeDescriptor; -import org.ow2.joram.design.model.joram.diagram.part.JoramVisualIDRegistry; - -/** - * @generated - */ -public class JORAMServicesCanonicalEditPolicy extends CanonicalEditPolicy { - - /** - * @generated - */ - Set myFeaturesToSynchronize; - - /** - * @generated NOT - */ - @Override - protected String getFactoryHint(IAdaptable elementAdapter) { - CanonicalElementAdapter element = (CanonicalElementAdapter) elementAdapter; - int VID = JoramVisualIDRegistry.getNodeVisualID((View) getHost().getModel(), (EObject) element - .getRealObject()); - return JoramVisualIDRegistry.getType(VID); - } - - /** - * @generated - */ - protected List getSemanticChildrenList() { - View viewObject = (View) getHost().getModel(); - List result = new LinkedList(); - for (Iterator it = JoramDiagramUpdater.getJORAMServices_7001SemanticChildren(viewObject).iterator(); it - .hasNext();) { - result.add(((JoramNodeDescriptor) it.next()).getModelElement()); - } - return result; - } - - /** - * @generated - */ - protected boolean isOrphaned(Collection semanticChildren, final View view) { - int visualID = JoramVisualIDRegistry.getVisualID(view); - switch (visualID) { - case AdminProxyEditPart.VISUAL_ID: - case ConnectionManagerEditPart.VISUAL_ID: - case JNDIServerEditPart.VISUAL_ID: - case DistributedJNDIServerEditPart.VISUAL_ID: - case TCPProxyServiceEditPart.VISUAL_ID: - case CustomServiceEditPart.VISUAL_ID: - if (!semanticChildren.contains(view.getElement())) { - return true; - } - } - return false; - } - - /** - * @generated - */ - protected String getDefaultFactoryHint() { - return null; - } - - /** - * @generated - */ - protected Set getFeaturesToSynchronize() { - if (myFeaturesToSynchronize == null) { - myFeaturesToSynchronize = new HashSet(); - myFeaturesToSynchronize.add(JoramPackage.eINSTANCE.getScalAgentServer_Services()); - } - return myFeaturesToSynchronize; - } - -} diff --git a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/part/JoramDiagramEditor.java b/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/part/JoramDiagramEditor.java deleted file mode 100644 index 5cb8591762d672e41455f77694f21f6bb07aecb0..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/part/JoramDiagramEditor.java +++ /dev/null @@ -1,303 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - * - */ -package org.ow2.joram.design.model.joram.diagram.part; - -import org.eclipse.core.resources.IFile; -import org.eclipse.core.resources.IMarker; -import org.eclipse.core.resources.IWorkspaceRoot; -import org.eclipse.core.resources.ResourcesPlugin; -import org.eclipse.core.runtime.CoreException; -import org.eclipse.core.runtime.IPath; -import org.eclipse.core.runtime.IProgressMonitor; -import org.eclipse.core.runtime.IStatus; -import org.eclipse.core.runtime.NullProgressMonitor; -import org.eclipse.emf.common.ui.URIEditorInput; -import org.eclipse.emf.transaction.TransactionalEditingDomain; -import org.eclipse.emf.workspace.util.WorkspaceSynchronizer; -import org.eclipse.gef.palette.PaletteRoot; -import org.eclipse.gmf.runtime.common.ui.services.marker.MarkerNavigationService; -import org.eclipse.gmf.runtime.diagram.core.preferences.PreferencesHint; -import org.eclipse.gmf.runtime.diagram.ui.actions.ActionIds; -import org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDiagramDocument; -import org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocument; -import org.eclipse.gmf.runtime.diagram.ui.resources.editor.document.IDocumentProvider; -import org.eclipse.gmf.runtime.diagram.ui.resources.editor.parts.DiagramDocumentEditor; -import org.eclipse.gmf.runtime.notation.Diagram; -import org.eclipse.jface.dialogs.ErrorDialog; -import org.eclipse.jface.dialogs.IMessageProvider; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.ISelection; -import org.eclipse.jface.viewers.StructuredSelection; -import org.eclipse.jface.window.Window; -import org.eclipse.osgi.util.NLS; -import org.eclipse.swt.widgets.Shell; -import org.eclipse.ui.IEditorInput; -import org.eclipse.ui.IEditorMatchingStrategy; -import org.eclipse.ui.IEditorReference; -import org.eclipse.ui.IFileEditorInput; -import org.eclipse.ui.PlatformUI; -import org.eclipse.ui.dialogs.SaveAsDialog; -import org.eclipse.ui.ide.IGotoMarker; -import org.eclipse.ui.navigator.resources.ProjectExplorer; -import org.eclipse.ui.part.FileEditorInput; -import org.eclipse.ui.part.IShowInTargetList; -import org.eclipse.ui.part.ShowInContext; -import org.ow2.joram.design.model.joram.diagram.navigator.JoramNavigatorItem; - -/** - * @generated - */ -public class JoramDiagramEditor extends DiagramDocumentEditor implements IGotoMarker { - - /** - * @generated - */ - public static final String ID = "org.ow2.joram.design.model.joram.diagram.part.JoramDiagramEditorID"; //$NON-NLS-1$ - - /** - * @generated - */ - public static final String CONTEXT_ID = "org.ow2.joram.design.model.joram.diagram.ui.diagramContext"; //$NON-NLS-1$ - - /** - * @generated - */ - public JoramDiagramEditor() { - super(true); - } - - /** - * @generated - */ - protected String getContextID() { - return CONTEXT_ID; - } - - /** - * @generated - */ - protected PaletteRoot createPaletteRoot(PaletteRoot existingPaletteRoot) { - PaletteRoot root = super.createPaletteRoot(existingPaletteRoot); - new JoramPaletteFactory().fillPalette(root); - return root; - } - - /** - * @generated - */ - protected PreferencesHint getPreferencesHint() { - return JoramDiagramEditorPlugin.DIAGRAM_PREFERENCES_HINT; - } - - /** - * @generated - */ - public String getContributorId() { - return JoramDiagramEditorPlugin.ID; - } - - /** - * @generated - */ - public Object getAdapter(Class type) { - if (type == IShowInTargetList.class) { - return new IShowInTargetList() { - public String[] getShowInTargetIds() { - return new String[] { ProjectExplorer.VIEW_ID }; - } - }; - } - return super.getAdapter(type); - } - - /** - * @generated - */ - protected IDocumentProvider getDocumentProvider(IEditorInput input) { - if (input instanceof IFileEditorInput || input instanceof URIEditorInput) { - return JoramDiagramEditorPlugin.getInstance().getDocumentProvider(); - } - return super.getDocumentProvider(input); - } - - /** - * @generated - */ - public TransactionalEditingDomain getEditingDomain() { - IDocument document = getEditorInput() != null ? getDocumentProvider().getDocument(getEditorInput()) - : null; - if (document instanceof IDiagramDocument) { - return ((IDiagramDocument) document).getEditingDomain(); - } - return super.getEditingDomain(); - } - - /** - * @generated - */ - protected void setDocumentProvider(IEditorInput input) { - if (input instanceof IFileEditorInput || input instanceof URIEditorInput) { - setDocumentProvider(JoramDiagramEditorPlugin.getInstance().getDocumentProvider()); - } else { - super.setDocumentProvider(input); - } - } - - /** - * @generated - */ - public void gotoMarker(IMarker marker) { - MarkerNavigationService.getInstance().gotoMarker(this, marker); - } - - /** - * @generated - */ - public boolean isSaveAsAllowed() { - return true; - } - - /** - * @generated - */ - public void doSaveAs() { - performSaveAs(new NullProgressMonitor()); - } - - /** - * @generated NOT - */ - public void doSave(IProgressMonitor monitor) { - super.doSave(monitor); - ValidateAction.runValidation(this.getDiagramEditPart(), this.getDiagram()); - } - - /** - * @generated - */ - protected void performSaveAs(IProgressMonitor progressMonitor) { - Shell shell = getSite().getShell(); - IEditorInput input = getEditorInput(); - SaveAsDialog dialog = new SaveAsDialog(shell); - IFile original = input instanceof IFileEditorInput ? ((IFileEditorInput) input).getFile() : null; - if (original != null) { - dialog.setOriginalFile(original); - } - dialog.create(); - IDocumentProvider provider = getDocumentProvider(); - if (provider == null) { - // editor has been programmatically closed while the dialog was open - return; - } - if (provider.isDeleted(input) && original != null) { - String message = NLS.bind(Messages.JoramDiagramEditor_SavingDeletedFile, original.getName()); - dialog.setErrorMessage(null); - dialog.setMessage(message, IMessageProvider.WARNING); - } - if (dialog.open() == Window.CANCEL) { - if (progressMonitor != null) { - progressMonitor.setCanceled(true); - } - return; - } - IPath filePath = dialog.getResult(); - if (filePath == null) { - if (progressMonitor != null) { - progressMonitor.setCanceled(true); - } - return; - } - IWorkspaceRoot workspaceRoot = ResourcesPlugin.getWorkspace().getRoot(); - IFile file = workspaceRoot.getFile(filePath); - final IEditorInput newInput = new FileEditorInput(file); - // Check if the editor is already open - IEditorMatchingStrategy matchingStrategy = getEditorDescriptor().getEditorMatchingStrategy(); - IEditorReference[] editorRefs = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage() - .getEditorReferences(); - for (int i = 0; i < editorRefs.length; i++) { - if (matchingStrategy.matches(editorRefs[i], newInput)) { - MessageDialog.openWarning(shell, Messages.JoramDiagramEditor_SaveAsErrorTitle, - Messages.JoramDiagramEditor_SaveAsErrorMessage); - return; - } - } - boolean success = false; - try { - provider.aboutToChange(newInput); - getDocumentProvider(newInput).saveDocument(progressMonitor, newInput, - getDocumentProvider().getDocument(getEditorInput()), true); - success = true; - } catch (CoreException x) { - IStatus status = x.getStatus(); - if (status == null || status.getSeverity() != IStatus.CANCEL) { - ErrorDialog.openError(shell, Messages.JoramDiagramEditor_SaveErrorTitle, - Messages.JoramDiagramEditor_SaveErrorMessage, x.getStatus()); - } - } finally { - provider.changed(newInput); - if (success) { - setInput(newInput); - } - } - if (progressMonitor != null) { - progressMonitor.setCanceled(!success); - } - } - - /** - * @generated - */ - public ShowInContext getShowInContext() { - return new ShowInContext(getEditorInput(), getNavigatorSelection()); - } - - /** - * @generated - */ - private ISelection getNavigatorSelection() { - IDiagramDocument document = getDiagramDocument(); - if (document == null) { - return StructuredSelection.EMPTY; - } - Diagram diagram = document.getDiagram(); - IFile file = WorkspaceSynchronizer.getFile(diagram.eResource()); - if (file != null) { - JoramNavigatorItem item = new JoramNavigatorItem(diagram, file, false); - return new StructuredSelection(item); - } - return StructuredSelection.EMPTY; - } - - /** - * @generated - */ - protected void configureGraphicalViewer() { - super.configureGraphicalViewer(); - DiagramEditorContextMenuProvider provider = new DiagramEditorContextMenuProvider(this, - getDiagramGraphicalViewer()); - getDiagramGraphicalViewer().setContextMenu(provider); - getSite().registerContextMenu(ActionIds.DIAGRAM_EDITOR_CONTEXT_MENU, provider, - getDiagramGraphicalViewer()); - } - -} diff --git a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/preferences/DiagramGeneralPreferencePage.java b/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/preferences/DiagramGeneralPreferencePage.java deleted file mode 100644 index f8b0a4ebdc9255ff3c5b66a4cab4e14f1cc4dbdf..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/preferences/DiagramGeneralPreferencePage.java +++ /dev/null @@ -1,54 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - * - */ -package org.ow2.joram.design.model.joram.diagram.preferences; - -import org.eclipse.gmf.runtime.diagram.ui.preferences.DiagramsPreferencePage; -import org.eclipse.jface.preference.FileFieldEditor; -import org.eclipse.swt.widgets.Composite; -import org.ow2.joram.design.model.joram.diagram.part.JoramDiagramEditorPlugin; - -/** - * @generated - */ -public class DiagramGeneralPreferencePage extends DiagramsPreferencePage { - - public static final String PREF_JORAM_EXTENSION_FILE = "JoramExtensionFilePref"; - - private FileFieldEditor joramExtensionFile; - - /** - * @generated - */ - public DiagramGeneralPreferencePage() { - setPreferenceStore(JoramDiagramEditorPlugin.getInstance().getPreferenceStore()); - } - - /** - * @generated NOT - */ - protected void addFields(Composite parent) { - joramExtensionFile = new FileFieldEditor(PREF_JORAM_EXTENSION_FILE, "Joram extension file", parent); - addField(joramExtensionFile); - super.addFields(parent); - } -} diff --git a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/providers/JoramValidationProvider.java b/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/providers/JoramValidationProvider.java deleted file mode 100644 index e3859b4e61edc81957b10dec5b084c55a3a919ea..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.diagram/src/org/ow2/joram/design/model/joram/diagram/providers/JoramValidationProvider.java +++ /dev/null @@ -1,328 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - * - */ -package org.ow2.joram.design.model.joram.diagram.providers; - -import java.io.FileInputStream; -import java.io.FileNotFoundException; -import java.io.IOException; -import java.io.InputStream; -import java.util.HashSet; -import java.util.Properties; -import java.util.Set; - -import org.eclipse.core.runtime.IStatus; -import org.eclipse.core.runtime.Status; -import org.eclipse.emf.ecore.EObject; -import org.eclipse.emf.ecore.EcorePackage; -import org.eclipse.emf.transaction.TransactionalEditingDomain; -import org.eclipse.emf.validation.AbstractModelConstraint; -import org.eclipse.emf.validation.IValidationContext; -import org.eclipse.emf.validation.model.IClientSelector; -import org.eclipse.gmf.runtime.emf.core.util.EMFCoreUtil; -import org.eclipse.gmf.runtime.notation.View; -import org.ow2.joram.design.model.joram.AdminProxy; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.CustomService; -import org.ow2.joram.design.model.joram.DistributedJNDIServer; -import org.ow2.joram.design.model.joram.Host; -import org.ow2.joram.design.model.joram.JNDIServer; -import org.ow2.joram.design.model.joram.JoramPackage; -import org.ow2.joram.design.model.joram.JoramService; -import org.ow2.joram.design.model.joram.NetworkPort; -import org.ow2.joram.design.model.joram.ScalAgentServer; -import org.ow2.joram.design.model.joram.TCPProxyService; -import org.ow2.joram.design.model.joram.diagram.edit.parts.ConfigEditPart; -import org.ow2.joram.design.model.joram.diagram.expressions.JoramAbstractExpression; -import org.ow2.joram.design.model.joram.diagram.expressions.JoramOCLFactory; -import org.ow2.joram.design.model.joram.diagram.part.JoramDiagramEditorPlugin; -import org.ow2.joram.design.model.joram.diagram.part.JoramVisualIDRegistry; -import org.ow2.joram.design.model.joram.diagram.preferences.DiagramGeneralPreferencePage; - -/** - * @generated - */ -public class JoramValidationProvider { - - /** - * @generated - */ - private static boolean constraintsActive = false; - - /** - * @generated - */ - public static boolean shouldConstraintsBePrivate() { - return false; - } - - /** - * @generated - */ - public static void runWithConstraints(TransactionalEditingDomain editingDomain, Runnable operation) { - final Runnable op = operation; - Runnable task = new Runnable() { - public void run() { - try { - constraintsActive = true; - op.run(); - } finally { - constraintsActive = false; - } - } - }; - if (editingDomain != null) { - try { - editingDomain.runExclusive(task); - } catch (Exception e) { - JoramDiagramEditorPlugin.getInstance().logError("Validation failed", e); //$NON-NLS-1$ - } - } else { - task.run(); - } - } - - /** - * @generated - */ - static boolean isInDefaultEditorContext(Object object) { - if (shouldConstraintsBePrivate() && !constraintsActive) { - return false; - } - if (object instanceof View) { - return constraintsActive - && ConfigEditPart.MODEL_ID.equals(JoramVisualIDRegistry.getModelID((View) object)); - } - return true; - } - - /** - * @generated - */ - public static class DefaultCtx implements IClientSelector { - - /** - * @generated - */ - public boolean selects(Object object) { - return isInDefaultEditorContext(object); - } - } - - /** - * @generated - */ - public static class Adapter3 extends AbstractModelConstraint { - - /** - * @generated - */ - private JoramAbstractExpression expression; - - /** - * @generated - */ - public IStatus validate(IValidationContext ctx) { - final Object context = ctx.getTarget().eGet(JoramPackage.eINSTANCE.getNetworkDomain_Name()); - if (context == null) { - return ctx.createFailureStatus(new Object[] { formatElement(ctx.getTarget()) }); - } - if (expression == null) { - expression = JoramOCLFactory.getExpression("size() > 0", EcorePackage.eINSTANCE.getEString()); - } - Object result = expression.evaluate(context); - if (result instanceof Boolean && ((Boolean) result).booleanValue()) { - return Status.OK_STATUS; - } - return ctx.createFailureStatus(new Object[] { formatElement(ctx.getTarget()) }); - } - } - - /** - * @generated - */ - public static class Adapter5 extends AbstractModelConstraint { - - /** - * Checks if each port of the host is used only once. - * - * @generated NOT - */ - public IStatus validate(IValidationContext ctx) { - Host host = (Host) ctx.getTarget(); - - Set usedPorts = new HashSet(); - Set conflicts = new HashSet(); - - Config config = (Config) host.eContainer(); - for (ScalAgentServer server : config.getServers()) { - if (server.getHost() != host) { - continue; - } - for (NetworkPort netPort : server.getNetwork()) { - Integer port = Integer.valueOf(netPort.getPort()); - if (usedPorts.contains(port)) { - conflicts.add(port); - } else { - usedPorts.add(port); - } - } - for (JoramService service : server.getServices()) { - Integer port = null; - if (service instanceof JNDIServer) { - port = Integer.valueOf(((JNDIServer) service).getPort()); - } else if (service instanceof DistributedJNDIServer) { - port = Integer.valueOf(((DistributedJNDIServer) service).getPort()); - } else if (service instanceof TCPProxyService) { - port = Integer.valueOf(((TCPProxyService) service).getPort()); - } else if (service instanceof AdminProxy) { - port = Integer.valueOf(((AdminProxy) service).getPort()); - } - if (port != null) { - if (usedPorts.contains(port)) { - conflicts.add(port); - } else { - usedPorts.add(port); - } - } - } - } - - if (conflicts.isEmpty()) { - return ctx.createSuccessStatus(); - } else { - return ctx.createFailureStatus(conflicts.toString()); - } - } - } - - protected static final Properties loadProps() { - Properties props = new Properties(); - try { - InputStream fis = new FileInputStream(JoramDiagramEditorPlugin.getInstance().getPreferenceStore() - .getString(DiagramGeneralPreferencePage.PREF_JORAM_EXTENSION_FILE)); - props.load(fis); - fis.close(); - } catch (FileNotFoundException exc) { - return null; - } catch (IOException exc) { - return null; - } - return props; - } - - /** - * @generated - */ - public static class Adapter6 extends AbstractModelConstraint { - - /** - * Checks if the topic class name is a known extension. - * - * @generated NOT - */ - public IStatus validate(IValidationContext ctx) { - final String topicClassName = (String) ctx.getTarget() - .eGet(JoramPackage.eINSTANCE.getTopic_ClassName()); - if (topicClassName == null) { - return ctx.createFailureStatus(new Object[] { formatElement(ctx.getTarget()) }); - } - Properties props = loadProps(); - if (props != null && props.get(topicClassName) == null) { - return ctx.createFailureStatus(new Object[] { topicClassName }); - } - return ctx.createSuccessStatus(); - } - } - - /** - * @generated - */ - public static class Adapter7 extends AbstractModelConstraint { - - /** - * Checks if the queue class name is a known extension. - * - * @generated NOT - */ - public IStatus validate(IValidationContext ctx) { - final String queueClassName = (String) ctx.getTarget() - .eGet(JoramPackage.eINSTANCE.getQueue_ClassName()); - if (queueClassName == null) { - return ctx.createFailureStatus(new Object[] { formatElement(ctx.getTarget()) }); - } - Properties props = loadProps(); - if (props != null && props.get(queueClassName) == null) { - return ctx.createFailureStatus(new Object[] { queueClassName }); - } - return ctx.createSuccessStatus(); - } - } - - /** - * @generated - */ - public static class Adapter8 extends AbstractModelConstraint { - - /** - * Checks if the service class name is a known extension. - * - * @generated NOT - */ - public IStatus validate(IValidationContext ctx) { - CustomService customService = (CustomService) ctx.getTarget(); - Properties props = loadProps(); - String serviceClassName = customService.getClassName(); - if (serviceClassName == null || (props != null && props.get(serviceClassName) == null)) { - return ctx.createFailureStatus(new Object[] { serviceClassName }); - } - return ctx.createSuccessStatus(); - } - } - - /** - * @generated - */ - public static class Adapter9 extends AbstractModelConstraint { - - /** - * Checks if Joram extension file has been defined correctly. - * - * @generated NOT - */ - public IStatus validate(IValidationContext ctx) { - Properties props = loadProps(); - if (props == null) { - return ctx.createFailureStatus(); - } - return ctx.createSuccessStatus(); - } - } - - /** - * @generated - */ - static String formatElement(EObject object) { - return EMFCoreUtil.getQualifiedName(object, true); - } - -} diff --git a/designer/org.ow2.joram.design.edit/.classpath b/designer/org.ow2.joram.design.edit/.classpath deleted file mode 100644 index 4848249846f9153775ed2f647f17ee59f78163ac..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.edit/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/designer/org.ow2.joram.design.edit/.project b/designer/org.ow2.joram.design.edit/.project deleted file mode 100644 index 0d272538d47985b8392dc54f0a1c1dbfa46d25f3..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.edit/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.ow2.joram.design.edit - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - - diff --git a/designer/org.ow2.joram.design.edit/META-INF/MANIFEST.MF b/designer/org.ow2.joram.design.edit/META-INF/MANIFEST.MF deleted file mode 100644 index 019da65245118c41a4e3dad522afaa9701716d01..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.edit/META-INF/MANIFEST.MF +++ /dev/null @@ -1,15 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.ow2.joram.design.edit;singleton:=true -Bundle-Version: 1.0.0.qualifier -Bundle-ClassPath: . -Bundle-Activator: org.ow2.joram.design.model.joram.provider.JoramEditPlugin$Implementation -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.ow2.joram.design.model.joram.provider -Require-Bundle: org.eclipse.core.runtime, - org.ow2.joram.design;visibility:=reexport, - org.eclipse.emf.edit;visibility:=reexport -Bundle-ActivationPolicy: lazy diff --git a/designer/org.ow2.joram.design.edit/build.properties b/designer/org.ow2.joram.design.edit/build.properties deleted file mode 100644 index 631059a36ee4d1036de357f67db873497092396a..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.edit/build.properties +++ /dev/null @@ -1,29 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -bin.includes = .,\ - icons/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties -jars.compile.order = . -source.. = src/ -output.. = bin/ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/AdminProxy.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/AdminProxy.gif deleted file mode 100644 index a6b251fc8553fe59749bc1a6baa172ae3d9e2723..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/AdminProxy.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/ConfigProperties.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/ConfigProperties.gif deleted file mode 100644 index 7bd1256da81276988521a9016d6380356d3f697d..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/ConfigProperties.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/ConnectionFactory.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/ConnectionFactory.gif deleted file mode 100644 index d129e16a356b391d87bd102d8b19a6cd7e793447..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/ConnectionFactory.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/ConnectionManager.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/ConnectionManager.gif deleted file mode 100644 index cc7f2186c497291794719091494bf912385029b9..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/ConnectionManager.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/CustomService.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/CustomService.gif deleted file mode 100644 index c2ae66497a6db6575c2d2f63d4522b635db3a67e..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/CustomService.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/DistributedJNDIServer.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/DistributedJNDIServer.gif deleted file mode 100644 index 60e83a44fb1632f08cc474ef468e7a7ac1896daf..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/DistributedJNDIServer.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/Host.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/Host.gif deleted file mode 100644 index c09179981a94e6774cd7d79f9b515907575c95c0..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/Host.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/JNDIServer.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/JNDIServer.gif deleted file mode 100644 index 13fcc90526813f6f540959873bba64909d9f3dd1..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/JNDIServer.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/JORAM.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/JORAM.gif deleted file mode 100644 index 7c9898074338568dce666177f1bfbb1e22d13359..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/JORAM.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/NetworkDomain.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/NetworkDomain.gif deleted file mode 100644 index a8431c7d6724b36f33380e40e9aae761d6b901f1..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/NetworkDomain.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/NetworkPort.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/NetworkPort.gif deleted file mode 100644 index d4a8357d4a6e6d7333cfff390f47aed18fd14043..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/NetworkPort.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/OnHost.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/OnHost.gif deleted file mode 100644 index 46e9bfa668478bf74bdb6f1b9b977bf0e2ca3422..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/OnHost.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/Queue.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/Queue.gif deleted file mode 100644 index 5b403c5b897e3b08d3c8936a4ca6bf3bb1d0c4a5..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/Queue.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/ScalAgentServer.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/ScalAgentServer.gif deleted file mode 100644 index 30fb16dc8ffaf0f373d1d3126dbc8fe25d2b4a6d..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/ScalAgentServer.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/TCPProxyService.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/TCPProxyService.gif deleted file mode 100644 index 71f8d1e871597d2c331f543d9207462674c8b751..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/TCPProxyService.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/Topic.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/Topic.gif deleted file mode 100644 index 7f2f34b8c7e31aad97ac198cc7a4de224e0557ae..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/Topic.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/icons/full/obj16/User.gif b/designer/org.ow2.joram.design.edit/icons/full/obj16/User.gif deleted file mode 100644 index 3ab77a310b6a7f451e86434b68a6e87c5dba3991..0000000000000000000000000000000000000000 Binary files a/designer/org.ow2.joram.design.edit/icons/full/obj16/User.gif and /dev/null differ diff --git a/designer/org.ow2.joram.design.edit/plugin.properties b/designer/org.ow2.joram.design.edit/plugin.properties deleted file mode 100644 index 035d756682c28b398506a86058926a3f7000a7ac..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.edit/plugin.properties +++ /dev/null @@ -1,182 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -pluginName = Joram Designer Edit Support -providerName = ScalAgent D.T. - -_UI_CreateChild_text = {0} -_UI_CreateChild_text2 = {1} {0} -_UI_CreateChild_text3 = {1} -_UI_CreateChild_tooltip = Create New {0} Under {1} Feature -_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}. -_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent. - -_UI_PropertyDescriptor_description = The {0} of the {1} - -_UI_Config_type = Config -_UI_ScalAgentServer_type = Scal Agent Server -_UI_JORAM_type = JORAM -_UI_JoramService_type = Service -_UI_AdminProxy_type = Admin Proxy -_UI_ConnectionManager_type = Connection Manager -_UI_JNDIServer_type = JNDI Server -_UI_TCPProxyService_type = TCP Proxy Service -_UI_CustomService_type = Custom Service -_UI_NetworkDomain_type = Network Domain -_UI_NetworkPort_type = Network Port -_UI_JMSObject_type = JMS Object -_UI_Queue_type = Queue -_UI_Topic_type = Topic -_UI_User_type = User -_UI_Unknown_type = Object - -_UI_Unknown_datatype= Value - -_UI_ScalAgentServer_name_feature = Name -_UI_ScalAgentServer_version_feature = Version -_UI_ScalAgentServer_hostname_feature = Hostname -_UI_ScalAgentServer_services_feature = Services -_UI_ScalAgentServer_sid_feature = Sid -_UI_ScalAgentServer_StorageDirectory_feature = Storage Directory -_UI_ScalAgentServer_network_feature = Network -_UI_JORAM_jmsObjects_feature = Jms Objects -_UI_AdminProxy_name_feature = Name -_UI_AdminProxy_port_feature = Port -_UI_ConnectionManager_user_feature = User -_UI_ConnectionManager_password_feature = Password -_UI_ConnectionManager_name_feature = Name -_UI_JNDIServer_name_feature = Name -_UI_JNDIServer_port_feature = Port -_UI_TCPProxyService_name_feature = Name -_UI_TCPProxyService_port_feature = Port -_UI_CustomService_className_feature = Class Name -_UI_CustomService_args_feature = Args -_UI_NetworkDomain_name_feature = Name -_UI_NetworkDomain_network_feature = Network -_UI_NetworkPort_port_feature = Port -_UI_NetworkPort_domain_feature = Domain -_UI_Queue_name_feature = Name -_UI_Queue_className_feature = Class Name -_UI_Topic_name_feature = Name -_UI_Topic_className_feature = Class Name -_UI_User_name_feature = Name -_UI_User_password_feature = Password -_UI_Unknown_feature = Unspecified - -_UI_JoramVersion_JORAM_5_2_6_literal = 5.2.6 -_UI_JoramVersion_JORAM_5_2_5_literal = 5.2.5 -_UI_JoramVersion_JORAM_5_2_4_literal = 5.2.4 -_UI_JoramVersion_JORAM_5_2_3_literal = 5.2.3 -_UI_Transaction_NTransaction_literal = fr.dyade.aaa.util.NTransaction -_UI_Transaction_NGTransaction_literal = fr.dyade.aaa.util.NGTransaction -_UI_Transaction_JTransaction_literal = fr.dyade.aaa.util.JTransaction -_UI_Transaction_ATransaction_literal = fr.dyade.aaa.util.ATransaction -_UI_Transaction_NullTransaction_literal = fr.dyade.aaa.util.NullTransaction -_UI_Network_PoolNetwork_literal = fr.dyade.aaa.agent.PoolNetwork -_UI_Network_SimpleNetwork_literal = fr.dyade.aaa.agent.SimpleNetwork -_UI_Network_NGNetwork_literal = fr.dyade.aaa.agent.NGNetwork -_UI_Network_HttpNetwork_literal = fr.dyade.aaa.agent.HttpNetwork -_UI_Network_HttpsNetwork_literal = fr.dyade.aaa.agent.HttpsNetwork -_UI_Network_SSLNetwork_literal = fr.dyade.aaa.agent.SSLNetwork -_UI_Destination_type = Destination -_UI_Destination_readers_feature = Readers -_UI_Destination_writers_feature = Writers -_UI_Destination_freeReader_feature = Free Reader -_UI_Destination_freeWriter_feature = Free Writer -_UI_Destination_jndiName_feature = Jndi Name -_UI_Queue_deadMessageQueue_feature = Dead Message Queue -_UI_Property_type = Property -_UI_CustomProperty_type = Custom Property -_UI_PoolNetworkProperties_type = Pool Network Properties -_UI_Config_properties_feature = Properties -_UI_ScalAgentServer_properties_feature = Properties -_UI_NetworkDomain_properties_feature = Properties -_UI_CustomProperty_name_feature = Name -_UI_CustomProperty_value_feature = Value -_UI_PoolNetworkProperties_nbMaxCnx_feature = Nb Max Cnx -_UI_PoolNetworkProperties_compressedFlows_feature = Compressed Flows -_UI_PoolNetworkProperties_maxMessageInFlow_feature = Max Message In Flow -_UI_PoolNetworkProperties_IdleTimeout_feature = Idle Timeout -_UI_ConfigProperties_type = Config Properties -_UI_ConfigProperties_properties_feature = Properties -_UI_HttpNetworkProperties_type = Http Network Properties -_UI_NetworkProperties_type = Network Properties -_UI_HttpNetworkProperties_activationPeriod_feature = Activation Period -_UI_HttpNetworkProperties_nbDaemon_feature = Nb Daemon -_UI_NetworkProperties_backlog_feature = Backlog -_UI_NetworkProperties_CnxRetry_feature = Cnx Retry -_UI_NetworkProperties_TcpNoDelay_feature = Tcp No Delay -_UI_NetworkProperties_SoLinger_feature = So Linger -_UI_NetworkProperties_SoTimeout_feature = So Timeout -_UI_NetworkProperties_ConnectTimeout_feature = Connect Timeout -_UI_NTransactionProperties_type = NTransaction Properties -_UI_TransactionProperty_type = Transaction Property -_UI_Config_servers_feature = Servers -_UI_Config_domains_feature = Domains -_UI_NTransactionProperties_NTLogMemorySize_feature = NT Log Memory Size -_UI_NTransactionProperties_NTLogFileSize_feature = NT Log File Size -_UI_NTransactionProperties_NTNoLockFile_feature = NT No Lock File -_UI_NTransactionProperties_NTLogThresholdOperation_feature = NT Log Threshold Operation -_UI_NTransactionProperties_NTLogMemoryCapacity_feature = NT Log Memory Capacity -_UI_TransactionProperty_transaction_feature = Transaction -_UI_DistributedJNDIServer_type = Distributed JNDI Server -_UI_DistributedJNDIServer_name_feature = Name -_UI_DistributedJNDIServer_knownServers_feature = Known Servers -_UI_ConnectionFactory_type = Connection Factory -_UI_ConnectionFactory_className_feature = Class Name -_UI_ConnectionFactory_jndiName_feature = Jndi Name - -_UI_ConnectionFactoryClass_TcpConnectionFactory_literal = org.objectweb.joram.client.jms.tcp.TcpConnectionFactory -_UI_ConnectionFactoryClass_SoapConnectionFactory_literal = org.objectweb.joram.client.jms.soap.SoapConnectionFactory -_UI_ConnectionFactoryClass_HATcpConnectionFactory_literal = org.objectweb.joram.client.jms.ha.tcp.HATcpConnectionFactory -_UI_ConnectionFactoryClass_LocalConnectionFactory_literal = org.objectweb.joram.client.jms.local.LocalConnectionFactory -_UI_ConnectionFactoryClass_PooledConnectionFactory_literal = org.objectweb.joram.client.jms.pool.PooledConnectionFactory -_UI_DistributedJNDIServer_port_feature = Port -_UI_JoramVersion_JORAM_5_3_0_literal = 5.3.0 -_UI_Host_type = Host -_UI_Host_hostName_feature = Host Name -_UI_Host_login_feature = Login -_UI_Host_password_feature = Password -_UI_Host_privateKeyPath_feature = Private Key Path -_UI_Host_shell_feature = Shell -_UI_Host_protocol_feature = Protocol -_UI_Host_transfert_feature = Transfert -_UI_ScalAgentServer_host_feature = Host -_UI_Shell_SH_literal = SH -_UI_Shell_CSH_literal = CSH -_UI_Shell_WinCommand_literal = WinCommand -_UI_Protocol_OpenSSH_literal = OpenSSH -_UI_Protocol_SSH_literal = SSH -_UI_Protocol_JSSH_literal = JSSH -_UI_Protocol_ApacheTelnet_literal = ApacheTelnet -_UI_Protocol_JTelnet_literal = JTelnet -_UI_Protocol_ExternalTelnet_literal = ExternalTelnet -_UI_Protocol_PLINK_literal = PLINK -_UI_Protocol_LOCAL_SH_literal = LOCAL_SH -_UI_Protocol_LOCAL_CSH_literal = LOCAL_CSH -_UI_Protocol_LOCAL_WIN_literal = LOCAL_WIN -_UI_Transfert_SCP_literal = SCP -_UI_Transfert_JSCP_literal = JSCP -_UI_Transfert_PSCP_literal = PSCP -_UI_Transfert_JSFTP_literal = JSFTP -_UI_Transfert_Apache_FTP_literal = Apache_FTP -_UI_Config_hosts_feature = Hosts -_UI_DeploymentPropertyCategory = Deployment diff --git a/designer/org.ow2.joram.design.edit/plugin.xml b/designer/org.ow2.joram.design.edit/plugin.xml deleted file mode 100644 index d976a4bc9896649186bd315c7c04c2908a531144..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.edit/plugin.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design.editor/.classpath b/designer/org.ow2.joram.design.editor/.classpath deleted file mode 100644 index 4848249846f9153775ed2f647f17ee59f78163ac..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.editor/.classpath +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/designer/org.ow2.joram.design.editor/.project b/designer/org.ow2.joram.design.editor/.project deleted file mode 100644 index 25b11d40378cd467bb4460b76768f951967d156a..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.editor/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.ow2.joram.design.editor - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.jdt.core.javanature - org.eclipse.pde.PluginNature - - diff --git a/designer/org.ow2.joram.design.editor/META-INF/MANIFEST.MF b/designer/org.ow2.joram.design.editor/META-INF/MANIFEST.MF deleted file mode 100644 index c8aa25786b87ce94d396143cd1009604396a07dd..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.editor/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.ow2.joram.design.editor;singleton:=true -Bundle-Version: 1.0.0.qualifier -Bundle-ClassPath: . -Bundle-Activator: org.ow2.joram.design.model.joram.presentation.JoramEditorPlugin$Implementation -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Bundle-RequiredExecutionEnvironment: J2SE-1.5 -Export-Package: org.ow2.joram.design.model.joram.presentation -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.core.resources;visibility:=reexport, - org.ow2.joram.design.edit;visibility:=reexport, - org.eclipse.emf.ecore.xmi;visibility:=reexport, - org.eclipse.emf.edit.ui;visibility:=reexport, - org.eclipse.ui.ide;visibility:=reexport -Bundle-ActivationPolicy: lazy diff --git a/designer/org.ow2.joram.design.editor/build.properties b/designer/org.ow2.joram.design.editor/build.properties deleted file mode 100644 index 631059a36ee4d1036de357f67db873497092396a..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.editor/build.properties +++ /dev/null @@ -1,29 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -bin.includes = .,\ - icons/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties -jars.compile.order = . -source.. = src/ -output.. = bin/ diff --git a/designer/org.ow2.joram.design.editor/plugin.properties b/designer/org.ow2.joram.design.editor/plugin.properties deleted file mode 100644 index 1e79db5ea688ca7e1472c98070deeab283fe85b7..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.editor/plugin.properties +++ /dev/null @@ -1,72 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -pluginName = Joram Designer Editor -providerName = ScalAgent D.T. - -_UI_JoramEditor_menu = &Joram Editor - -_UI_CreateChild_menu_item = &New Child -_UI_CreateSibling_menu_item = N&ew Sibling - -_UI_ShowPropertiesView_menu_item = Show &Properties View -_UI_RefreshViewer_menu_item = &Refresh - -_UI_SelectionPage_label = Selection -_UI_ParentPage_label = Parent -_UI_ListPage_label = List -_UI_TreePage_label = Tree -_UI_TablePage_label = Table -_UI_TreeWithColumnsPage_label = Tree with Columns -_UI_ObjectColumn_label = Object -_UI_SelfColumn_label = Self - -_UI_NoObjectSelected = Selected Nothing -_UI_SingleObjectSelected = Selected Object: {0} -_UI_MultiObjectSelected = Selected {0} Objects - -_UI_OpenEditorError_label = Open Editor - -_UI_Wizard_category = JORAM Designer - -_UI_CreateModelError_message = Problems encountered in file "{0}" - -_UI_JoramModelWizard_label = Joram Model -_UI_JoramModelWizard_description = Create a new Joram model - -_UI_JoramEditor_label = Joram Model Editor - -_UI_JoramEditorFilenameDefaultBase = conf -_UI_JoramEditorFilenameExtensions = joram - -_UI_Wizard_label = New - -_WARN_FilenameExtension = The file name must end in ''.{0}'' -_WARN_FilenameExtensions = The file name must have one of the following extensions: {0} - -_UI_ModelObject = &Model Object -_UI_XMLEncoding = &XML Encoding -_UI_XMLEncodingChoices = UTF-8 ASCII UTF-16 UTF-16BE UTF-16LE ISO-8859-1 -_UI_Wizard_initial_object_description = Select a model object to create - -_UI_FileConflict_label = File Conflict -_WARN_FileConflict = There are unsaved changes that conflict with changes made outside the editor. Do you wish to discard this editor's changes? - diff --git a/designer/org.ow2.joram.design.editor/plugin.xml b/designer/org.ow2.joram.design.editor/plugin.xml deleted file mode 100644 index 75665eb923d477565a4ab66e58aa8a88de097b29..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design.editor/plugin.xml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - %_UI_JoramModelWizard_description - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/.classpath b/designer/org.ow2.joram.design/.classpath deleted file mode 100644 index 063d786c662f8252326fdf658ac4cf916a14aef3..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/designer/org.ow2.joram.design/.project b/designer/org.ow2.joram.design/.project deleted file mode 100644 index 263f5618b7eea75915ab221262de55216062b7a4..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - org.ow2.joram.design - - - - - - org.eclipse.jdt.core.javabuilder - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - diff --git a/designer/org.ow2.joram.design/META-INF/MANIFEST.MF b/designer/org.ow2.joram.design/META-INF/MANIFEST.MF deleted file mode 100644 index 8000022dfcc0e654740e65bbc76c09c1dfbf21f5..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/META-INF/MANIFEST.MF +++ /dev/null @@ -1,18 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-SymbolicName: org.ow2.joram.design;singleton:=true -Bundle-Version: 1.0.0.qualifier -Bundle-ClassPath: . -Bundle-Vendor: %providerName -Bundle-Localization: plugin -Export-Package: org.ow2.joram.design.model.joram, - org.ow2.joram.design.model.joram.util -Require-Bundle: org.eclipse.core.runtime, - org.eclipse.emf.ecore;visibility:=reexport, - org.eclipse.emf.ecore.xmi, - org.eclipse.core.resources, - org.eclipse.jface, - org.eclipse.ui.workbench, - org.eclipse.ui.ide -Bundle-ActivationPolicy: lazy diff --git a/designer/org.ow2.joram.design/build.properties b/designer/org.ow2.joram.design/build.properties deleted file mode 100644 index 5a4549c9467fa896e462c2e63134c1e8d558f577..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/build.properties +++ /dev/null @@ -1,30 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -bin.includes = .,\ - model/,\ - META-INF/,\ - plugin.xml,\ - plugin.properties -jars.compile.order = . -source.. = src/,\ - src-custom/ -output.. = bin/ diff --git a/designer/org.ow2.joram.design/export.xml b/designer/org.ow2.joram.design/export.xml deleted file mode 100644 index e8da32684c250875d8a2d168ac2a11012954dfcf..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/export.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/model/joram.ecore b/designer/org.ow2.joram.design/model/joram.ecore deleted file mode 100644 index 7dc2b18df53027581d5770e806ac4b2b98d6de3f..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/model/joram.ecore +++ /dev/null @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/model/joram.genmodel b/designer/org.ow2.joram.design/model/joram.genmodel deleted file mode 100644 index 2ace8e8d4a89a4004e9f2dfe98ec2be7505f5baa..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/model/joram.genmodel +++ /dev/null @@ -1,189 +0,0 @@ - - - joram.ecore - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/model/joram.gmfgen b/designer/org.ow2.joram.design/model/joram.gmfgen deleted file mode 100644 index 636263bdf6d444201ecb281a92c8cf6d95973640..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/model/joram.gmfgen +++ /dev/null @@ -1,2564 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.eclipse.draw2d - org.eclipse.gmf.runtime.draw2d.ui - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.eclipse.gmf.runtime.notation.View - org.eclipse.gef.EditPart - abstractNavigatorItem - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/model/joram.gmfgraph b/designer/org.ow2.joram.design/model/joram.gmfgraph deleted file mode 100644 index ff07814372f3123f952094eeb784d99f8b3a4578..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/model/joram.gmfgraph +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/model/joram.gmfmap b/designer/org.ow2.joram.design/model/joram.gmfmap deleted file mode 100644 index e6dcd4b8f4fa1a3a4de7d1a7d86f8693a591a774..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/model/joram.gmfmap +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/model/joram.gmftool b/designer/org.ow2.joram.design/model/joram.gmftool deleted file mode 100644 index bc56997d8f2ee431f4875882faa58f1db111c5da..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/model/joram.gmftool +++ /dev/null @@ -1,257 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/plugin.properties b/designer/org.ow2.joram.design/plugin.properties deleted file mode 100644 index be1d01bedd54daa07e01e37f281807cafd84cfa6..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/plugin.properties +++ /dev/null @@ -1,23 +0,0 @@ - -# Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies -# -# This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or any later version. -# -# This library is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 -# USA. -# -# Initial developer(s): ScalAgent Distributed Technologies -# Contributor(s): - -pluginName = Joram Designer Core -providerName = ScalAgent D.T. diff --git a/designer/org.ow2.joram.design/plugin.xml b/designer/org.ow2.joram.design/plugin.xml deleted file mode 100644 index fc42fb600dabde07ef9e0d361d2b1b0990d1d2e8..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/plugin.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/ExportA3ConfAction.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/ExportA3ConfAction.java deleted file mode 100644 index ce712465cceb5764a083af26d9ae94a85c6947b3..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/ExportA3ConfAction.java +++ /dev/null @@ -1,116 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export; - -import org.eclipse.core.resources.IFile; -import org.eclipse.emf.common.util.URI; -import org.eclipse.emf.ecore.resource.Resource; -import org.eclipse.emf.ecore.resource.ResourceSet; -import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; -import org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl; -import org.eclipse.jface.action.IAction; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.ISelection; -import org.eclipse.jface.viewers.TreeSelection; -import org.eclipse.jface.wizard.WizardDialog; -import org.eclipse.swt.widgets.Shell; -import org.eclipse.ui.IActionDelegate; -import org.eclipse.ui.IObjectActionDelegate; -import org.eclipse.ui.IWorkbenchPart; -import org.ow2.joram.design.model.export.wizard.ExportA3ConfWizard; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.JoramPackage; -import org.ow2.joram.design.model.joram.ScalAgentServer; - -public class ExportA3ConfAction implements IObjectActionDelegate { - - private ISelection selection; - - private Shell shell; - - /** - * Constructor for ExportA3ConfAction. - */ - public ExportA3ConfAction() { - super(); - } - - /** - * @see IObjectActionDelegate#setActivePart(IAction, IWorkbenchPart) - */ - public void setActivePart(final IAction action, final IWorkbenchPart targetPart) { - shell = targetPart.getSite().getShell(); - } - - /** - * @see IActionDelegate#run(IAction) - */ - public void run(final IAction action) { - - if (selection instanceof TreeSelection) { - - final TreeSelection tree = (TreeSelection) selection; - final Object o = tree.getFirstElement(); - - if (o instanceof IFile) { - - try { - - final IFile joramModelFile = (IFile) o; - final JoramPackage ePackage = JoramPackage.eINSTANCE; - - // Create resource set and register your generated resource factory. - final ResourceSet resourceSet = new ResourceSetImpl(); - resourceSet.getPackageRegistry().put(ePackage.getNsURI(), ePackage); - resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put("joram", - new XMIResourceFactoryImpl()); - - final Resource resource = resourceSet.getResource(URI.createFileURI(joramModelFile.getLocationURI().getPath()), true); - final Config rootElement = (Config) resource.getContents().get(0); - - for (ScalAgentServer server : rootElement.getServers()) { - if (server.getHost() == null) { - throw new Exception("Can't export when a server has no host defined."); - } - } - - WizardDialog wizard = new WizardDialog(shell, new ExportA3ConfWizard(rootElement, tree)); - wizard.setHelpAvailable(false); - wizard.setPageSize(300, 250); - wizard.open(); - - } catch (Exception e) { - MessageDialog.openError(shell, "Export Plug-in", "Export to a3servers.xml failed: " - + e.getMessage()); - } - } - } - } - - /** - * @see IActionDelegate#selectionChanged(IAction, ISelection) - */ - public void selectionChanged(IAction action, ISelection selection) { - this.selection = selection; - } - -} diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/ExportAdminScriptsAction.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/ExportAdminScriptsAction.java deleted file mode 100644 index da611d5615631018e42bf616a78fcbd3f4348e00..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/ExportAdminScriptsAction.java +++ /dev/null @@ -1,112 +0,0 @@ -/* - * Copyright (C) 2009 - 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export; - -import org.eclipse.core.resources.IFile; -import org.eclipse.emf.common.util.URI; -import org.eclipse.emf.ecore.resource.Resource; -import org.eclipse.emf.ecore.resource.ResourceSet; -import org.eclipse.emf.ecore.resource.impl.ResourceSetImpl; -import org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl; -import org.eclipse.jface.action.IAction; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.ISelection; -import org.eclipse.jface.viewers.TreeSelection; -import org.eclipse.jface.wizard.WizardDialog; -import org.eclipse.swt.widgets.Shell; -import org.eclipse.ui.IActionDelegate; -import org.eclipse.ui.IObjectActionDelegate; -import org.eclipse.ui.IWorkbenchPart; -import org.ow2.joram.design.model.export.wizard.ExportAdminWizard; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.JoramPackage; -import org.ow2.joram.design.model.joram.ScalAgentServer; - -public class ExportAdminScriptsAction implements IObjectActionDelegate { - - private ISelection selection; - - private Shell shell; - - public ExportAdminScriptsAction() { - super(); - } - - /** - * @see IObjectActionDelegate#setActivePart(IAction, IWorkbenchPart) - */ - public void setActivePart(final IAction action, final IWorkbenchPart targetPart) { - shell = targetPart.getSite().getShell(); - } - - /** - * @see IActionDelegate#run(IAction) - */ - public void run(final IAction action) { - - if (selection instanceof TreeSelection) { - - final TreeSelection tree = (TreeSelection) selection; - final Object o = tree.getFirstElement(); - - if (o instanceof IFile) { - - try { - final IFile joramModelFile = (IFile) o; - final JoramPackage ePackage = JoramPackage.eINSTANCE; - - // Create resource set and register your generated resource factory. - final ResourceSet resourceSet = new ResourceSetImpl(); - resourceSet.getPackageRegistry().put(ePackage.getNsURI(), ePackage); - resourceSet.getResourceFactoryRegistry().getExtensionToFactoryMap().put("joram", - new XMIResourceFactoryImpl()); - - final Resource resource = resourceSet.getResource(URI.createFileURI(joramModelFile.getLocationURI().getPath()), true); - final Config rootElement = (Config) resource.getContents().get(0); - - for (ScalAgentServer server : rootElement.getServers()) { - if (server.getHost() == null) { - throw new Exception("Can't export when a server has no host defined."); - } - } - - WizardDialog wizard = new WizardDialog(shell, new ExportAdminWizard(rootElement, tree)); - wizard.setHelpAvailable(false); - wizard.setPageSize(300, 250); - wizard.open(); - - } catch (Exception e) { - MessageDialog.openError(shell, "Export Plug-in", "Export to JoramAdmin.xml failed: " - + e.getMessage()); - } - } - } - } - - /** - * @see IActionDelegate#selectionChanged(IAction, ISelection) - */ - public void selectionChanged(IAction action, ISelection selection) { - this.selection = selection; - } - -} diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/ExportA3ConfWizard.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/ExportA3ConfWizard.java deleted file mode 100644 index 54d50efe7f02278c69c67601eef050e72ca82db7..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/ExportA3ConfWizard.java +++ /dev/null @@ -1,219 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export.wizard; - -import java.io.ByteArrayInputStream; - -import org.eclipse.core.resources.IFile; -import org.eclipse.emf.common.util.EList; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.jface.wizard.Wizard; -import org.eclipse.ui.dialogs.WizardNewFileCreationPage; -import org.ow2.joram.design.model.joram.AdminProxy; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.ConnectionManager; -import org.ow2.joram.design.model.joram.CustomProperty; -import org.ow2.joram.design.model.joram.CustomService; -import org.ow2.joram.design.model.joram.DistributedJNDIServer; -import org.ow2.joram.design.model.joram.HttpNetworkProperties; -import org.ow2.joram.design.model.joram.JNDIServer; -import org.ow2.joram.design.model.joram.JoramService; -import org.ow2.joram.design.model.joram.NTransactionProperties; -import org.ow2.joram.design.model.joram.NetworkDomain; -import org.ow2.joram.design.model.joram.NetworkPort; -import org.ow2.joram.design.model.joram.NetworkProperties; -import org.ow2.joram.design.model.joram.PoolNetworkProperties; -import org.ow2.joram.design.model.joram.Property; -import org.ow2.joram.design.model.joram.ScalAgentServer; -import org.ow2.joram.design.model.joram.TCPProxyService; -import org.ow2.joram.design.model.joram.TransactionProperty; - -public class ExportA3ConfWizard extends Wizard { - - private static final String CONNECTION_MANAGER_CLASS = "org.objectweb.joram.mom.proxies.ConnectionManager"; - - private static final String ADMIN_PROXY_CLASS = "fr.dyade.aaa.agent.AdminProxy"; - - private static final String TCP_PROXY_CLASS = "org.objectweb.joram.mom.proxies.tcp.TcpProxyService"; - - private static final String JNDI_SERVER_CLASS = "fr.dyade.aaa.jndi2.server.JndiServer"; - - private static final String DISTRIBUTED_JNDI_SERVER_CLASS = "fr.dyade.aaa.jndi2.distributed.DistributedJndiServer"; - - private WizardNewFileCreationPage page1; - - private IStructuredSelection myselection; - - protected Config joramConf; - - public ExportA3ConfWizard(Config conf, IStructuredSelection myselection) { - this.joramConf = conf; - this.myselection = myselection; - } - - public void addPages() { - - page1 = new WizardNewFileCreationPage("JoramAdminNewFileCreationPage", myselection); - page1.setFileName("a3servers.xml"); - page1.setFileExtension("xml"); - page1.setAllowExistingResources(true); - page1.setTitle("Save servers configuration."); - page1.setDescription("Create a new servers configuration."); - - addPage(page1); - } - - public boolean performFinish() { - try { - String generated = generateA3Conf(joramConf); - - IFile outputFile = page1.createNewFile(); - outputFile.setContents(new ByteArrayInputStream(generated.getBytes()), true, true, null); - } catch (Exception exc) { - MessageDialog.openError(getShell(), "Export Plug-in", "Export to a3servers.xml failed: " - + exc.getMessage()); - return false; - } - return true; - } - - private String generateA3Conf(Config rootElement) { - - StringBuilder sb = new StringBuilder(); - sb.append("\n"); - - if (rootElement.getProperties() != null) { - appendProperties(rootElement.getProperties().getProperties(), sb, null, " "); - } - - for (NetworkDomain domain : rootElement.getDomains()) { - sb.append('\n'); - sb.append(" \n"); - appendProperties(domain.getProperties(), sb, domain, " "); - } - - for (ScalAgentServer server : rootElement.getServers()) { - sb.append('\n'); - sb.append(" \n"); - - appendServices(server.getServices(), sb); - - EList ports = server.getNetwork(); - for (NetworkPort port : ports) { - sb.append(" \n"); - } - - appendProperties(server.getProperties(), sb, null, " "); - - sb.append(" \n"); - } - sb.append("\n"); - - return sb.toString(); - } - - private StringBuilder appendProperties(EList properties, StringBuilder sb, NetworkDomain domain, - String indent) { - String pre = (domain == null) ? (indent + " services, StringBuilder sb) { - String pre = " \n"; - for (JoramService service : services) { - if (service instanceof ConnectionManager) { - ConnectionManager cm = (ConnectionManager) service; - sb.append(pre + CONNECTION_MANAGER_CLASS + mid + cm.getUser() + ' ' + cm.getPassword() + suf); - } else if (service instanceof AdminProxy) { - AdminProxy ap = (AdminProxy) service; - sb.append(pre + ADMIN_PROXY_CLASS + mid + ap.getPort() + suf); - } else if (service instanceof TCPProxyService) { - TCPProxyService tcpps = (TCPProxyService) service; - sb.append(pre + TCP_PROXY_CLASS + mid + tcpps.getPort() + suf); - } else if (service instanceof JNDIServer) { - JNDIServer jndi = (JNDIServer) service; - sb.append(pre + JNDI_SERVER_CLASS + mid + jndi.getPort() + suf); - } else if (service instanceof CustomService) { - CustomService cs = (CustomService) service; - if (cs.getArgs() == null) { - sb.append(pre + cs.getClassName() + suf); - } else { - sb.append(pre + cs.getClassName() + mid + cs.getArgs() + suf); - } - } else if (service instanceof DistributedJNDIServer) { - DistributedJNDIServer distjndi = (DistributedJNDIServer) service; - sb.append(pre + DISTRIBUTED_JNDI_SERVER_CLASS + mid + distjndi.getPort()); - EList jndiServers = distjndi.getKnownServers(); - for (ScalAgentServer jndiServer : jndiServers) { - sb.append(" " + jndiServer.getSid()); - } - sb.append(suf); - } - } - return sb; - } - -} diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/ExportAdminWizard.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/ExportAdminWizard.java deleted file mode 100644 index 60447515ee37e713e644ab87887cd15f5de3edaa..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/ExportAdminWizard.java +++ /dev/null @@ -1,219 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export.wizard; - -import java.io.ByteArrayInputStream; - -import org.eclipse.core.resources.IFile; -import org.eclipse.emf.common.util.EList; -import org.eclipse.jface.dialogs.MessageDialog; -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.jface.wizard.Wizard; -import org.eclipse.ui.dialogs.WizardNewFileCreationPage; -import org.ow2.joram.design.model.export.wizard.SelectEntryPointWizardPage.EntryPoint; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.ConnectionFactory; -import org.ow2.joram.design.model.joram.ConnectionFactoryClass; -import org.ow2.joram.design.model.joram.Destination; -import org.ow2.joram.design.model.joram.DistributedJNDIServer; -import org.ow2.joram.design.model.joram.JNDIServer; -import org.ow2.joram.design.model.joram.JoramService; -import org.ow2.joram.design.model.joram.Queue; -import org.ow2.joram.design.model.joram.ScalAgentServer; -import org.ow2.joram.design.model.joram.Topic; -import org.ow2.joram.design.model.joram.User; - -public class ExportAdminWizard extends Wizard { - - private SelectEntryPointWizardPage page1; - - private SelectJNDIWizardPage page2; - - private SelectElementsWizardPage page3; - - private WizardNewFileCreationPage page4; - - private IStructuredSelection myselection; - - protected Config joramConf; - - public ExportAdminWizard(Config conf, IStructuredSelection myselection) { - this.joramConf = conf; - this.myselection = myselection; - } - - public boolean performFinish() { - try { - String generated = generateAdminConf(page1.getEntryPoint(), page2.getJNDI(), page3.getElements()); - IFile outputFile = page4.createNewFile(); - outputFile.setContents(new ByteArrayInputStream(generated.getBytes()), true, true, null); - } catch (Exception exc) { - MessageDialog.openError(getShell(), "Export Plug-in", "Export to JoramAdmin.xml failed: " - + exc.getMessage()); - return false; - } - return true; - } - - public void addPages() { - page1 = new SelectEntryPointWizardPage(); - addPage(page1); - - page2 = new SelectJNDIWizardPage(); - addPage(page2); - - page3 = new SelectElementsWizardPage(); - addPage(page3); - - page4 = new WizardNewFileCreationPage("JoramAdminNewFileCreationPage", myselection); - page4.setFileName("JoramAdmin.xml"); - page4.setFileExtension("xml"); - page4.setAllowExistingResources(true); - page4.setTitle("Save admin script."); - page4.setDescription("Create a new script."); - - addPage(page4); - } - - public boolean canFinish() { - if (this.getContainer().getCurrentPage() == page4 && page4.isPageComplete()) { - return true; - } - return false; - } - - /** - * Generates the contents of the configuration file using the selected - * elements. - */ - private String generateAdminConf(EntryPoint entrypoint, JoramService jndi, Object[] exportedElements) { - - StringBuilder sb = new StringBuilder(); - sb.append(""); - sb.append("\n"); - if (entrypoint.tcp == null) { - sb.append(" \n"); - sb.append(" \n"); - sb.append(" \n"); - sb.append("\n"); - } else { - sb.append(" \n"); - sb.append(" \n"); - sb.append(" \n"); - sb.append("\n"); - } - - if (jndi != null) { - int jndiport = -1; - if (jndi instanceof JNDIServer) { - jndiport = ((JNDIServer) jndi).getPort(); - } else { - jndiport = ((DistributedJNDIServer) jndi).getPort(); - } - sb.append(" \n"); - sb.append(" \n"); - sb.append(" \n"); - sb.append(" \n"); - sb.append(" \n"); - sb.append("\n"); - } - - short currentSid = -1; - for (Object element : exportedElements) { - - if (element instanceof ScalAgentServer) { - ScalAgentServer server = (ScalAgentServer) element; - currentSid = server.getSid(); - - } else if (element instanceof Destination) { - sb.append("\n"); - Destination destination = (Destination) element; - if (destination instanceof Topic) { - Topic topic = (Topic) destination; - sb.append(" \n"); - } else { - Queue queue = (Queue) destination; - sb.append(" \n"); - } - if (destination.isFreeReader()) { - sb.append(" \n"); - } - if (destination.isFreeWriter()) { - sb.append(" \n"); - } - EList users = destination.getReaders(); - for (User user : users) { - sb.append(" \n"); - } - users = destination.getWriters(); - for (User user : users) { - sb.append(" \n"); - } - if (destination.getJndiName() != null) { - sb.append(" \n"); - } - if (destination instanceof Topic) { - sb.append(" \n"); - } else { - sb.append(" \n"); - } - - } else if (element instanceof User) { - sb.append("\n"); - User user = (User) element; - sb.append(" \n"); - - } else if (element instanceof ConnectionFactory) { - sb.append("\n"); - ConnectionFactory cf = (ConnectionFactory) element; - sb.append(" \n"); - if (cf.getClassName().equals(ConnectionFactoryClass.TCP_CONNECTION_FACTORY)) { - sb.append(" \n"); - } else if (cf.getClassName().equals(ConnectionFactoryClass.SOAP_CONNECTION_FACTORY)) { - sb.append(" \n"); - } else if (cf.getClassName().equals(ConnectionFactoryClass.LOCAL_CONNECTION_FACTORY)) { - sb.append(" \n"); - } - if (cf.getJndiName() != null) { - sb.append(" \n"); - } - sb.append(" \n"); - } - } - sb.append("\n"); - - return sb.toString(); - } - -} diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectElementsWizardPage.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectElementsWizardPage.java deleted file mode 100644 index e22d414f067c5252dfc17637fea808729a85763e..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectElementsWizardPage.java +++ /dev/null @@ -1,235 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export.wizard; - -import org.eclipse.emf.ecore.EObject; -import org.eclipse.jface.dialogs.IDialogConstants; -import org.eclipse.jface.resource.JFaceResources; -import org.eclipse.jface.viewers.CheckStateChangedEvent; -import org.eclipse.jface.viewers.CheckboxTreeViewer; -import org.eclipse.jface.viewers.ICheckStateListener; -import org.eclipse.jface.viewers.ITreeContentProvider; -import org.eclipse.jface.viewers.LabelProvider; -import org.eclipse.jface.viewers.Viewer; -import org.eclipse.jface.wizard.WizardPage; -import org.eclipse.swt.SWT; -import org.eclipse.swt.events.SelectionAdapter; -import org.eclipse.swt.events.SelectionEvent; -import org.eclipse.swt.events.SelectionListener; -import org.eclipse.swt.layout.GridData; -import org.eclipse.swt.layout.GridLayout; -import org.eclipse.swt.widgets.Button; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.Tree; -import org.eclipse.ui.dialogs.ContainerCheckedTreeViewer; -import org.ow2.joram.design.model.export.wizard.SelectEntryPointWizardPage.EntryPoint; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.ConnectionFactory; -import org.ow2.joram.design.model.joram.Destination; -import org.ow2.joram.design.model.joram.JORAM; -import org.ow2.joram.design.model.joram.Queue; -import org.ow2.joram.design.model.joram.ScalAgentServer; -import org.ow2.joram.design.model.joram.Topic; -import org.ow2.joram.design.model.joram.User; - -public class SelectElementsWizardPage extends WizardPage { - - ITreeContentProvider fContentProvider; - - CheckboxTreeViewer treeViewer; - - Config fInput; - - private boolean firstTime; - - protected SelectElementsWizardPage() { - super("SelectElementsWizardPage", "Select elements to create.", null); - setDescription("Select the elements which will be in the script."); - firstTime = true; - } - - Object[] getElements() { - return treeViewer.getCheckedElements(); - } - - public void setVisible(boolean visible) { - // Select objects on the server where we are connected when the - // page is shown for the first time. - if (visible && firstTime) { - EntryPoint entryPoint = ((SelectEntryPointWizardPage) getPreviousPage().getPreviousPage()) - .getEntryPoint(); - if (entryPoint != null) { - treeViewer.setChecked(entryPoint.cm.eContainer(), true); - validCheckedElements(); - } - firstTime = false; - } - super.setVisible(visible); - } - - public void createControl(Composite parent) { - - fInput = ((ExportAdminWizard) getWizard()).joramConf; - fContentProvider = new JoramServerTreeContentProvider(); - - Composite composite = new Composite(parent, SWT.NONE); - - GridLayout gl = new GridLayout(); - composite.setLayout(gl); - - treeViewer = new ContainerCheckedTreeViewer(composite, SWT.BORDER); - treeViewer.setContentProvider(fContentProvider); - treeViewer.setInput(fInput); - treeViewer.addCheckStateListener(new ICheckStateListener() { - public void checkStateChanged(CheckStateChangedEvent event) { - validCheckedElements(); - } - }); - treeViewer.setLabelProvider(new LabelProvider() { - public String getText(Object element) { - if (element instanceof ScalAgentServer) { - ScalAgentServer server = (ScalAgentServer) element; - return "Server " + server.getSid() + " (" + server.getName() + ')'; - } else if (element instanceof Queue) { - Queue queue = (Queue) element; - return "Queue " + queue.getName(); - } else if (element instanceof Topic) { - Topic topic = (Topic) element; - return "Topic " + topic.getName(); - } else if (element instanceof User) { - User user = (User) element; - return "User " + user.getName(); - } else if (element instanceof ConnectionFactory) { - ConnectionFactory cf = (ConnectionFactory) element; - return "ConnectionFactory " + cf.getJndiName(); - } else { - return element.toString(); - } - } - }); - - createSelectionButtons(composite); - GridData data = new GridData(GridData.FILL_BOTH); - Tree treeWidget = treeViewer.getTree(); - treeWidget.setLayoutData(data); - treeWidget.setFont(parent.getFont()); - - treeViewer.setExpandedElements(fInput.getServers().toArray()); - - setControl(composite); - } - - protected void validCheckedElements() { - Object[] checkedElements = treeViewer.getCheckedElements(); - for (int i = 0; i < checkedElements.length; i++) { - if (checkedElements[i] instanceof Destination) { - Destination destination = (Destination) checkedElements[i]; - if (destination.getJndiName() == null) { - setMessage("Some elements have no JNDI name, they will not be registered.", WARNING); - return; - } - } else if (checkedElements[i] instanceof ConnectionFactory) { - ConnectionFactory cf = (ConnectionFactory) checkedElements[i]; - if (cf.getJndiName() == null) { - setMessage("Some elements have no JNDI name, they will not be registered.", WARNING); - return; - } - } - } - setMessage(null); - } - - protected void createSelectionButtons(Composite composite) { - Composite buttonComposite = new Composite(composite, SWT.RIGHT); - GridLayout layout = new GridLayout(); - layout.numColumns = 0; - layout.marginWidth = 0; - layout.horizontalSpacing = convertHorizontalDLUsToPixels(IDialogConstants.HORIZONTAL_SPACING); - buttonComposite.setLayout(layout); - buttonComposite.setFont(composite.getFont()); - GridData data = new GridData(GridData.HORIZONTAL_ALIGN_END | GridData.GRAB_HORIZONTAL); - data.grabExcessHorizontalSpace = true; - buttonComposite.setLayoutData(data); - Button selectButton = createButton(buttonComposite, IDialogConstants.SELECT_ALL_ID, "Select &All"); - SelectionListener listener = new SelectionAdapter() { - public void widgetSelected(SelectionEvent e) { - Object[] viewerElements = fContentProvider.getElements(fInput); - treeViewer.setCheckedElements(viewerElements); - validCheckedElements(); - } - }; - selectButton.addSelectionListener(listener); - Button deselectButton = createButton(buttonComposite, IDialogConstants.DESELECT_ALL_ID, "&Deselect All"); - listener = new SelectionAdapter() { - public void widgetSelected(SelectionEvent e) { - treeViewer.setCheckedElements(new Object[0]); - validCheckedElements(); - } - }; - deselectButton.addSelectionListener(listener); - } - - protected Button createButton(Composite parent, int id, String label) { - // increment the number of columns in the button bar - ((GridLayout) parent.getLayout()).numColumns++; - Button button = new Button(parent, SWT.PUSH); - button.setText(label); - button.setFont(JFaceResources.getDialogFont()); - button.setData(new Integer(id)); - setButtonLayoutData(button); - return button; - } - - static class JoramServerTreeContentProvider implements ITreeContentProvider { - - public Object[] getChildren(Object parentElement) { - if (parentElement instanceof JORAM) { - return ((JORAM) parentElement).getJmsObjects().toArray(); - } - return null; - } - - public Object getParent(Object element) { - return ((EObject) element).eContainer(); - } - - public boolean hasChildren(Object element) { - if (element instanceof JORAM) { - return ((JORAM) element).getJmsObjects().size() > 0; - } - return false; - } - - public Object[] getElements(Object inputElement) { - return ((Config) inputElement).getServers().toArray(); - } - - public void dispose() { - // do nothing - } - - public void inputChanged(Viewer viewer, Object oldInput, Object newInput) { - // do nothing - } - - } -} diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectEntryPointWizardPage.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectEntryPointWizardPage.java deleted file mode 100644 index 6d993aed2c9f302696644c2df164904d7568e039..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectEntryPointWizardPage.java +++ /dev/null @@ -1,217 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export.wizard; - -import java.util.ArrayList; -import java.util.List; - -import org.eclipse.emf.common.util.EList; -import org.eclipse.jface.viewers.ArrayContentProvider; -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.jface.viewers.LabelProvider; -import org.eclipse.jface.viewers.StructuredSelection; -import org.eclipse.jface.viewers.TableViewer; -import org.eclipse.jface.wizard.WizardPage; -import org.eclipse.swt.SWT; -import org.eclipse.swt.events.SelectionAdapter; -import org.eclipse.swt.events.SelectionEvent; -import org.eclipse.swt.layout.GridData; -import org.eclipse.swt.layout.GridLayout; -import org.eclipse.swt.widgets.Button; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.Label; -import org.eclipse.swt.widgets.Table; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.ConnectionManager; -import org.ow2.joram.design.model.joram.JoramService; -import org.ow2.joram.design.model.joram.ScalAgentServer; -import org.ow2.joram.design.model.joram.TCPProxyService; - -public class SelectEntryPointWizardPage extends WizardPage { - - private static final int TCP_MODE = 0; - - private static final int COLLOCATED_MODE = 1; - - private TableViewer fTcpTableViewer; - - private TableViewer fCollocatedTableViewer; - - private Button collocatedButton; - - private Button tcpButton; - - private List tcpentrypoints; - - private List collocatedentrypoints; - - protected SelectEntryPointWizardPage() { - super(SelectEntryPointWizardPage.class.getName(), "Select entry point.", null); - setDescription("Select the server where the connection will be done."); - } - - EntryPoint getEntryPoint() { - if (collocatedButton.getSelection()) { - return (EntryPoint) ((IStructuredSelection) fCollocatedTableViewer.getSelection()).getFirstElement(); - } - return (EntryPoint) ((IStructuredSelection) fTcpTableViewer.getSelection()).getFirstElement(); - } - - public void createControl(Composite parent) { - - Config joramConf = ((ExportAdminWizard) getWizard()).joramConf; - - EList servers = joramConf.getServers(); - tcpentrypoints = new ArrayList(); - collocatedentrypoints = new ArrayList(); - for (ScalAgentServer server : servers) { - List services = server.getServices(); - EntryPoint entryPoint = new EntryPoint(); - for (JoramService service : services) { - if (service instanceof TCPProxyService) { - entryPoint.tcp = (TCPProxyService) service; - } else if ((service instanceof ConnectionManager)) { - entryPoint.cm = (ConnectionManager) service; - EntryPoint ep = new EntryPoint(); - ep.sid = server.getSid(); - ep.hostname = server.getHost().getHostName(); - ep.cm = (ConnectionManager) service; - collocatedentrypoints.add(ep); - } - } - if (entryPoint.cm != null && entryPoint.tcp != null) { - entryPoint.sid = server.getSid(); - entryPoint.hostname = server.getHost().getHostName(); - tcpentrypoints.add(entryPoint); - } - } - - Composite composite = new Composite(parent, SWT.NONE); - - GridLayout gl = new GridLayout(); - composite.setLayout(gl); - - Label titleLabel = new Label(composite, SWT.NONE); - titleLabel.setText("Choose entry point used for script execution:"); - - // TCP table - tcpButton = new Button(composite, SWT.RADIO); - tcpButton.setText("TCP connection"); - - fTcpTableViewer = new TableViewer(composite, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER); - fTcpTableViewer.setContentProvider(new ArrayContentProvider()); - fTcpTableViewer.setLabelProvider(new LabelProvider() { - public String getText(Object element) { - EntryPoint entry = (EntryPoint) element; - return "Server " + entry.sid + " (" + entry.cm.getUser() + '@' + entry.hostname + ':' - + entry.tcp.getPort() + ')'; - } - }); - fTcpTableViewer.setInput(tcpentrypoints); - if (!tcpentrypoints.isEmpty()) { - fTcpTableViewer.setSelection(new StructuredSelection(tcpentrypoints.get(0))); - } - - GridData gd = new GridData(GridData.FILL_BOTH); - Table table = fTcpTableViewer.getTable(); - table.setLayoutData(gd); - table.setFont(parent.getFont()); - - // Collocated table - collocatedButton = new Button(composite, SWT.RADIO); - collocatedButton.setText("Collocated connection"); - - fCollocatedTableViewer = new TableViewer(composite, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER); - fCollocatedTableViewer.setContentProvider(new ArrayContentProvider()); - fCollocatedTableViewer.setLabelProvider(new LabelProvider() { - public String getText(Object element) { - EntryPoint entry = (EntryPoint) element; - return "Server " + entry.sid + " (" + entry.cm.getUser() + '@' + entry.hostname + ')'; - } - }); - fCollocatedTableViewer.setInput(collocatedentrypoints); - if (!collocatedentrypoints.isEmpty()) { - fCollocatedTableViewer.setSelection(new StructuredSelection(collocatedentrypoints.get(0))); - } - - gd = new GridData(GridData.FILL_BOTH); - table = fCollocatedTableViewer.getTable(); - table.setLayoutData(gd); - table.setFont(parent.getFont()); - - setControl(composite); - - // Select tcp as default - tcpButton.setSelection(true); - setMode(TCP_MODE); - - // Add listeners - collocatedButton.addSelectionListener(new SelectionAdapter() { - public void widgetSelected(SelectionEvent e) { - if (!collocatedButton.getSelection()) - return; - setMode(COLLOCATED_MODE); - } - }); - - tcpButton.addSelectionListener(new SelectionAdapter() { - public void widgetSelected(SelectionEvent e) { - if (!tcpButton.getSelection()) - return; - setMode(TCP_MODE); - } - }); - } - - void setMode(int mode) { - setErrorMessage(null); - setPageComplete(true); - if (mode == COLLOCATED_MODE) { - fTcpTableViewer.getTable().setEnabled(false); - fCollocatedTableViewer.getTable().setEnabled(true); - if (collocatedentrypoints.isEmpty()) { - setErrorMessage("No server with ConnectionManager found: no entry point to connect to."); - setPageComplete(false); - } - } else if (mode == TCP_MODE) { - fTcpTableViewer.getTable().setEnabled(true); - fCollocatedTableViewer.getTable().setEnabled(false); - if (tcpentrypoints.isEmpty()) { - setErrorMessage("No server with TCPProxyService found: no entry point to connect to."); - setPageComplete(false); - } - } - } - - static class EntryPoint { - - public short sid; - - public String hostname; - - public ConnectionManager cm; - - public TCPProxyService tcp; - - } - -} diff --git a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectJNDIWizardPage.java b/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectJNDIWizardPage.java deleted file mode 100644 index 82e3fbd9ffa8a32b3bf198a5985b8470c7ffa492..0000000000000000000000000000000000000000 --- a/designer/org.ow2.joram.design/src-custom/org/ow2/joram/design/model/export/wizard/SelectJNDIWizardPage.java +++ /dev/null @@ -1,104 +0,0 @@ -/* - * Copyright (C) 2010 ScalAgent Distributed Technologies - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): ScalAgent Distributed Technologies - * Contributor(s): - */ -package org.ow2.joram.design.model.export.wizard; - -import java.util.ArrayList; -import java.util.List; - -import org.eclipse.emf.common.util.EList; -import org.eclipse.jface.viewers.ArrayContentProvider; -import org.eclipse.jface.viewers.IStructuredSelection; -import org.eclipse.jface.viewers.LabelProvider; -import org.eclipse.jface.viewers.TableViewer; -import org.eclipse.jface.wizard.WizardPage; -import org.eclipse.swt.SWT; -import org.eclipse.swt.layout.GridData; -import org.eclipse.swt.layout.GridLayout; -import org.eclipse.swt.widgets.Composite; -import org.eclipse.swt.widgets.Table; -import org.ow2.joram.design.model.joram.Config; -import org.ow2.joram.design.model.joram.DistributedJNDIServer; -import org.ow2.joram.design.model.joram.JNDIServer; -import org.ow2.joram.design.model.joram.JoramService; -import org.ow2.joram.design.model.joram.ScalAgentServer; - -public class SelectJNDIWizardPage extends WizardPage { - - private TableViewer fTableViewer; - - protected SelectJNDIWizardPage() { - super("SelectJNDIWizardPage", "Select JNDI server.", null); - setDescription("Select the jndi used to register objects. A JNDIServer service is needed."); - } - - JNDIServer getJNDI() { - return (JNDIServer) ((IStructuredSelection) fTableViewer.getSelection()).getFirstElement(); - } - - public void createControl(Composite parent) { - Config joramConf = ((ExportAdminWizard) getWizard()).joramConf; - - EList servers = joramConf.getServers(); - List jndis = new ArrayList(); - for (ScalAgentServer server : servers) { - List services = server.getServices(); - for (JoramService service : services) { - if (service instanceof JNDIServer || service instanceof DistributedJNDIServer) { - jndis.add(service); - } - } - } - - Composite composite = new Composite(parent, SWT.NONE); - - GridLayout gl = new GridLayout(); - composite.setLayout(gl); - - fTableViewer = new TableViewer(composite, SWT.SINGLE | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER); - fTableViewer.setContentProvider(new ArrayContentProvider()); - fTableViewer.setLabelProvider(new LabelProvider() { - public String getText(Object element) { - if (element instanceof JNDIServer) { - JNDIServer jndi = (JNDIServer) element; - ScalAgentServer server = (ScalAgentServer) jndi.eContainer(); - return "JNDI on server " + server.getSid() + " (" + server.getHost().getHostName() + ':' - + jndi.getPort() + ')'; - } else if (element instanceof DistributedJNDIServer) { - DistributedJNDIServer jndi = (DistributedJNDIServer) element; - ScalAgentServer server = (ScalAgentServer) jndi.eContainer(); - return "Distributed JNDI on server " + server.getSid() + " (" + server.getHost().getHostName() - + ':' + jndi.getPort() + ')'; - } else { - return element.toString(); - } - } - }); - fTableViewer.setInput(jndis); - - GridData gd = new GridData(GridData.FILL_BOTH); - Table table = fTableViewer.getTable(); - table.setLayoutData(gd); - table.setFont(parent.getFont()); - setControl(composite); - } - -} diff --git a/elastic/java/aws/aws-java-sdk-1.3.8.jar b/elastic/java/aws/aws-java-sdk-1.3.8.jar deleted file mode 100644 index 8a51fe3b5eefa4444b13ef13bcd4f589c1128b50..0000000000000000000000000000000000000000 Binary files a/elastic/java/aws/aws-java-sdk-1.3.8.jar and /dev/null differ diff --git a/elastic/java/aws/commons-codec-1.3.jar b/elastic/java/aws/commons-codec-1.3.jar deleted file mode 100644 index 957b6752af9a60c1bb2a4f65db0e90e5ce00f521..0000000000000000000000000000000000000000 Binary files a/elastic/java/aws/commons-codec-1.3.jar and /dev/null differ diff --git a/elastic/java/aws/commons-logging-1.1.1.jar b/elastic/java/aws/commons-logging-1.1.1.jar deleted file mode 100644 index 8758a96b70cfba9466bacca19c0d99b87cf53734..0000000000000000000000000000000000000000 Binary files a/elastic/java/aws/commons-logging-1.1.1.jar and /dev/null differ diff --git a/elastic/java/aws/httpclient-4.1.1.jar b/elastic/java/aws/httpclient-4.1.1.jar deleted file mode 100644 index c845ef961049edabe24596b38a5a3aaa6e0d7139..0000000000000000000000000000000000000000 Binary files a/elastic/java/aws/httpclient-4.1.1.jar and /dev/null differ diff --git a/elastic/java/aws/httpcore-4.1.jar b/elastic/java/aws/httpcore-4.1.jar deleted file mode 100644 index a357c076c48f1dbcd2e8da7b05f839f0f6c9e86b..0000000000000000000000000000000000000000 Binary files a/elastic/java/aws/httpcore-4.1.jar and /dev/null differ diff --git a/elastic/java/src/build.xml b/elastic/java/src/build.xml deleted file mode 100644 index 5fdef03ae9ecb6b2d17c6ad9a8bdf6b845c08ee7..0000000000000000000000000000000000000000 --- a/elastic/java/src/build.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elastic/java/src/elasticity/eval/Constants.java b/elastic/java/src/elasticity/eval/Constants.java deleted file mode 100644 index bf7808e357b4e86469f789ca8bd9682805c9e9ea..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/eval/Constants.java +++ /dev/null @@ -1,23 +0,0 @@ -package elasticity.eval; - -class Constants { - /** - * Size of the produced messages (in bytes). - */ - public static final int MSG_SIZE = 1000; - - /** - * Maximum number a worker can consume per TIME_UNIT. - */ - public static final int WORKER_MAX = 500; - - /** - * period of time between two rounds (in ms). - */ - public static final int TIME_UNIT = 1000; - - /** - * Number of producers. - */ - public static final int NB_OF_PRODUCERS = 2; -} diff --git a/elastic/java/src/elasticity/eval/Producer.java b/elastic/java/src/elasticity/eval/Producer.java deleted file mode 100644 index f43f7368f24ba2daac133580e9fe1a2bd89eccf7..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/eval/Producer.java +++ /dev/null @@ -1,96 +0,0 @@ -package elasticity.eval; - -import javax.jms.BytesMessage; -import javax.jms.Connection; -import javax.jms.ConnectionFactory; -import javax.jms.MessageProducer; -import javax.jms.Queue; -import javax.jms.Session; -import javax.naming.Context; -import javax.naming.InitialContext; - -/** - * A producer java client. - * - * @author Ahmed El Rheddane - */ -public class Producer { - - /** - * Comuptes the load/s for each round. - * considering WORKER_MAX = 100. - * - * @param round Current round. - * @return Computed load. - */ - public static int computeLoad(int round) { - if (round < 1100) - return round / 2; - if (round < 1400) - return 550; - if (round < 1600) - return 550 + (round - 1400) / 2; - if (round < 1900) - return 650; - if (round < 2100) - return 650 - (round - 1900) / 2; - if (round < 2400) - return 550; - if (round < 2600) - return 550 - (round - 2400) / 2; - if (round < 2900) - return 450; - if (round < 3100) - return 450 + (round - 2900) / 2; - if (round < 3400) - return 550; - if (round < 4500) - return 550 - (round - 3400) / 2; - - return 0; - } - - public static void main(String argv[]) throws Exception { - - int number = Integer.parseInt(argv[0]); - System.out.println("[Producer " + number + "]\tStarted..."); - - Context ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cfp" + number); - Queue dest = (Queue) ictx.lookup("producer" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - Session session = cnx.createSession(true,Session.SESSION_TRANSACTED); - MessageProducer sender = session.createProducer(dest); - - byte[] content = new byte[Constants.MSG_SIZE]; - for (int i = 0; i< Constants.MSG_SIZE; i++) - content[i] = (byte) i; - - BytesMessage message = session.createBytesMessage(); - message.writeBytes(content); - - long start, wait; - int load; - cnx.start(); - - start = System.currentTimeMillis(); - for(int i = 0;true; i++) { - load = (computeLoad(i * Constants.TIME_UNIT/1000) * - Constants.WORKER_MAX / 100) / - Constants.NB_OF_PRODUCERS; - - for(int j = 0; j < load; j++) { - sender.send(message); - if ((j % 10) == 9) - session.commit(); - } - - System.out.println("[Producer " + number + "]\t" + i + "\t" + load * Constants.NB_OF_PRODUCERS); - wait = start + Constants.TIME_UNIT*(i+1) - System.currentTimeMillis(); - if (wait > 0) - Thread.sleep(wait); - } - } -} diff --git a/elastic/java/src/elasticity/eval/Setup.java b/elastic/java/src/elasticity/eval/Setup.java deleted file mode 100644 index 67361fb25197cfddf1d858552e8f288153571eb2..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/eval/Setup.java +++ /dev/null @@ -1,64 +0,0 @@ -package elasticity.eval; - -import java.util.Properties; - -import org.objectweb.joram.client.jms.Queue; -import org.objectweb.joram.client.jms.admin.AdminModule; -import org.objectweb.joram.client.jms.admin.User; -import org.objectweb.joram.client.jms.tcp.TcpConnectionFactory; - -/** - * Sets up the Joram configuration for tests. - * - * @author Ahmed El Rheddane - */ -public class Setup { - - public static void main(String args[]) throws Exception { - System.out.println("[Setup]\tStarted..."); - - // Connecting the administrator (using TcpProxyService port) - AdminModule.connect("10.0.0.2",16101,"root","root", 60); - - // Creating access for user anonymous on servers - User.create("anonymous", "anonymous", 101); - User.create("anonymous", "anonymous", 102); - User.create("anonymous", "anonymous", 1); - - //Worker - Queue rq1 = Queue.create(1); - - //Producers - Properties propAQ = new Properties(); - propAQ.setProperty("remoteAgentID",rq1.getName()); - Queue aq1 = Queue.create(101,"org.objectweb.joram.mom.dest.AliasInQueue",propAQ); - Queue aq2 = Queue.create(102,"org.objectweb.joram.mom.dest.AliasInQueue",propAQ); - - //Setting free access to the destinations - aq1.setFreeWriting(); - aq2.setFreeWriting(); - rq1.setFreeReading(); - rq1.setFreeWriting(); - - // Creating the connection factories for connecting to the servers: - javax.jms.ConnectionFactory cfp1 = - TcpConnectionFactory.create("10.0.0.2", 16101); - javax.jms.ConnectionFactory cfp2 = - TcpConnectionFactory.create("10.0.0.3", 16102); - javax.jms.ConnectionFactory cfw1 = - TcpConnectionFactory.create("10.0.0.4", 16001); - - // Binding the objects in JNDI: - javax.naming.Context jndiCtx = new javax.naming.InitialContext(); - jndiCtx.bind("producer1", aq1); - jndiCtx.bind("producer2", aq2); - jndiCtx.bind("worker1", rq1); - jndiCtx.bind("cfp1", cfp1); - jndiCtx.bind("cfp2", cfp2); - jndiCtx.bind("cfw1", cfw1); - jndiCtx.close(); - - AdminModule.disconnect(); - System.out.println("[Setup]\tDone."); - } -} diff --git a/elastic/java/src/elasticity/eval/Worker.java b/elastic/java/src/elasticity/eval/Worker.java deleted file mode 100644 index a971269ea42f3683811679c3fa3b1f70dec44220..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/eval/Worker.java +++ /dev/null @@ -1,70 +0,0 @@ -package elasticity.eval; - -import javax.jms.Connection; -import javax.jms.ConnectionFactory; -import javax.jms.JMSException; -import javax.jms.MessageConsumer; -import javax.jms.Queue; -import javax.jms.Session; -import javax.naming.Context; -import javax.naming.InitialContext; - -/** - * A worker java client. - * - * @author Ahmed El Rheddane - */ -public class Worker { - - public static void main (String argv[]) throws Exception { - int number = Integer.parseInt(argv[0]); - System.out.println("[Worker " + number + "]\tStarted..."); - - Context ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cfw" + number); - Queue dest = (Queue) ictx.lookup("worker" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - Session session = cnx.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageConsumer receiver = session.createConsumer(dest); - - long wait, rstart; - cnx.start(); - while(true) { - rstart = System.currentTimeMillis(); - ReceiveRound rr = new ReceiveRound(receiver,number); - rr.start(); - rr.join(Constants.TIME_UNIT); - - wait = rstart + Constants.TIME_UNIT - System.currentTimeMillis(); - if (wait > 0) - Thread.sleep(wait); - } - } -} - -/** - * A class used to receive a round of messages. - */ -class ReceiveRound extends Thread { - - private MessageConsumer receiver; - private int number; - - public ReceiveRound(MessageConsumer receiver, int number) { - this.receiver = receiver; - this.number = number; - } - - public void run() { - int count = 0; - for(int j = 0; j < Constants.WORKER_MAX; j++) { - try { - receiver.receive(); - count++; - } catch (JMSException e) {} - } - System.out.println("[Worker " + number + "]\t" + count); - } -} diff --git a/elastic/java/src/elasticity/interfaces/Loggable.java b/elastic/java/src/elasticity/interfaces/Loggable.java deleted file mode 100644 index e46332b9bd4db2228975dd25210a34e9ec0e0080..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/interfaces/Loggable.java +++ /dev/null @@ -1,27 +0,0 @@ -package elasticity.interfaces; - -import java.util.logging.FileHandler; -import java.util.logging.Level; -import java.util.logging.Logger; -import java.util.logging.SimpleFormatter; - -public abstract class Loggable { - protected Logger logger; - - /** - * Initializes the logger Object. - * - * @throws Exception - */ - protected void initLogger() throws Exception { - //Initializes the logger. - String currentClassName = this.getClass().getName(); - FileHandler fh = new FileHandler(currentClassName+".log", false); - SimpleFormatter formatter = new SimpleFormatter(); - fh.setFormatter(formatter); - logger = Logger.getLogger(currentClassName); - logger.addHandler(fh); - logger.setLevel(Level.ALL); - - } -} diff --git a/elastic/java/src/elasticity/interfaces/Service.java b/elastic/java/src/elasticity/interfaces/Service.java deleted file mode 100644 index 66b83360e657ba8c1201430ae9a90a48fb5fa35e..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/interfaces/Service.java +++ /dev/null @@ -1,30 +0,0 @@ -package elasticity.interfaces; - -import java.util.Properties; - -/** - * Defines what would a service layer be. - * - * @author Ahmed El Rheddane - */ -public abstract class Service extends Loggable { - /** - * Should be called before using the service. - * Starts by calling initLogger. - * - * @param props the set of properties needed to initialize the service. - * @throws Exception - */ - public void init(Properties props) throws Exception { - initLogger(); - initService(props); - } - - /** - * Initializes the specific server. - * - * @param props the set of properties needed to initialize the service. - * @throws Exception - */ - protected abstract void initService(Properties props) throws Exception; -} diff --git a/elastic/java/src/elasticity/loop/ControlLoop.java b/elastic/java/src/elasticity/loop/ControlLoop.java deleted file mode 100644 index 255a279470b274afe6e952f6aabcb554f41ae356..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/loop/ControlLoop.java +++ /dev/null @@ -1,75 +0,0 @@ -package elasticity.loop; - -import java.io.FileInputStream; -import java.io.InputStream; -import java.util.Properties; - -import elasticity.services.ElasticityService; - -/** - * The elasticity control loop. - * - * @author Ahmed El Rheddane - */ -public class ControlLoop { - - private static final String propFile = "elasticity.properties"; - - private static int period; - - public static void main(String args[]) { - System.out.println("[ControlLoop]\tStarted.."); - - //Read properties file. - Properties props = new Properties(); - InputStream reader; - try { - reader = new FileInputStream(propFile); - props.load(reader); - reader.close(); - - period = Integer.valueOf(props.getProperty("control_loop_period")); - } catch (Exception e) { - System.out.println("ERROR while reading properties file."); - return; - } - - - - System.out.println("[ControlLoop]\tFetched Properties.."); - - //Initialize elasticity server. - ElasticityService es = new ElasticityService(); - try { - es.init(props); - } catch (Exception e) { - System.out.println("ERROR: couldn't init elasticity service!"); - return; - } - - System.out.println("[ControlLoop]\tInitialized ES.."); - - //Begin loop.. - while(true) { - try { - Thread.sleep(period); - } catch (Exception e) { - System.out.println("ERROR: while sleeping.."); - return; - } - - try { - es.monitorWorkers(); - - if(!es.testScaleDown()) - if(es.testScaleUp()) - continue; - - es.updateWeights(); - } catch (Exception e) { - System.out.println("ERROR: see Elasticity Service log."); - return; - } - } - } -} diff --git a/elastic/java/src/elasticity/old/Command.java b/elastic/java/src/elasticity/old/Command.java deleted file mode 100644 index 39bf596c55d584a10c797ac0169bab5f5fcf9a0b..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/Command.java +++ /dev/null @@ -1,57 +0,0 @@ -package elasticity.old; - -import org.objectweb.joram.client.jms.Queue; -import org.objectweb.joram.client.jms.admin.AdminModule; - -import javax.jms.*; -import javax.naming.Context; -import javax.naming.InitialContext; - - - -/** - * Changes the remote destination of an AliasInQueue. - */ -public class Command { - - public static void main(String args[]) throws Exception { - String cmd = args[0]; - - System.out.println("[Command] Executing " + args[0] + "..."); - - AdminModule.connect("root", "root", 60); - - Context ictx = new InitialContext(); - Queue aq = (Queue) ictx.lookup("alias"); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf0"); - - - if (cmd.equals("add")) { - aq.addRemoteDestination(((Queue) ictx.lookup("remote" + args[1])).getName()); - } else if (cmd.equals("del")) { - aq.delRemoteDestination(((Queue) ictx.lookup("remote" + args[1])).getName()); - } else if (cmd.equals("send")) { - Connection cnx = cnxF.createConnection(); - Session session = cnx.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageProducer sender = session.createProducer(aq); - TextMessage message = session.createTextMessage(); - cnx.start(); - for(int i = 0; i < Integer.parseInt(args[1]); i++) { - message.setText("Message number " + i); - sender.send(message); - } - cnx.close(); - } else if (cmd.equals("stop")) { - try { - AdminModule.stopServer(Integer.parseInt(args[1])); - } catch (Exception e) { - System.out.println("Puroburemu -_-'"); - } - } - - - ictx.close(); - AdminModule.disconnect(); - System.out.println("[Command] Done."); - } -} \ No newline at end of file diff --git a/elastic/java/src/elasticity/old/Constants.java b/elastic/java/src/elasticity/old/Constants.java deleted file mode 100644 index da59f80fdc92ccc82ee5708406bf800c9a8ff428..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/Constants.java +++ /dev/null @@ -1,17 +0,0 @@ -package elasticity.old; - -public class Constants { - - static final int QUEUE_PERIOD = 1000; - - static final int MSG_SIZE = 1000; - static final int TIME_UNIT = 1000; - - // Round sending/receiving - static final int NB_OF_ROUNDS = 1000; - static final int MSG_PER_ROUND = 1000; - - // Regulated sending/Receiving - static final int MSG_LOAD = 1000; - -} \ No newline at end of file diff --git a/elastic/java/src/elasticity/old/ElasticityLoopV1.java b/elastic/java/src/elasticity/old/ElasticityLoopV1.java deleted file mode 100644 index 23f4492506c6664c77c33f064a2640e02a0bea6a..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/ElasticityLoopV1.java +++ /dev/null @@ -1,348 +0,0 @@ -package elasticity.old; - -import java.util.ArrayList; -import java.util.List; -import java.util.logging.FileHandler; -import java.util.logging.Level; -import java.util.logging.Logger; -import java.util.logging.SimpleFormatter; - -import javax.naming.*; - -import org.objectweb.joram.client.jms.Queue; -import org.objectweb.joram.client.jms.admin.AdminModule; - -/** - * A class to add elasticity to the Alias Queue behavior. - * - * @author Ahmed El Rheddane - * - */ -public class ElasticityLoopV1 { - - /** Logger object. */ - private final static Logger logger = Logger.getLogger(ElasticityLoopV1.class.getName()); - - /** Log file. */ - private final static String loggerFile = ElasticityLoopV1.class.getName() + ".log"; - - /** Limit over which we add new workers. */ - public static final int maxCapThreshold = 100; - - /** Limit under which we remove unnecessary workers. */ - public static final int minCapThreshold = 10; - - /** Period of our elasticity loop in milliseconds. */ - public static final Integer loopPeriod = 10000; - - /** Rate at which reception rates are decreased (a percentage) */ - private static int downRate = 20; - - /** The list of producers */ - private static List producers = null; - - /** The list of workers connected to producers, cannot be empty. */ - private static List activeWorkers = null; - - /** The list of available workers not connected to producers. */ - private static List idleWorkers = null; - - /** Number of delivered messages per active worker, since their creation. */ - private static List delivered; - - /** Number of delivered messages per active worker, during the last period. */ - private static List rates; - - - /** Number of pending messages per worker. */ - private static List loads; - - /** Number of monitored underloaded workers. */ - private static int underloaded; - - /** Number of monitored overloaded workers. */ - private static int overloaded; - - /** Index of the candidate to remove in an on-going scaling down process. */ - private static int toRemove; - - /** Reception rate of the candidate to remove when elected. */ - private static int toRemoveRate; - - /** Number of iterations since toRemove has been elected. */ - private static int toRemoveAge; - - /** Minimum value of current rates. */ - private static int minRate; - - /** Maximum value of current rates. */ - private static int maxRate; - - /** Loop continues while stop is false. */ - private static boolean stopLoop = false; - - - - /** initializes the logger. */ - public static void initLogger() { - try { - FileHandler fh = new FileHandler(loggerFile, false); - logger.addHandler(fh); - logger.setLevel(Level.ALL); - SimpleFormatter formatter = new SimpleFormatter(); - fh.setFormatter(formatter); - } catch (Exception e) { - e.printStackTrace(); - System.out.println("Logger couldn't be initialized."); - } - } - - /** Sets up the producers and workers. */ - public static void initLoop() throws Exception { - producers = new ArrayList(); - activeWorkers = new ArrayList(); - idleWorkers = new ArrayList(); - delivered = new ArrayList(); - rates = new ArrayList(); - loads = new ArrayList(); - - toRemove = -1; - - InitialContext ictx = new InitialContext(); - producers.add((Queue) ictx.lookup("alias0")); - activeWorkers.add((Queue) ictx.lookup("remote1")); - delivered.add(0); - rates.add(0); - loads.add(0); - for(int i = 2; i <= 3; i++) - idleWorkers.add((Queue) ictx.lookup("remote" + i)); - ictx.close(); - - } - - /** - * Updates the values of monitoring variables. - */ - private static void monitorWorkers() { - underloaded = 0; - overloaded = 0; - minRate = Integer.MAX_VALUE; - maxRate = Integer.MIN_VALUE; - - try { - for(int i = 0; i < activeWorkers.size(); i++) { - Queue worker = activeWorkers.get(i); - loads.set(i, worker.getPendingMessages()); - if (loads.get(i) < minCapThreshold) - underloaded++; - else if (loads.get(i) > maxCapThreshold) - overloaded++; - - int newDelivered = worker.getDeliveredMessages(); - rates.set(i, newDelivered - delivered.get(i)); - delivered.set(i,newDelivered); - if (rates.get(i) < minRate) - minRate = rates.get(i); - if (rates.get(i) > maxRate) - maxRate = rates.get(i); - } - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't monitor the workers."); - } - - String loadStr = ""; - String rateStr = ""; - for(int i = 0; i < activeWorkers.size(); i++) { - loadStr = loadStr + " " + loads.get(i); - rateStr = rateStr + " " + rates.get(i); - } - - logger.log(Level.FINE,"Monitored loads:" + loadStr); - logger.log(Level.FINE,"Monitored rates:" + rateStr); - } - - /** - * @return the index of a worker from idleWorkers to be added to activeWorkers. - */ - private static int electWorkerToAdd() { - return 0; - } - - /** - * @return the index of a worker from activeWorkers to be potentially removed. - */ - private static int electWorkerToRemove() { - return activeWorkers.size()-1; - } - - /** - * Starts, continues or aborts scaling down process based - * on the monitored values. - * @return true if scaling down is on-going. - */ - private static boolean testScaleDown() { - //Plan should be cancelled. - if (overloaded > 0) { - if (toRemove >= 0) { - rates.set(toRemove, toRemoveRate); - toRemove = -1; - logger.log(Level.INFO,"Cancelled scaling down plan."); - } - return false; - } - - //Should initiate plan. - if (activeWorkers.size() > 1 && toRemove < 0 && underloaded == activeWorkers.size()) { - toRemove = electWorkerToRemove(); - toRemoveAge = 0; - toRemoveRate = rates.get(toRemove); - logger.log(Level.INFO,"Elected worker to remove: " + toRemove); - } - - //Plan can continue. - if (toRemove >= 0) { - if (++toRemoveAge > (100/downRate)) { - Queue worker = activeWorkers.remove(toRemove); - idleWorkers.add(0,worker); - rates.remove(toRemove); - loads.remove(toRemove); - delivered.remove(toRemove); - - //Notify producers. - for(int i = 0; i < producers.size(); i++) - try { - producers.get(i).delRemoteDestination(worker.getName()); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't delete a remote destination from producers."); - } - toRemove = -1; - logger.log(Level.INFO, "Removed extra worker successfully."); - - } else { - rates.set(toRemove, toRemoveRate*(100-downRate*toRemoveAge)/100); - logger.log(Level.INFO,"Trying to remove extra worker, " + toRemoveAge); - } - return true; - } - - return false; - } - - /** - * Adds a new worker to the active workers list, if needed. - * @return true if scaling up is achieved. - */ - private static boolean testScaleUp() { - if (overloaded < activeWorkers.size() || idleWorkers.size() == 0) - return false; - - - int toAdd = electWorkerToAdd(); - Queue worker = idleWorkers.remove(toAdd); - activeWorkers.add(worker); - rates.add(maxRate); - loads.add(0); - try { - delivered.add(worker.getDeliveredMessages()); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't get new worker's delivered messages."); - } - - //Notify producers. - for(int i = 0; i < producers.size(); i++) - try { - producers.get(i).addRemoteDestination(worker.getName()); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't send weights to a producer."); - } - - logger.log(Level.INFO,"Added new worker successfully."); - return true; - } - - /** - * Decreases the monitored rates of overloaded workers. - */ - private static void regulateRates() { - if (overloaded == 0) - return; - - String rateStr = ""; - for(int i = 0; i < activeWorkers.size(); i++) { - if (loads.get(i) > maxCapThreshold) { - rates.set(i,rates.get(i)*(100-downRate)/100); - if (rates.get(i) < minRate) - minRate = rates.get(i); - } - rateStr = rateStr + " " + rates.get(i); - } - logger.log(Level.FINE,"Regulated rates:" + rateStr); - } - - /** - * Computes weights and sends them to producers. - */ - private static void sendWeights() { - int[] weights = new int[activeWorkers.size()]; - - if (minRate <= 0) - minRate = 1; - - int base = (int)Math.pow(10.0,Math.floor(Math.log10(minRate))); - - String weightStr = ""; - for (int i = 0; i < activeWorkers.size(); i++) { - int weight = (int)Math.round((double)rates.get(i)/(double)base); - - if (weight <= 0) - weight = 1; - - weights[i] = weight; - weightStr = weightStr + " " + weight; - } - - logger.log(Level.FINE,"Computed weights:" + weightStr); - - //Notify producers. - try { - for(int i = 0; i < producers.size(); i++) - - producers.get(i).sendDestinationsWeights(weights); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't send weights to a producer."); - } - } - - public static void main(String args[]) throws Exception { - AdminModule.connect("10.0.0.2",16010,"root","root", 60); - - initLogger(); - initLoop(); - - //Elasticity loop - long correction = 0l; - do { - Thread.sleep(loopPeriod - correction); - if (stopLoop) - break; - - long startTime = System.currentTimeMillis(); - - monitorWorkers(); - - if(!testScaleDown()) - if(!testScaleUp()) - regulateRates(); - - sendWeights(); - - correction = System.currentTimeMillis() - startTime; - logger.log(Level.FINE,"Iteration took: " + correction); - } while (!stopLoop); - } -} diff --git a/elastic/java/src/elasticity/old/Receiver.java b/elastic/java/src/elasticity/old/Receiver.java deleted file mode 100644 index ee5446d6cac44ac800377a7d80cc5a2db28f3318..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/Receiver.java +++ /dev/null @@ -1,64 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -/** - * A receiver client. - * Periodically reads messages from the corresponding queue. - */ -public class Receiver -{ - static Context ictx = null; - - public static boolean loop = true; - - public static void main(String argv[]) throws Exception - { - - int number = Integer.parseInt(argv[0]); - System.out.println("\n[Receiver " + number + "] Started..."); - - ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf" + number); - Queue dest = (Queue) ictx.lookup("remote" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - Session session = cnx.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageConsumer rec = session.createConsumer(dest); - - TextMessage msg; - - cnx.start(); - while(loop) { - msg = (TextMessage) rec.receive(); - System.out.println("[Receiver " + number + "] Received: " + msg.getText()); - } - - cnx.close(); - } -} diff --git a/elastic/java/src/elasticity/old/RegulatedReceiver.java b/elastic/java/src/elasticity/old/RegulatedReceiver.java deleted file mode 100644 index e38e2b73440a64d05599c0ea98ae63f167cf3f77..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/RegulatedReceiver.java +++ /dev/null @@ -1,93 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -/** - * A receiver client. - * Receives rounds of messages from a given queue. - */ -public class RegulatedReceiver { - - static class ReceiveRound extends Thread { - private MessageConsumer receiver; - - public ReceiveRound(Connection cnx, Queue dest) { - try { - Session session = cnx.createSession(false,Session.AUTO_ACKNOWLEDGE); - receiver = session.createConsumer(dest); - } catch (JMSException e) { - e.printStackTrace(System.out); - } - } - - public void run() { - try { - for(count = 0; count < load; count++) - receiver.receive(); - } catch (Exception e) { - e.printStackTrace(System.out); - } - } - } - - static int count; - static int number; - static int load; - - public static void main(String argv[]) throws Exception { - number = Integer.parseInt(argv[0]); - System.out.println("[RegulatedReceiver " + number + "]\tStarted..."); - - Context ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf" + number); - Queue dest = (Queue) ictx.lookup("remote" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - cnx.start(); - - if (number == 1) - load = Constants.MSG_LOAD * 70 / 100; - else - load = Constants.MSG_LOAD * 30 / 100; - - long wait, start; - for (int i = 0; i < 200; i++) { - start = System.currentTimeMillis(); - ReceiveRound rr = new ReceiveRound(cnx,dest); - rr.start(); - rr.join(Constants.TIME_UNIT); - rr.stop(); - - System.out.println("[RegulatedReceiver " + number + "]\t" + count); - - wait = start + Constants.TIME_UNIT - System.currentTimeMillis(); - if (wait > 0) - Thread.sleep(wait); - } - } -} diff --git a/elastic/java/src/elasticity/old/RegulatedReceiverBis.java b/elastic/java/src/elasticity/old/RegulatedReceiverBis.java deleted file mode 100644 index 21e425eb63a0d932fc631aac4433fca19cceec99..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/RegulatedReceiverBis.java +++ /dev/null @@ -1,76 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -/** - * A receiver client. - * Receives rounds of messages from a given queue. - * - * Does NOT work!! - */ -public class RegulatedReceiverBis { - - public static void main (String argv[]) throws Exception { - int number = Integer.parseInt(argv[0]); - System.out.println("[RegulatedReceiver " + number + "]\tStarted..."); - - Context ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf" + number); - Queue dest = (Queue) ictx.lookup("remote" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - - Session session = cnx.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageConsumer receiver = session.createConsumer(dest); - - cnx.start(); - - long wait; - Message msg = null; - long start = System.currentTimeMillis(); - - for(int i = 1; true; i++) { - for( int j = 0; j < Constants.MSG_PER_ROUND; j++) { - msg = receiver.receive(); - } - - System.out.println("[RegulatedReceiver " + number + "] Last message's latency (ms): " + (msg.getJMSTimestamp() - System.currentTimeMillis())); - wait = start + Constants.TIME_UNIT*(i+1) - System.currentTimeMillis(); - if (wait > 0) - Thread.sleep(wait); - } - - /* - long duration = System.currentTimeMillis() - Constants.TIMEOUT - start; - System.out.println("[RegulatedReceiver " + number + "]\tT\t" + duration); - cnx.close(); - System.out.println("[RegulatedReceiver " + number + "]\tDone."); - */ - } - -} \ No newline at end of file diff --git a/elastic/java/src/elasticity/old/RegulatedSender.java b/elastic/java/src/elasticity/old/RegulatedSender.java deleted file mode 100644 index a8b885d93b7efd28be96a81db7d69ee8b32917fe..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/RegulatedSender.java +++ /dev/null @@ -1,85 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -public class RegulatedSender { - - /** - * Computes weights for - * MAX_WORKER = 100 and - * TIME_UNIT = 1000. - * - * @param round - * @return - */ - public static int computeLoad(int round) { - if (round < 10) - return round * Constants.MSG_LOAD / 10; - return Constants.MSG_LOAD * 9 / 10; - } - - public static void main(String argv[]) throws Exception { - int number = Integer.parseInt(argv[0]); - System.out.println("[RegulatedSender " + number + "]\tStarted..."); - - Context ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf" + number); - Queue dest = (Queue) ictx.lookup("alias" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - Session session = cnx.createSession(true,Session.SESSION_TRANSACTED); - MessageProducer sender = session.createProducer(dest); - - byte[] content = new byte[Constants.MSG_SIZE]; - for (int i = 0; i< Constants.MSG_SIZE; i++) - content[i] = (byte) i; - - BytesMessage message = session.createBytesMessage(); - message.writeBytes(content); - - long start, wait; - int load; - cnx.start(); - start = System.currentTimeMillis(); - - for (int i = 0; i < 100; i++) { - load = computeLoad(i); - for (int j = 0; j < load; j++) { - sender.send(message); - if ((j % 10) == 9) - session.commit(); - } - System.out.println("[RegulatedSender " + number + "]\t" + i + "\t" + load); - wait = start + Constants.TIME_UNIT*(i+1) - System.currentTimeMillis(); - if (wait > 0) - Thread.sleep(wait); - } - //cnx.close(); - //System.out.println("[RegulatedSender]\tDone."); - } -} diff --git a/elastic/java/src/elasticity/old/RoundReceiver.java b/elastic/java/src/elasticity/old/RoundReceiver.java deleted file mode 100644 index 1387f29da2de2553adc7d67b37881933db027b83..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/RoundReceiver.java +++ /dev/null @@ -1,87 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -/** - * A receiver client. - * Receives rounds of messages from a given queue. - */ -public class RoundReceiver { - - static Context ictx = null; - - public static void main (String argv[]) throws Exception { - - System.out.println("[RoundReceiver]\tStarted..."); - - //int arg = Integer.parseInt(argv[0]); - - ictx = new InitialContext(); - ConnectionFactory cnxF0 = (ConnectionFactory) ictx.lookup("cf0"); - ConnectionFactory cnxF1 = (ConnectionFactory) ictx.lookup("cf" + argv[0]); - Queue dest = (Queue) ictx.lookup("remote" + argv[0]); - Queue ack = (Queue) ictx.lookup("ack"); - ictx.close(); - - Connection cnx1 = cnxF1.createConnection(); - Session session1 = cnx1.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageConsumer receiver = session1.createConsumer(dest); - - Connection cnx0 = cnxF0.createConnection(); - Session session0 = cnx0.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageProducer acker = session0.createProducer(ack); - - Message ackmsg = session0.createMessage(); - - cnx0.start(); - cnx1.start(); - - long sum = 0; - long rstart,round; - for(int i = 0; i < Constants.NB_OF_ROUNDS; i++) { - rstart = System.currentTimeMillis(); - for(int j = 0; j < Constants.MSG_PER_ROUND/2; j++) { - receiver.receive(); - } - round = System.currentTimeMillis() - rstart; - sum += round; - - acker.send(ackmsg); - - - System.out.println("[RoundReceiver]\t" + i + "\t" + round); - } - - cnx0.close(); - cnx1.close(); - - System.out.println("[RoundReceiver]\tAVG\t" + - sum/Constants.NB_OF_ROUNDS); - System.out.println("[RoundReceiver]\tDone."); - } - -} diff --git a/elastic/java/src/elasticity/old/RoundSender.java b/elastic/java/src/elasticity/old/RoundSender.java deleted file mode 100644 index 7e024c5124984c83cd7629c2d5bd829f68d8afa8..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/RoundSender.java +++ /dev/null @@ -1,126 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -/** - * A sender client. - * Sends rounds of messages to a queue. - */ -public class RoundSender -{ - static Context ictx = null; - - /** - * @param argv if argv[0] equals "alias" connects to the AliasQueue, - * else connects to the messages queue directly. - * @throws Exception - */ - public static void main(String argv[]) throws Exception { - - System.out.println("[RoundSender]\tStarted..."); - - boolean alias = true; - if (argv.length == 1) { - int arg = Integer.parseInt(argv[0]); - alias = (arg == 0); - - } - - byte[] content = new byte[Constants.MSG_SIZE]; - for (int i = 0; i< Constants.MSG_SIZE; i++) - content[i] = (byte) i; - - ictx = new InitialContext(); - - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf0"); - - Queue dest = null; - if (alias) - dest = (Queue) ictx.lookup("alias0"); - else - dest = (Queue) ictx.lookup("remote1"); - - Queue ack = (Queue) ictx.lookup("ack"); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - - Session session = cnx.createSession(true,Session.SESSION_TRANSACTED); - - MessageConsumer acker = session.createConsumer(ack); - MessageProducer sender = session.createProducer(dest); - - BytesMessage message = session.createBytesMessage(); - message.writeBytes(content); - - cnx.start(); - - long start = System.currentTimeMillis(); - long sum = 0; - long rstart,round; - - rstart = System.currentTimeMillis(); - for(int j = 0; j < Constants.MSG_PER_ROUND; j++) { - sender.send(message); - if ((j % 10) == 9) - session.commit(); - } - round = System.currentTimeMillis() - rstart; - System.out.println("[RoundSender]\t0\t" + round); - sum += round; - - for(int i = 1; i < Constants.NB_OF_ROUNDS; i++) { - rstart = System.currentTimeMillis(); - for(int j = 0; j < Constants.MSG_PER_ROUND; j++) { - sender.send(message); - if ((j % 10) == 9) - session.commit(); - } - round = System.currentTimeMillis() - rstart; - System.out.println("[RoundSender]\t" + i + "\t" + round); - sum += round; - acker.receive(); - acker.receive(); - } - - - - long end = System.currentTimeMillis(); - - cnx.close(); - - String version = "D"; - if (alias) - version = "A"; - - System.out.println("[RoundSender]\tAVG\t" + - sum/Constants.NB_OF_ROUNDS); - System.out.println("[RoundSender]\tMps(" + version + ")\t" + - (Constants.NB_OF_ROUNDS*Constants.MSG_PER_ROUND)*1000/(end-start)); - System.out.println("[RoundSender]\tDone."); - } -} diff --git a/elastic/java/src/elasticity/old/Sender.java b/elastic/java/src/elasticity/old/Sender.java deleted file mode 100644 index a8dac9253ab8975f656924e4a776b9a96ce78fb8..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/Sender.java +++ /dev/null @@ -1,61 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2001 - ScalAgent Distributed Technologies - * Copyright (C) 1996 - Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import javax.jms.*; -import javax.naming.*; - -/** - * A sender client. - * periodically sends a message to an alias queue. - */ -public class Sender -{ - static Context ictx = null; - - public static void main(String argv[]) throws Exception { - - - int number = Integer.parseInt(argv[0]); - System.out.println("[Sender " + number + "] Started..."); - - ictx = new InitialContext(); - ConnectionFactory cnxF = (ConnectionFactory) ictx.lookup("cf" + number); - Queue dest = (Queue) ictx.lookup("remote" + number); - ictx.close(); - - Connection cnx = cnxF.createConnection(); - Session session = cnx.createSession(false,Session.AUTO_ACKNOWLEDGE); - MessageProducer sender = session.createProducer(dest); - - TextMessage message = session.createTextMessage(); - message.setText("This is one hell of a message !"); - - cnx.start(); - sender.send(message); - cnx.close(); - - System.out.println("[Sender " + number + "] Done."); - } -} diff --git a/elastic/java/src/elasticity/old/StaticSetup.java b/elastic/java/src/elasticity/old/StaticSetup.java deleted file mode 100644 index 034b92e9fe8187417f2044ab1bf3c36a761284bb..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/old/StaticSetup.java +++ /dev/null @@ -1,104 +0,0 @@ -/* - * JORAM: Java(TM) Open Reliable Asynchronous Messaging - * Copyright (C) 2003 - 2004 Bull SA - * Copyright (C) 2001 - 2004 ScalAgent Distributed Technologies - * Copyright (C) 1996 - 2000 Dyade - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA. - * - * Initial developer(s): Frederic Maistre (INRIA) - * Contributor(s): Nicolas Tachker (ScalAgent), Ahmed El Rheddane (INRIA) - */ -package elasticity.old; - -import org.objectweb.joram.client.jms.Queue; -import org.objectweb.joram.client.jms.admin.AdminModule; -import org.objectweb.joram.client.jms.admin.User; -import org.objectweb.joram.client.jms.tcp.TcpConnectionFactory; - -import java.util.Properties; - -import javax.naming.*; - -/** - * Manages a distributed architecture. - * Creates a producer and 3 consumers on 3 JORAM servers. - */ -public class StaticSetup { - - public static void main(String args[]) throws Exception { - - System.out.println("[StaticSetup]\tStarted..."); - - // Connecting the administrator: - AdminModule.connect("10.48.7.102",16010,"root","root", 60); - - System.out.println("[StaticSetup]\tConnected to Admin Module."); - // Creating access for user anonymous on servers - User.create("anonymous", "anonymous", 0); - User.create("anonymous", "anonymous", 1); - User.create("anonymous", "anonymous", 2); - /*User.create("anonymous", "anonymous", 3);*/ - - // Creating the destinations on servers - Queue ack = Queue.create(0); - Queue rq1 = Queue.create(1); - Queue rq2 = Queue.create(2); - /*Queue rq3 = Queue.create(3);*/ - - Properties propAQ = new Properties(); - propAQ.setProperty("remoteAgentID",rq1.getName() + ";" + rq2.getName()); // + ";" + rq3.getName()); - propAQ.setProperty("period",String.valueOf(Constants.QUEUE_PERIOD)); - Queue aq0 = Queue.create(0,"org.objectweb.joram.mom.dest.AliasInQueue",propAQ); - - // Setting free access to the destinations: - ack.setFreeReading(); - ack.setFreeWriting(); - aq0.setFreeWriting(); - rq1.setFreeReading(); - rq1.setFreeWriting(); - rq2.setFreeReading(); - rq2.setFreeWriting(); - /*rq3.setFreeReading(); - rq3.setFreeWriting();*/ - - // Creating the connection factories for connecting to the servers: - javax.jms.ConnectionFactory cf0 = - TcpConnectionFactory.create("10.48.7.102", 16010); - javax.jms.ConnectionFactory cf1 = - TcpConnectionFactory.create("10.227.205.231", 16011); - javax.jms.ConnectionFactory cf2 = - TcpConnectionFactory.create("10.227.135.211", 16012); - /*javax.jms.ConnectionFactory cf3 = - TcpConnectionFactory.create("10.0.0.5", 16013);*/ - - // Binding the objects in JNDI: - Context jndiCtx = new InitialContext(); - jndiCtx.bind("ack", ack); - jndiCtx.bind("alias0", aq0); - jndiCtx.bind("remote1", rq1); - jndiCtx.bind("remote2", rq2); - /*jndiCtx.bind("remote3", rq3);*/ - jndiCtx.bind("cf0", cf0); - jndiCtx.bind("cf1", cf1); - jndiCtx.bind("cf2", cf2); - /*jndiCtx.bind("cf3", cf3);*/ - jndiCtx.close(); - - AdminModule.disconnect(); - System.out.println("[StaticSetup]\tDone."); - } -} diff --git a/elastic/java/src/elasticity/services/AmazonService.java b/elastic/java/src/elasticity/services/AmazonService.java deleted file mode 100644 index b51ba2b1c5790bc77a4142704685e3acbe9ded61..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/services/AmazonService.java +++ /dev/null @@ -1,126 +0,0 @@ -package elasticity.services; - - -import java.util.Map; -import java.util.TreeMap; -import java.util.Properties; -import java.util.logging.Level; - -import com.amazonaws.auth.BasicAWSCredentials; -import com.amazonaws.services.ec2.AmazonEC2; -import com.amazonaws.services.ec2.AmazonEC2Client; -import com.amazonaws.services.ec2.model.DescribeInstancesRequest; -import com.amazonaws.services.ec2.model.DescribeInstancesResult; -import com.amazonaws.services.ec2.model.Instance; -import com.amazonaws.services.ec2.model.RunInstancesRequest; -import com.amazonaws.services.ec2.model.RunInstancesResult; -import com.amazonaws.services.ec2.model.TerminateInstancesRequest; - -import elasticity.interfaces.Service; - -/** - * The VM service, allows creating and destroying instances - * on an EC2-like cloud. - * - * @author Ahmed El Rheddane - * - */ -public class AmazonService extends Service { - - private static final String awsServiceUrl = "http://194.199.25.115:80/services/Cloud/"; - private static final String awsAccessKey = "admin"; - private static final String awsSecretKey = "password"; - private static final String awsKeypair = "molkey"; - private static final String awsInstanceType = "m1.small"; - - private String awsImageId; - - private AmazonEC2 ec2; - - /** - * Matches the current VM instances IP addresses with their EC2 IDs. - */ - private Map ip2id = new TreeMap(); - - @Override - protected void initService(Properties props) throws Exception { - //Get the properties.. - awsImageId = props.getProperty("aws_image_id"); - - ec2 = new AmazonEC2Client(new BasicAWSCredentials(awsAccessKey,awsSecretKey)); - ec2.setEndpoint(awsServiceUrl); - - logger.log(Level.INFO,"Initialization completed."); - } - - /** - * Runs a VM instance on an AWS compatible cloud. - * - * @return The IP of the started instance. - */ - public String runInstance() throws Exception { - logger.log(Level.INFO,"Running new instance.."); - //Prepares the run request. - RunInstancesRequest runInstancesRequest = new RunInstancesRequest(); - runInstancesRequest.setImageId(awsImageId); - runInstancesRequest.setKeyName(awsKeypair); - runInstancesRequest.setInstanceType(awsInstanceType); - runInstancesRequest.setMaxCount(1); - - //Executes the run request. - String instanceId = ""; //Will be changed eventually. - try { - RunInstancesResult runInstancesResult = ec2.runInstances(runInstancesRequest); - instanceId = runInstancesResult.getReservation().getInstances().get(0).getInstanceId(); - logger.log(Level.INFO,"Sent RunInstanceRequest successfully.."); - } catch (Exception e) { - logger.log(Level.SEVERE,"Error while sending RunInstanceRequest!" ); - throw e; //Forwards the exception - } - - //Waits for the instance to be "running". - String instanceIp = ""; //Will be changed eventually. - boolean done = false; - while (!done) { - try { - Thread.sleep(1000); - - DescribeInstancesRequest describeInstancesRequest = new DescribeInstancesRequest(); - describeInstancesRequest.withInstanceIds(instanceId); - DescribeInstancesResult describeInstancesResult = ec2.describeInstances(describeInstancesRequest); - - Instance instance = describeInstancesResult.getReservations().get(0).getInstances().get(0); - logger.log(Level.INFO,"Current instance state: " + instance.getState().getName() + ".."); - if (instance.getState().getName().equals("running")) { - instanceIp = instance.getPublicIpAddress(); - ip2id.put(instanceIp,instanceId); - done = true; - } - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE,"Error while waiting for instance to become running!" ); - throw e; - } - } - - logger.log(Level.INFO,"Instance ran with IP: " + instanceIp + "."); - return instanceIp; - } - - /** - * Terminates a VM instance. - * - * @param instanceIp The IP address of the instance to be removed - */ - public void terminateInstance(String instanceIp) throws Exception { - logger.log(Level.INFO,"Terminating instance with IP: " + instanceIp + ".."); - String instanceId = ip2id.get(instanceIp); - - TerminateInstancesRequest terminateInstancesRequest = new TerminateInstancesRequest(); - terminateInstancesRequest.withInstanceIds(instanceId); - ec2.terminateInstances(terminateInstancesRequest); - - ip2id.remove(instanceIp); - logger.log(Level.INFO,"Terminated instance successfully."); - } -} diff --git a/elastic/java/src/elasticity/services/ElasticityService.java b/elastic/java/src/elasticity/services/ElasticityService.java deleted file mode 100644 index 56a3bdd271708315b3af8100e6a1f3b2a1c43ced..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/services/ElasticityService.java +++ /dev/null @@ -1,344 +0,0 @@ -package elasticity.services; - -import java.util.ArrayList; -import java.util.List; -import java.util.Properties; -import java.util.logging.Level; - -import javax.jms.ConnectionFactory; -import javax.naming.InitialContext; - -import org.objectweb.joram.client.jms.Queue; -import org.objectweb.joram.client.jms.admin.AdminModule; - -import elasticity.interfaces.Service; - -/** - * Provides the scaling down/up, monitoring and updating methods - * for an elasticity control loop. - * - * @author Ahmed El Rheddane - */ -public class ElasticityService extends Service { - - /** A link to the Joram service. */ - private JoramService js; - - //Properties. - /** The value beyond which a worker is considered overloaded. */ - private int maxLoadLimit; - - /** The value beneath which a worker is considered underloaded. */ - private int minLoadLimit; - - /** - * Rate by which consumption rates are decreased (a percentage). - * It is used (1) when regulating overloaded queues' rates; - * and (2), when scaling down, which takes 100/downRate rounds. - */ - private int downRate; - - //Involved JMS objects. - /** The list of producers */ - private List producers; - - /** The list of workers connected to producers, cannot be empty. */ - private List workers; - - //Monitoring values - /** Number of delivered messages per active worker, since their creation. */ - private List delivered; - - /** Number of delivered messages per active worker, during the last period. */ - private List rates; - - /** Number of pending messages per worker. */ - private List loads; - - /** Number of monitored underloaded workers. */ - private int underloaded; - - /** Number of monitored overloaded workers. */ - private int overloaded; - - /** - * Stores for how many rounds a scaling down plan has been on-going. - * If < 0, no scaling down plan is being carried on. - */ - private int scalingDownAge; - - /** - * Stores the rate of the worker to remove, just before initiating - * the scaling down plan. - */ - private int scalingDownRate; - - @Override - public void initService(Properties props) throws Exception { - //Initializes the service beneath. - js = new JoramService(); - try { - js.init(props); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE,"Error while initializing Amazon Service!"); - throw e; - } - - //Get the properties.. - maxLoadLimit = Integer.valueOf(props.getProperty("max_load_limit")); - minLoadLimit = Integer.valueOf(props.getProperty("min_load_limit")); - downRate = Integer.valueOf(props.getProperty("down_rate")); - - //Initializing the fields.. - producers = new ArrayList(); - workers = new ArrayList(); - delivered = new ArrayList(); - - rates = new ArrayList(); - loads = new ArrayList(); - - //Hard-coded setup of initial configuration. - InitialContext ictx = new InitialContext(); - producers.add((Queue) ictx.lookup("producer1")); - producers.add((Queue) ictx.lookup("producer2")); - workers.add((Queue) ictx.lookup("worker1")); - ictx.close(); - - delivered.add(0); - rates.add(0); - loads.add(0); - - scalingDownAge = -1; - - //Setting the admin connection once and for all. - AdminModule.connect("10.0.0.2",16101,"root","root", 60); - - logger.log(Level.INFO,"Initialization completed."); - } - - /** - * Updates the values of monitoring variables. - */ - public void monitorWorkers() throws Exception { - underloaded = 0; - overloaded = 0; - - try { - for(int i = 0; i < workers.size(); i++) { - Queue worker = workers.get(i); - - int newDelivered = worker.getDeliveredMessages(); - rates.set(i, newDelivered - delivered.get(i)); - delivered.set(i,newDelivered); - - loads.set(i, worker.getPendingMessages()); - if (loads.get(i) < minLoadLimit) - underloaded++; - else if (loads.get(i) > maxLoadLimit) - overloaded++; - } - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't monitor the workers!"); - throw e; - } - - String loadStr = ""; - String rateStr = ""; - for(int i = 0; i < workers.size(); i++) { - loadStr = loadStr + " " + loads.get(i); - rateStr = rateStr + " " + rates.get(i); - } - - logger.log(Level.FINE,"Monitored loads:" + loadStr); - logger.log(Level.FINE,"Monitored rates:" + rateStr); - } - - /** - * Starts, continues or aborts scaling down process based - * on the monitored values. - * - * A scaling down plan goes on for 100/downRate rounds before - * deleting the last added worker. - * - * @return true if scaling down is started or on-going. - */ - public boolean testScaleDown() throws Exception { - int last = workers.size()-1; - - //Plan should be cancelled. - if (overloaded > 0) { - if (scalingDownAge >= 0) { - rates.set(last, scalingDownRate); - scalingDownAge = -1; - logger.log(Level.INFO,"Cancelled scaling down plan."); - } - return false; - } - - //Should initiate plan. - if (workers.size() > 1 && scalingDownAge < 0 && underloaded == workers.size()) { - scalingDownRate = rates.get(last); - scalingDownAge = 0; - } - - //Plan can continue. - if (scalingDownAge >= 0) { - if (++scalingDownAge > (100/downRate)) { - //Worker should effectively be removed. - Queue worker = workers.remove(last); - rates.remove(last); - loads.remove(last); - delivered.remove(last); - - //Notify producers. - for(Queue producer : producers) - try { - producer.delRemoteDestination(worker.getName()); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't delete the remote destination from producers!"); - throw e; - } - - //Remove from Joram infrastructure. - try { - js.delWorker(); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Problem while trying to remove the corresponding Joram Server!"); - throw e; - } - - scalingDownAge = -1; - - logger.log(Level.INFO, "Removed extra worker successfully."); - return false; - - } else { - //Gradually decrease the rate of the worker to remove (will affect weights computation). - rates.set(last, scalingDownRate*(100-downRate*scalingDownAge)/100); - logger.log(Level.INFO,"Trying to remove extra worker, " + scalingDownAge + ".."); - return true; - } - } - - //No scaling down plan started or continued. - return false; - } - - /** - * Adds a new worker to the active workers list, - * if all workers are overloaded - * - * @return true if scaling up is achieved. - */ - public boolean testScaleUp() throws Exception { - if (overloaded < workers.size()) - return false; - - //Update weights based on new values. - updateWeights(); - - //Adding the worker to the Joram infrastructure - Queue worker; - try { - worker = js.addWorker(); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't create the new Joram server!"); - throw e; - } - - //Adding it to our system view - workers.add(worker); - delivered.add(0); - rates.add(0); - loads.add(0); - - /* - * Notify producers, not that initial weight = - * max weights of the workers, which is done - * by addRemoteDestination on producer's side. - */ - for(Queue producer : producers) - try { - producer.addRemoteDestination(worker.getName()); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't send weights to a producer!"); - throw e; - } - - //Skip values computed during worker's creation - monitorWorkers(); - - logger.log(Level.INFO,"Added new worker successfully."); - return true; - } - - /** - * Decreases the monitored rates of overloaded workers. - */ - private void regulateRates() { - //Return, if no need for regulation. - if (overloaded == 0 || overloaded == workers.size()) - return; - - String rateStr = ""; - for(int i = 0; i < workers.size(); i++) { - if (loads.get(i) > maxLoadLimit) - rates.set(i,rates.get(i)*(100-downRate)/100); - - rateStr = rateStr + " " + rates.get(i); - } - logger.log(Level.FINE,"Regulated rates:" + rateStr); - } - - /** - * Computes weights and sends them to producers. - * Calls regulateRates. - */ - public void updateWeights() throws Exception { - - //If necessary.. - regulateRates(); - - //Compute weights. - int[] weights = new int[workers.size()]; - int maxRate = Integer.MIN_VALUE; - for(int i = 0; i < workers.size(); i++) - if (rates.get(i) > maxRate) - maxRate = rates.get(i); - - if (maxRate < 1) - maxRate = 1; - - int base = (int)Math.pow(10.0,Math.floor(Math.log10(maxRate))-1); - - String weightStr = ""; - for (int i = 0; i < workers.size(); i++) { - int weight = (int)Math.round((double)rates.get(i)/(double)base); - int wb = (int)Math.pow(10.0,Math.floor(Math.log10(weight))); - - if (weight < 1) //Weight should NEVER be negative - weight = 1; - - weights[i] = weight; - weightStr = weightStr + " " + weight; - } - logger.log(Level.FINE,"Computed weights:" + weightStr); - - //Notify producers. - for(int i = 0; i < producers.size(); i++) - try { - producers.get(i).sendDestinationsWeights(weights); - - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE, "Couldn't send weights to a producer!"); - throw e; - } - } -} diff --git a/elastic/java/src/elasticity/services/JoramService.java b/elastic/java/src/elasticity/services/JoramService.java deleted file mode 100644 index 91939398c8a19afd52bb5198ee2a3d229a068c17..0000000000000000000000000000000000000000 --- a/elastic/java/src/elasticity/services/JoramService.java +++ /dev/null @@ -1,214 +0,0 @@ -package elasticity.services; - -import java.io.File; -import java.io.FileOutputStream; -import java.io.PrintWriter; -import java.util.LinkedList; -import java.util.Properties; -import java.util.logging.Level; - -import javax.naming.InitialContext; - -import org.objectweb.joram.client.jms.Queue; -import org.objectweb.joram.client.jms.admin.AdminModule; -import org.objectweb.joram.client.jms.admin.User; -import org.objectweb.joram.client.jms.tcp.TcpConnectionFactory; - - -import elasticity.interfaces.Service; - -/** - * Joram service, manages Joram workers. - * - * @author Ahmed El Rheddane - * - */ -public class JoramService extends Service { - private static final String tcpProxyService = "org.objectweb.joram.mom.proxies.tcp.TcpProxyService"; - - //Scripts used by this service. - private static final String launchServer = "/root/joram/bin/launch-vm-server.sh"; - private static final String launchClient = "/root/joram/bin/launch-vm-client.sh"; - - //Values so that the ports of worker i are base+i. - private static final int domainPortBase = 16050; - private static final int serverPortBase = 16000; - - - /** A link to the VM service. */ - private AmazonService as; - - /** List of pre-rpovisionned VMs. */ - private LinkedList preVms; - - /** List of currently used VMs. */ - private LinkedList vms; - - /** Current number of workers. */ - private int size; - - /** Number of servers per VM. */ - private int spvm; - - - @Override - protected void initService(Properties props) throws Exception { - //Initializes the service beneath. - as = new AmazonService(); - try { - as.init(props); - } catch (Exception e) { - e.printStackTrace(); - logger.log(Level.SEVERE,"Error while initializing Amazon Service."); - throw e; - } - - //Get the properties.. - int ppSize = Integer.valueOf(props.getProperty("pre_provision_size")); - spvm = Integer.valueOf(props.getProperty("servers_per_vm")); - - //Pre-provisioning, if requested. - preVms = new LinkedList(); - for (int i = 0; i < ppSize; i++) { - PreProvision pp = new PreProvision(as,preVms); - pp.start(); - } - - //Hard-coded setup of initial configuration. - vms = new LinkedList(); - vms.push("10.0.0.4"); - size = 1; - - logger.log(Level.INFO,"Initialization completed."); - } - - /** - * Deletes a worker (a consumer along with its queue and Joram server). - * - * @throws Exception - */ - public void delWorker() throws Exception { - logger.log(Level.INFO,"Deleting worker.."); - AdminModule.stopServer(size); - AdminModule.removeServer(size); - - size--; - if ((size % spvm) == 0) { - String vm =vms.pop(); - //To be suppressed effectively (needed for the logs though) - } - - logger.log(Level.INFO,"Deleted worker."); - } - - /** - * Creates a new worker (i.e. Joram server, queue and consumer). - * - * @return The new workers' destination. - * @throws Exception - */ - public Queue addWorker() throws Exception { - logger.log(Level.INFO,"Adding new worker.."); - String vm; - - if ((size % spvm) == 0) { - if (preVms.isEmpty()) { - vm = as.runInstance(); - logger.log(Level.INFO,"Runned new VM with IP: " + vm + ".."); - } else { - vm = preVms.poll(); - PreProvision pp = new PreProvision(as,preVms); - pp.start(); //Replaces the VM we just polled - logger.log(Level.INFO,"Used pre-provisionned VM.."); - } - vms.push(vm); - } else { - vm = vms.peek(); - logger.log(Level.INFO,"Used spot on existing VM."); - } - - return addServer(vm,++size); - } - - /** - * Creates the worker on the given machine, with the given number. - * Called by addWoker. - * - * @param servIp The address of the machine where the server is to be created. - * @param servNum the number of the server to be created. - * @return The new worker's destination. - * @throws Exception - */ - private Queue addServer(String servIp, int servNum) throws Exception { - //AdminModule.connect("root", "root", 60); - String[] service = new String[1]; - service[0]=tcpProxyService; - String[] serviceArg = new String[1]; - serviceArg[0]=Integer.toString(serverPortBase+servNum); - AdminModule.addServer(servNum,servIp,"D1",domainPortBase+servNum,"W"+servNum,service,serviceArg); - - logger.log(Level.INFO,"Added new server logically.."); - - String platformConfig = AdminModule.getConfiguration(); - File platformConfigFile = new File("new_a3servers.xml"); - FileOutputStream fos = new FileOutputStream(platformConfigFile); - PrintWriter pw = new PrintWriter(fos); - pw.println(platformConfig); - pw.flush(); - pw.close(); - fos.close(); - - // Add new server - String[] command = {launchServer,servIp,Integer.toString(servNum)}; - Runtime.getRuntime() - .exec(command); - //Thread.sleep(5000); - - logger.log(Level.INFO,"Started new server remotely.."); - - User.create("anonymous", "anonymous", servNum); - Queue newRq = Queue.create(servNum); - newRq.setFreeReading(); - newRq.setFreeWriting(); - javax.jms.ConnectionFactory newCf = - TcpConnectionFactory.create(servIp,serverPortBase+servNum); - - InitialContext ictx = new InitialContext(); - ictx.rebind("cfw"+servNum,newCf); - ictx.rebind("worker"+servNum,newRq); - ictx.close(); - - logger.log(Level.INFO,"Created new worker on new server.."); - - command[0] = launchClient; - Runtime.getRuntime() - .exec(command); - //Thread.sleep(5000); - - logger.log(Level.INFO,"Started client remotely."); - return newRq; - } -} - -/** - * A class used to pre-provision vms in parallel. - */ -class PreProvision extends Thread { - - private LinkedList preVms; - private AmazonService as; - - public PreProvision(AmazonService as, LinkedList preVms) { - this.preVms = preVms; - this.as = as; - } - - public void run() { - try { - String vm = as.runInstance(); - preVms.offer(vm); - } catch (Exception e) { - //Well, this is awkward... - } - } -} \ No newline at end of file diff --git a/elastic/test/bundles/sadt-monitoring-1.0.0-SNAPSHOT.jar b/elastic/test/bundles/sadt-monitoring-1.0.0-SNAPSHOT.jar deleted file mode 100644 index c22a465984ffbaf806d199a4b9c330af7ef02fbd..0000000000000000000000000000000000000000 Binary files a/elastic/test/bundles/sadt-monitoring-1.0.0-SNAPSHOT.jar and /dev/null differ diff --git a/elastic/test/joram/bin/client.sh b/elastic/test/joram/bin/client.sh deleted file mode 100755 index 1d1102a5f5b6121051b5844c6a6024250d9ad6e2..0000000000000000000000000000000000000000 --- a/elastic/test/joram/bin/client.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh - -# Definition of environment variables -JORAM_HOME=/home/ubuntu/joram -JAVA_HOME=/home/ubuntu/jdk1.7.0_10 - -if [ -z $1 ] -then - echo "!! Missing class argument: compile samples and try 'classic.ClassicAdmin', 'classic.Sender' and 'classic.Receiver' for example !!" - exit 1 -fi - -CONFIG_DIR=$JORAM_HOME/config -JORAM_BUNDLES=$JORAM_HOME/ship/bundle -RUN_DIR=$JORAM_HOME/run -CLASSES=$JORAM_HOME/classes/ - -# Building the Classpath -CLASSPATH=$JORAM_BUNDLES/a3-common.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/jndi-client.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/jndi-shared.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/geronimo-jms_1.1_spec.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/joram-client-jms.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/joram-shared.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/jcup.jar -CLASSPATH=$CLASSPATH:$JORAM_BUNDLES/monolog.jar -CLASSPATH=$CLASSPATH:$CLASSES -CLASSPATH=$CLASSPATH:$RUN_DIR - -#AWS -AWS_JARS=$JORAM_HOME/ship/aws -CLASSPATH=$CLASSPATH:$AWS_JARS/aws-java-sdk-1.3.8.jar -CLASSPATH=$CLASSPATH:$AWS_JARS/commons-codec-1.3.jar -CLASSPATH=$CLASSPATH:$AWS_JARS/commons-logging-1.1.1.jar -CLASSPATH=$CLASSPATH:$AWS_JARS/httpclient-4.1.1.jar -CLASSPATH=$CLASSPATH:$AWS_JARS/httpcore-4.1.jar - - -cp $CONFIG_DIR/jndi.properties $RUN_DIR/jndi.properties -cp $CONFIG_DIR/a3debug.cfg $RUN_DIR/a3debug.cfg - -cp $CONFIG_DIR/elasticity.properties $RUN_DIR/elasticity.properties - -cd $RUN_DIR; exec "${JAVA_HOME}"/bin/java -classpath $CLASSPATH $* diff --git a/elastic/test/joram/bin/launch-vm-client.sh b/elastic/test/joram/bin/launch-vm-client.sh deleted file mode 100755 index 4a0e316710ce8b4d71c48b5e43f59fe71eedeb25..0000000000000000000000000000000000000000 --- a/elastic/test/joram/bin/launch-vm-client.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -IPADDR=$1 -NUM=$2 - -ssh -o UserKnownHostsFile=/dev/null \ - -o StrictHostKeyChecking=no \ - -i /root/config/molkey.pem \ - -f $IPADDR "nohup joram/bin/client.sh elasticity.eval.Worker $NUM > /dev/null &" diff --git a/elastic/test/joram/bin/launch-vm-server.sh b/elastic/test/joram/bin/launch-vm-server.sh deleted file mode 100755 index 0929b155160a992a15a1958154d28dc766e8ee22..0000000000000000000000000000000000000000 --- a/elastic/test/joram/bin/launch-vm-server.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -IPADDR=$1 -NUM=$2 - -OK=1 -while [ $OK -ne 0 ] -do - scp -o UserKnownHostsFile=/dev/null \ - -o StrictHostKeyChecking=no \ - -i /root/config/molkey.pem \ - /root/joram/run/new_a3servers.xml \ - $IPADDR:/root/joram/config/a3servers.xml - OK=$? - sleep 1 -done - -ssh -o UserKnownHostsFile=/dev/null \ - -o StrictHostKeyChecking=no \ - -i /root/config/molkey.pem \ - -f $IPADDR "nohup joram/bin/server.sh $NUM > /dev/null &" diff --git a/elastic/test/joram/bin/server.sh b/elastic/test/joram/bin/server.sh deleted file mode 100755 index ba42acdba70f90e3f33c4dd0116ca6b7657dfb5f..0000000000000000000000000000000000000000 --- a/elastic/test/joram/bin/server.sh +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/bash - -# Definition of environment variables -JORAM_HOME=/home/ubuntu/joram -JAVA_HOME=/home/ubuntu/jdk1.7.0_10 - -# Test the argument number -if [ -z $1 ] -then - echo "!! Missing server id argument (0, 1 or 2) - see a3servers.xml !!" - exit 1 -fi - -if [ ! -z $2 ] -then - echo "!! Too many arguments !!" - exit 1 -fi - -CONFIG_DIR=$JORAM_HOME/config -JORAM_BIN=$JORAM_HOME/ship/bin -RUN_DIR=$JORAM_HOME/run -SERVER_RUN_DIR=$RUN_DIR/server$1 - -# Building the Classpath -CLASSPATH=$CLASSPATH:$JORAM_BIN/felix.jar - -mkdir $RUN_DIR -mkdir $SERVER_RUN_DIR - -# Clean $SERVER_RUN_DIR -rm -rf $SERVER_RUN_DIR/s$1 $SERVER_RUN_DIR/felix-cache - -cp $CONFIG_DIR/a3config.dtd $SERVER_RUN_DIR/a3config.dtd -cp $CONFIG_DIR/a3debug.cfg $SERVER_RUN_DIR/a3debug.cfg -cp $CONFIG_DIR/a3servers.xml $SERVER_RUN_DIR/a3servers.xml -cp $CONFIG_DIR/config.properties $SERVER_RUN_DIR/config.properties - -sed -e "s/NUM/$1/g" -e "s/RAND/$RANDOM/g" $CONFIG_DIR/MonitoringConfig.template > $SERVER_RUN_DIR/MonitoringConfig.xml - -PORT=$((16500+$1)) -cd $SERVER_RUN_DIR; exec "${JAVA_HOME}"/bin/java -Dosgi.shell.telnet.port=$PORT -Dfelix.config.properties=file:config.properties -Dcom.sun.management.jmxremote -Dfr.dyade.aaa.agent.AgentServer.id=$1 -classpath $CLASSPATH org.apache.felix.main.Main diff --git a/elastic/test/joram/config/MonitoringConfig.template b/elastic/test/joram/config/MonitoringConfig.template deleted file mode 100644 index b50939ee21f59e8d279e20b3e9cdfb140c126f92..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/MonitoringConfig.template +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/elastic/test/joram/config/a3config.dtd b/elastic/test/joram/config/a3config.dtd deleted file mode 100644 index 526ee587234e126029cab002441d75cccdc2fa39..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/a3config.dtd +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/elastic/test/joram/config/a3debug.cfg b/elastic/test/joram/config/a3debug.cfg deleted file mode 100644 index 93a7a1b619af364643f63b0c22b8579f86db9ab4..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/a3debug.cfg +++ /dev/null @@ -1,44 +0,0 @@ -monolog.classname org.objectweb.util.monolog.wrapper.javaLog.LoggerFactory - -# ----------------------------------------------------------------------- -# tty : console handler -# ----------------------------------------------------------------------- -handler.tty.type Console -handler.tty.output System.out -handler.tty.pattern %d : %O{1}.%M : %m%n - -# ----------------------------------------------------------------------- -# logf : rolling file handler -# ----------------------------------------------------------------------- -handler.logf.type RollingFile -handler.logf.output server.log -handler.logf.pattern %h %l %d, %m%n -handler.logf.fileNumber 2 -handler.logf.maxSize 1000000 - -# ----------------------------------------------------------------------- -# logger definitions -# ----------------------------------------------------------------------- -#logger.root.handler.0 tty -logger.root.handler.1 logf - -logger.root.level ERROR - ------- -# JORAM -#------- -logger.fr.dyade.aaa.level ERROR - -#logger.fr.dyade.aaa.agent.Agent.level DEBUG -#logger.fr.dyade.aaa.agent.Engine.level DEBUG -#logger.fr.dyade.aaa.util.Transaction.level DEBUG -#logger.fr.dyade.aaa.util.Network.level DEBUG -#logger.fr.dyade.aaa.agent.Service.level DEBUG - -#logger.fr.dyade.aaa.jndi2.client.level DEBUG -#logger.fr.dyade.aaa.jndi2.server.level DEBUG - -logger.org.objectweb.joram.mom.level ERROR -#logger.org.objectweb.joram.client.jms.level DEBUG -#logger.org.objectweb.joram.client.connector.level DEBUG -#logger.org.objectweb.joram.shared.level DEBUG diff --git a/elastic/test/joram/config/a3servers.xml b/elastic/test/joram/config/a3servers.xml deleted file mode 100644 index acf95dfa432c6a949b765b333e8441cee4684702..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/a3servers.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elastic/test/joram/config/a3servers.xml.sav b/elastic/test/joram/config/a3servers.xml.sav deleted file mode 100644 index 165428205032dc8a41a2c35fc15c272345ff2ce6..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/a3servers.xml.sav +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/elastic/test/joram/config/config.properties b/elastic/test/joram/config/config.properties deleted file mode 100644 index 244f99af036a29596bf07695690dc06438c99b94..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/config.properties +++ /dev/null @@ -1,130 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -################################ -# Framework config properties. # -################################ - -# To override the packages the framework exports by default from the -# class path, set this variable. -#org.osgi.framework.system.packages= - -# To append packages to the default set of exported system packages, -# set this value. -#org.osgi.framework.system.packages.extra= - -# The following property makes specified packages from the class path -# available to all bundles. You should avoid using this property. -#org.osgi.framework.bootdelegation=sun.*,com.sun.* - -# Felix tries to guess when to implicitly boot delegate in certain -# situations to ease integration without outside code. This feature -# is enabled by default, uncomment the following line to disable it. -#felix.bootdelegation.implicit=false - -# The following property explicitly specifies the location of the bundle -# cache, which defaults to "felix-cache" in the current working directory. -# If this value is not absolute, then the felix.cache.rootdir controls -# how the absolute location is calculated. (See next property) -#org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache - -# The following property is used to convert a relative bundle cache -# location into an absolute one by specifying the root to prepend to -# the relative cache path. The default for this property is the -# current working directory. -#felix.cache.rootdir=${user.dir} - -# The following property controls whether the bundle cache is flushed -# the first time the framework is initialized. Possible values are -# "none" and "onFirstInit"; the default is "none". -#org.osgi.framework.storage.clean=onFirstInit - -# The following property determines which actions are performed when -# processing the auto-deploy directory. It is a comma-delimited list of -# the following values: 'install', 'start', 'update', and 'uninstall'. -# An undefined or blank value is equivalent to disabling auto-deploy -# processing. -felix.auto.deploy.action=install,start - -# The following property specifies the directory to use as the bundle -# auto-deploy directory; the default is 'bundle' in the working directory. -# felix.auto.deploy.dir=../ship/bundle - -# The following property is a space-delimited list of bundle URLs -# to install and start when the framework starts. The ending numerical -# component is the target start level. Any number of these properties -# may be specified for different start levels. -felix.auto.start.1= \ - file:../../ship/bundle/org.apache.felix.shell.jar \ - file:../../ship/bundle/org.apache.felix.shell.tui.jar \ - file:../../ship/bundle/org.apache.felix.shell.remote.jar \ - file:../../ship/bundle/monolog.jar \ - file:../../ship/bundle/a3-common.jar \ - file:../../ship/bundle/a3-rt.jar \ - file:../../ship/bundle/jcup.jar \ - file:../../ship/bundle/jndi-shared.jar \ - file:../../ship/bundle/jndi-server.jar \ - file:../../ship/bundle/joram-shared.jar \ - file:../../ship/bundle/joram-mom-core.jar \ - file:../../ship/bundle/a3-osgi.jar \ - file:../../ship/bundle/sadt-monitoring-1.0.0-SNAPSHOT.jar - -felix.log.level=1 - -# Sets the initial start level of the framework upon startup. -#org.osgi.framework.startlevel.beginning=1 - -# Sets the start level of newly installed bundles. -felix.startlevel.bundle=1 - -# Felix installs a stream and content handler factories by default, -# uncomment the following line to not install them. -#felix.service.urlhandlers=false - -# The launcher registers a shutdown hook to cleanly stop the framework -# by default, uncomment the following line to disable it. -#felix.shutdown.hook=false - -############################# -# Bundle config properties. # -############################# - -# IP Address on which the remote shell is accessible (since 1.0.4). -# Note: Starting with version 1.0.4 the remote shell does not listen on -# all interfaces by default but on the localhost only. That is, by default -# the remote shell is only accessible from the host on which the remote -# shell is running. To access the system from another host, you have to -# configure the IP address of the interface to which the remote shell -# should be attached. -#osgi.shell.telnet.ip=127.0.0.1 - -# Port on which the remote shell is accessible. -#osgi.shell.telnet.port=6666 - -# The maximum number of simultaneous connections. -#osgi.shell.telnet.maxconn=2 - -# Sets the SO_TIMEOUT socket option to the given number of milliseconds. -# The default is no timeout. -#osgi.shell.telnet.socketTimeout=0 - -# Sets the identifier of the JORAM agent server to start, as defined in -# a3servers.xml file. Server 0 is started by default. -#fr.dyade.aaa.agent.AgentServer.id=0 - -# Sets the directory name where the agent server stores its persistent data. -#fr.dyade.aaa.agent.AgentServer.storage=s${fr.dyade.aaa.agent.AgentServer.id} diff --git a/elastic/test/joram/config/elasticity.properties b/elastic/test/joram/config/elasticity.properties deleted file mode 100644 index 14f88e3b7c9a89b3ab56f85e0d59340d00bb155e..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/elasticity.properties +++ /dev/null @@ -1,14 +0,0 @@ -# Control loop properties -control_loop_period=10000 - -# Elasticity service properties -max_load_limit=2000 -min_load_limit=200 -down_rate=20 - -# Joram service properties -pre_provision_size=0 -servers_per_vm=2 - -# Amazon service properties -aws_image_id=IMAGE_ID diff --git a/elastic/test/joram/config/jndi.properties b/elastic/test/joram/config/jndi.properties deleted file mode 100644 index 94e580d6e9cf6ea7526f6755f8b470781963324b..0000000000000000000000000000000000000000 --- a/elastic/test/joram/config/jndi.properties +++ /dev/null @@ -1,3 +0,0 @@ -java.naming.factory.initial fr.dyade.aaa.jndi2.client.NamingContextFactory -java.naming.factory.host 10.48.7.102 -java.naming.factory.port 16400 diff --git a/elastic/test/logs/paper/1on1/10.0.0.10/28479monitoring7.csv b/elastic/test/logs/paper/1on1/10.0.0.10/28479monitoring7.csv deleted file mode 100644 index 24a21aeb022096e4a14fbac395eb03ade61f5bd7..0000000000000000000000000000000000000000 --- a/elastic/test/logs/paper/1on1/10.0.0.10/28479monitoring7.csv +++ /dev/null @@ -1,6050 +0,0 @@ -2012/7/19 14:36:15,685;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:36:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;2205;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;1705;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:36:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;6715;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;1215;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:36:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;11405;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;905;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:36:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;16905;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;1405;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:37:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;22455;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;1955;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:37:15,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;27925;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;2425;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:37:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;32615;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;2115;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:37:35,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;37305;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;1805;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:37:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;42000;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;1500;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:37:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;46185;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;685;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;51330;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;830;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:15,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;55415;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;415;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;59265;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;265;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;62755;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;67010;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;510;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;70500;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;107;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:39:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;74195;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;195;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:39:15,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;77945;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;445;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:39:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;81205;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;76;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:39:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;84950;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:39:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;88555;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;555;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:39:55,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;92165;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;224;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:40:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;95775;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;275;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:40:15,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;99285;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;285;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:40:25,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;102895;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;395;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:40:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;106262;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:40:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;110049;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;49;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:40:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;113623;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;282;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:41:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;117050;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;50;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:41:15,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;120694;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;694;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:41:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;123939;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;243;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:41:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;127184;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;184;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:41:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;130846;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;346;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:41:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;134133;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;194;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:42:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;137520;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;20;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:42:15,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;141202;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;702;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:42:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;144224;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;19;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:42:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;147883;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:42:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;151530;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;30;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:42:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;155339;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;339;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:43:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;158836;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;336;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:43:15,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;162518;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;129;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:43:25,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;166012;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;12;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:43:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;169661;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:43:45,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;173441;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;48;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:43:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;176911;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:44:5,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;180736;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;236;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:44:15,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;184176;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;176;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:44:25,684;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;186821;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:44:35,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;188996;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:44:45,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;190436;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:44:55,685;Joram#7:name=#7.7.1026,type=Destination:NbMsgsReceiveSinceCreation;191096;Joram#7:name=#7.7.1026,type=Destination:PendingMessageCount;0;Joram#7:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:45:5,684; -2012/7/19 14:45:15,685; -2012/7/19 14:45:25,685; -2012/7/19 14:45:35,685; -2012/7/19 14:45:45,685; -2012/7/19 14:45:55,685; -2012/7/19 14:46:5,684; -2012/7/19 14:46:15,685; -2012/7/19 14:46:25,684; -2012/7/19 14:46:35,685; -2012/7/19 14:46:45,684; -2012/7/19 14:46:55,684; -2012/7/19 14:47:5,684; -2012/7/19 14:47:15,684; -2012/7/19 14:47:25,684; -2012/7/19 14:47:35,684; -2012/7/19 14:47:45,685; -2012/7/19 14:47:55,684; -2012/7/19 14:48:5,685; -2012/7/19 14:48:15,684; -2012/7/19 14:48:25,685; -2012/7/19 14:48:35,684; -2012/7/19 14:48:45,684; -2012/7/19 14:48:55,684; -2012/7/19 14:49:5,684; -2012/7/19 14:49:15,685; -2012/7/19 14:49:25,684; -2012/7/19 14:49:35,685; -2012/7/19 14:49:45,684; -2012/7/19 14:49:55,684; -2012/7/19 14:50:5,685; -2012/7/19 14:50:15,684; -2012/7/19 14:50:25,685; -2012/7/19 14:50:35,684; -2012/7/19 14:50:45,684; -2012/7/19 14:50:55,684; -2012/7/19 14:51:5,684; -2012/7/19 14:51:15,685; -2012/7/19 14:51:25,684; -2012/7/19 14:51:35,685; -2012/7/19 14:51:45,684; -2012/7/19 14:51:55,685; -2012/7/19 14:52:5,684; -2012/7/19 14:52:15,685; -2012/7/19 14:52:25,684; -2012/7/19 14:52:35,684; -2012/7/19 14:52:45,684; -2012/7/19 14:52:55,684; -2012/7/19 14:53:5,685; -2012/7/19 14:53:15,684; -2012/7/19 14:53:25,685; -2012/7/19 14:53:35,684; -2012/7/19 14:53:45,684; -2012/7/19 14:53:55,684; -2012/7/19 14:54:5,684; -2012/7/19 14:54:15,685; -2012/7/19 14:54:25,684; -2012/7/19 14:54:35,685; -2012/7/19 14:54:45,684; -2012/7/19 14:54:55,684; -2012/7/19 14:55:5,684; -2012/7/19 14:55:15,684; -2012/7/19 14:55:25,685; -2012/7/19 14:55:35,684; -2012/7/19 14:55:45,685; -2012/7/19 14:55:55,684; -2012/7/19 14:56:5,684; -2012/7/19 14:56:15,684; -2012/7/19 14:56:25,684; -2012/7/19 14:56:35,685; -2012/7/19 14:56:45,684; -2012/7/19 14:56:55,685; -2012/7/19 14:57:5,684; -2012/7/19 14:57:15,685; -2012/7/19 14:57:25,684; -2012/7/19 14:57:35,684; -2012/7/19 14:57:45,684; -2012/7/19 14:57:55,684; -2012/7/19 14:58:5,685; -2012/7/19 14:58:15,684; -2012/7/19 14:58:25,685; -2012/7/19 14:58:35,684; -2012/7/19 14:58:45,685; -2012/7/19 14:58:55,684; -2012/7/19 14:59:5,684; -2012/7/19 14:59:15,684; -2012/7/19 14:59:25,684; -2012/7/19 14:59:35,684; -2012/7/19 14:59:45,684; -2012/7/19 14:59:55,684; -2012/7/19 15:0:5,684; -2012/7/19 15:0:15,685; -2012/7/19 15:0:25,684; -2012/7/19 15:0:35,685; -2012/7/19 15:0:45,684; -2012/7/19 15:0:55,685; -2012/7/19 15:1:5,684; -2012/7/19 15:1:15,684; -2012/7/19 15:1:25,684; -2012/7/19 15:1:35,685; -2012/7/19 15:1:45,684; -2012/7/19 15:1:55,684; -2012/7/19 15:2:5,684; -2012/7/19 15:2:15,684; -2012/7/19 15:2:25,684; -2012/7/19 15:2:35,684; -2012/7/19 15:2:45,684; -2012/7/19 15:2:55,684; -2012/7/19 15:3:5,684; -2012/7/19 15:3:15,684; -2012/7/19 15:3:25,684; -2012/7/19 15:3:35,684; -2012/7/19 15:3:45,684; -2012/7/19 15:3:55,685; -2012/7/19 15:4:5,684; -2012/7/19 15:4:15,685; -2012/7/19 15:4:25,684; -2012/7/19 15:4:35,685; -2012/7/19 15:4:45,684; -2012/7/19 15:4:55,684; -2012/7/19 15:5:5,684; -2012/7/19 15:5:15,684; -2012/7/19 15:5:25,684; -2012/7/19 15:5:35,684; -2012/7/19 15:5:45,684; -2012/7/19 15:5:55,684; -2012/7/19 15:6:5,685; -2012/7/19 15:6:15,684; -2012/7/19 15:6:25,685; -2012/7/19 15:6:35,684; -2012/7/19 15:6:45,685; -2012/7/19 15:6:55,684; -2012/7/19 15:7:5,684; -2012/7/19 15:7:15,684; -2012/7/19 15:7:25,684; -2012/7/19 15:7:35,684; -2012/7/19 15:7:45,684; -2012/7/19 15:7:55,685; -2012/7/19 15:8:5,684; -2012/7/19 15:8:15,685; -2012/7/19 15:8:25,684; -2012/7/19 15:8:35,685; -2012/7/19 15:8:45,684; -2012/7/19 15:8:55,685; -2012/7/19 15:9:5,684; -2012/7/19 15:9:15,684; -2012/7/19 15:9:25,684; -2012/7/19 15:9:35,684; -2012/7/19 15:9:45,684; -2012/7/19 15:9:55,684; -2012/7/19 15:10:5,684; -2012/7/19 15:10:15,684; -2012/7/19 15:10:25,684; -2012/7/19 15:10:35,684; -2012/7/19 15:10:45,685; -2012/7/19 15:10:55,684; -2012/7/19 15:11:5,685; -2012/7/19 15:11:15,684; -2012/7/19 15:11:25,685; -2012/7/19 15:11:35,684; -2012/7/19 15:11:45,685; -2012/7/19 15:11:55,684; -2012/7/19 15:12:5,685; -2012/7/19 15:12:15,684; -2012/7/19 15:12:25,684; -2012/7/19 15:12:35,684; -2012/7/19 15:12:45,684; -2012/7/19 15:12:55,684; -2012/7/19 15:13:5,684; -2012/7/19 15:13:15,684; -2012/7/19 15:13:25,684; -2012/7/19 15:13:35,685; -2012/7/19 15:13:45,684; -2012/7/19 15:13:55,685; -2012/7/19 15:14:5,684; -2012/7/19 15:14:15,685; -2012/7/19 15:14:25,684; -2012/7/19 15:14:35,684; -2012/7/19 15:14:45,684; -2012/7/19 15:14:55,684; -2012/7/19 15:15:5,685; -2012/7/19 15:15:15,684; -2012/7/19 15:15:25,685; -2012/7/19 15:15:35,684; -2012/7/19 15:15:45,684; -2012/7/19 15:15:55,684; -2012/7/19 15:16:5,684; -2012/7/19 15:16:15,685; -2012/7/19 15:16:25,684; -2012/7/19 15:16:35,685; -2012/7/19 15:16:45,684; -2012/7/19 15:16:55,685; -2012/7/19 15:17:5,684; -2012/7/19 15:17:15,684; -2012/7/19 15:17:25,684; -2012/7/19 15:17:35,684; -2012/7/19 15:17:45,684; -2012/7/19 15:17:55,684; -2012/7/19 15:18:5,685; -2012/7/19 15:18:15,684; -2012/7/19 15:18:25,685; -2012/7/19 15:18:35,684; -2012/7/19 15:18:45,684; -2012/7/19 15:18:55,684; -2012/7/19 15:19:5,684; -2012/7/19 15:19:15,684; -2012/7/19 15:19:25,684; -2012/7/19 15:19:35,684; -2012/7/19 15:19:45,684; -2012/7/19 15:19:55,684; -2012/7/19 15:20:5,684; -2012/7/19 15:20:15,684; -2012/7/19 15:20:25,684; -2012/7/19 15:20:35,685; -2012/7/19 15:20:45,684; -2012/7/19 15:20:55,685; -2012/7/19 15:21:5,684; -2012/7/19 15:21:15,685; -2012/7/19 15:21:25,684; -2012/7/19 15:21:35,685; -2012/7/19 15:21:45,684; -2012/7/19 15:21:55,685; -2012/7/19 15:22:5,684; -2012/7/19 15:22:15,685; -2012/7/19 15:22:25,684; -2012/7/19 15:22:35,684; -2012/7/19 15:22:45,684; -2012/7/19 15:22:55,684; -2012/7/19 15:23:5,684; -2012/7/19 15:23:15,684; -2012/7/19 15:23:25,684; -2012/7/19 15:23:35,684; -2012/7/19 15:23:45,684; -2012/7/19 15:23:55,684; -2012/7/19 15:24:5,685; -2012/7/19 15:24:15,684; -2012/7/19 15:24:25,685; -2012/7/19 15:24:35,684; -2012/7/19 15:24:45,685; -2012/7/19 15:24:55,684; -2012/7/19 15:25:5,685; -2012/7/19 15:25:15,684; -2012/7/19 15:25:25,685; -2012/7/19 15:25:35,684; -2012/7/19 15:25:45,685; -2012/7/19 15:25:55,684; -2012/7/19 15:26:5,685; -2012/7/19 15:26:15,684; -2012/7/19 15:26:25,684; -2012/7/19 15:26:35,684; -2012/7/19 15:26:45,684; -2012/7/19 15:26:55,684; -2012/7/19 15:27:5,684; -2012/7/19 15:27:15,684; -2012/7/19 15:27:25,684; -2012/7/19 15:27:35,685; -2012/7/19 15:27:45,684; -2012/7/19 15:27:55,685; -2012/7/19 15:28:5,684; -2012/7/19 15:28:15,685; -2012/7/19 15:28:25,684; -2012/7/19 15:28:35,685; -2012/7/19 15:28:45,684; -2012/7/19 15:28:55,685; -2012/7/19 15:29:5,684; -2012/7/19 15:29:15,685; -2012/7/19 15:29:25,684; -2012/7/19 15:29:35,684; -2012/7/19 15:29:45,684; -2012/7/19 15:29:55,684; -2012/7/19 15:30:5,684; -2012/7/19 15:30:15,684; -2012/7/19 15:30:25,684; -2012/7/19 15:30:35,684; -2012/7/19 15:30:45,685; -2012/7/19 15:30:55,684; -2012/7/19 15:31:5,685; -2012/7/19 15:31:15,684; -2012/7/19 15:31:25,685; -2012/7/19 15:31:35,684; -2012/7/19 15:31:45,685; -2012/7/19 15:31:55,684; -2012/7/19 15:32:5,684; -2012/7/19 15:32:15,684; -2012/7/19 15:32:25,684; -2012/7/19 15:32:35,684; -2012/7/19 15:32:45,684; -2012/7/19 15:32:55,684; -2012/7/19 15:33:5,684; -2012/7/19 15:33:15,684; -2012/7/19 15:33:25,684; -2012/7/19 15:33:35,685; -2012/7/19 15:33:45,684; -2012/7/19 15:33:55,685; -2012/7/19 15:34:5,684; -2012/7/19 15:34:15,684; -2012/7/19 15:34:25,684; -2012/7/19 15:34:35,684; -2012/7/19 15:34:45,684; -2012/7/19 15:34:55,684; -2012/7/19 15:35:5,685; -2012/7/19 15:35:15,684; -2012/7/19 15:35:25,685; -2012/7/19 15:35:35,684; -2012/7/19 15:35:45,685; -2012/7/19 15:35:55,684; -2012/7/19 15:36:5,685; -2012/7/19 15:36:15,684; -2012/7/19 15:36:25,684; -2012/7/19 15:36:35,684; -2012/7/19 15:36:45,685; -2012/7/19 15:36:55,684; -2012/7/19 15:37:5,685; -2012/7/19 15:37:15,684; -2012/7/19 15:37:25,685; -2012/7/19 15:37:35,684; -2012/7/19 15:37:45,684; -2012/7/19 15:37:55,684; -2012/7/19 15:38:5,685; -2012/7/19 15:38:15,684; -2012/7/19 15:38:25,684; -2012/7/19 15:38:35,684; -2012/7/19 15:38:45,684; -2012/7/19 15:38:55,685; -2012/7/19 15:39:5,684; -2012/7/19 15:39:15,685; -2012/7/19 15:39:25,684; -2012/7/19 15:39:35,685; -2012/7/19 15:39:45,684; -2012/7/19 15:39:55,685; -2012/7/19 15:40:5,684; -2012/7/19 15:40:15,684; -2012/7/19 15:40:25,684; -2012/7/19 15:40:35,684; -2012/7/19 15:40:45,684; -2012/7/19 15:40:55,684; -2012/7/19 15:41:5,685; -2012/7/19 15:41:15,684; -2012/7/19 15:41:25,685; -2012/7/19 15:41:35,684; -2012/7/19 15:41:45,685; -2012/7/19 15:41:55,684; -2012/7/19 15:42:5,685; -2012/7/19 15:42:15,684; -2012/7/19 15:42:25,684; -2012/7/19 15:42:35,684; -2012/7/19 15:42:45,684; -2012/7/19 15:42:55,685; -2012/7/19 15:43:5,684; -2012/7/19 15:43:15,685; -2012/7/19 15:43:25,684; -2012/7/19 15:43:35,684; -2012/7/19 15:43:45,684; -2012/7/19 15:43:55,684; -2012/7/19 15:44:5,685; -2012/7/19 15:44:15,684; -2012/7/19 15:44:25,685; -2012/7/19 15:44:35,684; -2012/7/19 15:44:45,685; -2012/7/19 15:44:55,684; -2012/7/19 15:45:5,684; -2012/7/19 15:45:15,684; -2012/7/19 15:45:25,685; -2012/7/19 15:45:35,684; -2012/7/19 15:45:45,685; -2012/7/19 15:45:55,684; -2012/7/19 15:46:5,685; -2012/7/19 15:46:15,684; -2012/7/19 15:46:25,684; -2012/7/19 15:46:35,684; -2012/7/19 15:46:45,684; -2012/7/19 15:46:55,684; -2012/7/19 15:47:5,684; -2012/7/19 15:47:15,685; -2012/7/19 15:47:25,684; -2012/7/19 15:47:35,685; -2012/7/19 15:47:45,684; -2012/7/19 15:47:55,685; -2012/7/19 15:48:5,684; -2012/7/19 15:48:15,684; -2012/7/19 15:48:25,684; -2012/7/19 15:48:35,684; -2012/7/19 15:48:45,684; -2012/7/19 15:48:55,684; -2012/7/19 15:49:5,685; -2012/7/19 15:49:15,684; -2012/7/19 15:49:25,685; -2012/7/19 15:49:35,684; -2012/7/19 15:49:45,684; -2012/7/19 15:49:55,684; -2012/7/19 15:50:5,684; -2012/7/19 15:50:15,684; -2012/7/19 15:50:25,684; -2012/7/19 15:50:35,685; -2012/7/19 15:50:45,684; -2012/7/19 15:50:55,685; -2012/7/19 15:51:5,684; -2012/7/19 15:51:15,684; -2012/7/19 15:51:25,684; -2012/7/19 15:51:35,684; -2012/7/19 15:51:45,685; -2012/7/19 15:51:55,684; -2012/7/19 15:52:5,685; -2012/7/19 15:52:15,684; -2012/7/19 15:52:25,685; -2012/7/19 15:52:35,684; -2012/7/19 15:52:45,684; -2012/7/19 15:52:55,684; -2012/7/19 15:53:5,684; -2012/7/19 15:53:15,685; -2012/7/19 15:53:25,684; -2012/7/19 15:53:35,685; -2012/7/19 15:53:45,684; -2012/7/19 15:53:55,685; -2012/7/19 15:54:5,684; -2012/7/19 15:54:15,685; -2012/7/19 15:54:25,684; -2012/7/19 15:54:35,685; -2012/7/19 15:54:45,684; -2012/7/19 15:54:55,685; -2012/7/19 15:55:5,684; -2012/7/19 15:55:15,685; -2012/7/19 15:55:25,684; -2012/7/19 15:55:35,684; -2012/7/19 15:55:45,684; -2012/7/19 15:55:55,684; -2012/7/19 15:56:5,684; -2012/7/19 15:56:15,684; -2012/7/19 15:56:25,685; -2012/7/19 15:56:35,684; -2012/7/19 15:56:45,685; -2012/7/19 15:56:55,684; -2012/7/19 15:57:5,685; -2012/7/19 15:57:15,684; -2012/7/19 15:57:25,685; -2012/7/19 15:57:35,685; -2012/7/19 15:57:45,684; -2012/7/19 15:57:55,685; -2012/7/19 15:58:5,684; -2012/7/19 15:58:15,684; -2012/7/19 15:58:25,684; -2012/7/19 15:58:35,684; -2012/7/19 15:58:45,684; -2012/7/19 15:58:55,684; -2012/7/19 15:59:5,685; -2012/7/19 15:59:15,684; -2012/7/19 15:59:25,685; -2012/7/19 15:59:35,684; -2012/7/19 15:59:45,685; -2012/7/19 15:59:55,684; -2012/7/19 16:0:5,685; -2012/7/19 16:0:15,684; -2012/7/19 16:0:25,684; -2012/7/19 16:0:35,684; -2012/7/19 16:0:45,684; -2012/7/19 16:0:55,684; -2012/7/19 16:1:5,684; -2012/7/19 16:1:15,684; -2012/7/19 16:1:25,684; -2012/7/19 16:1:35,685; -2012/7/19 16:1:45,684; -2012/7/19 16:1:55,685; -2012/7/19 16:2:5,684; -2012/7/19 16:2:15,684; -2012/7/19 16:2:25,685; -2012/7/19 16:2:35,684; -2012/7/19 16:2:45,685; -2012/7/19 16:2:55,684; -2012/7/19 16:3:5,685; -2012/7/19 16:3:15,684; -2012/7/19 16:3:25,684; -2012/7/19 16:3:35,684; -2012/7/19 16:3:45,684; -2012/7/19 16:3:55,685; -2012/7/19 16:4:5,684; -2012/7/19 16:4:15,685; -2012/7/19 16:4:25,684; -2012/7/19 16:4:35,684; -2012/7/19 16:4:45,684; -2012/7/19 16:4:55,684; -2012/7/19 16:5:5,685; -2012/7/19 16:5:15,684; -2012/7/19 16:5:25,684; -2012/7/19 16:5:35,684; -2012/7/19 16:5:45,684; -2012/7/19 16:5:55,685; -2012/7/19 16:6:5,684; -2012/7/19 16:6:15,685; -2012/7/19 16:6:25,684; -2012/7/19 16:6:35,685; -2012/7/19 16:6:45,684; -2012/7/19 16:6:55,684; -2012/7/19 16:7:5,684; -2012/7/19 16:7:15,684; -2012/7/19 16:7:25,684; -2012/7/19 16:7:35,684; -2012/7/19 16:7:45,685; -2012/7/19 16:7:55,684; -2012/7/19 16:8:5,685; -2012/7/19 16:8:15,684; -2012/7/19 16:8:25,684; -2012/7/19 16:8:35,684; -2012/7/19 16:8:45,684; -2012/7/19 16:8:55,685; -2012/7/19 16:9:5,684; -2012/7/19 16:9:15,685; -2012/7/19 16:9:25,684; -2012/7/19 16:9:35,685; -2012/7/19 16:9:45,684; -2012/7/19 16:9:55,685; -2012/7/19 16:10:5,684; -2012/7/19 16:10:15,684; -2012/7/19 16:10:25,684; -2012/7/19 16:10:35,684; -2012/7/19 16:10:45,684; -2012/7/19 16:10:55,684; -2012/7/19 16:11:5,685; -2012/7/19 16:11:15,684; -2012/7/19 16:11:25,685; -2012/7/19 16:11:35,684; -2012/7/19 16:11:45,685; -2012/7/19 16:11:55,684; -2012/7/19 16:12:5,684; -2012/7/19 16:12:15,684; -2012/7/19 16:12:25,684; -2012/7/19 16:12:35,685; -2012/7/19 16:12:45,684; -2012/7/19 16:12:55,685; -2012/7/19 16:13:5,684; -2012/7/19 16:13:15,685; -2012/7/19 16:13:25,684; -2012/7/19 16:13:35,685; -2012/7/19 16:13:45,684; -2012/7/19 16:13:55,684; -2012/7/19 16:14:5,684; -2012/7/19 16:14:15,684; -2012/7/19 16:14:25,684; -2012/7/19 16:14:35,684; -2012/7/19 16:14:45,685; -2012/7/19 16:14:55,684; -2012/7/19 16:15:5,685; -2012/7/19 16:15:15,684; -2012/7/19 16:15:25,684; -2012/7/19 16:15:35,684; -2012/7/19 16:15:45,684; -2012/7/19 16:15:55,685; -2012/7/19 16:16:5,684; -2012/7/19 16:16:15,685; -2012/7/19 16:16:25,684; -2012/7/19 16:16:35,685; -2012/7/19 16:16:45,684; -2012/7/19 16:16:55,684; -2012/7/19 16:17:5,684; -2012/7/19 16:17:15,684; -2012/7/19 16:17:25,684; -2012/7/19 16:17:35,684; -2012/7/19 16:17:45,684; -2012/7/19 16:17:55,684; -2012/7/19 16:18:5,685; -2012/7/19 16:18:15,684; -2012/7/19 16:18:25,685; -2012/7/19 16:18:35,684; -2012/7/19 16:18:45,684; -2012/7/19 16:18:55,684; -2012/7/19 16:19:5,684; -2012/7/19 16:19:15,685; -2012/7/19 16:19:25,684; -2012/7/19 16:19:35,685; -2012/7/19 16:19:45,684; -2012/7/19 16:19:55,684; -2012/7/19 16:20:5,684; -2012/7/19 16:20:15,684; -2012/7/19 16:20:25,685; -2012/7/19 16:20:35,684; -2012/7/19 16:20:45,685; -2012/7/19 16:20:55,684; -2012/7/19 16:21:5,685; -2012/7/19 16:21:15,684; -2012/7/19 16:21:25,684; -2012/7/19 16:21:35,685; -2012/7/19 16:21:45,684; -2012/7/19 16:21:55,685; -2012/7/19 16:22:5,684; -2012/7/19 16:22:15,685; -2012/7/19 16:22:25,684; -2012/7/19 16:22:35,684; -2012/7/19 16:22:45,684; -2012/7/19 16:22:55,684; -2012/7/19 16:23:5,685; -2012/7/19 16:23:15,684; -2012/7/19 16:23:25,685; -2012/7/19 16:23:35,684; -2012/7/19 16:23:45,684; -2012/7/19 16:23:55,684; -2012/7/19 16:24:5,684; -2012/7/19 16:24:15,685; -2012/7/19 16:24:25,684; -2012/7/19 16:24:35,685; -2012/7/19 16:24:45,684; -2012/7/19 16:24:55,685; -2012/7/19 16:25:5,684; -2012/7/19 16:25:15,684; -2012/7/19 16:25:25,684; -2012/7/19 16:25:35,684; -2012/7/19 16:25:45,684; -2012/7/19 16:25:55,684; -2012/7/19 16:26:5,685; -2012/7/19 16:26:15,684; -2012/7/19 16:26:25,685; -2012/7/19 16:26:35,684; -2012/7/19 16:26:45,685; -2012/7/19 16:26:55,684; -2012/7/19 16:27:5,684; -2012/7/19 16:27:15,684; -2012/7/19 16:27:25,684; -2012/7/19 16:27:35,685; -2012/7/19 16:27:45,684; -2012/7/19 16:27:55,685; -2012/7/19 16:28:5,684; -2012/7/19 16:28:15,684; -2012/7/19 16:28:25,684; -2012/7/19 16:28:35,684; -2012/7/19 16:28:45,685; -2012/7/19 16:28:55,684; -2012/7/19 16:29:5,685; -2012/7/19 16:29:15,684; -2012/7/19 16:29:25,685; -2012/7/19 16:29:35,684; -2012/7/19 16:29:45,684; -2012/7/19 16:29:55,684; -2012/7/19 16:30:5,684; -2012/7/19 16:30:15,685; -2012/7/19 16:30:25,684; -2012/7/19 16:30:35,684; -2012/7/19 16:30:45,684; -2012/7/19 16:30:55,684; -2012/7/19 16:31:5,684; -2012/7/19 16:31:15,684; -2012/7/19 16:31:25,684; -2012/7/19 16:31:35,684; -2012/7/19 16:31:45,685; -2012/7/19 16:31:55,684; -2012/7/19 16:32:5,685; -2012/7/19 16:32:15,684; -2012/7/19 16:32:25,685; -2012/7/19 16:32:35,684; -2012/7/19 16:32:45,685; -2012/7/19 16:32:55,684; -2012/7/19 16:33:5,684; -2012/7/19 16:33:15,684; -2012/7/19 16:33:25,684; -2012/7/19 16:33:35,684; -2012/7/19 16:33:45,684; -2012/7/19 16:33:55,685; -2012/7/19 16:34:5,684; -2012/7/19 16:34:15,685; -2012/7/19 16:34:25,684; -2012/7/19 16:34:35,684; -2012/7/19 16:34:45,684; -2012/7/19 16:34:55,684; -2012/7/19 16:35:5,684; -2012/7/19 16:35:15,684; -2012/7/19 16:35:25,685; -2012/7/19 16:35:35,684; -2012/7/19 16:35:45,685; -2012/7/19 16:35:55,684; -2012/7/19 16:36:5,684; -2012/7/19 16:36:15,684; -2012/7/19 16:36:25,684; -2012/7/19 16:36:35,685; -2012/7/19 16:36:45,684; -2012/7/19 16:36:55,685; -2012/7/19 16:37:5,684; -2012/7/19 16:37:15,685; -2012/7/19 16:37:25,684; -2012/7/19 16:37:35,684; -2012/7/19 16:37:45,685; -2012/7/19 16:37:55,684; -2012/7/19 16:38:5,685; -2012/7/19 16:38:15,684; -2012/7/19 16:38:25,684; -2012/7/19 16:38:35,684; -2012/7/19 16:38:45,684; -2012/7/19 16:38:55,684; -2012/7/19 16:39:5,684; -2012/7/19 16:39:15,685; -2012/7/19 16:39:25,684; -2012/7/19 16:39:35,685; -2012/7/19 16:39:45,684; -2012/7/19 16:39:55,684; -2012/7/19 16:40:5,684; -2012/7/19 16:40:15,684; -2012/7/19 16:40:25,685; -2012/7/19 16:40:35,684; -2012/7/19 16:40:45,685; -2012/7/19 16:40:55,684; -2012/7/19 16:41:5,684; -2012/7/19 16:41:15,684; -2012/7/19 16:41:25,684; -2012/7/19 16:41:35,685; -2012/7/19 16:41:45,684; -2012/7/19 16:41:55,685; -2012/7/19 16:42:5,684; -2012/7/19 16:42:15,685; -2012/7/19 16:42:25,684; -2012/7/19 16:42:35,684; -2012/7/19 16:42:45,684; -2012/7/19 16:42:55,684; -2012/7/19 16:43:5,684; -2012/7/19 16:43:15,684; -2012/7/19 16:43:25,685; -2012/7/19 16:43:35,684; -2012/7/19 16:43:45,685; -2012/7/19 16:43:55,684; -2012/7/19 16:44:5,684; -2012/7/19 16:44:15,684; -2012/7/19 16:44:25,684; -2012/7/19 16:44:35,684; -2012/7/19 16:44:45,684; -2012/7/19 16:44:55,685; -2012/7/19 16:45:5,684; -2012/7/19 16:45:15,685; -2012/7/19 16:45:25,684; -2012/7/19 16:45:35,685; -2012/7/19 16:45:45,684; -2012/7/19 16:45:55,684; -2012/7/19 16:46:5,684; -2012/7/19 16:46:15,684; -2012/7/19 16:46:25,685; -2012/7/19 16:46:35,684; -2012/7/19 16:46:45,685; -2012/7/19 16:46:55,684; -2012/7/19 16:47:5,684; -2012/7/19 16:47:15,684; -2012/7/19 16:47:25,684; -2012/7/19 16:47:35,685; -2012/7/19 16:47:45,684; -2012/7/19 16:47:55,685; -2012/7/19 16:48:5,684; -2012/7/19 16:48:15,685; -2012/7/19 16:48:25,684; -2012/7/19 16:48:35,684; -2012/7/19 16:48:45,684; -2012/7/19 16:48:55,684; -2012/7/19 16:49:5,685; -2012/7/19 16:49:15,684; -2012/7/19 16:49:25,685; -2012/7/19 16:49:35,684; -2012/7/19 16:49:45,685; -2012/7/19 16:49:55,684; -2012/7/19 16:50:5,684; -2012/7/19 16:50:15,684; -2012/7/19 16:50:25,684; -2012/7/19 16:50:35,685; -2012/7/19 16:50:45,684; -2012/7/19 16:50:55,685; -2012/7/19 16:51:5,684; -2012/7/19 16:51:15,685; -2012/7/19 16:51:25,684; -2012/7/19 16:51:35,684; -2012/7/19 16:51:45,684; -2012/7/19 16:51:55,684; -2012/7/19 16:52:5,684; -2012/7/19 16:52:15,684; -2012/7/19 16:52:25,684; -2012/7/19 16:52:35,684; -2012/7/19 16:52:45,685; -2012/7/19 16:52:55,684; -2012/7/19 16:53:5,685; -2012/7/19 16:53:15,684; -2012/7/19 16:53:25,685; -2012/7/19 16:53:35,684; -2012/7/19 16:53:45,685; -2012/7/19 16:53:55,684; -2012/7/19 16:54:5,684; -2012/7/19 16:54:15,684; -2012/7/19 16:54:25,684; -2012/7/19 16:54:35,684; -2012/7/19 16:54:45,684; -2012/7/19 16:54:55,685; -2012/7/19 16:55:5,684; -2012/7/19 16:55:15,685; -2012/7/19 16:55:25,684; -2012/7/19 16:55:35,685; -2012/7/19 16:55:45,684; -2012/7/19 16:55:55,684; -2012/7/19 16:56:5,684; -2012/7/19 16:56:15,684; -2012/7/19 16:56:25,685; -2012/7/19 16:56:35,684; -2012/7/19 16:56:45,685; -2012/7/19 16:56:55,684; -2012/7/19 16:57:5,684; -2012/7/19 16:57:15,684; -2012/7/19 16:57:25,684; -2012/7/19 16:57:35,685; -2012/7/19 16:57:45,684; -2012/7/19 16:57:55,685; -2012/7/19 16:58:5,684; -2012/7/19 16:58:15,685; -2012/7/19 16:58:25,684; -2012/7/19 16:58:35,684; -2012/7/19 16:58:45,684; -2012/7/19 16:58:55,684; -2012/7/19 16:59:5,684; -2012/7/19 16:59:15,684; -2012/7/19 16:59:25,685; -2012/7/19 16:59:35,684; -2012/7/19 16:59:45,685; -2012/7/19 16:59:55,684; -2012/7/19 17:0:5,685; -2012/7/19 17:0:15,684; -2012/7/19 17:0:25,684; -2012/7/19 17:0:35,684; -2012/7/19 17:0:45,684; -2012/7/19 17:0:55,684; -2012/7/19 17:1:5,684; -2012/7/19 17:1:15,684; -2012/7/19 17:1:25,684; -2012/7/19 17:1:35,684; -2012/7/19 17:1:45,684; -2012/7/19 17:1:55,684; -2012/7/19 17:2:5,684; -2012/7/19 17:2:15,684; -2012/7/19 17:2:25,685; -2012/7/19 17:2:35,684; -2012/7/19 17:2:45,685; -2012/7/19 17:2:55,684; -2012/7/19 17:3:5,685; -2012/7/19 17:3:15,684; -2012/7/19 17:3:25,684; -2012/7/19 17:3:35,684; -2012/7/19 17:3:45,684; -2012/7/19 17:3:55,684; -2012/7/19 17:4:5,684; -2012/7/19 17:4:15,685; -2012/7/19 17:4:25,684; -2012/7/19 17:4:35,685; -2012/7/19 17:4:45,684; -2012/7/19 17:4:55,684; -2012/7/19 17:5:5,684; -2012/7/19 17:5:15,684; -2012/7/19 17:5:25,685; -2012/7/19 17:5:35,684; -2012/7/19 17:5:45,685; -2012/7/19 17:5:55,684; -2012/7/19 17:6:5,684; -2012/7/19 17:6:15,684; -2012/7/19 17:6:25,684; -2012/7/19 17:6:35,684; -2012/7/19 17:6:45,684; -2012/7/19 17:6:55,685; -2012/7/19 17:7:5,684; -2012/7/19 17:7:15,685; -2012/7/19 17:7:25,684; -2012/7/19 17:7:35,684; -2012/7/19 17:7:45,684; -2012/7/19 17:7:55,684; -2012/7/19 17:8:5,685; -2012/7/19 17:8:15,684; -2012/7/19 17:8:25,685; -2012/7/19 17:8:35,684; -2012/7/19 17:8:45,685; -2012/7/19 17:8:55,684; -2012/7/19 17:9:5,684; -2012/7/19 17:9:15,685; -2012/7/19 17:9:25,684; -2012/7/19 17:9:35,685; -2012/7/19 17:9:45,684; -2012/7/19 17:9:55,685; -2012/7/19 17:10:5,684; -2012/7/19 17:10:15,685; -2012/7/19 17:10:25,684; -2012/7/19 17:10:35,685; -2012/7/19 17:10:45,684; -2012/7/19 17:10:55,684; -2012/7/19 17:11:5,684; -2012/7/19 17:11:15,684; -2012/7/19 17:11:25,685; -2012/7/19 17:11:35,684; -2012/7/19 17:11:45,685; -2012/7/19 17:11:55,684; -2012/7/19 17:12:5,685; -2012/7/19 17:12:15,684; -2012/7/19 17:12:25,684; -2012/7/19 17:12:35,685; -2012/7/19 17:12:45,684; -2012/7/19 17:12:55,685; -2012/7/19 17:13:5,684; -2012/7/19 17:13:15,685; -2012/7/19 17:13:25,684; -2012/7/19 17:13:35,684; -2012/7/19 17:13:45,684; -2012/7/19 17:13:55,684; -2012/7/19 17:14:5,684; -2012/7/19 17:14:15,684; -2012/7/19 17:14:25,685; -2012/7/19 17:14:35,684; -2012/7/19 17:14:45,685; -2012/7/19 17:14:55,684; -2012/7/19 17:15:5,685; -2012/7/19 17:15:15,684; -2012/7/19 17:15:25,685; -2012/7/19 17:15:35,684; -2012/7/19 17:15:45,685; -2012/7/19 17:15:55,684; -2012/7/19 17:16:5,685; -2012/7/19 17:16:15,684; -2012/7/19 17:16:25,684; -2012/7/19 17:16:35,685; -2012/7/19 17:16:45,684; -2012/7/19 17:16:55,685; -2012/7/19 17:17:5,684; -2012/7/19 17:17:15,685; -2012/7/19 17:17:25,684; -2012/7/19 17:17:35,684; -2012/7/19 17:17:45,684; -2012/7/19 17:17:55,684; -2012/7/19 17:18:5,685; -2012/7/19 17:18:15,684; -2012/7/19 17:18:25,685; -2012/7/19 17:18:35,684; -2012/7/19 17:18:45,684; -2012/7/19 17:18:55,684; -2012/7/19 17:19:5,684; -2012/7/19 17:19:15,684; -2012/7/19 17:19:25,684; -2012/7/19 17:19:35,685; -2012/7/19 17:19:45,684; -2012/7/19 17:19:55,685; -2012/7/19 17:20:5,684; -2012/7/19 17:20:15,684; -2012/7/19 17:20:25,684; -2012/7/19 17:20:35,684; -2012/7/19 17:20:45,685; -2012/7/19 17:20:55,684; -2012/7/19 17:21:5,685; -2012/7/19 17:21:15,684; -2012/7/19 17:21:25,684; -2012/7/19 17:21:35,684; -2012/7/19 17:21:45,684; -2012/7/19 17:21:55,685; -2012/7/19 17:22:5,684; -2012/7/19 17:22:15,684; -2012/7/19 17:22:25,684; -2012/7/19 17:22:35,684; -2012/7/19 17:22:45,685; -2012/7/19 17:22:55,684; -2012/7/19 17:23:5,685; -2012/7/19 17:23:15,684; -2012/7/19 17:23:25,685; -2012/7/19 17:23:35,684; -2012/7/19 17:23:45,684; -2012/7/19 17:23:55,685; -2012/7/19 17:24:5,684; -2012/7/19 17:24:15,685; -2012/7/19 17:24:25,684; -2012/7/19 17:24:35,684; -2012/7/19 17:24:45,684; -2012/7/19 17:24:55,684; -2012/7/19 17:25:5,685; -2012/7/19 17:25:15,684; -2012/7/19 17:25:25,685; -2012/7/19 17:25:35,684; -2012/7/19 17:25:45,684; -2012/7/19 17:25:55,684; -2012/7/19 17:26:5,684; -2012/7/19 17:26:15,685; -2012/7/19 17:26:25,684; -2012/7/19 17:26:35,685; -2012/7/19 17:26:45,684; -2012/7/19 17:26:55,685; -2012/7/19 17:27:5,684; -2012/7/19 17:27:15,684; -2012/7/19 17:27:25,684; -2012/7/19 17:27:35,684; -2012/7/19 17:27:45,685; -2012/7/19 17:27:55,684; -2012/7/19 17:28:5,685; -2012/7/19 17:28:15,684; -2012/7/19 17:28:25,684; -2012/7/19 17:28:35,684; -2012/7/19 17:28:45,684; -2012/7/19 17:28:55,684; -2012/7/19 17:29:5,684; -2012/7/19 17:29:15,685; -2012/7/19 17:29:25,684; -2012/7/19 17:29:35,685; -2012/7/19 17:29:45,684; -2012/7/19 17:29:55,684; -2012/7/19 17:30:5,684; -2012/7/19 17:30:15,684; -2012/7/19 17:30:25,684; -2012/7/19 17:30:35,684; -2012/7/19 17:30:45,685; -2012/7/19 17:30:55,684; -2012/7/19 17:31:5,685; -2012/7/19 17:31:15,684; -2012/7/19 17:31:25,685; -2012/7/19 17:31:35,684; -2012/7/19 17:31:45,684; -2012/7/19 17:31:55,684; -2012/7/19 17:32:5,684; -2012/7/19 17:32:15,685; -2012/7/19 17:32:25,684; -2012/7/19 17:32:35,685; -2012/7/19 17:32:45,684; -2012/7/19 17:32:55,685; -2012/7/19 17:33:5,684; -2012/7/19 17:33:15,684; -2012/7/19 17:33:25,684; -2012/7/19 17:33:35,684; -2012/7/19 17:33:45,684; -2012/7/19 17:33:55,684; -2012/7/19 17:34:5,684; -2012/7/19 17:34:15,684; -2012/7/19 17:34:25,685; -2012/7/19 17:34:35,684; -2012/7/19 17:34:45,685; -2012/7/19 17:34:55,684; -2012/7/19 17:35:5,684; -2012/7/19 17:35:15,684; -2012/7/19 17:35:25,684; -2012/7/19 17:35:35,684; -2012/7/19 17:35:45,684; -2012/7/19 17:35:55,685; -2012/7/19 17:36:5,684; -2012/7/19 17:36:15,685; -2012/7/19 17:36:25,684; -2012/7/19 17:36:35,685; -2012/7/19 17:36:45,684; -2012/7/19 17:36:55,684; -2012/7/19 17:37:5,684; -2012/7/19 17:37:15,685; -2012/7/19 17:37:25,684; -2012/7/19 17:37:35,685; -2012/7/19 17:37:45,684; -2012/7/19 17:37:55,685; -2012/7/19 17:38:5,684; -2012/7/19 17:38:15,684; -2012/7/19 17:38:25,684; -2012/7/19 17:38:35,684; -2012/7/19 17:38:45,685; -2012/7/19 17:38:55,684; -2012/7/19 17:39:5,685; -2012/7/19 17:39:15,684; -2012/7/19 17:39:25,684; -2012/7/19 17:39:35,684; -2012/7/19 17:39:45,684; -2012/7/19 17:39:55,685; -2012/7/19 17:40:5,684; -2012/7/19 17:40:15,685; -2012/7/19 17:40:25,684; -2012/7/19 17:40:35,684; -2012/7/19 17:40:45,684; -2012/7/19 17:40:55,684; -2012/7/19 17:41:5,685; -2012/7/19 17:41:15,684; -2012/7/19 17:41:25,685; -2012/7/19 17:41:35,684; -2012/7/19 17:41:45,685; -2012/7/19 17:41:55,684; -2012/7/19 17:42:5,685; -2012/7/19 17:42:15,684; -2012/7/19 17:42:25,684; -2012/7/19 17:42:35,684; -2012/7/19 17:42:45,684; -2012/7/19 17:42:55,685; -2012/7/19 17:43:5,684; -2012/7/19 17:43:15,685; -2012/7/19 17:43:25,684; -2012/7/19 17:43:35,685; -2012/7/19 17:43:45,684; -2012/7/19 17:43:55,685; -2012/7/19 17:44:5,684; -2012/7/19 17:44:15,684; -2012/7/19 17:44:25,684; -2012/7/19 17:44:35,684; -2012/7/19 17:44:45,684; -2012/7/19 17:44:55,684; -2012/7/19 17:45:5,684; -2012/7/19 17:45:15,684; -2012/7/19 17:45:25,685; -2012/7/19 17:45:35,684; -2012/7/19 17:45:45,685; -2012/7/19 17:45:55,684; -2012/7/19 17:46:5,684; -2012/7/19 17:46:15,684; -2012/7/19 17:46:25,684; -2012/7/19 17:46:35,685; -2012/7/19 17:46:45,684; -2012/7/19 17:46:55,685; -2012/7/19 17:47:5,684; -2012/7/19 17:47:15,685; -2012/7/19 17:47:25,684; -2012/7/19 17:47:35,684; -2012/7/19 17:47:45,685; -2012/7/19 17:47:55,684; -2012/7/19 17:48:5,685; -2012/7/19 17:48:15,684; -2012/7/19 17:48:25,685; -2012/7/19 17:48:35,684; -2012/7/19 17:48:45,684; -2012/7/19 17:48:55,684; -2012/7/19 17:49:5,684; -2012/7/19 17:49:15,684; -2012/7/19 17:49:25,684; -2012/7/19 17:49:35,685; -2012/7/19 17:49:45,684; -2012/7/19 17:49:55,685; -2012/7/19 17:50:5,684; -2012/7/19 17:50:15,685; -2012/7/19 17:50:25,684; -2012/7/19 17:50:35,684; -2012/7/19 17:50:45,684; -2012/7/19 17:50:55,684; -2012/7/19 17:51:5,685; -2012/7/19 17:51:15,684; -2012/7/19 17:51:25,685; -2012/7/19 17:51:35,684; -2012/7/19 17:51:45,685; -2012/7/19 17:51:55,684; -2012/7/19 17:52:5,685; -2012/7/19 17:52:15,684; -2012/7/19 17:52:25,684; -2012/7/19 17:52:35,684; -2012/7/19 17:52:45,684; -2012/7/19 17:52:55,685; -2012/7/19 17:53:5,684; -2012/7/19 17:53:15,685; -2012/7/19 17:53:25,684; -2012/7/19 17:53:35,685; -2012/7/19 17:53:45,684; -2012/7/19 17:53:55,685; -2012/7/19 17:54:5,684; -2012/7/19 17:54:15,684; -2012/7/19 17:54:25,684; -2012/7/19 17:54:35,684; -2012/7/19 17:54:45,684; -2012/7/19 17:54:55,684; -2012/7/19 17:55:5,684; -2012/7/19 17:55:15,684; -2012/7/19 17:55:25,685; -2012/7/19 17:55:35,684; -2012/7/19 17:55:45,685; -2012/7/19 17:55:55,684; -2012/7/19 17:56:5,685; -2012/7/19 17:56:15,684; -2012/7/19 17:56:25,684; -2012/7/19 17:56:35,685; -2012/7/19 17:56:45,684; -2012/7/19 17:56:55,685; -2012/7/19 17:57:5,684; -2012/7/19 17:57:15,685; -2012/7/19 17:57:25,684; -2012/7/19 17:57:35,684; -2012/7/19 17:57:45,684; -2012/7/19 17:57:55,684; -2012/7/19 17:58:5,684; -2012/7/19 17:58:15,684; -2012/7/19 17:58:25,685; -2012/7/19 17:58:35,684; -2012/7/19 17:58:45,685; -2012/7/19 17:58:55,684; -2012/7/19 17:59:5,685; -2012/7/19 17:59:15,684; -2012/7/19 17:59:25,685; -2012/7/19 17:59:35,684; -2012/7/19 17:59:45,684; -2012/7/19 17:59:55,684; -2012/7/19 18:0:5,684; -2012/7/19 18:0:15,685; -2012/7/19 18:0:25,684; -2012/7/19 18:0:35,685; -2012/7/19 18:0:45,684; -2012/7/19 18:0:55,685; -2012/7/19 18:1:5,684; -2012/7/19 18:1:15,684; -2012/7/19 18:1:25,684; -2012/7/19 18:1:35,684; -2012/7/19 18:1:45,684; -2012/7/19 18:1:55,684; -2012/7/19 18:2:5,685; -2012/7/19 18:2:15,684; -2012/7/19 18:2:25,685; -2012/7/19 18:2:35,684; -2012/7/19 18:2:45,685; -2012/7/19 18:2:55,684; -2012/7/19 18:3:5,684; -2012/7/19 18:3:15,684; -2012/7/19 18:3:25,684; -2012/7/19 18:3:35,684; -2012/7/19 18:3:45,684; -2012/7/19 18:3:55,684; -2012/7/19 18:4:5,684; -2012/7/19 18:4:15,685; -2012/7/19 18:4:25,684; -2012/7/19 18:4:35,685; -2012/7/19 18:4:45,684; -2012/7/19 18:4:55,684; -2012/7/19 18:5:5,684; -2012/7/19 18:5:15,684; -2012/7/19 18:5:25,685; -2012/7/19 18:5:35,684; -2012/7/19 18:5:45,685; -2012/7/19 18:5:55,684; -2012/7/19 18:6:5,684; -2012/7/19 18:6:15,684; -2012/7/19 18:6:25,684; -2012/7/19 18:6:35,685; -2012/7/19 18:6:45,684; -2012/7/19 18:6:55,685; -2012/7/19 18:7:5,684; -2012/7/19 18:7:15,684; -2012/7/19 18:7:25,685; -2012/7/19 18:7:35,684; -2012/7/19 18:7:45,685; -2012/7/19 18:7:55,684; -2012/7/19 18:8:5,684; -2012/7/19 18:8:15,684; -2012/7/19 18:8:25,684; -2012/7/19 18:8:35,685; -2012/7/19 18:8:45,684; -2012/7/19 18:8:55,685; -2012/7/19 18:9:5,684; -2012/7/19 18:9:15,684; -2012/7/19 18:9:25,684; -2012/7/19 18:9:35,684; -2012/7/19 18:9:45,685; -2012/7/19 18:9:55,684; -2012/7/19 18:10:5,685; -2012/7/19 18:10:15,684; -2012/7/19 18:10:25,685; -2012/7/19 18:10:35,684; -2012/7/19 18:10:45,684; -2012/7/19 18:10:55,684; -2012/7/19 18:11:5,684; -2012/7/19 18:11:15,685; -2012/7/19 18:11:25,684; -2012/7/19 18:11:35,685; -2012/7/19 18:11:45,684; -2012/7/19 18:11:55,685; -2012/7/19 18:12:5,684; -2012/7/19 18:12:15,684; -2012/7/19 18:12:25,684; -2012/7/19 18:12:35,684; -2012/7/19 18:12:45,684; -2012/7/19 18:12:55,684; -2012/7/19 18:13:5,684; -2012/7/19 18:13:15,684; -2012/7/19 18:13:25,685; -2012/7/19 18:13:35,684; -2012/7/19 18:13:45,685; -2012/7/19 18:13:55,684; -2012/7/19 18:14:5,685; -2012/7/19 18:14:15,684; -2012/7/19 18:14:25,684; -2012/7/19 18:14:35,684; -2012/7/19 18:14:45,684; -2012/7/19 18:14:55,685; -2012/7/19 18:15:5,684; -2012/7/19 18:15:15,685; -2012/7/19 18:15:25,684; -2012/7/19 18:15:35,684; -2012/7/19 18:15:45,684; -2012/7/19 18:15:55,684; -2012/7/19 18:16:5,685; -2012/7/19 18:16:15,684; -2012/7/19 18:16:25,685; -2012/7/19 18:16:35,684; -2012/7/19 18:16:45,684; -2012/7/19 18:16:55,684; -2012/7/19 18:17:5,684; -2012/7/19 18:17:15,684; -2012/7/19 18:17:25,684; -2012/7/19 18:17:35,685; -2012/7/19 18:17:45,684; -2012/7/19 18:17:55,685; -2012/7/19 18:18:5,684; -2012/7/19 18:18:15,685; -2012/7/19 18:18:25,684; -2012/7/19 18:18:35,684; -2012/7/19 18:18:45,684; -2012/7/19 18:18:55,684; -2012/7/19 18:19:5,684; -2012/7/19 18:19:15,684; -2012/7/19 18:19:25,684; -2012/7/19 18:19:35,684; -2012/7/19 18:19:45,685; -2012/7/19 18:19:55,684; -2012/7/19 18:20:5,685; -2012/7/19 18:20:15,684; -2012/7/19 18:20:25,685; -2012/7/19 18:20:35,684; -2012/7/19 18:20:45,685; -2012/7/19 18:20:55,684; -2012/7/19 18:21:5,684; -2012/7/19 18:21:15,684; -2012/7/19 18:21:25,684; -2012/7/19 18:21:35,685; -2012/7/19 18:21:45,684; -2012/7/19 18:21:55,685; -2012/7/19 18:22:5,684; -2012/7/19 18:22:15,685; -2012/7/19 18:22:25,684; -2012/7/19 18:22:35,685; -2012/7/19 18:22:45,684; -2012/7/19 18:22:55,685; -2012/7/19 18:23:5,684; -2012/7/19 18:23:15,685; -2012/7/19 18:23:25,684; -2012/7/19 18:23:35,685; -2012/7/19 18:23:45,684; -2012/7/19 18:23:55,684; -2012/7/19 18:24:5,684; -2012/7/19 18:24:15,684; -2012/7/19 18:24:25,685; -2012/7/19 18:24:35,684; -2012/7/19 18:24:45,685; -2012/7/19 18:24:55,684; -2012/7/19 18:25:5,685; -2012/7/19 18:25:15,684; -2012/7/19 18:25:25,685; -2012/7/19 18:25:35,684; -2012/7/19 18:25:45,685; -2012/7/19 18:25:55,684; -2012/7/19 18:26:5,685; -2012/7/19 18:26:15,684; -2012/7/19 18:26:25,685; -2012/7/19 18:26:35,684; -2012/7/19 18:26:45,685; -2012/7/19 18:26:55,684; -2012/7/19 18:27:5,684; -2012/7/19 18:27:15,684; -2012/7/19 18:27:25,684; -2012/7/19 18:27:35,685; -2012/7/19 18:27:45,684; -2012/7/19 18:27:55,685; -2012/7/19 18:28:5,684; -2012/7/19 18:28:15,685; -2012/7/19 18:28:25,684; -2012/7/19 18:28:35,684; -2012/7/19 18:28:45,684; -2012/7/19 18:28:55,684; -2012/7/19 18:29:5,684; -2012/7/19 18:29:15,684; -2012/7/19 18:29:25,684; -2012/7/19 18:29:35,684; -2012/7/19 18:29:45,684; -2012/7/19 18:29:55,684; -2012/7/19 18:30:5,685; -2012/7/19 18:30:15,684; -2012/7/19 18:30:25,685; -2012/7/19 18:30:35,684; -2012/7/19 18:30:45,684; -2012/7/19 18:30:55,684; -2012/7/19 18:31:5,684; -2012/7/19 18:31:15,685; -2012/7/19 18:31:25,684; -2012/7/19 18:31:35,685; -2012/7/19 18:31:45,684; -2012/7/19 18:31:55,685; -2012/7/19 18:32:5,684; -2012/7/19 18:32:15,684; -2012/7/19 18:32:25,684; -2012/7/19 18:32:35,684; -2012/7/19 18:32:45,685; -2012/7/19 18:32:55,684; -2012/7/19 18:33:5,685; -2012/7/19 18:33:15,684; -2012/7/19 18:33:25,684; -2012/7/19 18:33:35,684; -2012/7/19 18:33:45,684; -2012/7/19 18:33:55,685; -2012/7/19 18:34:5,684; -2012/7/19 18:34:15,685; -2012/7/19 18:34:25,684; -2012/7/19 18:34:35,685; -2012/7/19 18:34:45,684; -2012/7/19 18:34:55,685; -2012/7/19 18:35:5,684; -2012/7/19 18:35:15,684; -2012/7/19 18:35:25,684; -2012/7/19 18:35:35,684; -2012/7/19 18:35:45,685; -2012/7/19 18:35:55,684; -2012/7/19 18:36:5,685; -2012/7/19 18:36:15,684; -2012/7/19 18:36:25,685; -2012/7/19 18:36:35,684; -2012/7/19 18:36:45,684; -2012/7/19 18:36:55,684; -2012/7/19 18:37:5,684; -2012/7/19 18:37:15,685; -2012/7/19 18:37:25,684; -2012/7/19 18:37:35,685; -2012/7/19 18:37:45,684; -2012/7/19 18:37:55,684; -2012/7/19 18:38:5,685; -2012/7/19 18:38:15,684; -2012/7/19 18:38:25,685; -2012/7/19 18:38:35,684; -2012/7/19 18:38:45,684; -2012/7/19 18:38:55,684; -2012/7/19 18:39:5,684; -2012/7/19 18:39:15,684; -2012/7/19 18:39:25,685; -2012/7/19 18:39:35,684; -2012/7/19 18:39:45,684; -2012/7/19 18:39:55,684; -2012/7/19 18:40:5,684; -2012/7/19 18:40:15,685; -2012/7/19 18:40:25,684; -2012/7/19 18:40:35,685; -2012/7/19 18:40:45,684; -2012/7/19 18:40:55,684; -2012/7/19 18:41:5,684; -2012/7/19 18:41:15,684; -2012/7/19 18:41:25,685; -2012/7/19 18:41:35,684; -2012/7/19 18:41:45,685; -2012/7/19 18:41:55,684; -2012/7/19 18:42:5,685; -2012/7/19 18:42:15,684; -2012/7/19 18:42:25,684; -2012/7/19 18:42:35,685; -2012/7/19 18:42:45,684; -2012/7/19 18:42:55,685; -2012/7/19 18:43:5,684; -2012/7/19 18:43:15,685; -2012/7/19 18:43:25,684; -2012/7/19 18:43:35,685; -2012/7/19 18:43:45,684; -2012/7/19 18:43:55,685; -2012/7/19 18:44:5,684; -2012/7/19 18:44:15,684; -2012/7/19 18:44:25,684; -2012/7/19 18:44:35,684; -2012/7/19 18:44:45,685; -2012/7/19 18:44:55,684; -2012/7/19 18:45:5,685; -2012/7/19 18:45:15,684; -2012/7/19 18:45:25,684; -2012/7/19 18:45:35,684; -2012/7/19 18:45:45,684; -2012/7/19 18:45:55,685; -2012/7/19 18:46:5,684; -2012/7/19 18:46:15,685; -2012/7/19 18:46:25,684; -2012/7/19 18:46:35,685; -2012/7/19 18:46:45,684; -2012/7/19 18:46:55,684; -2012/7/19 18:47:5,684; -2012/7/19 18:47:15,684; -2012/7/19 18:47:25,685; -2012/7/19 18:47:35,684; -2012/7/19 18:47:45,685; -2012/7/19 18:47:55,684; -2012/7/19 18:48:5,685; -2012/7/19 18:48:15,684; -2012/7/19 18:48:25,684; -2012/7/19 18:48:35,684; -2012/7/19 18:48:45,684; -2012/7/19 18:48:55,685; -2012/7/19 18:49:5,684; -2012/7/19 18:49:15,685; -2012/7/19 18:49:25,684; -2012/7/19 18:49:35,685; -2012/7/19 18:49:45,684; -2012/7/19 18:49:55,684; -2012/7/19 18:50:5,684; -2012/7/19 18:50:15,684; -2012/7/19 18:50:25,684; -2012/7/19 18:50:35,684; -2012/7/19 18:50:45,685; -2012/7/19 18:50:55,684; -2012/7/19 18:51:5,685; -2012/7/19 18:51:15,684; -2012/7/19 18:51:25,684; -2012/7/19 18:51:35,684; -2012/7/19 18:51:45,684; -2012/7/19 18:51:55,684; -2012/7/19 18:52:5,684; -2012/7/19 18:52:15,685; -2012/7/19 18:52:25,684; -2012/7/19 18:52:35,685; -2012/7/19 18:52:45,684; -2012/7/19 18:52:55,684; -2012/7/19 18:53:5,685; -2012/7/19 18:53:15,684; -2012/7/19 18:53:25,685; -2012/7/19 18:53:35,684; -2012/7/19 18:53:45,685; -2012/7/19 18:53:55,684; -2012/7/19 18:54:5,684; -2012/7/19 18:54:15,684; -2012/7/19 18:54:25,684; -2012/7/19 18:54:35,685; -2012/7/19 18:54:45,684; -2012/7/19 18:54:55,685; -2012/7/19 18:55:5,684; -2012/7/19 18:55:15,685; -2012/7/19 18:55:25,684; -2012/7/19 18:55:35,684; -2012/7/19 18:55:45,684; -2012/7/19 18:55:55,684; -2012/7/19 18:56:5,685; -2012/7/19 18:56:15,684; -2012/7/19 18:56:25,685; -2012/7/19 18:56:35,684; -2012/7/19 18:56:45,685; -2012/7/19 18:56:55,684; -2012/7/19 18:57:5,684; -2012/7/19 18:57:15,684; -2012/7/19 18:57:25,684; -2012/7/19 18:57:35,685; -2012/7/19 18:57:45,684; -2012/7/19 18:57:55,685; -2012/7/19 18:58:5,684; -2012/7/19 18:58:15,685; -2012/7/19 18:58:25,684; -2012/7/19 18:58:35,685; -2012/7/19 18:58:45,684; -2012/7/19 18:58:55,684; -2012/7/19 18:59:5,684; -2012/7/19 18:59:15,684; -2012/7/19 18:59:25,684; -2012/7/19 18:59:35,684; -2012/7/19 18:59:45,685; -2012/7/19 18:59:55,684; -2012/7/19 19:0:5,685; -2012/7/19 19:0:15,684; -2012/7/19 19:0:25,685; -2012/7/19 19:0:35,684; -2012/7/19 19:0:45,685; -2012/7/19 19:0:55,684; -2012/7/19 19:1:5,684; -2012/7/19 19:1:15,684; -2012/7/19 19:1:25,684; -2012/7/19 19:1:35,685; -2012/7/19 19:1:45,684; -2012/7/19 19:1:55,685; -2012/7/19 19:2:5,684; -2012/7/19 19:2:15,684; -2012/7/19 19:2:25,684; -2012/7/19 19:2:35,684; -2012/7/19 19:2:45,684; -2012/7/19 19:2:55,684; -2012/7/19 19:3:5,684; -2012/7/19 19:3:15,684; -2012/7/19 19:3:25,685; -2012/7/19 19:3:35,684; -2012/7/19 19:3:45,685; -2012/7/19 19:3:55,684; -2012/7/19 19:4:5,685; -2012/7/19 19:4:15,684; -2012/7/19 19:4:25,685; -2012/7/19 19:4:35,684; -2012/7/19 19:4:45,685; -2012/7/19 19:4:55,684; -2012/7/19 19:5:5,684; -2012/7/19 19:5:15,685; -2012/7/19 19:5:25,684; -2012/7/19 19:5:35,685; -2012/7/19 19:5:45,684; -2012/7/19 19:5:55,685; -2012/7/19 19:6:5,684; -2012/7/19 19:6:15,685; -2012/7/19 19:6:25,684; -2012/7/19 19:6:35,684; -2012/7/19 19:6:45,685; -2012/7/19 19:6:55,684; -2012/7/19 19:7:5,685; -2012/7/19 19:7:15,684; -2012/7/19 19:7:25,685; -2012/7/19 19:7:35,684; -2012/7/19 19:7:45,684; -2012/7/19 19:7:55,684; -2012/7/19 19:8:5,684; -2012/7/19 19:8:15,685; -2012/7/19 19:8:25,684; -2012/7/19 19:8:35,685; -2012/7/19 19:8:45,684; -2012/7/19 19:8:55,684; -2012/7/19 19:9:5,684; -2012/7/19 19:9:15,684; -2012/7/19 19:9:25,685; -2012/7/19 19:9:35,684; -2012/7/19 19:9:45,685; -2012/7/19 19:9:55,684; -2012/7/19 19:10:5,684; -2012/7/19 19:10:15,685; -2012/7/19 19:10:25,684; -2012/7/19 19:10:35,685; -2012/7/19 19:10:45,684; -2012/7/19 19:10:55,685; -2012/7/19 19:11:5,684; -2012/7/19 19:11:15,684; -2012/7/19 19:11:25,685; -2012/7/19 19:11:35,684; -2012/7/19 19:11:45,685; -2012/7/19 19:11:55,684; -2012/7/19 19:12:5,685; -2012/7/19 19:12:15,684; -2012/7/19 19:12:25,684; -2012/7/19 19:12:35,685; -2012/7/19 19:12:45,684; -2012/7/19 19:12:55,685; -2012/7/19 19:13:5,684; -2012/7/19 19:13:15,684; -2012/7/19 19:13:25,684; -2012/7/19 19:13:35,684; -2012/7/19 19:13:45,685; -2012/7/19 19:13:55,684; -2012/7/19 19:14:5,685; -2012/7/19 19:14:15,684; -2012/7/19 19:14:25,684; -2012/7/19 19:14:35,684; -2012/7/19 19:14:45,684; -2012/7/19 19:14:55,684; -2012/7/19 19:15:5,684; -2012/7/19 19:15:15,684; -2012/7/19 19:15:25,684; -2012/7/19 19:15:35,685; -2012/7/19 19:15:45,684; -2012/7/19 19:15:55,685; -2012/7/19 19:16:5,684; -2012/7/19 19:16:15,685; -2012/7/19 19:16:25,684; -2012/7/19 19:16:35,685; -2012/7/19 19:16:45,684; -2012/7/19 19:16:55,684; -2012/7/19 19:17:5,684; -2012/7/19 19:17:15,684; -2012/7/19 19:17:25,684; -2012/7/19 19:17:35,684; -2012/7/19 19:17:45,685; -2012/7/19 19:17:55,684; -2012/7/19 19:18:5,685; -2012/7/19 19:18:15,684; -2012/7/19 19:18:25,685; -2012/7/19 19:18:35,684; -2012/7/19 19:18:45,684; -2012/7/19 19:18:55,684; -2012/7/19 19:19:5,684; -2012/7/19 19:19:15,684; -2012/7/19 19:19:25,684; -2012/7/19 19:19:35,685; -2012/7/19 19:19:45,684; -2012/7/19 19:19:55,685; -2012/7/19 19:20:5,684; -2012/7/19 19:20:15,684; -2012/7/19 19:20:25,684; -2012/7/19 19:20:35,684; -2012/7/19 19:20:45,685; -2012/7/19 19:20:55,684; -2012/7/19 19:21:5,685; -2012/7/19 19:21:15,684; -2012/7/19 19:21:25,684; -2012/7/19 19:21:35,684; -2012/7/19 19:21:45,684; -2012/7/19 19:21:55,685; -2012/7/19 19:22:5,684; -2012/7/19 19:22:15,684; -2012/7/19 19:22:25,684; -2012/7/19 19:22:35,684; -2012/7/19 19:22:45,685; -2012/7/19 19:22:55,684; -2012/7/19 19:23:5,685; -2012/7/19 19:23:15,684; -2012/7/19 19:23:25,685; -2012/7/19 19:23:35,684; -2012/7/19 19:23:45,684; -2012/7/19 19:23:55,684; -2012/7/19 19:24:5,684; -2012/7/19 19:24:15,685; -2012/7/19 19:24:25,684; -2012/7/19 19:24:35,685; -2012/7/19 19:24:45,684; -2012/7/19 19:24:55,685; -2012/7/19 19:25:5,684; -2012/7/19 19:25:15,685; -2012/7/19 19:25:25,684; -2012/7/19 19:25:35,684; -2012/7/19 19:25:45,684; -2012/7/19 19:25:55,684; -2012/7/19 19:26:5,685; -2012/7/19 19:26:15,684; -2012/7/19 19:26:25,685; -2012/7/19 19:26:35,684; -2012/7/19 19:26:45,685; -2012/7/19 19:26:55,684; -2012/7/19 19:27:5,684; -2012/7/19 19:27:15,684; -2012/7/19 19:27:25,684; -2012/7/19 19:27:35,685; -2012/7/19 19:27:45,684; -2012/7/19 19:27:55,685; -2012/7/19 19:28:5,684; -2012/7/19 19:28:15,685; -2012/7/19 19:28:25,684; -2012/7/19 19:28:35,684; -2012/7/19 19:28:45,684; -2012/7/19 19:28:55,684; -2012/7/19 19:29:5,685; -2012/7/19 19:29:15,684; -2012/7/19 19:29:25,685; -2012/7/19 19:29:35,684; -2012/7/19 19:29:45,685; -2012/7/19 19:29:55,684; -2012/7/19 19:30:5,684; -2012/7/19 19:30:15,684; -2012/7/19 19:30:25,684; -2012/7/19 19:30:35,684; -2012/7/19 19:30:45,684; -2012/7/19 19:30:55,685; -2012/7/19 19:31:5,684; -2012/7/19 19:31:15,685; -2012/7/19 19:31:25,684; -2012/7/19 19:31:35,685; -2012/7/19 19:31:45,684; -2012/7/19 19:31:55,685; -2012/7/19 19:32:5,684; -2012/7/19 19:32:15,684; -2012/7/19 19:32:25,684; -2012/7/19 19:32:35,684; -2012/7/19 19:32:45,685; -2012/7/19 19:32:55,684; -2012/7/19 19:33:5,685; -2012/7/19 19:33:15,684; -2012/7/19 19:33:25,685; -2012/7/19 19:33:35,684; -2012/7/19 19:33:45,685; -2012/7/19 19:33:55,684; -2012/7/19 19:34:5,685; -2012/7/19 19:34:15,684; -2012/7/19 19:34:25,685; -2012/7/19 19:34:35,684; -2012/7/19 19:34:45,684; -2012/7/19 19:34:55,684; -2012/7/19 19:35:5,684; -2012/7/19 19:35:15,684; -2012/7/19 19:35:25,684; -2012/7/19 19:35:35,685; -2012/7/19 19:35:45,684; -2012/7/19 19:35:55,685; -2012/7/19 19:36:5,684; -2012/7/19 19:36:15,685; -2012/7/19 19:36:25,684; -2012/7/19 19:36:35,685; -2012/7/19 19:36:45,684; -2012/7/19 19:36:55,684; -2012/7/19 19:37:5,684; -2012/7/19 19:37:15,684; -2012/7/19 19:37:25,684; -2012/7/19 19:37:35,684; -2012/7/19 19:37:45,685; -2012/7/19 19:37:55,684; -2012/7/19 19:38:5,685; -2012/7/19 19:38:15,684; -2012/7/19 19:38:25,685; -2012/7/19 19:38:35,684; -2012/7/19 19:38:45,685; -2012/7/19 19:38:55,684; -2012/7/19 19:39:5,684; -2012/7/19 19:39:15,684; -2012/7/19 19:39:25,684; -2012/7/19 19:39:35,685; -2012/7/19 19:39:45,684; -2012/7/19 19:39:55,685; -2012/7/19 19:40:5,684; -2012/7/19 19:40:15,685; -2012/7/19 19:40:25,684; -2012/7/19 19:40:35,685; -2012/7/19 19:40:45,684; -2012/7/19 19:40:55,684; -2012/7/19 19:41:5,684; -2012/7/19 19:41:15,684; -2012/7/19 19:41:25,684; -2012/7/19 19:41:35,684; -2012/7/19 19:41:45,685; -2012/7/19 19:41:55,684; -2012/7/19 19:42:5,685; -2012/7/19 19:42:15,684; -2012/7/19 19:42:25,685; -2012/7/19 19:42:35,684; -2012/7/19 19:42:45,684; -2012/7/19 19:42:55,684; -2012/7/19 19:43:5,684; -2012/7/19 19:43:15,685; -2012/7/19 19:43:25,684; -2012/7/19 19:43:35,685; -2012/7/19 19:43:45,684; -2012/7/19 19:43:55,685; -2012/7/19 19:44:5,684; -2012/7/19 19:44:15,685; -2012/7/19 19:44:25,684; -2012/7/19 19:44:35,684; -2012/7/19 19:44:45,684; -2012/7/19 19:44:55,684; -2012/7/19 19:45:5,685; -2012/7/19 19:45:15,684; -2012/7/19 19:45:25,685; -2012/7/19 19:45:35,684; -2012/7/19 19:45:45,685; -2012/7/19 19:45:55,684; -2012/7/19 19:46:5,685; -2012/7/19 19:46:15,684; -2012/7/19 19:46:25,684; -2012/7/19 19:46:35,684; -2012/7/19 19:46:45,684; -2012/7/19 19:46:55,685; -2012/7/19 19:47:5,684; -2012/7/19 19:47:15,685; -2012/7/19 19:47:25,684; -2012/7/19 19:47:35,685; -2012/7/19 19:47:45,684; -2012/7/19 19:47:55,685; -2012/7/19 19:48:5,684; -2012/7/19 19:48:15,684; -2012/7/19 19:48:25,684; -2012/7/19 19:48:35,684; -2012/7/19 19:48:45,684; -2012/7/19 19:48:55,684; -2012/7/19 19:49:5,684; -2012/7/19 19:49:15,684; -2012/7/19 19:49:25,685; -2012/7/19 19:49:35,684; -2012/7/19 19:49:45,685; -2012/7/19 19:49:55,684; -2012/7/19 19:50:5,685; -2012/7/19 19:50:15,684; -2012/7/19 19:50:25,685; -2012/7/19 19:50:35,684; -2012/7/19 19:50:45,685; -2012/7/19 19:50:55,684; -2012/7/19 19:51:5,685; -2012/7/19 19:51:15,684; -2012/7/19 19:51:25,685; -2012/7/19 19:51:35,684; -2012/7/19 19:51:45,685; -2012/7/19 19:51:55,684; -2012/7/19 19:52:5,685; -2012/7/19 19:52:15,684; -2012/7/19 19:52:25,684; -2012/7/19 19:52:35,684; -2012/7/19 19:52:45,684; -2012/7/19 19:52:55,685; -2012/7/19 19:53:5,684; -2012/7/19 19:53:15,685; -2012/7/19 19:53:25,684; -2012/7/19 19:53:35,685; -2012/7/19 19:53:45,684; -2012/7/19 19:53:55,685; -2012/7/19 19:54:5,684; -2012/7/19 19:54:15,685; -2012/7/19 19:54:25,684; -2012/7/19 19:54:35,684; -2012/7/19 19:54:45,684; -2012/7/19 19:54:55,685; -2012/7/19 19:55:5,684; -2012/7/19 19:55:15,684; -2012/7/19 19:55:25,684; -2012/7/19 19:55:35,684; -2012/7/19 19:55:45,684; -2012/7/19 19:55:55,685; -2012/7/19 19:56:5,684; -2012/7/19 19:56:15,684; -2012/7/19 19:56:25,684; -2012/7/19 19:56:35,684; -2012/7/19 19:56:45,684; -2012/7/19 19:56:55,684; -2012/7/19 19:57:5,685; -2012/7/19 19:57:15,684; -2012/7/19 19:57:25,685; -2012/7/19 19:57:35,684; -2012/7/19 19:57:45,685; -2012/7/19 19:57:55,684; -2012/7/19 19:58:5,684; -2012/7/19 19:58:15,684; -2012/7/19 19:58:25,684; -2012/7/19 19:58:35,684; -2012/7/19 19:58:45,684; -2012/7/19 19:58:55,684; -2012/7/19 19:59:5,684; -2012/7/19 19:59:15,684; -2012/7/19 19:59:25,684; -2012/7/19 19:59:35,685; -2012/7/19 19:59:45,684; -2012/7/19 19:59:55,685; -2012/7/19 20:0:5,684; -2012/7/19 20:0:15,685; -2012/7/19 20:0:25,684; -2012/7/19 20:0:35,685; -2012/7/19 20:0:45,684; -2012/7/19 20:0:55,684; -2012/7/19 20:1:5,684; -2012/7/19 20:1:15,684; -2012/7/19 20:1:25,685; -2012/7/19 20:1:35,684; -2012/7/19 20:1:45,685; -2012/7/19 20:1:55,684; -2012/7/19 20:2:5,685; -2012/7/19 20:2:15,684; -2012/7/19 20:2:25,684; -2012/7/19 20:2:35,684; -2012/7/19 20:2:45,684; -2012/7/19 20:2:55,684; -2012/7/19 20:3:5,684; -2012/7/19 20:3:15,685; -2012/7/19 20:3:25,684; -2012/7/19 20:3:35,685; -2012/7/19 20:3:45,684; -2012/7/19 20:3:55,684; -2012/7/19 20:4:5,684; -2012/7/19 20:4:15,684; -2012/7/19 20:4:25,684; -2012/7/19 20:4:35,684; -2012/7/19 20:4:45,685; -2012/7/19 20:4:55,684; -2012/7/19 20:5:5,685; -2012/7/19 20:5:15,684; -2012/7/19 20:5:25,685; -2012/7/19 20:5:35,684; -2012/7/19 20:5:45,684; -2012/7/19 20:5:55,684; -2012/7/19 20:6:5,684; -2012/7/19 20:6:15,685; -2012/7/19 20:6:25,684; -2012/7/19 20:6:35,685; -2012/7/19 20:6:45,684; -2012/7/19 20:6:55,684; -2012/7/19 20:7:5,684; -2012/7/19 20:7:15,684; -2012/7/19 20:7:25,685; -2012/7/19 20:7:35,684; -2012/7/19 20:7:45,685; -2012/7/19 20:7:55,684; -2012/7/19 20:8:5,685; -2012/7/19 20:8:15,684; -2012/7/19 20:8:25,685; -2012/7/19 20:8:35,684; -2012/7/19 20:8:45,684; -2012/7/19 20:8:55,684; -2012/7/19 20:9:5,684; -2012/7/19 20:9:15,684; -2012/7/19 20:9:25,684; -2012/7/19 20:9:35,685; -2012/7/19 20:9:45,684; -2012/7/19 20:9:55,685; -2012/7/19 20:10:5,684; -2012/7/19 20:10:15,685; -2012/7/19 20:10:25,684; -2012/7/19 20:10:35,685; -2012/7/19 20:10:45,684; -2012/7/19 20:10:55,684; -2012/7/19 20:11:5,684; -2012/7/19 20:11:15,684; -2012/7/19 20:11:25,684; -2012/7/19 20:11:35,684; -2012/7/19 20:11:45,685; -2012/7/19 20:11:55,684; -2012/7/19 20:12:5,685; -2012/7/19 20:12:15,684; -2012/7/19 20:12:25,685; -2012/7/19 20:12:35,684; -2012/7/19 20:12:45,685; -2012/7/19 20:12:55,684; -2012/7/19 20:13:5,685; -2012/7/19 20:13:15,684; -2012/7/19 20:13:25,685; -2012/7/19 20:13:35,684; -2012/7/19 20:13:45,684; -2012/7/19 20:13:55,684; -2012/7/19 20:14:5,684; -2012/7/19 20:14:15,684; -2012/7/19 20:14:25,684; -2012/7/19 20:14:35,685; -2012/7/19 20:14:45,684; -2012/7/19 20:14:55,685; -2012/7/19 20:15:5,684; -2012/7/19 20:15:15,685; -2012/7/19 20:15:25,684; -2012/7/19 20:15:35,685; -2012/7/19 20:15:45,684; -2012/7/19 20:15:55,684; -2012/7/19 20:16:5,684; -2012/7/19 20:16:15,684; -2012/7/19 20:16:25,684; -2012/7/19 20:16:35,684; -2012/7/19 20:16:45,684; -2012/7/19 20:16:55,684; -2012/7/19 20:17:5,685; -2012/7/19 20:17:15,684; -2012/7/19 20:17:25,685; -2012/7/19 20:17:35,684; -2012/7/19 20:17:45,685; -2012/7/19 20:17:55,684; -2012/7/19 20:18:5,685; -2012/7/19 20:18:15,684; -2012/7/19 20:18:25,684; -2012/7/19 20:18:35,684; -2012/7/19 20:18:45,684; -2012/7/19 20:18:55,684; -2012/7/19 20:19:5,684; -2012/7/19 20:19:15,685; -2012/7/19 20:19:25,684; -2012/7/19 20:19:35,685; -2012/7/19 20:19:45,684; -2012/7/19 20:19:55,685; -2012/7/19 20:20:5,684; -2012/7/19 20:20:15,684; -2012/7/19 20:20:25,684; -2012/7/19 20:20:35,684; -2012/7/19 20:20:45,684; -2012/7/19 20:20:55,684; -2012/7/19 20:21:5,685; -2012/7/19 20:21:15,684; -2012/7/19 20:21:25,685; -2012/7/19 20:21:35,684; -2012/7/19 20:21:45,685; -2012/7/19 20:21:55,684; -2012/7/19 20:22:5,684; -2012/7/19 20:22:15,685; -2012/7/19 20:22:25,684; -2012/7/19 20:22:35,685; -2012/7/19 20:22:45,684; -2012/7/19 20:22:55,685; -2012/7/19 20:23:5,684; -2012/7/19 20:23:15,685; -2012/7/19 20:23:25,684; -2012/7/19 20:23:35,684; -2012/7/19 20:23:45,684; -2012/7/19 20:23:55,684; -2012/7/19 20:24:5,684; -2012/7/19 20:24:15,684; -2012/7/19 20:24:25,685; -2012/7/19 20:24:35,684; -2012/7/19 20:24:45,685; -2012/7/19 20:24:55,684; -2012/7/19 20:25:5,685; -2012/7/19 20:25:15,684; -2012/7/19 20:25:25,684; -2012/7/19 20:25:35,684; -2012/7/19 20:25:45,684; -2012/7/19 20:25:55,684; -2012/7/19 20:26:5,684; -2012/7/19 20:26:15,684; -2012/7/19 20:26:25,684; -2012/7/19 20:26:35,684; -2012/7/19 20:26:45,684; -2012/7/19 20:26:55,685; -2012/7/19 20:27:5,684; -2012/7/19 20:27:15,685; -2012/7/19 20:27:25,684; -2012/7/19 20:27:35,685; -2012/7/19 20:27:45,684; -2012/7/19 20:27:55,685; -2012/7/19 20:28:5,684; -2012/7/19 20:28:15,684; -2012/7/19 20:28:25,684; -2012/7/19 20:28:35,684; -2012/7/19 20:28:45,684; -2012/7/19 20:28:55,684; -2012/7/19 20:29:5,684; -2012/7/19 20:29:15,684; -2012/7/19 20:29:25,685; -2012/7/19 20:29:35,684; -2012/7/19 20:29:45,685; -2012/7/19 20:29:55,684; -2012/7/19 20:30:5,685; -2012/7/19 20:30:15,684; -2012/7/19 20:30:25,685; -2012/7/19 20:30:35,684; -2012/7/19 20:30:45,685; -2012/7/19 20:30:55,684; -2012/7/19 20:31:5,684; -2012/7/19 20:31:15,684; -2012/7/19 20:31:25,684; -2012/7/19 20:31:35,684; -2012/7/19 20:31:45,684; -2012/7/19 20:31:55,685; -2012/7/19 20:32:5,684; -2012/7/19 20:32:15,685; -2012/7/19 20:32:25,684; -2012/7/19 20:32:35,684; -2012/7/19 20:32:45,684; -2012/7/19 20:32:55,684; -2012/7/19 20:33:5,684; -2012/7/19 20:33:15,684; -2012/7/19 20:33:25,685; -2012/7/19 20:33:35,684; -2012/7/19 20:33:45,685; -2012/7/19 20:33:55,684; -2012/7/19 20:34:5,685; -2012/7/19 20:34:15,684; -2012/7/19 20:34:25,685; -2012/7/19 20:34:35,684; -2012/7/19 20:34:45,684; -2012/7/19 20:34:55,684; -2012/7/19 20:35:5,684; -2012/7/19 20:35:15,684; -2012/7/19 20:35:25,684; -2012/7/19 20:35:35,685; -2012/7/19 20:35:45,684; -2012/7/19 20:35:55,685; -2012/7/19 20:36:5,684; -2012/7/19 20:36:15,685; -2012/7/19 20:36:25,684; -2012/7/19 20:36:35,685; -2012/7/19 20:36:45,684; -2012/7/19 20:36:55,684; -2012/7/19 20:37:5,684; -2012/7/19 20:37:15,684; -2012/7/19 20:37:25,685; -2012/7/19 20:37:35,684; -2012/7/19 20:37:45,685; -2012/7/19 20:37:55,684; -2012/7/19 20:38:5,685; -2012/7/19 20:38:15,684; -2012/7/19 20:38:25,685; -2012/7/19 20:38:35,684; -2012/7/19 20:38:45,685; -2012/7/19 20:38:55,684; -2012/7/19 20:39:5,685; -2012/7/19 20:39:15,684; -2012/7/19 20:39:25,684; -2012/7/19 20:39:35,684; -2012/7/19 20:39:45,684; -2012/7/19 20:39:55,685; -2012/7/19 20:40:5,684; -2012/7/19 20:40:15,685; -2012/7/19 20:40:25,684; -2012/7/19 20:40:35,685; -2012/7/19 20:40:45,684; -2012/7/19 20:40:55,685; -2012/7/19 20:41:5,684; -2012/7/19 20:41:15,685; -2012/7/19 20:41:25,684; -2012/7/19 20:41:35,684; -2012/7/19 20:41:45,684; -2012/7/19 20:41:55,684; -2012/7/19 20:42:5,684; -2012/7/19 20:42:15,684; -2012/7/19 20:42:25,684; -2012/7/19 20:42:35,684; -2012/7/19 20:42:45,684; -2012/7/19 20:42:55,684; -2012/7/19 20:43:5,684; -2012/7/19 20:43:15,684; -2012/7/19 20:43:25,685; -2012/7/19 20:43:35,684; -2012/7/19 20:43:45,685; -2012/7/19 20:43:55,684; -2012/7/19 20:44:5,684; -2012/7/19 20:44:15,684; -2012/7/19 20:44:25,684; -2012/7/19 20:44:35,685; -2012/7/19 20:44:45,684; -2012/7/19 20:44:55,685; -2012/7/19 20:45:5,684; -2012/7/19 20:45:15,685; -2012/7/19 20:45:25,684; -2012/7/19 20:45:35,684; -2012/7/19 20:45:45,684; -2012/7/19 20:45:55,684; -2012/7/19 20:46:5,685; -2012/7/19 20:46:15,684; -2012/7/19 20:46:25,685; -2012/7/19 20:46:35,684; -2012/7/19 20:46:45,685; -2012/7/19 20:46:55,684; -2012/7/19 20:47:5,685; -2012/7/19 20:47:15,684; -2012/7/19 20:47:25,684; -2012/7/19 20:47:35,684; -2012/7/19 20:47:45,684; -2012/7/19 20:47:55,685; -2012/7/19 20:48:5,684; -2012/7/19 20:48:15,685; -2012/7/19 20:48:25,684; -2012/7/19 20:48:35,685; -2012/7/19 20:48:45,684; -2012/7/19 20:48:55,685; -2012/7/19 20:49:5,684; -2012/7/19 20:49:15,684; -2012/7/19 20:49:25,684; -2012/7/19 20:49:35,684; -2012/7/19 20:49:45,684; -2012/7/19 20:49:55,684; -2012/7/19 20:50:5,685; -2012/7/19 20:50:15,684; -2012/7/19 20:50:25,685; -2012/7/19 20:50:35,684; -2012/7/19 20:50:45,685; -2012/7/19 20:50:55,684; -2012/7/19 20:51:5,685; -2012/7/19 20:51:15,684; -2012/7/19 20:51:25,685; -2012/7/19 20:51:35,684; -2012/7/19 20:51:45,684; -2012/7/19 20:51:55,684; -2012/7/19 20:52:5,684; -2012/7/19 20:52:15,685; -2012/7/19 20:52:25,684; -2012/7/19 20:52:35,685; -2012/7/19 20:52:45,684; -2012/7/19 20:52:55,685; -2012/7/19 20:53:5,684; -2012/7/19 20:53:15,685; -2012/7/19 20:53:25,684; -2012/7/19 20:53:35,685; -2012/7/19 20:53:45,684; -2012/7/19 20:53:55,684; -2012/7/19 20:54:5,684; -2012/7/19 20:54:15,684; -2012/7/19 20:54:25,684; -2012/7/19 20:54:35,684; -2012/7/19 20:54:45,685; -2012/7/19 20:54:55,684; -2012/7/19 20:55:5,685; -2012/7/19 20:55:15,684; -2012/7/19 20:55:25,685; -2012/7/19 20:55:35,684; -2012/7/19 20:55:45,684; -2012/7/19 20:55:55,684; -2012/7/19 20:56:5,684; -2012/7/19 20:56:15,685; -2012/7/19 20:56:25,684; -2012/7/19 20:56:35,684; -2012/7/19 20:56:45,684; -2012/7/19 20:56:55,684; -2012/7/19 20:57:5,684; -2012/7/19 20:57:15,684; -2012/7/19 20:57:25,685; -2012/7/19 20:57:35,684; -2012/7/19 20:57:45,685; -2012/7/19 20:57:55,684; -2012/7/19 20:58:5,685; -2012/7/19 20:58:15,684; -2012/7/19 20:58:25,685; -2012/7/19 20:58:35,684; -2012/7/19 20:58:45,685; -2012/7/19 20:58:55,684; -2012/7/19 20:59:5,684; -2012/7/19 20:59:15,684; -2012/7/19 20:59:25,684; -2012/7/19 20:59:35,685; -2012/7/19 20:59:45,684; -2012/7/19 20:59:55,685; -2012/7/19 21:0:5,684; -2012/7/19 21:0:15,685; -2012/7/19 21:0:25,684; -2012/7/19 21:0:35,684; -2012/7/19 21:0:45,684; -2012/7/19 21:0:55,684; -2012/7/19 21:1:5,685; -2012/7/19 21:1:15,684; -2012/7/19 21:1:25,685; -2012/7/19 21:1:35,684; -2012/7/19 21:1:45,685; -2012/7/19 21:1:55,684; -2012/7/19 21:2:5,684; -2012/7/19 21:2:15,684; -2012/7/19 21:2:25,684; -2012/7/19 21:2:35,685; -2012/7/19 21:2:45,684; -2012/7/19 21:2:55,685; -2012/7/19 21:3:5,684; -2012/7/19 21:3:15,685; -2012/7/19 21:3:25,684; -2012/7/19 21:3:35,685; -2012/7/19 21:3:45,684; -2012/7/19 21:3:55,685; -2012/7/19 21:4:5,684; -2012/7/19 21:4:15,685; -2012/7/19 21:4:25,684; -2012/7/19 21:4:35,684; -2012/7/19 21:4:45,684; -2012/7/19 21:4:55,684; -2012/7/19 21:5:5,684; -2012/7/19 21:5:15,684; -2012/7/19 21:5:25,684; -2012/7/19 21:5:35,684; -2012/7/19 21:5:45,685; -2012/7/19 21:5:55,684; -2012/7/19 21:6:5,685; -2012/7/19 21:6:15,684; -2012/7/19 21:6:25,685; -2012/7/19 21:6:35,684; -2012/7/19 21:6:45,684; -2012/7/19 21:6:55,684; -2012/7/19 21:7:5,684; -2012/7/19 21:7:15,684; -2012/7/19 21:7:25,684; -2012/7/19 21:7:35,684; -2012/7/19 21:7:45,684; -2012/7/19 21:7:55,684; -2012/7/19 21:8:5,684; -2012/7/19 21:8:15,685; -2012/7/19 21:8:25,684; -2012/7/19 21:8:35,685; -2012/7/19 21:8:45,684; -2012/7/19 21:8:55,685; -2012/7/19 21:9:5,684; -2012/7/19 21:9:15,685; -2012/7/19 21:9:25,684; -2012/7/19 21:9:35,684; -2012/7/19 21:9:45,685; -2012/7/19 21:9:55,684; -2012/7/19 21:10:5,685; -2012/7/19 21:10:15,684; -2012/7/19 21:10:25,685; -2012/7/19 21:10:35,684; -2012/7/19 21:10:45,685; -2012/7/19 21:10:55,684; -2012/7/19 21:11:5,684; -2012/7/19 21:11:15,684; -2012/7/19 21:11:25,684; -2012/7/19 21:11:35,685; -2012/7/19 21:11:45,684; -2012/7/19 21:11:55,685; -2012/7/19 21:12:5,684; -2012/7/19 21:12:15,685; -2012/7/19 21:12:25,684; -2012/7/19 21:12:35,685; -2012/7/19 21:12:45,684; -2012/7/19 21:12:55,685; -2012/7/19 21:13:5,684; -2012/7/19 21:13:15,684; -2012/7/19 21:13:25,684; -2012/7/19 21:13:35,684; -2012/7/19 21:13:45,684; -2012/7/19 21:13:55,684; -2012/7/19 21:14:5,685; -2012/7/19 21:14:15,684; -2012/7/19 21:14:25,685; -2012/7/19 21:14:35,684; -2012/7/19 21:14:45,685; -2012/7/19 21:14:55,684; -2012/7/19 21:15:5,685; -2012/7/19 21:15:15,684; -2012/7/19 21:15:25,684; -2012/7/19 21:15:35,684; -2012/7/19 21:15:45,684; -2012/7/19 21:15:55,685; -2012/7/19 21:16:5,684; -2012/7/19 21:16:15,685; -2012/7/19 21:16:25,684; -2012/7/19 21:16:35,685; -2012/7/19 21:16:45,684; -2012/7/19 21:16:55,685; -2012/7/19 21:17:5,684; -2012/7/19 21:17:15,685; -2012/7/19 21:17:25,684; -2012/7/19 21:17:35,684; -2012/7/19 21:17:45,684; -2012/7/19 21:17:55,684; -2012/7/19 21:18:5,684; -2012/7/19 21:18:15,684; -2012/7/19 21:18:25,685; -2012/7/19 21:18:35,684; -2012/7/19 21:18:45,685; -2012/7/19 21:18:55,684; -2012/7/19 21:19:5,685; -2012/7/19 21:19:15,684; -2012/7/19 21:19:25,685; -2012/7/19 21:19:35,684; -2012/7/19 21:19:45,685; -2012/7/19 21:19:55,684; -2012/7/19 21:20:5,685; -2012/7/19 21:20:15,684; -2012/7/19 21:20:25,684; -2012/7/19 21:20:35,684; -2012/7/19 21:20:45,685; -2012/7/19 21:20:55,684; -2012/7/19 21:21:5,685; -2012/7/19 21:21:15,684; -2012/7/19 21:21:25,685; -2012/7/19 21:21:35,684; -2012/7/19 21:21:45,685; -2012/7/19 21:21:55,684; -2012/7/19 21:22:5,685; -2012/7/19 21:22:15,684; -2012/7/19 21:22:25,685; -2012/7/19 21:22:35,684; -2012/7/19 21:22:45,685; -2012/7/19 21:22:55,684; -2012/7/19 21:23:5,685; -2012/7/19 21:23:15,684; -2012/7/19 21:23:25,685; -2012/7/19 21:23:35,684; -2012/7/19 21:23:45,685; -2012/7/19 21:23:55,684; -2012/7/19 21:24:5,684; -2012/7/19 21:24:15,684; -2012/7/19 21:24:25,684; -2012/7/19 21:24:35,684; -2012/7/19 21:24:45,684; -2012/7/19 21:24:55,685; -2012/7/19 21:25:5,684; -2012/7/19 21:25:15,685; -2012/7/19 21:25:25,684; -2012/7/19 21:25:35,684; -2012/7/19 21:25:45,684; -2012/7/19 21:25:55,684; -2012/7/19 21:26:5,685; -2012/7/19 21:26:15,684; -2012/7/19 21:26:25,685; -2012/7/19 21:26:35,684; -2012/7/19 21:26:45,685; -2012/7/19 21:26:55,684; -2012/7/19 21:27:5,684; -2012/7/19 21:27:15,684; -2012/7/19 21:27:25,684; -2012/7/19 21:27:35,685; -2012/7/19 21:27:45,684; -2012/7/19 21:27:55,685; -2012/7/19 21:28:5,684; -2012/7/19 21:28:15,685; -2012/7/19 21:28:25,684; -2012/7/19 21:28:35,684; -2012/7/19 21:28:45,684; -2012/7/19 21:28:55,684; -2012/7/19 21:29:5,685; -2012/7/19 21:29:15,684; -2012/7/19 21:29:25,685; -2012/7/19 21:29:35,684; -2012/7/19 21:29:45,685; -2012/7/19 21:29:55,684; -2012/7/19 21:30:5,684; -2012/7/19 21:30:15,684; -2012/7/19 21:30:25,684; -2012/7/19 21:30:35,685; -2012/7/19 21:30:45,684; -2012/7/19 21:30:55,685; -2012/7/19 21:31:5,684; -2012/7/19 21:31:15,685; -2012/7/19 21:31:25,684; -2012/7/19 21:31:35,684; -2012/7/19 21:31:45,684; -2012/7/19 21:31:55,684; -2012/7/19 21:32:5,684; -2012/7/19 21:32:15,684; -2012/7/19 21:32:25,684; -2012/7/19 21:32:35,684; -2012/7/19 21:32:45,685; -2012/7/19 21:32:55,684; -2012/7/19 21:33:5,685; -2012/7/19 21:33:15,684; -2012/7/19 21:33:25,685; -2012/7/19 21:33:35,684; -2012/7/19 21:33:45,684; -2012/7/19 21:33:55,685; -2012/7/19 21:34:5,684; -2012/7/19 21:34:15,685; -2012/7/19 21:34:25,684; -2012/7/19 21:34:35,685; -2012/7/19 21:34:45,684; -2012/7/19 21:34:55,684; -2012/7/19 21:35:5,684; -2012/7/19 21:35:15,684; -2012/7/19 21:35:25,684; -2012/7/19 21:35:35,684; -2012/7/19 21:35:45,684; -2012/7/19 21:35:55,685; -2012/7/19 21:36:5,684; -2012/7/19 21:36:15,684; -2012/7/19 21:36:25,685; -2012/7/19 21:36:35,684; -2012/7/19 21:36:45,685; -2012/7/19 21:36:55,684; -2012/7/19 21:37:5,684; -2012/7/19 21:37:15,684; -2012/7/19 21:37:25,684; -2012/7/19 21:37:35,684; -2012/7/19 21:37:45,684; -2012/7/19 21:37:55,685; -2012/7/19 21:38:5,684; -2012/7/19 21:38:15,684; -2012/7/19 21:38:25,684; -2012/7/19 21:38:35,684; -2012/7/19 21:38:45,684; -2012/7/19 21:38:55,684; -2012/7/19 21:39:5,685; -2012/7/19 21:39:15,684; -2012/7/19 21:39:25,685; -2012/7/19 21:39:35,684; -2012/7/19 21:39:45,685; -2012/7/19 21:39:55,684; -2012/7/19 21:40:5,685; -2012/7/19 21:40:15,684; -2012/7/19 21:40:25,684; -2012/7/19 21:40:35,684; -2012/7/19 21:40:45,684; -2012/7/19 21:40:55,684; -2012/7/19 21:41:5,684; -2012/7/19 21:41:15,684; -2012/7/19 21:41:25,684; -2012/7/19 21:41:35,685; -2012/7/19 21:41:45,684; -2012/7/19 21:41:55,685; -2012/7/19 21:42:5,684; -2012/7/19 21:42:15,685; -2012/7/19 21:42:25,684; -2012/7/19 21:42:35,685; -2012/7/19 21:42:45,684; -2012/7/19 21:42:55,685; -2012/7/19 21:43:5,684; -2012/7/19 21:43:15,685; -2012/7/19 21:43:25,684; -2012/7/19 21:43:35,684; -2012/7/19 21:43:45,684; -2012/7/19 21:43:55,684; -2012/7/19 21:44:5,685; -2012/7/19 21:44:15,684; -2012/7/19 21:44:25,685; -2012/7/19 21:44:35,684; -2012/7/19 21:44:45,685; -2012/7/19 21:44:55,684; -2012/7/19 21:45:5,685; -2012/7/19 21:45:15,684; -2012/7/19 21:45:25,684; -2012/7/19 21:45:35,684; -2012/7/19 21:45:45,684; -2012/7/19 21:45:55,685; -2012/7/19 21:46:5,684; -2012/7/19 21:46:15,685; -2012/7/19 21:46:25,684; -2012/7/19 21:46:35,685; -2012/7/19 21:46:45,684; -2012/7/19 21:46:55,685; -2012/7/19 21:47:5,684; -2012/7/19 21:47:15,684; -2012/7/19 21:47:25,684; -2012/7/19 21:47:35,684; -2012/7/19 21:47:45,684; -2012/7/19 21:47:55,684; -2012/7/19 21:48:5,684; -2012/7/19 21:48:15,684; -2012/7/19 21:48:25,684; -2012/7/19 21:48:35,684; -2012/7/19 21:48:45,684; -2012/7/19 21:48:55,684; -2012/7/19 21:49:5,685; -2012/7/19 21:49:15,684; -2012/7/19 21:49:25,685; -2012/7/19 21:49:35,684; -2012/7/19 21:49:45,685; -2012/7/19 21:49:55,684; -2012/7/19 21:50:5,685; -2012/7/19 21:50:15,684; -2012/7/19 21:50:25,684; -2012/7/19 21:50:35,684; -2012/7/19 21:50:45,684; -2012/7/19 21:50:55,685; -2012/7/19 21:51:5,684; -2012/7/19 21:51:15,685; -2012/7/19 21:51:25,684; -2012/7/19 21:51:35,685; -2012/7/19 21:51:45,684; -2012/7/19 21:51:55,685; -2012/7/19 21:52:5,684; -2012/7/19 21:52:15,684; -2012/7/19 21:52:25,684; -2012/7/19 21:52:35,684; -2012/7/19 21:52:45,685; -2012/7/19 21:52:55,684; -2012/7/19 21:53:5,685; -2012/7/19 21:53:15,684; -2012/7/19 21:53:25,685; -2012/7/19 21:53:35,684; -2012/7/19 21:53:45,684; -2012/7/19 21:53:55,684; -2012/7/19 21:54:5,684; -2012/7/19 21:54:15,685; -2012/7/19 21:54:25,684; -2012/7/19 21:54:35,685; -2012/7/19 21:54:45,684; -2012/7/19 21:54:55,685; -2012/7/19 21:55:5,684; -2012/7/19 21:55:15,684; -2012/7/19 21:55:25,684; -2012/7/19 21:55:35,684; -2012/7/19 21:55:45,685; -2012/7/19 21:55:55,684; -2012/7/19 21:56:5,685; -2012/7/19 21:56:15,684; -2012/7/19 21:56:25,685; -2012/7/19 21:56:35,684; -2012/7/19 21:56:45,684; -2012/7/19 21:56:55,684; -2012/7/19 21:57:5,684; -2012/7/19 21:57:15,685; -2012/7/19 21:57:25,684; -2012/7/19 21:57:35,685; -2012/7/19 21:57:45,684; -2012/7/19 21:57:55,685; -2012/7/19 21:58:5,684; -2012/7/19 21:58:15,684; -2012/7/19 21:58:25,684; -2012/7/19 21:58:35,684; -2012/7/19 21:58:45,685; -2012/7/19 21:58:55,684; -2012/7/19 21:59:5,685; -2012/7/19 21:59:15,684; -2012/7/19 21:59:25,685; -2012/7/19 21:59:35,684; -2012/7/19 21:59:45,684; -2012/7/19 21:59:55,684; -2012/7/19 22:0:5,684; -2012/7/19 22:0:15,685; -2012/7/19 22:0:25,684; -2012/7/19 22:0:35,685; -2012/7/19 22:0:45,684; -2012/7/19 22:0:55,684; -2012/7/19 22:1:5,684; -2012/7/19 22:1:15,684; -2012/7/19 22:1:25,685; -2012/7/19 22:1:35,684; -2012/7/19 22:1:45,685; -2012/7/19 22:1:55,684; -2012/7/19 22:2:5,685; -2012/7/19 22:2:15,684; -2012/7/19 22:2:25,684; -2012/7/19 22:2:35,684; -2012/7/19 22:2:45,684; -2012/7/19 22:2:55,684; -2012/7/19 22:3:5,684; -2012/7/19 22:3:15,685; -2012/7/19 22:3:25,684; -2012/7/19 22:3:35,685; -2012/7/19 22:3:45,684; -2012/7/19 22:3:55,685; -2012/7/19 22:4:5,684; -2012/7/19 22:4:15,685; -2012/7/19 22:4:25,684; -2012/7/19 22:4:35,684; -2012/7/19 22:4:45,684; -2012/7/19 22:4:55,684; -2012/7/19 22:5:5,685; -2012/7/19 22:5:15,684; -2012/7/19 22:5:25,685; -2012/7/19 22:5:35,684; -2012/7/19 22:5:45,685; -2012/7/19 22:5:55,684; -2012/7/19 22:6:5,684; -2012/7/19 22:6:15,684; -2012/7/19 22:6:25,684; -2012/7/19 22:6:35,685; -2012/7/19 22:6:45,684; -2012/7/19 22:6:55,685; -2012/7/19 22:7:5,684; -2012/7/19 22:7:15,684; -2012/7/19 22:7:25,684; -2012/7/19 22:7:35,684; -2012/7/19 22:7:45,684; -2012/7/19 22:7:55,684; -2012/7/19 22:8:5,685; -2012/7/19 22:8:15,684; -2012/7/19 22:8:25,685; -2012/7/19 22:8:35,684; -2012/7/19 22:8:45,684; -2012/7/19 22:8:55,684; -2012/7/19 22:9:5,684; -2012/7/19 22:9:15,685; -2012/7/19 22:9:25,684; -2012/7/19 22:9:35,685; -2012/7/19 22:9:45,684; -2012/7/19 22:9:55,685; -2012/7/19 22:10:5,684; -2012/7/19 22:10:15,684; -2012/7/19 22:10:25,684; -2012/7/19 22:10:35,684; -2012/7/19 22:10:45,684; -2012/7/19 22:10:55,684; -2012/7/19 22:11:5,685; -2012/7/19 22:11:15,684; -2012/7/19 22:11:25,685; -2012/7/19 22:11:35,684; -2012/7/19 22:11:45,685; -2012/7/19 22:11:55,684; -2012/7/19 22:12:5,685; -2012/7/19 22:12:15,684; -2012/7/19 22:12:25,684; -2012/7/19 22:12:35,684; -2012/7/19 22:12:45,684; -2012/7/19 22:12:55,685; -2012/7/19 22:13:5,684; -2012/7/19 22:13:15,685; -2012/7/19 22:13:25,684; -2012/7/19 22:13:35,685; -2012/7/19 22:13:45,684; -2012/7/19 22:13:55,684; -2012/7/19 22:14:5,684; -2012/7/19 22:14:15,684; -2012/7/19 22:14:25,684; -2012/7/19 22:14:35,684; -2012/7/19 22:14:45,684; -2012/7/19 22:14:55,684; -2012/7/19 22:15:5,685; -2012/7/19 22:15:15,684; -2012/7/19 22:15:25,685; -2012/7/19 22:15:35,684; -2012/7/19 22:15:45,685; -2012/7/19 22:15:55,684; -2012/7/19 22:16:5,684; -2012/7/19 22:16:15,684; -2012/7/19 22:16:25,684; -2012/7/19 22:16:35,684; -2012/7/19 22:16:45,684; -2012/7/19 22:16:55,685; -2012/7/19 22:17:5,684; -2012/7/19 22:17:15,685; -2012/7/19 22:17:25,684; -2012/7/19 22:17:35,685; -2012/7/19 22:17:45,684; -2012/7/19 22:17:55,684; -2012/7/19 22:18:5,684; -2012/7/19 22:18:15,684; -2012/7/19 22:18:25,684; -2012/7/19 22:18:35,684; -2012/7/19 22:18:45,684; -2012/7/19 22:18:55,684; -2012/7/19 22:19:5,685; -2012/7/19 22:19:15,684; -2012/7/19 22:19:25,685; -2012/7/19 22:19:35,684; -2012/7/19 22:19:45,685; -2012/7/19 22:19:55,684; -2012/7/19 22:20:5,684; -2012/7/19 22:20:15,684; -2012/7/19 22:20:25,684; -2012/7/19 22:20:35,684; -2012/7/19 22:20:45,684; -2012/7/19 22:20:55,684; -2012/7/19 22:21:5,684; -2012/7/19 22:21:15,685; -2012/7/19 22:21:25,684; -2012/7/19 22:21:35,685; -2012/7/19 22:21:45,684; -2012/7/19 22:21:55,685; -2012/7/19 22:22:5,684; -2012/7/19 22:22:15,685; -2012/7/19 22:22:25,684; -2012/7/19 22:22:35,684; -2012/7/19 22:22:45,684; -2012/7/19 22:22:55,684; -2012/7/19 22:23:5,685; -2012/7/19 22:23:15,684; -2012/7/19 22:23:25,685; -2012/7/19 22:23:35,684; -2012/7/19 22:23:45,685; -2012/7/19 22:23:55,684; -2012/7/19 22:24:5,684; -2012/7/19 22:24:15,684; -2012/7/19 22:24:25,684; -2012/7/19 22:24:35,684; -2012/7/19 22:24:45,684; -2012/7/19 22:24:55,685; -2012/7/19 22:25:5,684; -2012/7/19 22:25:15,685; -2012/7/19 22:25:25,684; -2012/7/19 22:25:35,685; -2012/7/19 22:25:45,684; -2012/7/19 22:25:55,685; -2012/7/19 22:26:5,684; -2012/7/19 22:26:15,685; -2012/7/19 22:26:25,684; -2012/7/19 22:26:35,684; -2012/7/19 22:26:45,684; -2012/7/19 22:26:55,684; -2012/7/19 22:27:5,684; -2012/7/19 22:27:15,684; -2012/7/19 22:27:25,684; -2012/7/19 22:27:35,684; -2012/7/19 22:27:45,685; -2012/7/19 22:27:55,684; -2012/7/19 22:28:5,685; -2012/7/19 22:28:15,684; -2012/7/19 22:28:25,685; -2012/7/19 22:28:35,684; -2012/7/19 22:28:45,685; -2012/7/19 22:28:55,684; -2012/7/19 22:29:5,684; -2012/7/19 22:29:15,684; -2012/7/19 22:29:25,684; -2012/7/19 22:29:35,685; -2012/7/19 22:29:45,684; -2012/7/19 22:29:55,685; -2012/7/19 22:30:5,684; -2012/7/19 22:30:15,685; -2012/7/19 22:30:25,684; -2012/7/19 22:30:35,685; -2012/7/19 22:30:45,684; -2012/7/19 22:30:55,684; -2012/7/19 22:31:5,684; -2012/7/19 22:31:15,684; -2012/7/19 22:31:25,684; -2012/7/19 22:31:35,684; -2012/7/19 22:31:45,685; -2012/7/19 22:31:55,684; -2012/7/19 22:32:5,685; -2012/7/19 22:32:15,684; -2012/7/19 22:32:25,685; -2012/7/19 22:32:35,684; -2012/7/19 22:32:45,684; -2012/7/19 22:32:55,684; -2012/7/19 22:33:5,684; -2012/7/19 22:33:15,684; -2012/7/19 22:33:25,684; -2012/7/19 22:33:35,685; -2012/7/19 22:33:45,684; -2012/7/19 22:33:55,685; -2012/7/19 22:34:5,684; -2012/7/19 22:34:15,685; -2012/7/19 22:34:25,684; -2012/7/19 22:34:35,684; -2012/7/19 22:34:45,684; -2012/7/19 22:34:55,684; -2012/7/19 22:35:5,684; -2012/7/19 22:35:15,684; -2012/7/19 22:35:25,685; -2012/7/19 22:35:35,684; -2012/7/19 22:35:45,685; -2012/7/19 22:35:55,684; -2012/7/19 22:36:5,685; -2012/7/19 22:36:15,684; -2012/7/19 22:36:25,685; -2012/7/19 22:36:35,684; -2012/7/19 22:36:45,685; -2012/7/19 22:36:55,684; -2012/7/19 22:37:5,685; -2012/7/19 22:37:15,684; -2012/7/19 22:37:25,684; -2012/7/19 22:37:35,684; -2012/7/19 22:37:45,684; -2012/7/19 22:37:55,684; -2012/7/19 22:38:5,684; -2012/7/19 22:38:15,684; -2012/7/19 22:38:25,684; -2012/7/19 22:38:35,684; -2012/7/19 22:38:45,684; -2012/7/19 22:38:55,684; -2012/7/19 22:39:5,684; -2012/7/19 22:39:15,684; -2012/7/19 22:39:25,684; -2012/7/19 22:39:35,684; -2012/7/19 22:39:45,684; -2012/7/19 22:39:55,685; -2012/7/19 22:40:5,684; -2012/7/19 22:40:15,685; -2012/7/19 22:40:25,684; -2012/7/19 22:40:35,685; -2012/7/19 22:40:45,684; -2012/7/19 22:40:55,685; -2012/7/19 22:41:5,684; -2012/7/19 22:41:15,684; -2012/7/19 22:41:25,684; -2012/7/19 22:41:35,684; -2012/7/19 22:41:45,685; -2012/7/19 22:41:55,684; -2012/7/19 22:42:5,685; -2012/7/19 22:42:15,684; -2012/7/19 22:42:25,685; -2012/7/19 22:42:35,684; -2012/7/19 22:42:45,684; -2012/7/19 22:42:55,684; -2012/7/19 22:43:5,684; -2012/7/19 22:43:15,684; -2012/7/19 22:43:25,684; -2012/7/19 22:43:35,685; -2012/7/19 22:43:45,684; -2012/7/19 22:43:55,685; -2012/7/19 22:44:5,684; -2012/7/19 22:44:15,685; -2012/7/19 22:44:25,684; -2012/7/19 22:44:35,685; -2012/7/19 22:44:45,684; -2012/7/19 22:44:55,684; -2012/7/19 22:45:5,684; -2012/7/19 22:45:15,684; -2012/7/19 22:45:25,684; -2012/7/19 22:45:35,684; -2012/7/19 22:45:45,684; -2012/7/19 22:45:55,684; -2012/7/19 22:46:5,684; -2012/7/19 22:46:15,684; -2012/7/19 22:46:25,684; -2012/7/19 22:46:35,684; -2012/7/19 22:46:45,684; -2012/7/19 22:46:55,684; -2012/7/19 22:47:5,684; -2012/7/19 22:47:15,684; -2012/7/19 22:47:25,684; -2012/7/19 22:47:35,684; -2012/7/19 22:47:45,684; -2012/7/19 22:47:55,684; -2012/7/19 22:48:5,685; -2012/7/19 22:48:15,684; -2012/7/19 22:48:25,685; -2012/7/19 22:48:35,684; -2012/7/19 22:48:45,685; -2012/7/19 22:48:55,684; -2012/7/19 22:49:5,684; -2012/7/19 22:49:15,684; -2012/7/19 22:49:25,684; -2012/7/19 22:49:35,684; -2012/7/19 22:49:45,684; -2012/7/19 22:49:55,684; -2012/7/19 22:50:5,684; -2012/7/19 22:50:15,685; -2012/7/19 22:50:25,684; -2012/7/19 22:50:35,685; -2012/7/19 22:50:45,684; -2012/7/19 22:50:55,684; -2012/7/19 22:51:5,684; -2012/7/19 22:51:15,684; -2012/7/19 22:51:25,684; -2012/7/19 22:51:35,684; -2012/7/19 22:51:45,685; -2012/7/19 22:51:55,684; -2012/7/19 22:52:5,685; -2012/7/19 22:52:15,684; -2012/7/19 22:52:25,685; -2012/7/19 22:52:35,684; -2012/7/19 22:52:45,684; -2012/7/19 22:52:55,684; -2012/7/19 22:53:5,684; -2012/7/19 22:53:15,685; -2012/7/19 22:53:25,684; -2012/7/19 22:53:35,685; -2012/7/19 22:53:45,684; -2012/7/19 22:53:55,685; -2012/7/19 22:54:5,684; -2012/7/19 22:54:15,685; -2012/7/19 22:54:25,684; -2012/7/19 22:54:35,685; -2012/7/19 22:54:45,684; -2012/7/19 22:54:55,685; -2012/7/19 22:55:5,684; -2012/7/19 22:55:15,684; -2012/7/19 22:55:25,684; -2012/7/19 22:55:35,684; -2012/7/19 22:55:45,684; -2012/7/19 22:55:55,684; -2012/7/19 22:56:5,684; -2012/7/19 22:56:15,684; -2012/7/19 22:56:25,685; -2012/7/19 22:56:35,684; -2012/7/19 22:56:45,685; -2012/7/19 22:56:55,684; -2012/7/19 22:57:5,685; -2012/7/19 22:57:15,684; -2012/7/19 22:57:25,685; -2012/7/19 22:57:35,684; -2012/7/19 22:57:45,685; -2012/7/19 22:57:55,684; -2012/7/19 22:58:5,685; -2012/7/19 22:58:15,684; -2012/7/19 22:58:25,684; -2012/7/19 22:58:35,684; -2012/7/19 22:58:45,684; -2012/7/19 22:58:55,684; -2012/7/19 22:59:5,684; -2012/7/19 22:59:15,685; -2012/7/19 22:59:25,684; -2012/7/19 22:59:35,685; -2012/7/19 22:59:45,684; -2012/7/19 22:59:55,684; -2012/7/19 23:0:5,684; -2012/7/19 23:0:15,684; -2012/7/19 23:0:25,684; -2012/7/19 23:0:35,684; -2012/7/19 23:0:45,684; -2012/7/19 23:0:55,684; -2012/7/19 23:1:5,684; -2012/7/19 23:1:15,684; -2012/7/19 23:1:25,684; -2012/7/19 23:1:35,684; -2012/7/19 23:1:45,684; -2012/7/19 23:1:55,684; -2012/7/19 23:2:5,684; -2012/7/19 23:2:15,684; -2012/7/19 23:2:25,684; -2012/7/19 23:2:35,684; -2012/7/19 23:2:45,684; -2012/7/19 23:2:55,684; -2012/7/19 23:3:5,685; -2012/7/19 23:3:15,684; -2012/7/19 23:3:25,685; -2012/7/19 23:3:35,684; -2012/7/19 23:3:45,685; -2012/7/19 23:3:55,684; -2012/7/19 23:4:5,685; -2012/7/19 23:4:15,684; -2012/7/19 23:4:25,684; -2012/7/19 23:4:35,684; -2012/7/19 23:4:45,684; -2012/7/19 23:4:55,684; -2012/7/19 23:5:5,684; -2012/7/19 23:5:15,685; -2012/7/19 23:5:25,684; -2012/7/19 23:5:35,685; -2012/7/19 23:5:45,684; -2012/7/19 23:5:55,685; -2012/7/19 23:6:5,684; -2012/7/19 23:6:15,685; -2012/7/19 23:6:25,684; -2012/7/19 23:6:35,685; -2012/7/19 23:6:45,684; -2012/7/19 23:6:55,684; -2012/7/19 23:7:5,684; -2012/7/19 23:7:15,684; -2012/7/19 23:7:25,684; -2012/7/19 23:7:35,688; -2012/7/19 23:7:45,684; -2012/7/19 23:7:55,684; -2012/7/19 23:8:5,684; -2012/7/19 23:8:15,684; -2012/7/19 23:8:25,684; -2012/7/19 23:8:35,684; -2012/7/19 23:8:45,685; -2012/7/19 23:8:55,684; -2012/7/19 23:9:5,685; -2012/7/19 23:9:15,684; -2012/7/19 23:9:25,685; -2012/7/19 23:9:35,684; -2012/7/19 23:9:45,685; -2012/7/19 23:9:55,684; -2012/7/19 23:10:5,685; -2012/7/19 23:10:15,684; -2012/7/19 23:10:25,685; -2012/7/19 23:10:35,684; -2012/7/19 23:10:45,684; -2012/7/19 23:10:55,684; -2012/7/19 23:11:5,685; -2012/7/19 23:11:15,684; -2012/7/19 23:11:25,685; -2012/7/19 23:11:35,684; -2012/7/19 23:11:45,684; -2012/7/19 23:11:55,684; -2012/7/19 23:12:5,684; -2012/7/19 23:12:15,684; -2012/7/19 23:12:25,684; -2012/7/19 23:12:35,684; -2012/7/19 23:12:45,684; -2012/7/19 23:12:55,684; -2012/7/19 23:13:5,684; -2012/7/19 23:13:15,684; -2012/7/19 23:13:25,684; -2012/7/19 23:13:35,685; -2012/7/19 23:13:45,684; -2012/7/19 23:13:55,685; -2012/7/19 23:14:5,684; -2012/7/19 23:14:15,685; -2012/7/19 23:14:25,684; -2012/7/19 23:14:35,685; -2012/7/19 23:14:45,684; -2012/7/19 23:14:55,685; -2012/7/19 23:15:5,684; -2012/7/19 23:15:15,685; -2012/7/19 23:15:25,684; -2012/7/19 23:15:35,684; -2012/7/19 23:15:45,684; -2012/7/19 23:15:55,684; -2012/7/19 23:16:5,684; -2012/7/19 23:16:15,684; -2012/7/19 23:16:25,684; -2012/7/19 23:16:35,684; -2012/7/19 23:16:45,684; -2012/7/19 23:16:55,684; -2012/7/19 23:17:5,684; -2012/7/19 23:17:15,684; -2012/7/19 23:17:25,685; -2012/7/19 23:17:35,684; -2012/7/19 23:17:45,685; -2012/7/19 23:17:55,684; -2012/7/19 23:18:5,685; -2012/7/19 23:18:15,684; -2012/7/19 23:18:25,685; -2012/7/19 23:18:35,684; -2012/7/19 23:18:45,685; -2012/7/19 23:18:55,684; -2012/7/19 23:19:5,685; -2012/7/19 23:19:15,684; -2012/7/19 23:19:25,685; -2012/7/19 23:19:35,684; -2012/7/19 23:19:45,685; -2012/7/19 23:19:55,684; -2012/7/19 23:20:5,685; -2012/7/19 23:20:15,684; -2012/7/19 23:20:25,685; -2012/7/19 23:20:35,684; -2012/7/19 23:20:45,685; -2012/7/19 23:20:55,684; -2012/7/19 23:21:5,685; -2012/7/19 23:21:15,684; -2012/7/19 23:21:25,685; -2012/7/19 23:21:35,684; -2012/7/19 23:21:45,685; -2012/7/19 23:21:55,684; -2012/7/19 23:22:5,685; -2012/7/19 23:22:15,684; -2012/7/19 23:22:25,684; -2012/7/19 23:22:35,684; -2012/7/19 23:22:45,684; -2012/7/19 23:22:55,684; -2012/7/19 23:23:5,684; -2012/7/19 23:23:15,685; -2012/7/19 23:23:25,684; -2012/7/19 23:23:35,685; -2012/7/19 23:23:45,684; -2012/7/19 23:23:55,685; -2012/7/19 23:24:5,684; -2012/7/19 23:24:15,685; -2012/7/19 23:24:25,684; -2012/7/19 23:24:35,685; -2012/7/19 23:24:45,684; -2012/7/19 23:24:55,684; -2012/7/19 23:25:5,684; -2012/7/19 23:25:15,685; -2012/7/19 23:25:25,684; -2012/7/19 23:25:35,684; -2012/7/19 23:25:45,684; -2012/7/19 23:25:55,684; -2012/7/19 23:26:5,684; -2012/7/19 23:26:15,684; -2012/7/19 23:26:25,684; -2012/7/19 23:26:35,684; -2012/7/19 23:26:45,684; -2012/7/19 23:26:55,685; -2012/7/19 23:27:5,684; -2012/7/19 23:27:15,685; -2012/7/19 23:27:25,684; -2012/7/19 23:27:35,684; -2012/7/19 23:27:45,684; -2012/7/19 23:27:55,684; -2012/7/19 23:28:5,684; -2012/7/19 23:28:15,684; -2012/7/19 23:28:25,684; -2012/7/19 23:28:35,684; -2012/7/19 23:28:45,684; -2012/7/19 23:28:55,684; -2012/7/19 23:29:5,685; -2012/7/19 23:29:15,684; -2012/7/19 23:29:25,685; -2012/7/19 23:29:35,684; -2012/7/19 23:29:45,685; -2012/7/19 23:29:55,684; -2012/7/19 23:30:5,685; -2012/7/19 23:30:15,684; -2012/7/19 23:30:25,684; -2012/7/19 23:30:35,684; -2012/7/19 23:30:45,684; -2012/7/19 23:30:55,684; -2012/7/19 23:31:5,684; -2012/7/19 23:31:15,685; -2012/7/19 23:31:25,684; -2012/7/19 23:31:35,685; -2012/7/19 23:31:45,684; -2012/7/19 23:31:55,685; -2012/7/19 23:32:5,684; -2012/7/19 23:32:15,684; -2012/7/19 23:32:25,684; -2012/7/19 23:32:35,685; -2012/7/19 23:32:45,684; -2012/7/19 23:32:55,684; -2012/7/19 23:33:5,684; -2012/7/19 23:33:15,684; -2012/7/19 23:33:25,684; -2012/7/19 23:33:35,684; -2012/7/19 23:33:45,684; -2012/7/19 23:33:55,684; -2012/7/19 23:34:5,685; -2012/7/19 23:34:15,684; -2012/7/19 23:34:25,685; -2012/7/19 23:34:35,684; -2012/7/19 23:34:45,685; -2012/7/19 23:34:55,684; -2012/7/19 23:35:5,684; -2012/7/19 23:35:15,684; -2012/7/19 23:35:25,684; -2012/7/19 23:35:35,684; -2012/7/19 23:35:45,684; -2012/7/19 23:35:55,685; -2012/7/19 23:36:5,684; -2012/7/19 23:36:15,685; -2012/7/19 23:36:25,684; -2012/7/19 23:36:35,685; -2012/7/19 23:36:45,684; -2012/7/19 23:36:55,684; -2012/7/19 23:37:5,684; -2012/7/19 23:37:15,684; -2012/7/19 23:37:25,684; -2012/7/19 23:37:35,685; -2012/7/19 23:37:45,684; -2012/7/19 23:37:55,684; -2012/7/19 23:38:5,684; -2012/7/19 23:38:15,684; -2012/7/19 23:38:25,685; -2012/7/19 23:38:35,684; -2012/7/19 23:38:45,685; -2012/7/19 23:38:55,684; -2012/7/19 23:39:5,685; -2012/7/19 23:39:15,684; -2012/7/19 23:39:25,685; -2012/7/19 23:39:35,684; -2012/7/19 23:39:45,685; -2012/7/19 23:39:55,684; -2012/7/19 23:40:5,684; -2012/7/19 23:40:15,684; -2012/7/19 23:40:25,684; -2012/7/19 23:40:35,684; -2012/7/19 23:40:45,684; -2012/7/19 23:40:55,684; -2012/7/19 23:41:5,684; -2012/7/19 23:41:15,685; -2012/7/19 23:41:25,684; -2012/7/19 23:41:35,685; -2012/7/19 23:41:45,684; -2012/7/19 23:41:55,685; -2012/7/19 23:42:5,684; -2012/7/19 23:42:15,685; -2012/7/19 23:42:25,684; -2012/7/19 23:42:35,684; -2012/7/19 23:42:45,684; -2012/7/19 23:42:55,684; -2012/7/19 23:43:5,684; -2012/7/19 23:43:15,684; -2012/7/19 23:43:25,684; -2012/7/19 23:43:35,684; -2012/7/19 23:43:45,685; -2012/7/19 23:43:55,684; -2012/7/19 23:44:5,685; -2012/7/19 23:44:15,684; -2012/7/19 23:44:25,685; -2012/7/19 23:44:35,684; -2012/7/19 23:44:45,685; -2012/7/19 23:44:55,684; -2012/7/19 23:45:5,685; -2012/7/19 23:45:15,684; -2012/7/19 23:45:25,685; -2012/7/19 23:45:35,684; -2012/7/19 23:45:45,685; -2012/7/19 23:45:55,684; -2012/7/19 23:46:5,684; -2012/7/19 23:46:15,684; -2012/7/19 23:46:25,684; -2012/7/19 23:46:35,684; -2012/7/19 23:46:45,684; -2012/7/19 23:46:55,685; -2012/7/19 23:47:5,684; -2012/7/19 23:47:15,685; -2012/7/19 23:47:25,684; -2012/7/19 23:47:35,685; -2012/7/19 23:47:45,684; -2012/7/19 23:47:55,684; -2012/7/19 23:48:5,684; -2012/7/19 23:48:15,684; -2012/7/19 23:48:25,684; -2012/7/19 23:48:35,684; -2012/7/19 23:48:45,684; -2012/7/19 23:48:55,684; -2012/7/19 23:49:5,685; -2012/7/19 23:49:15,684; -2012/7/19 23:49:25,685; -2012/7/19 23:49:35,684; -2012/7/19 23:49:45,685; -2012/7/19 23:49:55,684; -2012/7/19 23:50:5,685; -2012/7/19 23:50:15,684; -2012/7/19 23:50:25,685; -2012/7/19 23:50:35,684; -2012/7/19 23:50:45,685; -2012/7/19 23:50:55,684; -2012/7/19 23:51:5,684; -2012/7/19 23:51:15,684; -2012/7/19 23:51:25,684; -2012/7/19 23:51:35,684; -2012/7/19 23:51:45,684; -2012/7/19 23:51:55,685; -2012/7/19 23:52:5,684; -2012/7/19 23:52:15,685; -2012/7/19 23:52:25,684; -2012/7/19 23:52:35,684; -2012/7/19 23:52:45,684; -2012/7/19 23:52:55,684; -2012/7/19 23:53:5,685; -2012/7/19 23:53:15,684; -2012/7/19 23:53:25,685; -2012/7/19 23:53:35,684; -2012/7/19 23:53:45,684; -2012/7/19 23:53:55,684; -2012/7/19 23:54:5,684; -2012/7/19 23:54:15,685; -2012/7/19 23:54:25,684; -2012/7/19 23:54:35,685; -2012/7/19 23:54:45,684; -2012/7/19 23:54:55,685; -2012/7/19 23:55:5,684; -2012/7/19 23:55:15,685; -2012/7/19 23:55:25,684; -2012/7/19 23:55:35,685; -2012/7/19 23:55:45,684; -2012/7/19 23:55:55,685; -2012/7/19 23:56:5,684; -2012/7/19 23:56:15,684; -2012/7/19 23:56:25,684; -2012/7/19 23:56:35,684; -2012/7/19 23:56:45,684; -2012/7/19 23:56:55,684; -2012/7/19 23:57:5,684; -2012/7/19 23:57:15,684; -2012/7/19 23:57:25,684; -2012/7/19 23:57:35,685; -2012/7/19 23:57:45,684; -2012/7/19 23:57:55,685; -2012/7/19 23:58:5,684; -2012/7/19 23:58:15,685; -2012/7/19 23:58:25,684; -2012/7/19 23:58:35,685; -2012/7/19 23:58:45,684; -2012/7/19 23:58:55,685; -2012/7/19 23:59:5,684; -2012/7/19 23:59:15,685; -2012/7/19 23:59:25,684; -2012/7/19 23:59:35,685; -2012/7/19 23:59:45,684; -2012/7/19 23:59:55,685; -2012/7/20 0:0:5,684; -2012/7/20 0:0:15,685; -2012/7/20 0:0:25,684; -2012/7/20 0:0:35,685; -2012/7/20 0:0:45,684; -2012/7/20 0:0:55,685; -2012/7/20 0:1:5,684; -2012/7/20 0:1:15,685; -2012/7/20 0:1:25,684; -2012/7/20 0:1:35,685; -2012/7/20 0:1:45,684; -2012/7/20 0:1:55,685; -2012/7/20 0:2:5,684; -2012/7/20 0:2:15,685; -2012/7/20 0:2:25,684; -2012/7/20 0:2:35,685; -2012/7/20 0:2:45,684; -2012/7/20 0:2:55,685; -2012/7/20 0:3:5,684; -2012/7/20 0:3:15,685; -2012/7/20 0:3:25,684; -2012/7/20 0:3:35,685; -2012/7/20 0:3:45,684; -2012/7/20 0:3:55,685; -2012/7/20 0:4:5,684; -2012/7/20 0:4:15,685; -2012/7/20 0:4:25,684; -2012/7/20 0:4:35,685; -2012/7/20 0:4:45,684; -2012/7/20 0:4:55,685; -2012/7/20 0:5:5,684; -2012/7/20 0:5:15,685; -2012/7/20 0:5:25,684; -2012/7/20 0:5:35,685; -2012/7/20 0:5:45,684; -2012/7/20 0:5:55,685; -2012/7/20 0:6:5,684; -2012/7/20 0:6:15,685; -2012/7/20 0:6:25,684; -2012/7/20 0:6:35,685; -2012/7/20 0:6:45,684; -2012/7/20 0:6:55,684; -2012/7/20 0:7:5,684; -2012/7/20 0:7:15,684; -2012/7/20 0:7:25,684; -2012/7/20 0:7:35,684; -2012/7/20 0:7:45,684; -2012/7/20 0:7:55,684; -2012/7/20 0:8:5,684; -2012/7/20 0:8:15,684; -2012/7/20 0:8:25,684; -2012/7/20 0:8:35,684; -2012/7/20 0:8:45,685; -2012/7/20 0:8:55,684; -2012/7/20 0:9:5,685; -2012/7/20 0:9:15,684; -2012/7/20 0:9:25,685; -2012/7/20 0:9:35,684; -2012/7/20 0:9:45,685; -2012/7/20 0:9:55,684; -2012/7/20 0:10:5,685; -2012/7/20 0:10:15,684; -2012/7/20 0:10:25,685; -2012/7/20 0:10:35,684; -2012/7/20 0:10:45,684; -2012/7/20 0:10:55,684; -2012/7/20 0:11:5,684; -2012/7/20 0:11:15,684; -2012/7/20 0:11:25,684; -2012/7/20 0:11:35,684; -2012/7/20 0:11:45,684; -2012/7/20 0:11:55,684; -2012/7/20 0:12:5,685; -2012/7/20 0:12:15,684; -2012/7/20 0:12:25,685; -2012/7/20 0:12:35,684; -2012/7/20 0:12:45,685; -2012/7/20 0:12:55,684; -2012/7/20 0:13:5,685; -2012/7/20 0:13:15,684; -2012/7/20 0:13:25,685; -2012/7/20 0:13:35,684; -2012/7/20 0:13:45,685; -2012/7/20 0:13:55,684; -2012/7/20 0:14:5,685; -2012/7/20 0:14:15,684; -2012/7/20 0:14:25,685; -2012/7/20 0:14:35,684; -2012/7/20 0:14:45,685; -2012/7/20 0:14:55,684; -2012/7/20 0:15:5,685; -2012/7/20 0:15:15,684; -2012/7/20 0:15:25,685; -2012/7/20 0:15:35,684; -2012/7/20 0:15:45,685; -2012/7/20 0:15:55,684; -2012/7/20 0:16:5,685; -2012/7/20 0:16:15,684; -2012/7/20 0:16:25,685; -2012/7/20 0:16:35,684; -2012/7/20 0:16:45,685; -2012/7/20 0:16:55,684; -2012/7/20 0:17:5,685; -2012/7/20 0:17:15,684; -2012/7/20 0:17:25,685; -2012/7/20 0:17:35,684; -2012/7/20 0:17:45,685; -2012/7/20 0:17:55,684; -2012/7/20 0:18:5,684; -2012/7/20 0:18:15,684; -2012/7/20 0:18:25,684; -2012/7/20 0:18:35,684; -2012/7/20 0:18:45,684; -2012/7/20 0:18:55,684; -2012/7/20 0:19:5,684; -2012/7/20 0:19:15,684; -2012/7/20 0:19:25,684; -2012/7/20 0:19:35,684; -2012/7/20 0:19:45,684; -2012/7/20 0:19:55,684; -2012/7/20 0:20:5,684; -2012/7/20 0:20:15,684; -2012/7/20 0:20:25,684; -2012/7/20 0:20:35,684; -2012/7/20 0:20:45,684; -2012/7/20 0:20:55,684; -2012/7/20 0:21:5,684; -2012/7/20 0:21:15,684; -2012/7/20 0:21:25,684; -2012/7/20 0:21:35,684; -2012/7/20 0:21:45,684; -2012/7/20 0:21:55,685; -2012/7/20 0:22:5,684; -2012/7/20 0:22:15,684; -2012/7/20 0:22:25,684; -2012/7/20 0:22:35,685; -2012/7/20 0:22:45,684; -2012/7/20 0:22:55,684; -2012/7/20 0:23:5,684; -2012/7/20 0:23:15,685; -2012/7/20 0:23:25,684; -2012/7/20 0:23:35,685; -2012/7/20 0:23:45,684; -2012/7/20 0:23:55,685; -2012/7/20 0:24:5,684; -2012/7/20 0:24:15,685; -2012/7/20 0:24:25,684; -2012/7/20 0:24:35,685; -2012/7/20 0:24:45,684; -2012/7/20 0:24:55,685; -2012/7/20 0:25:5,684; -2012/7/20 0:25:15,685; -2012/7/20 0:25:25,684; -2012/7/20 0:25:35,685; -2012/7/20 0:25:45,684; -2012/7/20 0:25:55,684; -2012/7/20 0:26:5,684; -2012/7/20 0:26:15,684; -2012/7/20 0:26:25,684; -2012/7/20 0:26:35,684; -2012/7/20 0:26:45,684; -2012/7/20 0:26:55,684; -2012/7/20 0:27:5,684; -2012/7/20 0:27:15,684; -2012/7/20 0:27:25,684; -2012/7/20 0:27:35,684; -2012/7/20 0:27:45,684; -2012/7/20 0:27:55,684; -2012/7/20 0:28:5,684; -2012/7/20 0:28:15,684; -2012/7/20 0:28:25,684; -2012/7/20 0:28:35,684; -2012/7/20 0:28:45,684; -2012/7/20 0:28:55,684; -2012/7/20 0:29:5,684; -2012/7/20 0:29:15,684; -2012/7/20 0:29:25,684; -2012/7/20 0:29:35,684; -2012/7/20 0:29:45,684; -2012/7/20 0:29:55,684; -2012/7/20 0:30:5,684; -2012/7/20 0:30:15,684; -2012/7/20 0:30:25,685; -2012/7/20 0:30:35,684; -2012/7/20 0:30:45,685; -2012/7/20 0:30:55,684; -2012/7/20 0:31:5,685; -2012/7/20 0:31:15,684; -2012/7/20 0:31:25,685; -2012/7/20 0:31:35,684; -2012/7/20 0:31:45,685; -2012/7/20 0:31:55,684; -2012/7/20 0:32:5,684; -2012/7/20 0:32:15,684; -2012/7/20 0:32:25,684; -2012/7/20 0:32:35,684; -2012/7/20 0:32:45,684; -2012/7/20 0:32:55,684; -2012/7/20 0:33:5,684; -2012/7/20 0:33:15,684; -2012/7/20 0:33:25,684; -2012/7/20 0:33:35,684; -2012/7/20 0:33:45,684; -2012/7/20 0:33:55,685; -2012/7/20 0:34:5,684; -2012/7/20 0:34:15,685; -2012/7/20 0:34:25,684; -2012/7/20 0:34:35,685; -2012/7/20 0:34:45,684; -2012/7/20 0:34:55,685; -2012/7/20 0:35:5,684; -2012/7/20 0:35:15,685; -2012/7/20 0:35:25,684; -2012/7/20 0:35:35,685; -2012/7/20 0:35:45,684; -2012/7/20 0:35:55,685; -2012/7/20 0:36:5,684; -2012/7/20 0:36:15,685; -2012/7/20 0:36:25,684; -2012/7/20 0:36:35,685; -2012/7/20 0:36:45,684; -2012/7/20 0:36:55,685; -2012/7/20 0:37:5,684; -2012/7/20 0:37:15,685; -2012/7/20 0:37:25,684; -2012/7/20 0:37:35,685; -2012/7/20 0:37:45,684; -2012/7/20 0:37:55,684; -2012/7/20 0:38:5,684; -2012/7/20 0:38:15,685; -2012/7/20 0:38:25,684; -2012/7/20 0:38:35,685; -2012/7/20 0:38:45,684; -2012/7/20 0:38:55,684; -2012/7/20 0:39:5,684; -2012/7/20 0:39:15,684; -2012/7/20 0:39:25,684; -2012/7/20 0:39:35,685; -2012/7/20 0:39:45,684; -2012/7/20 0:39:55,685; -2012/7/20 0:40:5,684; -2012/7/20 0:40:15,684; -2012/7/20 0:40:25,684; -2012/7/20 0:40:35,684; -2012/7/20 0:40:45,684; -2012/7/20 0:40:55,684; -2012/7/20 0:41:5,685; -2012/7/20 0:41:15,684; -2012/7/20 0:41:25,685; -2012/7/20 0:41:35,684; -2012/7/20 0:41:45,685; -2012/7/20 0:41:55,684; -2012/7/20 0:42:5,685; -2012/7/20 0:42:15,684; -2012/7/20 0:42:25,685; -2012/7/20 0:42:35,684; -2012/7/20 0:42:45,685; -2012/7/20 0:42:55,684; -2012/7/20 0:43:5,685; -2012/7/20 0:43:15,684; -2012/7/20 0:43:25,685; -2012/7/20 0:43:35,684; -2012/7/20 0:43:45,685; -2012/7/20 0:43:55,684; -2012/7/20 0:44:5,685; -2012/7/20 0:44:15,684; -2012/7/20 0:44:25,684; -2012/7/20 0:44:35,684; -2012/7/20 0:44:45,684; -2012/7/20 0:44:55,684; -2012/7/20 0:45:5,684; -2012/7/20 0:45:15,684; -2012/7/20 0:45:25,684; -2012/7/20 0:45:35,684; -2012/7/20 0:45:45,684; -2012/7/20 0:45:55,684; -2012/7/20 0:46:5,684; -2012/7/20 0:46:15,684; -2012/7/20 0:46:25,685; -2012/7/20 0:46:35,684; -2012/7/20 0:46:45,685; -2012/7/20 0:46:55,684; -2012/7/20 0:47:5,685; -2012/7/20 0:47:15,684; -2012/7/20 0:47:25,685; -2012/7/20 0:47:35,684; -2012/7/20 0:47:45,685; -2012/7/20 0:47:55,684; -2012/7/20 0:48:5,685; -2012/7/20 0:48:15,684; -2012/7/20 0:48:25,685; -2012/7/20 0:48:35,684; -2012/7/20 0:48:45,685; -2012/7/20 0:48:55,684; -2012/7/20 0:49:5,685; -2012/7/20 0:49:15,684; -2012/7/20 0:49:25,685; -2012/7/20 0:49:35,684; -2012/7/20 0:49:45,684; -2012/7/20 0:49:55,684; -2012/7/20 0:50:5,685; -2012/7/20 0:50:15,684; -2012/7/20 0:50:25,685; -2012/7/20 0:50:35,684; -2012/7/20 0:50:45,685; -2012/7/20 0:50:55,684; -2012/7/20 0:51:5,685; -2012/7/20 0:51:15,684; -2012/7/20 0:51:25,685; -2012/7/20 0:51:35,684; -2012/7/20 0:51:45,685; -2012/7/20 0:51:55,684; -2012/7/20 0:52:5,685; -2012/7/20 0:52:15,684; -2012/7/20 0:52:25,685; -2012/7/20 0:52:35,684; -2012/7/20 0:52:45,685; -2012/7/20 0:52:55,684; -2012/7/20 0:53:5,685; -2012/7/20 0:53:15,684; -2012/7/20 0:53:25,685; -2012/7/20 0:53:35,684; -2012/7/20 0:53:45,685; -2012/7/20 0:53:55,684; -2012/7/20 0:54:5,685; -2012/7/20 0:54:15,684; -2012/7/20 0:54:25,685; -2012/7/20 0:54:35,684; -2012/7/20 0:54:45,684; -2012/7/20 0:54:55,684; -2012/7/20 0:55:5,685; -2012/7/20 0:55:15,684; -2012/7/20 0:55:25,685; -2012/7/20 0:55:35,684; -2012/7/20 0:55:45,685; -2012/7/20 0:55:55,684; -2012/7/20 0:56:5,684; -2012/7/20 0:56:15,684; -2012/7/20 0:56:25,684; -2012/7/20 0:56:35,684; -2012/7/20 0:56:45,684; -2012/7/20 0:56:55,684; -2012/7/20 0:57:5,684; -2012/7/20 0:57:15,684; -2012/7/20 0:57:25,684; -2012/7/20 0:57:35,684; -2012/7/20 0:57:45,684; -2012/7/20 0:57:55,684; -2012/7/20 0:58:5,684; -2012/7/20 0:58:15,684; -2012/7/20 0:58:25,684; -2012/7/20 0:58:35,684; -2012/7/20 0:58:45,684; -2012/7/20 0:58:55,684; -2012/7/20 0:59:5,684; -2012/7/20 0:59:15,685; -2012/7/20 0:59:25,684; -2012/7/20 0:59:35,685; -2012/7/20 0:59:45,684; -2012/7/20 0:59:55,685; -2012/7/20 1:0:5,684; -2012/7/20 1:0:15,685; -2012/7/20 1:0:25,684; -2012/7/20 1:0:35,685; -2012/7/20 1:0:45,684; -2012/7/20 1:0:55,685; -2012/7/20 1:1:5,684; -2012/7/20 1:1:15,685; -2012/7/20 1:1:25,684; -2012/7/20 1:1:35,685; -2012/7/20 1:1:45,684; -2012/7/20 1:1:55,685; -2012/7/20 1:2:5,684; -2012/7/20 1:2:15,685; -2012/7/20 1:2:25,684; -2012/7/20 1:2:35,685; -2012/7/20 1:2:45,684; -2012/7/20 1:2:55,685; -2012/7/20 1:3:5,684; -2012/7/20 1:3:15,684; -2012/7/20 1:3:25,684; -2012/7/20 1:3:35,684; -2012/7/20 1:3:45,684; -2012/7/20 1:3:55,685; -2012/7/20 1:4:5,684; -2012/7/20 1:4:15,684; -2012/7/20 1:4:25,684; -2012/7/20 1:4:35,684; -2012/7/20 1:4:45,684; -2012/7/20 1:4:55,684; -2012/7/20 1:5:5,684; -2012/7/20 1:5:15,684; -2012/7/20 1:5:25,684; -2012/7/20 1:5:35,684; -2012/7/20 1:5:45,684; -2012/7/20 1:5:55,684; -2012/7/20 1:6:5,684; -2012/7/20 1:6:15,684; -2012/7/20 1:6:25,684; -2012/7/20 1:6:35,684; -2012/7/20 1:6:45,684; -2012/7/20 1:6:55,684; -2012/7/20 1:7:5,684; -2012/7/20 1:7:15,684; -2012/7/20 1:7:25,685; -2012/7/20 1:7:35,684; -2012/7/20 1:7:45,685; -2012/7/20 1:7:55,684; -2012/7/20 1:8:5,685; -2012/7/20 1:8:15,684; -2012/7/20 1:8:25,685; -2012/7/20 1:8:35,684; -2012/7/20 1:8:45,685; -2012/7/20 1:8:55,684; -2012/7/20 1:9:5,685; -2012/7/20 1:9:15,684; -2012/7/20 1:9:25,685; -2012/7/20 1:9:35,684; -2012/7/20 1:9:45,685; -2012/7/20 1:9:55,684; -2012/7/20 1:10:5,685; -2012/7/20 1:10:15,684; -2012/7/20 1:10:25,685; -2012/7/20 1:10:35,684; -2012/7/20 1:10:45,685; -2012/7/20 1:10:55,684; -2012/7/20 1:11:5,685; -2012/7/20 1:11:15,684; -2012/7/20 1:11:25,685; -2012/7/20 1:11:35,684; -2012/7/20 1:11:45,684; -2012/7/20 1:11:55,684; -2012/7/20 1:12:5,684; -2012/7/20 1:12:15,684; -2012/7/20 1:12:25,684; -2012/7/20 1:12:35,684; -2012/7/20 1:12:45,684; -2012/7/20 1:12:55,685; -2012/7/20 1:13:5,684; -2012/7/20 1:13:15,685; -2012/7/20 1:13:25,684; -2012/7/20 1:13:35,685; -2012/7/20 1:13:45,684; -2012/7/20 1:13:55,685; -2012/7/20 1:14:5,684; -2012/7/20 1:14:15,685; -2012/7/20 1:14:25,684; -2012/7/20 1:14:35,685; -2012/7/20 1:14:45,684; -2012/7/20 1:14:55,685; -2012/7/20 1:15:5,684; -2012/7/20 1:15:15,685; -2012/7/20 1:15:25,684; -2012/7/20 1:15:35,685; -2012/7/20 1:15:45,684; -2012/7/20 1:15:55,684; -2012/7/20 1:16:5,684; -2012/7/20 1:16:15,684; -2012/7/20 1:16:25,684; -2012/7/20 1:16:35,684; -2012/7/20 1:16:45,684; -2012/7/20 1:16:55,684; -2012/7/20 1:17:5,684; -2012/7/20 1:17:15,684; -2012/7/20 1:17:25,684; -2012/7/20 1:17:35,684; -2012/7/20 1:17:45,684; -2012/7/20 1:17:55,684; -2012/7/20 1:18:5,684; -2012/7/20 1:18:15,684; -2012/7/20 1:18:25,684; -2012/7/20 1:18:35,684; -2012/7/20 1:18:45,684; -2012/7/20 1:18:55,684; -2012/7/20 1:19:5,684; -2012/7/20 1:19:15,684; -2012/7/20 1:19:25,684; -2012/7/20 1:19:35,684; -2012/7/20 1:19:45,684; -2012/7/20 1:19:55,684; -2012/7/20 1:20:5,684; -2012/7/20 1:20:15,684; -2012/7/20 1:20:25,684; -2012/7/20 1:20:35,684; -2012/7/20 1:20:45,684; -2012/7/20 1:20:55,684; -2012/7/20 1:21:5,684; -2012/7/20 1:21:15,684; -2012/7/20 1:21:25,684; -2012/7/20 1:21:35,684; -2012/7/20 1:21:45,684; -2012/7/20 1:21:55,684; -2012/7/20 1:22:5,684; -2012/7/20 1:22:15,684; -2012/7/20 1:22:25,684; -2012/7/20 1:22:35,684; -2012/7/20 1:22:45,684; -2012/7/20 1:22:55,684; -2012/7/20 1:23:5,684; -2012/7/20 1:23:15,684; -2012/7/20 1:23:25,684; -2012/7/20 1:23:35,684; -2012/7/20 1:23:45,684; -2012/7/20 1:23:55,684; -2012/7/20 1:24:5,684; -2012/7/20 1:24:15,684; -2012/7/20 1:24:25,684; -2012/7/20 1:24:35,684; -2012/7/20 1:24:45,684; -2012/7/20 1:24:55,685; -2012/7/20 1:25:5,684; -2012/7/20 1:25:15,684; -2012/7/20 1:25:25,684; -2012/7/20 1:25:35,685; -2012/7/20 1:25:45,684; -2012/7/20 1:25:55,685; -2012/7/20 1:26:5,684; -2012/7/20 1:26:15,685; -2012/7/20 1:26:25,684; -2012/7/20 1:26:35,685; -2012/7/20 1:26:45,684; -2012/7/20 1:26:55,685; -2012/7/20 1:27:5,684; -2012/7/20 1:27:15,685; -2012/7/20 1:27:25,684; -2012/7/20 1:27:35,685; -2012/7/20 1:27:45,684; -2012/7/20 1:27:55,684; -2012/7/20 1:28:5,684; -2012/7/20 1:28:15,684; -2012/7/20 1:28:25,684; -2012/7/20 1:28:35,684; -2012/7/20 1:28:45,684; -2012/7/20 1:28:55,684; -2012/7/20 1:29:5,684; -2012/7/20 1:29:15,684; -2012/7/20 1:29:25,684; -2012/7/20 1:29:35,684; -2012/7/20 1:29:45,684; -2012/7/20 1:29:55,684; -2012/7/20 1:30:5,684; -2012/7/20 1:30:15,684; -2012/7/20 1:30:25,684; -2012/7/20 1:30:35,684; -2012/7/20 1:30:45,684; -2012/7/20 1:30:55,685; -2012/7/20 1:31:5,684; -2012/7/20 1:31:15,685; -2012/7/20 1:31:25,684; -2012/7/20 1:31:35,685; -2012/7/20 1:31:45,684; -2012/7/20 1:31:55,685; -2012/7/20 1:32:5,684; -2012/7/20 1:32:15,685; -2012/7/20 1:32:25,684; -2012/7/20 1:32:35,685; -2012/7/20 1:32:45,684; -2012/7/20 1:32:55,685; -2012/7/20 1:33:5,684; -2012/7/20 1:33:15,685; -2012/7/20 1:33:25,684; -2012/7/20 1:33:35,685; -2012/7/20 1:33:45,684; -2012/7/20 1:33:55,685; -2012/7/20 1:34:5,684; -2012/7/20 1:34:15,685; -2012/7/20 1:34:25,684; -2012/7/20 1:34:35,685; -2012/7/20 1:34:45,684; -2012/7/20 1:34:55,685; -2012/7/20 1:35:5,684; -2012/7/20 1:35:15,685; -2012/7/20 1:35:25,684; -2012/7/20 1:35:35,685; -2012/7/20 1:35:45,684; -2012/7/20 1:35:55,685; -2012/7/20 1:36:5,684; -2012/7/20 1:36:15,685; -2012/7/20 1:36:25,684; -2012/7/20 1:36:35,685; -2012/7/20 1:36:45,684; -2012/7/20 1:36:55,685; -2012/7/20 1:37:5,684; -2012/7/20 1:37:15,685; -2012/7/20 1:37:25,684; -2012/7/20 1:37:35,685; -2012/7/20 1:37:45,684; -2012/7/20 1:37:55,685; -2012/7/20 1:38:5,684; -2012/7/20 1:38:15,684; -2012/7/20 1:38:25,684; -2012/7/20 1:38:35,684; -2012/7/20 1:38:45,684; -2012/7/20 1:38:55,684; -2012/7/20 1:39:5,684; -2012/7/20 1:39:15,684; -2012/7/20 1:39:25,684; -2012/7/20 1:39:35,684; -2012/7/20 1:39:45,684; -2012/7/20 1:39:55,684; -2012/7/20 1:40:5,684; -2012/7/20 1:40:15,685; -2012/7/20 1:40:25,684; -2012/7/20 1:40:35,685; -2012/7/20 1:40:45,684; -2012/7/20 1:40:55,685; -2012/7/20 1:41:5,684; -2012/7/20 1:41:15,685; -2012/7/20 1:41:25,684; -2012/7/20 1:41:35,685; -2012/7/20 1:41:45,684; -2012/7/20 1:41:55,685; -2012/7/20 1:42:5,684; -2012/7/20 1:42:15,685; -2012/7/20 1:42:25,684; -2012/7/20 1:42:35,685; -2012/7/20 1:42:45,684; -2012/7/20 1:42:55,684; -2012/7/20 1:43:5,684; -2012/7/20 1:43:15,684; -2012/7/20 1:43:25,685; -2012/7/20 1:43:35,684; -2012/7/20 1:43:45,684; -2012/7/20 1:43:55,684; -2012/7/20 1:44:5,684; -2012/7/20 1:44:15,684; -2012/7/20 1:44:25,684; -2012/7/20 1:44:35,684; -2012/7/20 1:44:45,684; -2012/7/20 1:44:55,684; -2012/7/20 1:45:5,684; -2012/7/20 1:45:15,684; -2012/7/20 1:45:25,684; -2012/7/20 1:45:35,684; -2012/7/20 1:45:45,684; -2012/7/20 1:45:55,684; -2012/7/20 1:46:5,684; -2012/7/20 1:46:15,685; -2012/7/20 1:46:25,684; -2012/7/20 1:46:35,685; -2012/7/20 1:46:45,684; -2012/7/20 1:46:55,684; -2012/7/20 1:47:5,684; -2012/7/20 1:47:15,684; -2012/7/20 1:47:25,684; -2012/7/20 1:47:35,684; -2012/7/20 1:47:45,684; -2012/7/20 1:47:55,684; -2012/7/20 1:48:5,684; -2012/7/20 1:48:15,684; -2012/7/20 1:48:25,685; -2012/7/20 1:48:35,684; -2012/7/20 1:48:45,685; -2012/7/20 1:48:55,684; -2012/7/20 1:49:5,685; -2012/7/20 1:49:15,684; -2012/7/20 1:49:25,685; -2012/7/20 1:49:35,684; -2012/7/20 1:49:45,685; -2012/7/20 1:49:55,684; -2012/7/20 1:50:5,684; -2012/7/20 1:50:15,684; -2012/7/20 1:50:25,684; -2012/7/20 1:50:35,684; -2012/7/20 1:50:45,684; -2012/7/20 1:50:55,685; -2012/7/20 1:51:5,684; -2012/7/20 1:51:15,685; -2012/7/20 1:51:25,684; -2012/7/20 1:51:35,685; -2012/7/20 1:51:45,684; -2012/7/20 1:51:55,684; -2012/7/20 1:52:5,684; -2012/7/20 1:52:15,684; -2012/7/20 1:52:25,684; -2012/7/20 1:52:35,684; -2012/7/20 1:52:45,684; -2012/7/20 1:52:55,684; -2012/7/20 1:53:5,684; -2012/7/20 1:53:15,684; -2012/7/20 1:53:25,684; -2012/7/20 1:53:35,684; -2012/7/20 1:53:45,684; -2012/7/20 1:53:55,684; -2012/7/20 1:54:5,684; -2012/7/20 1:54:15,684; -2012/7/20 1:54:25,684; -2012/7/20 1:54:35,685; -2012/7/20 1:54:45,684; -2012/7/20 1:54:55,684; -2012/7/20 1:55:5,684; -2012/7/20 1:55:15,684; -2012/7/20 1:55:25,684; -2012/7/20 1:55:35,685; -2012/7/20 1:55:45,684; -2012/7/20 1:55:55,685; -2012/7/20 1:56:5,684; -2012/7/20 1:56:15,685; -2012/7/20 1:56:25,684; -2012/7/20 1:56:35,685; -2012/7/20 1:56:45,684; -2012/7/20 1:56:55,685; -2012/7/20 1:57:5,684; -2012/7/20 1:57:15,685; -2012/7/20 1:57:25,684; -2012/7/20 1:57:35,685; -2012/7/20 1:57:45,684; -2012/7/20 1:57:55,685; -2012/7/20 1:58:5,684; -2012/7/20 1:58:15,685; -2012/7/20 1:58:25,684; -2012/7/20 1:58:35,685; -2012/7/20 1:58:45,684; -2012/7/20 1:58:55,685; -2012/7/20 1:59:5,684; -2012/7/20 1:59:15,685; -2012/7/20 1:59:25,684; -2012/7/20 1:59:35,685; -2012/7/20 1:59:45,684; -2012/7/20 1:59:55,685; -2012/7/20 2:0:5,684; -2012/7/20 2:0:15,685; -2012/7/20 2:0:25,684; -2012/7/20 2:0:35,685; -2012/7/20 2:0:45,684; -2012/7/20 2:0:55,685; -2012/7/20 2:1:5,684; -2012/7/20 2:1:15,685; -2012/7/20 2:1:25,684; -2012/7/20 2:1:35,685; -2012/7/20 2:1:45,684; -2012/7/20 2:1:55,685; -2012/7/20 2:2:5,684; -2012/7/20 2:2:15,685; -2012/7/20 2:2:25,684; -2012/7/20 2:2:35,685; -2012/7/20 2:2:45,684; -2012/7/20 2:2:55,685; -2012/7/20 2:3:5,684; -2012/7/20 2:3:15,684; -2012/7/20 2:3:25,684; -2012/7/20 2:3:35,684; -2012/7/20 2:3:45,684; -2012/7/20 2:3:55,684; -2012/7/20 2:4:5,684; -2012/7/20 2:4:15,684; -2012/7/20 2:4:25,684; -2012/7/20 2:4:35,684; -2012/7/20 2:4:45,684; -2012/7/20 2:4:55,684; -2012/7/20 2:5:5,684; -2012/7/20 2:5:15,684; -2012/7/20 2:5:25,684; -2012/7/20 2:5:35,684; -2012/7/20 2:5:45,684; -2012/7/20 2:5:55,684; -2012/7/20 2:6:5,684; -2012/7/20 2:6:15,684; -2012/7/20 2:6:25,684; -2012/7/20 2:6:35,684; -2012/7/20 2:6:45,684; -2012/7/20 2:6:55,684; -2012/7/20 2:7:5,684; -2012/7/20 2:7:15,684; -2012/7/20 2:7:25,684; -2012/7/20 2:7:35,684; -2012/7/20 2:7:45,684; -2012/7/20 2:7:55,684; -2012/7/20 2:8:5,684; -2012/7/20 2:8:15,684; -2012/7/20 2:8:25,684; -2012/7/20 2:8:35,684; -2012/7/20 2:8:45,684; -2012/7/20 2:8:55,684; -2012/7/20 2:9:5,684; -2012/7/20 2:9:15,684; -2012/7/20 2:9:25,685; -2012/7/20 2:9:35,684; -2012/7/20 2:9:45,684; -2012/7/20 2:9:55,684; -2012/7/20 2:10:5,684; -2012/7/20 2:10:15,684; -2012/7/20 2:10:25,684; -2012/7/20 2:10:35,684; -2012/7/20 2:10:45,684; -2012/7/20 2:10:55,684; -2012/7/20 2:11:5,684; -2012/7/20 2:11:15,684; -2012/7/20 2:11:25,684; -2012/7/20 2:11:35,684; -2012/7/20 2:11:45,684; -2012/7/20 2:11:55,684; -2012/7/20 2:12:5,684; -2012/7/20 2:12:15,684; -2012/7/20 2:12:25,684; -2012/7/20 2:12:35,684; -2012/7/20 2:12:45,684; -2012/7/20 2:12:55,684; -2012/7/20 2:13:5,684; -2012/7/20 2:13:15,684; -2012/7/20 2:13:25,684; -2012/7/20 2:13:35,684; -2012/7/20 2:13:45,684; -2012/7/20 2:13:55,684; -2012/7/20 2:14:5,684; -2012/7/20 2:14:15,684; -2012/7/20 2:14:25,684; -2012/7/20 2:14:35,684; -2012/7/20 2:14:45,684; -2012/7/20 2:14:55,684; -2012/7/20 2:15:5,684; -2012/7/20 2:15:15,684; -2012/7/20 2:15:25,684; -2012/7/20 2:15:35,684; -2012/7/20 2:15:45,684; -2012/7/20 2:15:55,684; -2012/7/20 2:16:5,684; -2012/7/20 2:16:15,684; -2012/7/20 2:16:25,685; -2012/7/20 2:16:35,684; -2012/7/20 2:16:45,685; -2012/7/20 2:16:55,684; -2012/7/20 2:17:5,685; -2012/7/20 2:17:15,684; -2012/7/20 2:17:25,685; -2012/7/20 2:17:35,684; -2012/7/20 2:17:45,685; -2012/7/20 2:17:55,684; -2012/7/20 2:18:5,684; -2012/7/20 2:18:15,684; -2012/7/20 2:18:25,684; -2012/7/20 2:18:35,684; -2012/7/20 2:18:45,685; -2012/7/20 2:18:55,684; -2012/7/20 2:19:5,685; -2012/7/20 2:19:15,684; -2012/7/20 2:19:25,685; -2012/7/20 2:19:35,684; -2012/7/20 2:19:45,685; -2012/7/20 2:19:55,684; -2012/7/20 2:20:5,685; -2012/7/20 2:20:15,684; -2012/7/20 2:20:25,685; -2012/7/20 2:20:35,684; -2012/7/20 2:20:45,685; -2012/7/20 2:20:55,684; -2012/7/20 2:21:5,685; -2012/7/20 2:21:15,684; -2012/7/20 2:21:25,685; -2012/7/20 2:21:35,684; -2012/7/20 2:21:45,685; -2012/7/20 2:21:55,684; -2012/7/20 2:22:5,685; -2012/7/20 2:22:15,684; -2012/7/20 2:22:25,685; -2012/7/20 2:22:35,684; -2012/7/20 2:22:45,684; -2012/7/20 2:22:55,684; -2012/7/20 2:23:5,684; -2012/7/20 2:23:15,684; -2012/7/20 2:23:25,684; -2012/7/20 2:23:35,685; -2012/7/20 2:23:45,684; -2012/7/20 2:23:55,685; -2012/7/20 2:24:5,684; -2012/7/20 2:24:15,685; -2012/7/20 2:24:25,684; -2012/7/20 2:24:35,685; -2012/7/20 2:24:45,684; -2012/7/20 2:24:55,685; -2012/7/20 2:25:5,684; -2012/7/20 2:25:15,685; -2012/7/20 2:25:25,684; -2012/7/20 2:25:35,685; -2012/7/20 2:25:45,684; -2012/7/20 2:25:55,685; -2012/7/20 2:26:5,684; -2012/7/20 2:26:15,685; -2012/7/20 2:26:25,684; -2012/7/20 2:26:35,685; -2012/7/20 2:26:45,684; -2012/7/20 2:26:55,685; -2012/7/20 2:27:5,684; -2012/7/20 2:27:15,685; -2012/7/20 2:27:25,684; -2012/7/20 2:27:35,685; -2012/7/20 2:27:45,684; -2012/7/20 2:27:55,685; -2012/7/20 2:28:5,684; -2012/7/20 2:28:15,685; -2012/7/20 2:28:25,684; -2012/7/20 2:28:35,685; -2012/7/20 2:28:45,684; -2012/7/20 2:28:55,685; -2012/7/20 2:29:5,684; -2012/7/20 2:29:15,685; -2012/7/20 2:29:25,684; -2012/7/20 2:29:35,685; -2012/7/20 2:29:45,684; -2012/7/20 2:29:55,684; -2012/7/20 2:30:5,684; -2012/7/20 2:30:15,685; -2012/7/20 2:30:25,684; -2012/7/20 2:30:35,685; -2012/7/20 2:30:45,684; -2012/7/20 2:30:55,685; -2012/7/20 2:31:5,684; -2012/7/20 2:31:15,685; -2012/7/20 2:31:25,684; -2012/7/20 2:31:35,684; -2012/7/20 2:31:45,684; -2012/7/20 2:31:55,684; -2012/7/20 2:32:5,684; -2012/7/20 2:32:15,684; -2012/7/20 2:32:25,684; -2012/7/20 2:32:35,684; -2012/7/20 2:32:45,685; -2012/7/20 2:32:55,684; -2012/7/20 2:33:5,685; -2012/7/20 2:33:15,684; -2012/7/20 2:33:25,685; -2012/7/20 2:33:35,684; -2012/7/20 2:33:45,685; -2012/7/20 2:33:55,684; -2012/7/20 2:34:5,685; -2012/7/20 2:34:15,684; -2012/7/20 2:34:25,685; -2012/7/20 2:34:35,684; -2012/7/20 2:34:45,685; -2012/7/20 2:34:55,684; -2012/7/20 2:35:5,685; -2012/7/20 2:35:15,684; -2012/7/20 2:35:25,685; -2012/7/20 2:35:35,684; -2012/7/20 2:35:45,685; -2012/7/20 2:35:55,684; -2012/7/20 2:36:5,685; -2012/7/20 2:36:15,684; -2012/7/20 2:36:25,685; -2012/7/20 2:36:35,684; -2012/7/20 2:36:45,685; -2012/7/20 2:36:55,684; -2012/7/20 2:37:5,685; -2012/7/20 2:37:15,684; -2012/7/20 2:37:25,685; -2012/7/20 2:37:35,684; -2012/7/20 2:37:45,685; -2012/7/20 2:37:55,684; -2012/7/20 2:38:5,685; -2012/7/20 2:38:15,684; -2012/7/20 2:38:25,685; -2012/7/20 2:38:35,684; -2012/7/20 2:38:45,685; -2012/7/20 2:38:55,684; -2012/7/20 2:39:5,685; -2012/7/20 2:39:15,684; -2012/7/20 2:39:25,685; -2012/7/20 2:39:35,684; -2012/7/20 2:39:45,685; -2012/7/20 2:39:55,684; -2012/7/20 2:40:5,685; -2012/7/20 2:40:15,684; -2012/7/20 2:40:25,684; -2012/7/20 2:40:35,684; -2012/7/20 2:40:45,684; -2012/7/20 2:40:55,684; -2012/7/20 2:41:5,684; -2012/7/20 2:41:15,684; -2012/7/20 2:41:25,684; -2012/7/20 2:41:35,685; -2012/7/20 2:41:45,684; -2012/7/20 2:41:55,685; -2012/7/20 2:42:5,684; -2012/7/20 2:42:15,685; -2012/7/20 2:42:25,684; -2012/7/20 2:42:35,685; -2012/7/20 2:42:45,684; -2012/7/20 2:42:55,685; -2012/7/20 2:43:5,684; -2012/7/20 2:43:15,684; -2012/7/20 2:43:25,684; -2012/7/20 2:43:35,685; -2012/7/20 2:43:45,684; -2012/7/20 2:43:55,685; -2012/7/20 2:44:5,684; -2012/7/20 2:44:15,685; -2012/7/20 2:44:25,684; -2012/7/20 2:44:35,684; -2012/7/20 2:44:45,684; -2012/7/20 2:44:55,684; -2012/7/20 2:45:5,684; -2012/7/20 2:45:15,684; -2012/7/20 2:45:25,684; -2012/7/20 2:45:35,684; -2012/7/20 2:45:45,684; -2012/7/20 2:45:55,684; -2012/7/20 2:46:5,684; -2012/7/20 2:46:15,684; -2012/7/20 2:46:25,684; -2012/7/20 2:46:35,684; -2012/7/20 2:46:45,684; -2012/7/20 2:46:55,684; -2012/7/20 2:47:5,684; -2012/7/20 2:47:15,684; -2012/7/20 2:47:25,684; -2012/7/20 2:47:35,684; -2012/7/20 2:47:45,684; -2012/7/20 2:47:55,684; -2012/7/20 2:48:5,685; -2012/7/20 2:48:15,684; -2012/7/20 2:48:25,685; -2012/7/20 2:48:35,684; -2012/7/20 2:48:45,685; -2012/7/20 2:48:55,684; -2012/7/20 2:49:5,685; -2012/7/20 2:49:15,684; -2012/7/20 2:49:25,685; -2012/7/20 2:49:35,684; -2012/7/20 2:49:45,685; -2012/7/20 2:49:55,684; -2012/7/20 2:50:5,685; -2012/7/20 2:50:15,684; -2012/7/20 2:50:25,685; -2012/7/20 2:50:35,684; -2012/7/20 2:50:45,685; -2012/7/20 2:50:55,684; -2012/7/20 2:51:5,685; -2012/7/20 2:51:15,684; -2012/7/20 2:51:25,685; -2012/7/20 2:51:35,684; -2012/7/20 2:51:45,685; -2012/7/20 2:51:55,684; -2012/7/20 2:52:5,685; -2012/7/20 2:52:15,684; -2012/7/20 2:52:25,685; -2012/7/20 2:52:35,684; -2012/7/20 2:52:45,685; -2012/7/20 2:52:55,684; -2012/7/20 2:53:5,685; -2012/7/20 2:53:15,684; -2012/7/20 2:53:25,685; -2012/7/20 2:53:35,684; -2012/7/20 2:53:45,684; -2012/7/20 2:53:55,684; -2012/7/20 2:54:5,684; -2012/7/20 2:54:15,684; -2012/7/20 2:54:25,684; -2012/7/20 2:54:35,684; -2012/7/20 2:54:45,685; -2012/7/20 2:54:55,684; -2012/7/20 2:55:5,685; -2012/7/20 2:55:15,684; -2012/7/20 2:55:25,685; -2012/7/20 2:55:35,684; -2012/7/20 2:55:45,685; -2012/7/20 2:55:55,684; -2012/7/20 2:56:5,685; -2012/7/20 2:56:15,684; -2012/7/20 2:56:25,685; -2012/7/20 2:56:35,684; -2012/7/20 2:56:45,685; -2012/7/20 2:56:55,684; -2012/7/20 2:57:5,685; -2012/7/20 2:57:15,684; -2012/7/20 2:57:25,685; -2012/7/20 2:57:35,684; -2012/7/20 2:57:45,685; -2012/7/20 2:57:55,684; -2012/7/20 2:58:5,685; -2012/7/20 2:58:15,684; -2012/7/20 2:58:25,685; -2012/7/20 2:58:35,684; -2012/7/20 2:58:45,685; -2012/7/20 2:58:55,684; -2012/7/20 2:59:5,685; -2012/7/20 2:59:15,684; -2012/7/20 2:59:25,685; -2012/7/20 2:59:35,684; -2012/7/20 2:59:45,685; -2012/7/20 2:59:55,684; -2012/7/20 3:0:5,685; -2012/7/20 3:0:15,684; -2012/7/20 3:0:25,685; -2012/7/20 3:0:35,684; -2012/7/20 3:0:45,685; -2012/7/20 3:0:55,684; -2012/7/20 3:1:5,685; -2012/7/20 3:1:15,684; -2012/7/20 3:1:25,685; -2012/7/20 3:1:35,684; -2012/7/20 3:1:45,685; -2012/7/20 3:1:55,684; -2012/7/20 3:2:5,685; -2012/7/20 3:2:15,684; -2012/7/20 3:2:25,685; -2012/7/20 3:2:35,684; -2012/7/20 3:2:45,685; -2012/7/20 3:2:55,684; -2012/7/20 3:3:5,685; -2012/7/20 3:3:15,684; -2012/7/20 3:3:25,685; -2012/7/20 3:3:35,684; -2012/7/20 3:3:45,684; -2012/7/20 3:3:55,684; -2012/7/20 3:4:5,684; -2012/7/20 3:4:15,684; -2012/7/20 3:4:25,684; -2012/7/20 3:4:35,684; -2012/7/20 3:4:45,684; -2012/7/20 3:4:55,684; -2012/7/20 3:5:5,684; -2012/7/20 3:5:15,684; -2012/7/20 3:5:25,685; -2012/7/20 3:5:35,684; -2012/7/20 3:5:45,685; -2012/7/20 3:5:55,684; -2012/7/20 3:6:5,685; -2012/7/20 3:6:15,684; -2012/7/20 3:6:25,685; -2012/7/20 3:6:35,684; -2012/7/20 3:6:45,685; -2012/7/20 3:6:55,684; -2012/7/20 3:7:5,685; -2012/7/20 3:7:15,684; -2012/7/20 3:7:25,685; -2012/7/20 3:7:35,684; -2012/7/20 3:7:45,685; -2012/7/20 3:7:55,684; -2012/7/20 3:8:5,685; -2012/7/20 3:8:15,684; -2012/7/20 3:8:25,685; -2012/7/20 3:8:35,684; -2012/7/20 3:8:45,684; -2012/7/20 3:8:55,684; -2012/7/20 3:9:5,685; -2012/7/20 3:9:15,684; -2012/7/20 3:9:25,684; -2012/7/20 3:9:35,684; -2012/7/20 3:9:45,684; -2012/7/20 3:9:55,684; -2012/7/20 3:10:5,684; -2012/7/20 3:10:15,684; -2012/7/20 3:10:25,685; -2012/7/20 3:10:35,684; -2012/7/20 3:10:45,685; -2012/7/20 3:10:55,684; -2012/7/20 3:11:5,685; -2012/7/20 3:11:15,684; -2012/7/20 3:11:25,685; -2012/7/20 3:11:35,684; -2012/7/20 3:11:45,685; -2012/7/20 3:11:55,684; -2012/7/20 3:12:5,684; -2012/7/20 3:12:15,684; -2012/7/20 3:12:25,684; -2012/7/20 3:12:35,685; -2012/7/20 3:12:45,684; -2012/7/20 3:12:55,685; -2012/7/20 3:13:5,684; -2012/7/20 3:13:15,685; -2012/7/20 3:13:25,684; -2012/7/20 3:13:35,684; -2012/7/20 3:13:45,684; -2012/7/20 3:13:55,684; -2012/7/20 3:14:5,684; -2012/7/20 3:14:15,684; -2012/7/20 3:14:25,684; -2012/7/20 3:14:35,684; -2012/7/20 3:14:45,684; -2012/7/20 3:14:55,685; -2012/7/20 3:15:5,684; -2012/7/20 3:15:15,685; -2012/7/20 3:15:25,684; -2012/7/20 3:15:35,685; -2012/7/20 3:15:45,684; -2012/7/20 3:15:55,685; -2012/7/20 3:16:5,684; -2012/7/20 3:16:15,684; -2012/7/20 3:16:25,684; -2012/7/20 3:16:35,684; -2012/7/20 3:16:45,684; -2012/7/20 3:16:55,684; -2012/7/20 3:17:5,684; -2012/7/20 3:17:15,684; -2012/7/20 3:17:25,685; -2012/7/20 3:17:35,684; -2012/7/20 3:17:45,685; -2012/7/20 3:17:55,684; -2012/7/20 3:18:5,685; -2012/7/20 3:18:15,684; -2012/7/20 3:18:25,685; -2012/7/20 3:18:35,684; -2012/7/20 3:18:45,685; -2012/7/20 3:18:55,684; -2012/7/20 3:19:5,685; -2012/7/20 3:19:15,684; -2012/7/20 3:19:25,685; -2012/7/20 3:19:35,684; -2012/7/20 3:19:45,685; -2012/7/20 3:19:55,684; -2012/7/20 3:20:5,685; -2012/7/20 3:20:15,684; -2012/7/20 3:20:25,685; -2012/7/20 3:20:35,684; -2012/7/20 3:20:45,685; -2012/7/20 3:20:55,684; -2012/7/20 3:21:5,685; -2012/7/20 3:21:15,684; -2012/7/20 3:21:25,685; -2012/7/20 3:21:35,684; -2012/7/20 3:21:45,685; -2012/7/20 3:21:55,684; -2012/7/20 3:22:5,685; -2012/7/20 3:22:15,684; -2012/7/20 3:22:25,685; -2012/7/20 3:22:35,684; -2012/7/20 3:22:45,684; -2012/7/20 3:22:55,684; -2012/7/20 3:23:5,684; -2012/7/20 3:23:15,684; -2012/7/20 3:23:25,684; -2012/7/20 3:23:35,684; -2012/7/20 3:23:45,684; -2012/7/20 3:23:55,684; -2012/7/20 3:24:5,684; -2012/7/20 3:24:15,684; -2012/7/20 3:24:25,684; -2012/7/20 3:24:35,684; -2012/7/20 3:24:45,684; -2012/7/20 3:24:55,684; -2012/7/20 3:25:5,684; -2012/7/20 3:25:15,684; -2012/7/20 3:25:25,684; -2012/7/20 3:25:35,684; -2012/7/20 3:25:45,684; -2012/7/20 3:25:55,684; -2012/7/20 3:26:5,684; -2012/7/20 3:26:15,684; -2012/7/20 3:26:25,685; -2012/7/20 3:26:35,684; -2012/7/20 3:26:45,684; -2012/7/20 3:26:55,684; -2012/7/20 3:27:5,684; -2012/7/20 3:27:15,684; -2012/7/20 3:27:25,684; -2012/7/20 3:27:35,684; -2012/7/20 3:27:45,684; -2012/7/20 3:27:55,684; -2012/7/20 3:28:5,684; -2012/7/20 3:28:15,684; -2012/7/20 3:28:25,684; -2012/7/20 3:28:35,684; -2012/7/20 3:28:45,684; -2012/7/20 3:28:55,684; -2012/7/20 3:29:5,684; -2012/7/20 3:29:15,684; -2012/7/20 3:29:25,684; -2012/7/20 3:29:35,684; -2012/7/20 3:29:45,684; -2012/7/20 3:29:55,684; -2012/7/20 3:30:5,684; -2012/7/20 3:30:15,684; -2012/7/20 3:30:25,684; -2012/7/20 3:30:35,684; -2012/7/20 3:30:45,684; -2012/7/20 3:30:55,684; -2012/7/20 3:31:5,684; -2012/7/20 3:31:15,685; -2012/7/20 3:31:25,684; -2012/7/20 3:31:35,684; -2012/7/20 3:31:45,684; -2012/7/20 3:31:55,685; -2012/7/20 3:32:5,684; -2012/7/20 3:32:15,684; -2012/7/20 3:32:25,684; -2012/7/20 3:32:35,684; -2012/7/20 3:32:45,684; -2012/7/20 3:32:55,684; -2012/7/20 3:33:5,684; -2012/7/20 3:33:15,684; -2012/7/20 3:33:25,684; -2012/7/20 3:33:35,684; -2012/7/20 3:33:45,684; -2012/7/20 3:33:55,684; -2012/7/20 3:34:5,684; -2012/7/20 3:34:15,684; -2012/7/20 3:34:25,684; -2012/7/20 3:34:35,684; -2012/7/20 3:34:45,684; -2012/7/20 3:34:55,684; -2012/7/20 3:35:5,684; -2012/7/20 3:35:15,684; -2012/7/20 3:35:25,684; -2012/7/20 3:35:35,684; -2012/7/20 3:35:45,684; -2012/7/20 3:35:55,684; -2012/7/20 3:36:5,684; -2012/7/20 3:36:15,684; -2012/7/20 3:36:25,684; -2012/7/20 3:36:35,684; -2012/7/20 3:36:45,684; -2012/7/20 3:36:55,684; -2012/7/20 3:37:5,684; -2012/7/20 3:37:15,684; -2012/7/20 3:37:25,684; -2012/7/20 3:37:35,684; -2012/7/20 3:37:45,684; -2012/7/20 3:37:55,684; -2012/7/20 3:38:5,684; -2012/7/20 3:38:15,684; -2012/7/20 3:38:25,684; -2012/7/20 3:38:35,684; -2012/7/20 3:38:45,684; -2012/7/20 3:38:55,684; -2012/7/20 3:39:5,684; -2012/7/20 3:39:15,684; -2012/7/20 3:39:25,684; -2012/7/20 3:39:35,684; -2012/7/20 3:39:45,684; -2012/7/20 3:39:55,684; -2012/7/20 3:40:5,684; -2012/7/20 3:40:15,685; -2012/7/20 3:40:25,684; -2012/7/20 3:40:35,685; -2012/7/20 3:40:45,684; -2012/7/20 3:40:55,685; -2012/7/20 3:41:5,684; -2012/7/20 3:41:15,685; -2012/7/20 3:41:25,684; -2012/7/20 3:41:35,685; -2012/7/20 3:41:45,684; -2012/7/20 3:41:55,685; -2012/7/20 3:42:5,684; -2012/7/20 3:42:15,685; -2012/7/20 3:42:25,684; -2012/7/20 3:42:35,685; -2012/7/20 3:42:45,684; -2012/7/20 3:42:55,685; -2012/7/20 3:43:5,684; -2012/7/20 3:43:15,685; -2012/7/20 3:43:25,684; -2012/7/20 3:43:35,685; -2012/7/20 3:43:45,684; -2012/7/20 3:43:55,685; -2012/7/20 3:44:5,684; -2012/7/20 3:44:15,685; -2012/7/20 3:44:25,684; -2012/7/20 3:44:35,685; -2012/7/20 3:44:45,684; -2012/7/20 3:44:55,684; -2012/7/20 3:45:5,684; -2012/7/20 3:45:15,684; -2012/7/20 3:45:25,684; -2012/7/20 3:45:35,684; -2012/7/20 3:45:45,684; -2012/7/20 3:45:55,685; -2012/7/20 3:46:5,684; -2012/7/20 3:46:15,685; -2012/7/20 3:46:25,684; -2012/7/20 3:46:35,685; -2012/7/20 3:46:45,684; -2012/7/20 3:46:55,685; -2012/7/20 3:47:5,684; -2012/7/20 3:47:15,685; -2012/7/20 3:47:25,684; -2012/7/20 3:47:35,685; -2012/7/20 3:47:45,684; -2012/7/20 3:47:55,685; -2012/7/20 3:48:5,684; -2012/7/20 3:48:15,685; -2012/7/20 3:48:25,684; -2012/7/20 3:48:35,685; -2012/7/20 3:48:45,684; -2012/7/20 3:48:55,685; -2012/7/20 3:49:5,684; -2012/7/20 3:49:15,685; -2012/7/20 3:49:25,684; -2012/7/20 3:49:35,685; -2012/7/20 3:49:45,684; -2012/7/20 3:49:55,685; -2012/7/20 3:50:5,684; -2012/7/20 3:50:15,685; -2012/7/20 3:50:25,684; -2012/7/20 3:50:35,685; -2012/7/20 3:50:45,684; -2012/7/20 3:50:55,685; -2012/7/20 3:51:5,684; -2012/7/20 3:51:15,685; -2012/7/20 3:51:25,684; -2012/7/20 3:51:35,685; -2012/7/20 3:51:45,684; -2012/7/20 3:51:55,685; -2012/7/20 3:52:5,684; -2012/7/20 3:52:15,685; -2012/7/20 3:52:25,684; -2012/7/20 3:52:35,685; -2012/7/20 3:52:45,684; -2012/7/20 3:52:55,685; -2012/7/20 3:53:5,684; -2012/7/20 3:53:15,685; -2012/7/20 3:53:25,684; -2012/7/20 3:53:35,685; -2012/7/20 3:53:45,684; -2012/7/20 3:53:55,685; -2012/7/20 3:54:5,684; -2012/7/20 3:54:15,685; -2012/7/20 3:54:25,684; -2012/7/20 3:54:35,685; -2012/7/20 3:54:45,684; -2012/7/20 3:54:55,685; -2012/7/20 3:55:5,684; -2012/7/20 3:55:15,685; -2012/7/20 3:55:25,684; -2012/7/20 3:55:35,685; -2012/7/20 3:55:45,684; -2012/7/20 3:55:55,684; -2012/7/20 3:56:5,684; -2012/7/20 3:56:15,684; -2012/7/20 3:56:25,684; -2012/7/20 3:56:35,684; -2012/7/20 3:56:45,684; -2012/7/20 3:56:55,684; -2012/7/20 3:57:5,684; -2012/7/20 3:57:15,684; -2012/7/20 3:57:25,684; -2012/7/20 3:57:35,684; -2012/7/20 3:57:45,684; -2012/7/20 3:57:55,684; -2012/7/20 3:58:5,684; -2012/7/20 3:58:15,684; -2012/7/20 3:58:25,684; -2012/7/20 3:58:35,684; -2012/7/20 3:58:45,684; -2012/7/20 3:58:55,684; -2012/7/20 3:59:5,684; -2012/7/20 3:59:15,684; -2012/7/20 3:59:25,684; -2012/7/20 3:59:35,684; -2012/7/20 3:59:45,684; -2012/7/20 3:59:55,684; -2012/7/20 4:0:5,685; -2012/7/20 4:0:15,684; -2012/7/20 4:0:25,685; -2012/7/20 4:0:35,684; -2012/7/20 4:0:45,685; -2012/7/20 4:0:55,684; -2012/7/20 4:1:5,685; -2012/7/20 4:1:15,684; -2012/7/20 4:1:25,685; -2012/7/20 4:1:35,684; -2012/7/20 4:1:45,685; -2012/7/20 4:1:55,684; -2012/7/20 4:2:5,685; -2012/7/20 4:2:15,684; -2012/7/20 4:2:25,685; -2012/7/20 4:2:35,684; -2012/7/20 4:2:45,684; -2012/7/20 4:2:55,684; -2012/7/20 4:3:5,685; -2012/7/20 4:3:15,684; -2012/7/20 4:3:25,685; -2012/7/20 4:3:35,684; -2012/7/20 4:3:45,685; -2012/7/20 4:3:55,684; -2012/7/20 4:4:5,685; -2012/7/20 4:4:15,684; -2012/7/20 4:4:25,685; -2012/7/20 4:4:35,684; -2012/7/20 4:4:45,684; -2012/7/20 4:4:55,684; -2012/7/20 4:5:5,684; -2012/7/20 4:5:15,684; -2012/7/20 4:5:25,684; -2012/7/20 4:5:35,684; -2012/7/20 4:5:45,684; -2012/7/20 4:5:55,684; -2012/7/20 4:6:5,684; -2012/7/20 4:6:15,685; -2012/7/20 4:6:25,684; -2012/7/20 4:6:35,685; -2012/7/20 4:6:45,684; -2012/7/20 4:6:55,685; -2012/7/20 4:7:5,684; -2012/7/20 4:7:15,684; -2012/7/20 4:7:25,685; -2012/7/20 4:7:35,684; -2012/7/20 4:7:45,685; -2012/7/20 4:7:55,684; -2012/7/20 4:8:5,685; -2012/7/20 4:8:15,684; -2012/7/20 4:8:25,684; -2012/7/20 4:8:35,684; -2012/7/20 4:8:45,684; -2012/7/20 4:8:55,684; -2012/7/20 4:9:5,684; -2012/7/20 4:9:15,684; -2012/7/20 4:9:25,684; -2012/7/20 4:9:35,685; -2012/7/20 4:9:45,684; -2012/7/20 4:9:55,685; -2012/7/20 4:10:5,684; -2012/7/20 4:10:15,685; -2012/7/20 4:10:25,684; -2012/7/20 4:10:35,685; -2012/7/20 4:10:45,684; -2012/7/20 4:10:55,685; -2012/7/20 4:11:5,684; -2012/7/20 4:11:15,685; -2012/7/20 4:11:25,684; -2012/7/20 4:11:35,685; -2012/7/20 4:11:45,684; -2012/7/20 4:11:55,685; -2012/7/20 4:12:5,684; -2012/7/20 4:12:15,685; -2012/7/20 4:12:25,684; -2012/7/20 4:12:35,685; -2012/7/20 4:12:45,684; -2012/7/20 4:12:55,685; -2012/7/20 4:13:5,684; -2012/7/20 4:13:15,684; -2012/7/20 4:13:25,684; -2012/7/20 4:13:35,684; -2012/7/20 4:13:45,684; -2012/7/20 4:13:55,684; -2012/7/20 4:14:5,685; -2012/7/20 4:14:15,684; -2012/7/20 4:14:25,685; -2012/7/20 4:14:35,684; -2012/7/20 4:14:45,685; -2012/7/20 4:14:55,684; -2012/7/20 4:15:5,685; -2012/7/20 4:15:15,684; -2012/7/20 4:15:25,685; -2012/7/20 4:15:35,684; -2012/7/20 4:15:45,685; -2012/7/20 4:15:55,684; -2012/7/20 4:16:5,684; -2012/7/20 4:16:15,684; -2012/7/20 4:16:25,684; -2012/7/20 4:16:35,684; -2012/7/20 4:16:45,684; -2012/7/20 4:16:55,684; -2012/7/20 4:17:5,684; -2012/7/20 4:17:15,685; -2012/7/20 4:17:25,684; -2012/7/20 4:17:35,685; -2012/7/20 4:17:45,684; -2012/7/20 4:17:55,685; -2012/7/20 4:18:5,684; -2012/7/20 4:18:15,685; -2012/7/20 4:18:25,684; -2012/7/20 4:18:35,685; -2012/7/20 4:18:45,684; -2012/7/20 4:18:55,685; -2012/7/20 4:19:5,684; -2012/7/20 4:19:15,685; -2012/7/20 4:19:25,684; -2012/7/20 4:19:35,685; -2012/7/20 4:19:45,684; -2012/7/20 4:19:55,684; -2012/7/20 4:20:5,684; -2012/7/20 4:20:15,684; -2012/7/20 4:20:25,684; -2012/7/20 4:20:35,684; -2012/7/20 4:20:45,684; -2012/7/20 4:20:55,685; -2012/7/20 4:21:5,684; -2012/7/20 4:21:15,685; -2012/7/20 4:21:25,684; -2012/7/20 4:21:35,685; -2012/7/20 4:21:45,684; -2012/7/20 4:21:55,684; -2012/7/20 4:22:5,684; -2012/7/20 4:22:15,684; -2012/7/20 4:22:25,684; -2012/7/20 4:22:35,684; -2012/7/20 4:22:45,684; -2012/7/20 4:22:55,684; -2012/7/20 4:23:5,684; -2012/7/20 4:23:15,684; -2012/7/20 4:23:25,684; -2012/7/20 4:23:35,684; -2012/7/20 4:23:45,684; -2012/7/20 4:23:55,684; -2012/7/20 4:24:5,684; -2012/7/20 4:24:15,684; -2012/7/20 4:24:25,684; -2012/7/20 4:24:35,684; -2012/7/20 4:24:45,684; -2012/7/20 4:24:55,684; -2012/7/20 4:25:5,685; -2012/7/20 4:25:15,684; -2012/7/20 4:25:25,685; -2012/7/20 4:25:35,684; -2012/7/20 4:25:45,685; -2012/7/20 4:25:55,684; -2012/7/20 4:26:5,685; -2012/7/20 4:26:15,684; -2012/7/20 4:26:25,685; -2012/7/20 4:26:35,684; -2012/7/20 4:26:45,685; -2012/7/20 4:26:55,684; -2012/7/20 4:27:5,685; -2012/7/20 4:27:15,684; -2012/7/20 4:27:25,685; -2012/7/20 4:27:35,684; -2012/7/20 4:27:45,685; -2012/7/20 4:27:55,684; -2012/7/20 4:28:5,685; -2012/7/20 4:28:15,684; -2012/7/20 4:28:25,685; -2012/7/20 4:28:35,684; -2012/7/20 4:28:45,685; -2012/7/20 4:28:55,684; -2012/7/20 4:29:5,685; -2012/7/20 4:29:15,684; -2012/7/20 4:29:25,685; -2012/7/20 4:29:35,684; -2012/7/20 4:29:45,685; -2012/7/20 4:29:55,684; -2012/7/20 4:30:5,685; -2012/7/20 4:30:15,684; -2012/7/20 4:30:25,684; -2012/7/20 4:30:35,684; -2012/7/20 4:30:45,684; -2012/7/20 4:30:55,684; -2012/7/20 4:31:5,684; -2012/7/20 4:31:15,685; -2012/7/20 4:31:25,684; -2012/7/20 4:31:35,685; -2012/7/20 4:31:45,684; -2012/7/20 4:31:55,685; -2012/7/20 4:32:5,684; -2012/7/20 4:32:15,685; -2012/7/20 4:32:25,684; -2012/7/20 4:32:35,685; -2012/7/20 4:32:45,684; -2012/7/20 4:32:55,685; -2012/7/20 4:33:5,684; -2012/7/20 4:33:15,685; -2012/7/20 4:33:25,684; -2012/7/20 4:33:35,684; -2012/7/20 4:33:45,684; -2012/7/20 4:33:55,684; -2012/7/20 4:34:5,684; -2012/7/20 4:34:15,684; -2012/7/20 4:34:25,684; -2012/7/20 4:34:35,684; -2012/7/20 4:34:45,685; -2012/7/20 4:34:55,684; -2012/7/20 4:35:5,685; -2012/7/20 4:35:15,684; -2012/7/20 4:35:25,685; -2012/7/20 4:35:35,684; -2012/7/20 4:35:45,684; -2012/7/20 4:35:55,684; -2012/7/20 4:36:5,684; -2012/7/20 4:36:15,684; -2012/7/20 4:36:25,684; -2012/7/20 4:36:35,684; -2012/7/20 4:36:45,684; -2012/7/20 4:36:55,684; -2012/7/20 4:37:5,684; -2012/7/20 4:37:15,684; -2012/7/20 4:37:25,684; -2012/7/20 4:37:35,685; -2012/7/20 4:37:45,684; -2012/7/20 4:37:55,685; -2012/7/20 4:38:5,684; -2012/7/20 4:38:15,685; -2012/7/20 4:38:25,684; -2012/7/20 4:38:35,685; -2012/7/20 4:38:45,684; -2012/7/20 4:38:55,684; -2012/7/20 4:39:5,684; -2012/7/20 4:39:15,684; -2012/7/20 4:39:25,685; -2012/7/20 4:39:35,684; -2012/7/20 4:39:45,684; -2012/7/20 4:39:55,684; -2012/7/20 4:40:5,684; -2012/7/20 4:40:15,685; -2012/7/20 4:40:25,684; -2012/7/20 4:40:35,685; -2012/7/20 4:40:45,684; -2012/7/20 4:40:55,685; -2012/7/20 4:41:5,684; -2012/7/20 4:41:15,685; -2012/7/20 4:41:25,684; -2012/7/20 4:41:35,685; -2012/7/20 4:41:45,684; -2012/7/20 4:41:55,685; -2012/7/20 4:42:5,684; -2012/7/20 4:42:15,685; -2012/7/20 4:42:25,684; -2012/7/20 4:42:35,684; -2012/7/20 4:42:45,684; -2012/7/20 4:42:55,684; -2012/7/20 4:43:5,684; -2012/7/20 4:43:15,684; -2012/7/20 4:43:25,684; -2012/7/20 4:43:35,684; -2012/7/20 4:43:45,684; -2012/7/20 4:43:55,684; -2012/7/20 4:44:5,684; -2012/7/20 4:44:15,684; -2012/7/20 4:44:25,685; -2012/7/20 4:44:35,684; -2012/7/20 4:44:45,685; -2012/7/20 4:44:55,684; -2012/7/20 4:45:5,685; -2012/7/20 4:45:15,684; -2012/7/20 4:45:25,685; -2012/7/20 4:45:35,684; -2012/7/20 4:45:45,685; -2012/7/20 4:45:55,684; -2012/7/20 4:46:5,684; -2012/7/20 4:46:15,684; -2012/7/20 4:46:25,684; -2012/7/20 4:46:35,684; -2012/7/20 4:46:45,684; -2012/7/20 4:46:55,685; -2012/7/20 4:47:5,684; -2012/7/20 4:47:15,685; -2012/7/20 4:47:25,684; -2012/7/20 4:47:35,685; -2012/7/20 4:47:45,684; -2012/7/20 4:47:55,685; -2012/7/20 4:48:5,684; -2012/7/20 4:48:15,685; -2012/7/20 4:48:25,684; -2012/7/20 4:48:35,685; -2012/7/20 4:48:45,684; -2012/7/20 4:48:55,685; -2012/7/20 4:49:5,684; -2012/7/20 4:49:15,685; -2012/7/20 4:49:25,684; -2012/7/20 4:49:35,684; -2012/7/20 4:49:45,684; -2012/7/20 4:49:55,684; -2012/7/20 4:50:5,684; -2012/7/20 4:50:15,684; -2012/7/20 4:50:25,684; -2012/7/20 4:50:35,684; -2012/7/20 4:50:45,684; -2012/7/20 4:50:55,684; -2012/7/20 4:51:5,685; -2012/7/20 4:51:15,684; -2012/7/20 4:51:25,685; -2012/7/20 4:51:35,684; -2012/7/20 4:51:45,685; -2012/7/20 4:51:55,684; -2012/7/20 4:52:5,685; -2012/7/20 4:52:15,684; -2012/7/20 4:52:25,685; -2012/7/20 4:52:35,684; -2012/7/20 4:52:45,685; -2012/7/20 4:52:55,684; -2012/7/20 4:53:5,685; -2012/7/20 4:53:15,684; -2012/7/20 4:53:25,685; -2012/7/20 4:53:35,684; -2012/7/20 4:53:45,685; -2012/7/20 4:53:55,684; -2012/7/20 4:54:5,685; -2012/7/20 4:54:15,684; -2012/7/20 4:54:25,685; -2012/7/20 4:54:35,684; -2012/7/20 4:54:45,684; -2012/7/20 4:54:55,684; -2012/7/20 4:55:5,684; -2012/7/20 4:55:15,684; -2012/7/20 4:55:25,684; -2012/7/20 4:55:35,684; -2012/7/20 4:55:45,684; -2012/7/20 4:55:55,684; -2012/7/20 4:56:5,684; -2012/7/20 4:56:15,684; -2012/7/20 4:56:25,684; -2012/7/20 4:56:35,684; -2012/7/20 4:56:45,684; -2012/7/20 4:56:55,685; -2012/7/20 4:57:5,684; -2012/7/20 4:57:15,685; -2012/7/20 4:57:25,684; -2012/7/20 4:57:35,685; -2012/7/20 4:57:45,684; -2012/7/20 4:57:55,685; -2012/7/20 4:58:5,684; -2012/7/20 4:58:15,684; -2012/7/20 4:58:25,684; -2012/7/20 4:58:35,684; -2012/7/20 4:58:45,684; -2012/7/20 4:58:55,684; -2012/7/20 4:59:5,684; -2012/7/20 4:59:15,684; -2012/7/20 4:59:25,684; -2012/7/20 4:59:35,684; -2012/7/20 4:59:45,685; -2012/7/20 4:59:55,684; -2012/7/20 5:0:5,685; -2012/7/20 5:0:15,684; -2012/7/20 5:0:25,685; -2012/7/20 5:0:35,684; -2012/7/20 5:0:45,685; -2012/7/20 5:0:55,684; -2012/7/20 5:1:5,685; -2012/7/20 5:1:15,684; -2012/7/20 5:1:25,684; -2012/7/20 5:1:35,684; -2012/7/20 5:1:45,684; -2012/7/20 5:1:55,684; -2012/7/20 5:2:5,684; -2012/7/20 5:2:15,685; -2012/7/20 5:2:25,684; -2012/7/20 5:2:35,685; -2012/7/20 5:2:45,684; -2012/7/20 5:2:55,685; -2012/7/20 5:3:5,684; -2012/7/20 5:3:15,685; -2012/7/20 5:3:25,684; -2012/7/20 5:3:35,685; -2012/7/20 5:3:45,684; -2012/7/20 5:3:55,685; -2012/7/20 5:4:5,684; -2012/7/20 5:4:15,685; -2012/7/20 5:4:25,684; -2012/7/20 5:4:35,685; -2012/7/20 5:4:45,684; -2012/7/20 5:4:55,685; -2012/7/20 5:5:5,684; -2012/7/20 5:5:15,685; -2012/7/20 5:5:25,684; -2012/7/20 5:5:35,685; -2012/7/20 5:5:45,684; -2012/7/20 5:5:55,685; -2012/7/20 5:6:5,684; -2012/7/20 5:6:15,684; -2012/7/20 5:6:25,684; -2012/7/20 5:6:35,684; -2012/7/20 5:6:45,684; -2012/7/20 5:6:55,684; -2012/7/20 5:7:5,684; -2012/7/20 5:7:15,684; -2012/7/20 5:7:25,684; -2012/7/20 5:7:35,684; -2012/7/20 5:7:45,684; -2012/7/20 5:7:55,684; -2012/7/20 5:8:5,685; -2012/7/20 5:8:15,684; -2012/7/20 5:8:25,685; -2012/7/20 5:8:35,684; -2012/7/20 5:8:45,685; -2012/7/20 5:8:55,684; -2012/7/20 5:9:5,684; -2012/7/20 5:9:15,684; -2012/7/20 5:9:25,684; -2012/7/20 5:9:35,684; -2012/7/20 5:9:45,684; -2012/7/20 5:9:55,685; -2012/7/20 5:10:5,684; -2012/7/20 5:10:15,685; -2012/7/20 5:10:25,684; -2012/7/20 5:10:35,685; -2012/7/20 5:10:45,684; -2012/7/20 5:10:55,685; -2012/7/20 5:11:5,684; -2012/7/20 5:11:15,685; -2012/7/20 5:11:25,684; -2012/7/20 5:11:35,685; -2012/7/20 5:11:45,684; -2012/7/20 5:11:55,685; -2012/7/20 5:12:5,684; -2012/7/20 5:12:15,685; -2012/7/20 5:12:25,684; -2012/7/20 5:12:35,684; -2012/7/20 5:12:45,684; -2012/7/20 5:12:55,684; -2012/7/20 5:13:5,684; -2012/7/20 5:13:15,684; -2012/7/20 5:13:25,684; -2012/7/20 5:13:35,684; -2012/7/20 5:13:45,684; -2012/7/20 5:13:55,684; -2012/7/20 5:14:5,684; -2012/7/20 5:14:15,684; -2012/7/20 5:14:25,685; -2012/7/20 5:14:35,684; -2012/7/20 5:14:45,685; -2012/7/20 5:14:55,684; -2012/7/20 5:15:5,685; -2012/7/20 5:15:15,684; -2012/7/20 5:15:25,685; -2012/7/20 5:15:35,684; -2012/7/20 5:15:45,685; -2012/7/20 5:15:55,684; -2012/7/20 5:16:5,684; -2012/7/20 5:16:15,684; -2012/7/20 5:16:25,684; -2012/7/20 5:16:35,684; -2012/7/20 5:16:45,684; -2012/7/20 5:16:55,684; -2012/7/20 5:17:5,684; -2012/7/20 5:17:15,685; -2012/7/20 5:17:25,684; -2012/7/20 5:17:35,685; -2012/7/20 5:17:45,684; -2012/7/20 5:17:55,684; -2012/7/20 5:18:5,684; -2012/7/20 5:18:15,684; -2012/7/20 5:18:25,684; -2012/7/20 5:18:35,684; -2012/7/20 5:18:45,685; -2012/7/20 5:18:55,684; -2012/7/20 5:19:5,685; -2012/7/20 5:19:15,684; -2012/7/20 5:19:25,685; -2012/7/20 5:19:35,684; -2012/7/20 5:19:45,685; -2012/7/20 5:19:55,684; -2012/7/20 5:20:5,685; -2012/7/20 5:20:15,684; -2012/7/20 5:20:25,685; -2012/7/20 5:20:35,684; -2012/7/20 5:20:45,685; -2012/7/20 5:20:55,684; -2012/7/20 5:21:5,684; -2012/7/20 5:21:15,684; -2012/7/20 5:21:25,684; -2012/7/20 5:21:35,684; -2012/7/20 5:21:45,684; -2012/7/20 5:21:55,684; -2012/7/20 5:22:5,684; -2012/7/20 5:22:15,685; -2012/7/20 5:22:25,684; -2012/7/20 5:22:35,685; -2012/7/20 5:22:45,684; -2012/7/20 5:22:55,685; -2012/7/20 5:23:5,684; -2012/7/20 5:23:15,684; -2012/7/20 5:23:25,684; -2012/7/20 5:23:35,684; -2012/7/20 5:23:45,684; -2012/7/20 5:23:55,684; -2012/7/20 5:24:5,684; -2012/7/20 5:24:15,684; -2012/7/20 5:24:25,684; -2012/7/20 5:24:35,684; -2012/7/20 5:24:45,684; -2012/7/20 5:24:55,684; -2012/7/20 5:25:5,684; -2012/7/20 5:25:15,685; -2012/7/20 5:25:25,684; -2012/7/20 5:25:35,685; -2012/7/20 5:25:45,684; -2012/7/20 5:25:55,685; -2012/7/20 5:26:5,684; -2012/7/20 5:26:15,685; -2012/7/20 5:26:25,684; -2012/7/20 5:26:35,685; -2012/7/20 5:26:45,684; -2012/7/20 5:26:55,685; -2012/7/20 5:27:5,684; -2012/7/20 5:27:15,685; -2012/7/20 5:27:25,684; -2012/7/20 5:27:35,684; -2012/7/20 5:27:45,684; -2012/7/20 5:27:55,684; -2012/7/20 5:28:5,684; -2012/7/20 5:28:15,684; -2012/7/20 5:28:25,684; -2012/7/20 5:28:35,684; -2012/7/20 5:28:45,684; -2012/7/20 5:28:55,684; -2012/7/20 5:29:5,685; -2012/7/20 5:29:15,684; -2012/7/20 5:29:25,685; -2012/7/20 5:29:35,684; -2012/7/20 5:29:45,684; -2012/7/20 5:29:55,684; -2012/7/20 5:30:5,684; -2012/7/20 5:30:15,684; -2012/7/20 5:30:25,684; -2012/7/20 5:30:35,685; -2012/7/20 5:30:45,684; -2012/7/20 5:30:55,685; -2012/7/20 5:31:5,684; -2012/7/20 5:31:15,685; -2012/7/20 5:31:25,684; -2012/7/20 5:31:35,685; -2012/7/20 5:31:45,684; -2012/7/20 5:31:55,684; -2012/7/20 5:32:5,684; -2012/7/20 5:32:15,684; -2012/7/20 5:32:25,684; -2012/7/20 5:32:35,684; -2012/7/20 5:32:45,685; -2012/7/20 5:32:55,684; -2012/7/20 5:33:5,685; -2012/7/20 5:33:15,684; -2012/7/20 5:33:25,685; -2012/7/20 5:33:35,684; -2012/7/20 5:33:45,685; -2012/7/20 5:33:55,684; -2012/7/20 5:34:5,685; -2012/7/20 5:34:15,684; -2012/7/20 5:34:25,684; -2012/7/20 5:34:35,684; -2012/7/20 5:34:45,684; -2012/7/20 5:34:55,684; -2012/7/20 5:35:5,684; -2012/7/20 5:35:15,684; -2012/7/20 5:35:25,684; -2012/7/20 5:35:35,684; -2012/7/20 5:35:45,684; -2012/7/20 5:35:55,685; -2012/7/20 5:36:5,684; -2012/7/20 5:36:15,685; -2012/7/20 5:36:25,684; -2012/7/20 5:36:35,685; -2012/7/20 5:36:45,684; -2012/7/20 5:36:55,685; -2012/7/20 5:37:5,684; -2012/7/20 5:37:15,685; -2012/7/20 5:37:25,684; -2012/7/20 5:37:35,684; -2012/7/20 5:37:45,684; -2012/7/20 5:37:55,684; -2012/7/20 5:38:5,684; -2012/7/20 5:38:15,684; -2012/7/20 5:38:25,685; -2012/7/20 5:38:35,684; -2012/7/20 5:38:45,685; -2012/7/20 5:38:55,684; -2012/7/20 5:39:5,685; -2012/7/20 5:39:15,684; -2012/7/20 5:39:25,685; -2012/7/20 5:39:35,684; -2012/7/20 5:39:45,685; -2012/7/20 5:39:55,684; -2012/7/20 5:40:5,685; -2012/7/20 5:40:15,684; -2012/7/20 5:40:25,684; -2012/7/20 5:40:35,684; -2012/7/20 5:40:45,684; -2012/7/20 5:40:55,684; -2012/7/20 5:41:5,684; -2012/7/20 5:41:15,685; -2012/7/20 5:41:25,684; -2012/7/20 5:41:35,685; -2012/7/20 5:41:45,684; -2012/7/20 5:41:55,685; -2012/7/20 5:42:5,684; -2012/7/20 5:42:15,684; -2012/7/20 5:42:25,684; -2012/7/20 5:42:35,684; -2012/7/20 5:42:45,684; -2012/7/20 5:42:55,684; -2012/7/20 5:43:5,684; -2012/7/20 5:43:15,684; -2012/7/20 5:43:25,685; -2012/7/20 5:43:35,684; -2012/7/20 5:43:45,685; -2012/7/20 5:43:55,684; -2012/7/20 5:44:5,685; -2012/7/20 5:44:15,684; -2012/7/20 5:44:25,684; -2012/7/20 5:44:35,684; -2012/7/20 5:44:45,684; -2012/7/20 5:44:55,684; -2012/7/20 5:45:5,684; -2012/7/20 5:45:15,684; -2012/7/20 5:45:25,684; -2012/7/20 5:45:35,684; -2012/7/20 5:45:45,684; -2012/7/20 5:45:55,684; -2012/7/20 5:46:5,684; -2012/7/20 5:46:15,685; -2012/7/20 5:46:25,684; -2012/7/20 5:46:35,685; -2012/7/20 5:46:45,684; -2012/7/20 5:46:55,685; -2012/7/20 5:47:5,684; -2012/7/20 5:47:15,685; -2012/7/20 5:47:25,684; -2012/7/20 5:47:35,685; -2012/7/20 5:47:45,684; -2012/7/20 5:47:55,685; -2012/7/20 5:48:5,684; -2012/7/20 5:48:15,685; -2012/7/20 5:48:25,684; -2012/7/20 5:48:35,685; -2012/7/20 5:48:45,684; -2012/7/20 5:48:55,684; -2012/7/20 5:49:5,684; -2012/7/20 5:49:15,684; -2012/7/20 5:49:25,684; -2012/7/20 5:49:35,684; -2012/7/20 5:49:45,685; -2012/7/20 5:49:55,684; -2012/7/20 5:50:5,685; -2012/7/20 5:50:15,684; -2012/7/20 5:50:25,685; -2012/7/20 5:50:35,684; -2012/7/20 5:50:45,685; -2012/7/20 5:50:55,684; -2012/7/20 5:51:5,685; -2012/7/20 5:51:15,684; -2012/7/20 5:51:25,684; -2012/7/20 5:51:35,684; -2012/7/20 5:51:45,684; -2012/7/20 5:51:55,684; -2012/7/20 5:52:5,684; -2012/7/20 5:52:15,685; -2012/7/20 5:52:25,684; -2012/7/20 5:52:35,685; -2012/7/20 5:52:45,684; -2012/7/20 5:52:55,685; -2012/7/20 5:53:5,684; -2012/7/20 5:53:15,685; -2012/7/20 5:53:25,684; -2012/7/20 5:53:35,684; -2012/7/20 5:53:45,684; -2012/7/20 5:53:55,684; -2012/7/20 5:54:5,684; -2012/7/20 5:54:15,684; -2012/7/20 5:54:25,685; -2012/7/20 5:54:35,684; -2012/7/20 5:54:45,685; -2012/7/20 5:54:55,684; -2012/7/20 5:55:5,685; -2012/7/20 5:55:15,684; -2012/7/20 5:55:25,685; -2012/7/20 5:55:35,684; -2012/7/20 5:55:45,685; -2012/7/20 5:55:55,684; -2012/7/20 5:56:5,685; -2012/7/20 5:56:15,684; -2012/7/20 5:56:25,684; -2012/7/20 5:56:35,684; -2012/7/20 5:56:45,684; -2012/7/20 5:56:55,684; -2012/7/20 5:57:5,684; -2012/7/20 5:57:15,685; -2012/7/20 5:57:25,684; -2012/7/20 5:57:35,685; -2012/7/20 5:57:45,684; -2012/7/20 5:57:55,685; -2012/7/20 5:58:5,684; -2012/7/20 5:58:15,685; -2012/7/20 5:58:25,684; -2012/7/20 5:58:35,685; -2012/7/20 5:58:45,684; -2012/7/20 5:58:55,685; -2012/7/20 5:59:5,684; -2012/7/20 5:59:15,684; -2012/7/20 5:59:25,684; -2012/7/20 5:59:35,684; -2012/7/20 5:59:45,684; -2012/7/20 5:59:55,684; -2012/7/20 6:0:5,685; -2012/7/20 6:0:15,684; -2012/7/20 6:0:25,685; -2012/7/20 6:0:35,684; -2012/7/20 6:0:45,684; -2012/7/20 6:0:55,684; -2012/7/20 6:1:5,684; -2012/7/20 6:1:15,684; -2012/7/20 6:1:25,684; -2012/7/20 6:1:35,684; -2012/7/20 6:1:45,684; -2012/7/20 6:1:55,684; -2012/7/20 6:2:5,684; -2012/7/20 6:2:15,685; -2012/7/20 6:2:25,684; -2012/7/20 6:2:35,685; -2012/7/20 6:2:45,684; -2012/7/20 6:2:55,685; -2012/7/20 6:3:5,684; -2012/7/20 6:3:15,685; -2012/7/20 6:3:25,684; -2012/7/20 6:3:35,685; -2012/7/20 6:3:45,684; -2012/7/20 6:3:55,684; -2012/7/20 6:4:5,684; -2012/7/20 6:4:15,684; -2012/7/20 6:4:25,684; -2012/7/20 6:4:35,684; -2012/7/20 6:4:45,685; -2012/7/20 6:4:55,684; -2012/7/20 6:5:5,685; -2012/7/20 6:5:15,684; -2012/7/20 6:5:25,684; -2012/7/20 6:5:35,684; -2012/7/20 6:5:45,684; -2012/7/20 6:5:55,685; -2012/7/20 6:6:5,684; -2012/7/20 6:6:15,685; -2012/7/20 6:6:25,684; -2012/7/20 6:6:35,684; -2012/7/20 6:6:45,684; -2012/7/20 6:6:55,684; -2012/7/20 6:7:5,684; -2012/7/20 6:7:15,684; -2012/7/20 6:7:25,684; -2012/7/20 6:7:35,684; -2012/7/20 6:7:45,684; -2012/7/20 6:7:55,684; -2012/7/20 6:8:5,684; -2012/7/20 6:8:15,684; -2012/7/20 6:8:25,684; -2012/7/20 6:8:35,684; -2012/7/20 6:8:45,684; -2012/7/20 6:8:55,684; -2012/7/20 6:9:5,684; -2012/7/20 6:9:15,684; -2012/7/20 6:9:25,684; -2012/7/20 6:9:35,684; -2012/7/20 6:9:45,685; -2012/7/20 6:9:55,684; -2012/7/20 6:10:5,685; -2012/7/20 6:10:15,684; -2012/7/20 6:10:25,685; -2012/7/20 6:10:35,684; -2012/7/20 6:10:45,684; -2012/7/20 6:10:55,684; -2012/7/20 6:11:5,684; -2012/7/20 6:11:15,684; -2012/7/20 6:11:25,684; -2012/7/20 6:11:35,684; -2012/7/20 6:11:45,684; -2012/7/20 6:11:55,684; -2012/7/20 6:12:5,684; -2012/7/20 6:12:15,685; -2012/7/20 6:12:25,684; -2012/7/20 6:12:35,685; -2012/7/20 6:12:45,684; -2012/7/20 6:12:55,685; -2012/7/20 6:13:5,684; -2012/7/20 6:13:15,684; -2012/7/20 6:13:25,684; -2012/7/20 6:13:35,684; -2012/7/20 6:13:45,684; -2012/7/20 6:13:55,684; -2012/7/20 6:14:5,684; -2012/7/20 6:14:15,684; -2012/7/20 6:14:25,685; -2012/7/20 6:14:35,684; -2012/7/20 6:14:45,685; -2012/7/20 6:14:55,684; -2012/7/20 6:15:5,685; -2012/7/20 6:15:15,684; -2012/7/20 6:15:25,685; -2012/7/20 6:15:35,684; -2012/7/20 6:15:45,685; -2012/7/20 6:15:55,684; -2012/7/20 6:16:5,685; -2012/7/20 6:16:15,684; -2012/7/20 6:16:25,684; -2012/7/20 6:16:35,684; -2012/7/20 6:16:45,684; -2012/7/20 6:16:55,684; -2012/7/20 6:17:5,684; -2012/7/20 6:17:15,685; -2012/7/20 6:17:25,684; -2012/7/20 6:17:35,685; -2012/7/20 6:17:45,684; -2012/7/20 6:17:55,685; -2012/7/20 6:18:5,684; -2012/7/20 6:18:15,685; -2012/7/20 6:18:25,684; -2012/7/20 6:18:35,685; -2012/7/20 6:18:45,684; -2012/7/20 6:18:55,685; -2012/7/20 6:19:5,684; -2012/7/20 6:19:15,684; -2012/7/20 6:19:25,684; -2012/7/20 6:19:35,684; -2012/7/20 6:19:45,684; -2012/7/20 6:19:55,684; -2012/7/20 6:20:5,685; -2012/7/20 6:20:15,684; -2012/7/20 6:20:25,685; -2012/7/20 6:20:35,684; -2012/7/20 6:20:45,685; -2012/7/20 6:20:55,684; -2012/7/20 6:21:5,685; -2012/7/20 6:21:15,684; -2012/7/20 6:21:25,685; -2012/7/20 6:21:35,684; -2012/7/20 6:21:45,685; -2012/7/20 6:21:55,684; -2012/7/20 6:22:5,685; -2012/7/20 6:22:15,684; -2012/7/20 6:22:25,684; -2012/7/20 6:22:35,684; -2012/7/20 6:22:45,685; -2012/7/20 6:22:55,684; -2012/7/20 6:23:5,685; -2012/7/20 6:23:15,684; -2012/7/20 6:23:25,685; -2012/7/20 6:23:35,684; -2012/7/20 6:23:45,685; -2012/7/20 6:23:55,684; -2012/7/20 6:24:5,685; -2012/7/20 6:24:15,684; -2012/7/20 6:24:25,685; -2012/7/20 6:24:35,684; -2012/7/20 6:24:45,684; -2012/7/20 6:24:55,684; -2012/7/20 6:25:5,684; -2012/7/20 6:25:15,684; -2012/7/20 6:25:25,684; -2012/7/20 6:25:35,684; -2012/7/20 6:25:45,684; -2012/7/20 6:25:55,685; -2012/7/20 6:26:5,684; -2012/7/20 6:26:15,685; -2012/7/20 6:26:25,684; -2012/7/20 6:26:35,685; -2012/7/20 6:26:45,684; -2012/7/20 6:26:55,685; -2012/7/20 6:27:5,684; -2012/7/20 6:27:15,685; -2012/7/20 6:27:25,684; -2012/7/20 6:27:35,684; -2012/7/20 6:27:45,684; -2012/7/20 6:27:55,684; -2012/7/20 6:28:5,684; -2012/7/20 6:28:15,684; -2012/7/20 6:28:25,685; -2012/7/20 6:28:35,684; -2012/7/20 6:28:45,685; -2012/7/20 6:28:55,684; -2012/7/20 6:29:5,685; -2012/7/20 6:29:15,684; -2012/7/20 6:29:25,685; -2012/7/20 6:29:35,684; -2012/7/20 6:29:45,685; -2012/7/20 6:29:55,684; -2012/7/20 6:30:5,684; -2012/7/20 6:30:15,684; -2012/7/20 6:30:25,684; -2012/7/20 6:30:35,684; -2012/7/20 6:30:45,684; -2012/7/20 6:30:55,684; -2012/7/20 6:31:5,684; -2012/7/20 6:31:15,685; -2012/7/20 6:31:25,684; -2012/7/20 6:31:35,685; -2012/7/20 6:31:45,684; -2012/7/20 6:31:55,685; -2012/7/20 6:32:5,684; -2012/7/20 6:32:15,685; -2012/7/20 6:32:25,684; -2012/7/20 6:32:35,684; -2012/7/20 6:32:45,684; -2012/7/20 6:32:55,684; -2012/7/20 6:33:5,685; -2012/7/20 6:33:15,684; -2012/7/20 6:33:25,685; -2012/7/20 6:33:35,684; -2012/7/20 6:33:45,685; -2012/7/20 6:33:55,684; -2012/7/20 6:34:5,684; -2012/7/20 6:34:15,684; -2012/7/20 6:34:25,684; -2012/7/20 6:34:35,684; -2012/7/20 6:34:45,684; -2012/7/20 6:34:55,684; -2012/7/20 6:35:5,684; -2012/7/20 6:35:15,685; -2012/7/20 6:35:25,684; -2012/7/20 6:35:35,685; -2012/7/20 6:35:45,684; -2012/7/20 6:35:55,685; -2012/7/20 6:36:5,684; -2012/7/20 6:36:15,685; -2012/7/20 6:36:25,684; -2012/7/20 6:36:35,685; -2012/7/20 6:36:45,684; -2012/7/20 6:36:55,684; -2012/7/20 6:37:5,684; -2012/7/20 6:37:15,684; -2012/7/20 6:37:25,684; -2012/7/20 6:37:35,684; -2012/7/20 6:37:45,684; -2012/7/20 6:37:55,684; -2012/7/20 6:38:5,684; -2012/7/20 6:38:15,684; -2012/7/20 6:38:25,685; -2012/7/20 6:38:35,684; -2012/7/20 6:38:45,685; -2012/7/20 6:38:55,684; -2012/7/20 6:39:5,685; -2012/7/20 6:39:15,684; -2012/7/20 6:39:25,685; -2012/7/20 6:39:35,684; -2012/7/20 6:39:45,684; -2012/7/20 6:39:55,684; -2012/7/20 6:40:5,684; -2012/7/20 6:40:15,684; -2012/7/20 6:40:25,684; -2012/7/20 6:40:35,684; -2012/7/20 6:40:45,684; -2012/7/20 6:40:55,685; -2012/7/20 6:41:5,684; -2012/7/20 6:41:15,685; -2012/7/20 6:41:25,684; -2012/7/20 6:41:35,685; -2012/7/20 6:41:45,684; -2012/7/20 6:41:55,685; -2012/7/20 6:42:5,684; -2012/7/20 6:42:15,685; -2012/7/20 6:42:25,684; -2012/7/20 6:42:35,684; -2012/7/20 6:42:45,684; -2012/7/20 6:42:55,684; -2012/7/20 6:43:5,684; -2012/7/20 6:43:15,684; -2012/7/20 6:43:25,685; -2012/7/20 6:43:35,684; -2012/7/20 6:43:45,685; -2012/7/20 6:43:55,684; -2012/7/20 6:44:5,685; -2012/7/20 6:44:15,684; -2012/7/20 6:44:25,684; -2012/7/20 6:44:35,684; -2012/7/20 6:44:45,684; -2012/7/20 6:44:55,684; -2012/7/20 6:45:5,684; -2012/7/20 6:45:15,685; -2012/7/20 6:45:25,684; -2012/7/20 6:45:35,685; -2012/7/20 6:45:45,684; -2012/7/20 6:45:55,685; -2012/7/20 6:46:5,684; -2012/7/20 6:46:15,685; -2012/7/20 6:46:25,684; -2012/7/20 6:46:35,685; -2012/7/20 6:46:45,684; -2012/7/20 6:46:55,684; -2012/7/20 6:47:5,684; -2012/7/20 6:47:15,684; -2012/7/20 6:47:25,684; -2012/7/20 6:47:35,684; -2012/7/20 6:47:45,684; -2012/7/20 6:47:55,684; -2012/7/20 6:48:5,685; -2012/7/20 6:48:15,684; -2012/7/20 6:48:25,685; -2012/7/20 6:48:35,684; -2012/7/20 6:48:45,685; -2012/7/20 6:48:55,684; -2012/7/20 6:49:5,685; -2012/7/20 6:49:15,684; -2012/7/20 6:49:25,684; -2012/7/20 6:49:35,684; -2012/7/20 6:49:45,684; -2012/7/20 6:49:55,684; -2012/7/20 6:50:5,684; -2012/7/20 6:50:15,684; -2012/7/20 6:50:25,684; -2012/7/20 6:50:35,684; -2012/7/20 6:50:45,684; -2012/7/20 6:50:55,685; -2012/7/20 6:51:5,684; -2012/7/20 6:51:15,685; -2012/7/20 6:51:25,684; -2012/7/20 6:51:35,685; -2012/7/20 6:51:45,684; -2012/7/20 6:51:55,684; -2012/7/20 6:52:5,684; -2012/7/20 6:52:15,684; -2012/7/20 6:52:25,684; -2012/7/20 6:52:35,684; -2012/7/20 6:52:45,685; -2012/7/20 6:52:55,684; -2012/7/20 6:53:5,685; -2012/7/20 6:53:15,684; -2012/7/20 6:53:25,685; -2012/7/20 6:53:35,684; -2012/7/20 6:53:45,685; -2012/7/20 6:53:55,684; -2012/7/20 6:54:5,685; -2012/7/20 6:54:15,684; -2012/7/20 6:54:25,685; -2012/7/20 6:54:35,684; -2012/7/20 6:54:45,684; -2012/7/20 6:54:55,684; -2012/7/20 6:55:5,684; -2012/7/20 6:55:15,684; -2012/7/20 6:55:25,684; -2012/7/20 6:55:35,684; -2012/7/20 6:55:45,684; -2012/7/20 6:55:55,685; -2012/7/20 6:56:5,684; -2012/7/20 6:56:15,684; -2012/7/20 6:56:25,684; -2012/7/20 6:56:35,685; -2012/7/20 6:56:45,684; -2012/7/20 6:56:55,685; -2012/7/20 6:57:5,684; -2012/7/20 6:57:15,685; -2012/7/20 6:57:25,684; -2012/7/20 6:57:35,685; -2012/7/20 6:57:45,684; -2012/7/20 6:57:55,684; -2012/7/20 6:58:5,684; -2012/7/20 6:58:15,684; -2012/7/20 6:58:25,685; -2012/7/20 6:58:35,684; -2012/7/20 6:58:45,685; -2012/7/20 6:58:55,684; -2012/7/20 6:59:5,685; -2012/7/20 6:59:15,684; -2012/7/20 6:59:25,685; -2012/7/20 6:59:35,684; -2012/7/20 6:59:45,684; -2012/7/20 6:59:55,684; -2012/7/20 7:0:5,684; -2012/7/20 7:0:15,684; -2012/7/20 7:0:25,684; -2012/7/20 7:0:35,684; -2012/7/20 7:0:45,684; -2012/7/20 7:0:55,684; -2012/7/20 7:1:5,684; -2012/7/20 7:1:15,685; -2012/7/20 7:1:25,684; -2012/7/20 7:1:35,685; -2012/7/20 7:1:45,684; -2012/7/20 7:1:55,685; -2012/7/20 7:2:5,684; -2012/7/20 7:2:15,684; -2012/7/20 7:2:25,684; -2012/7/20 7:2:35,684; -2012/7/20 7:2:45,684; -2012/7/20 7:2:55,684; -2012/7/20 7:3:5,685; -2012/7/20 7:3:15,684; -2012/7/20 7:3:25,685; -2012/7/20 7:3:35,684; -2012/7/20 7:3:45,685; -2012/7/20 7:3:55,684; -2012/7/20 7:4:5,685; -2012/7/20 7:4:15,684; -2012/7/20 7:4:25,684; -2012/7/20 7:4:35,684; -2012/7/20 7:4:45,684; -2012/7/20 7:4:55,685; -2012/7/20 7:5:5,684; -2012/7/20 7:5:15,685; -2012/7/20 7:5:25,684; -2012/7/20 7:5:35,685; -2012/7/20 7:5:45,684; -2012/7/20 7:5:55,685; -2012/7/20 7:6:5,684; -2012/7/20 7:6:15,685; -2012/7/20 7:6:25,684; -2012/7/20 7:6:35,685; -2012/7/20 7:6:45,684; -2012/7/20 7:6:55,685; -2012/7/20 7:7:5,684; -2012/7/20 7:7:15,685; -2012/7/20 7:7:25,684; -2012/7/20 7:7:35,684; -2012/7/20 7:7:45,684; -2012/7/20 7:7:55,684; -2012/7/20 7:8:5,685; -2012/7/20 7:8:15,684; -2012/7/20 7:8:25,685; -2012/7/20 7:8:35,684; -2012/7/20 7:8:45,685; -2012/7/20 7:8:55,684; -2012/7/20 7:9:5,685; -2012/7/20 7:9:15,684; -2012/7/20 7:9:25,684; -2012/7/20 7:9:35,684; -2012/7/20 7:9:45,684; -2012/7/20 7:9:55,685; -2012/7/20 7:10:5,684; -2012/7/20 7:10:15,685; -2012/7/20 7:10:25,684; -2012/7/20 7:10:35,685; -2012/7/20 7:10:45,684; -2012/7/20 7:10:55,684; -2012/7/20 7:11:5,684; -2012/7/20 7:11:15,684; -2012/7/20 7:11:25,684; -2012/7/20 7:11:35,684; -2012/7/20 7:11:45,685; -2012/7/20 7:11:55,684; -2012/7/20 7:12:5,685; -2012/7/20 7:12:15,684; -2012/7/20 7:12:25,685; -2012/7/20 7:12:35,684; -2012/7/20 7:12:45,684; -2012/7/20 7:12:55,684; -2012/7/20 7:13:5,684; -2012/7/20 7:13:15,684; -2012/7/20 7:13:25,684; -2012/7/20 7:13:35,685; -2012/7/20 7:13:45,684; -2012/7/20 7:13:55,685; -2012/7/20 7:14:5,684; -2012/7/20 7:14:15,685; -2012/7/20 7:14:25,684; -2012/7/20 7:14:35,684; -2012/7/20 7:14:45,684; -2012/7/20 7:14:55,684; -2012/7/20 7:15:5,684; -2012/7/20 7:15:15,684; -2012/7/20 7:15:25,685; -2012/7/20 7:15:35,684; -2012/7/20 7:15:45,685; -2012/7/20 7:15:55,684; -2012/7/20 7:16:5,685; -2012/7/20 7:16:15,684; -2012/7/20 7:16:25,685; -2012/7/20 7:16:35,684; -2012/7/20 7:16:45,684; -2012/7/20 7:16:55,684; -2012/7/20 7:17:5,684; -2012/7/20 7:17:15,684; -2012/7/20 7:17:25,684; -2012/7/20 7:17:35,685; -2012/7/20 7:17:45,684; -2012/7/20 7:17:55,685; -2012/7/20 7:18:5,684; -2012/7/20 7:18:15,685; -2012/7/20 7:18:25,684; -2012/7/20 7:18:35,685; -2012/7/20 7:18:45,684; -2012/7/20 7:18:55,684; -2012/7/20 7:19:5,684; -2012/7/20 7:19:15,684; -2012/7/20 7:19:25,685; -2012/7/20 7:19:35,684; -2012/7/20 7:19:45,685; -2012/7/20 7:19:55,684; -2012/7/20 7:20:5,685; -2012/7/20 7:20:15,684; -2012/7/20 7:20:25,685; -2012/7/20 7:20:35,684; -2012/7/20 7:20:45,685; -2012/7/20 7:20:55,684; -2012/7/20 7:21:5,684; -2012/7/20 7:21:15,684; -2012/7/20 7:21:25,684; -2012/7/20 7:21:35,684; -2012/7/20 7:21:45,684; -2012/7/20 7:21:55,685; -2012/7/20 7:22:5,684; -2012/7/20 7:22:15,685; -2012/7/20 7:22:25,684; -2012/7/20 7:22:35,685; -2012/7/20 7:22:45,684; -2012/7/20 7:22:55,684; -2012/7/20 7:23:5,684; -2012/7/20 7:23:15,684; -2012/7/20 7:23:25,685; -2012/7/20 7:23:35,684; -2012/7/20 7:23:45,685; -2012/7/20 7:23:55,684; -2012/7/20 7:24:5,684; -2012/7/20 7:24:15,684; -2012/7/20 7:24:25,684; diff --git a/elastic/test/logs/paper/1on1/10.0.0.11/12541monitoring8.csv b/elastic/test/logs/paper/1on1/10.0.0.11/12541monitoring8.csv deleted file mode 100644 index 168dba021d821ec0a137abc9da6b5c84b9bccd6e..0000000000000000000000000000000000000000 --- a/elastic/test/logs/paper/1on1/10.0.0.11/12541monitoring8.csv +++ /dev/null @@ -1,6040 +0,0 @@ -2012/7/19 14:37:59,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 14:38:9,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;1100;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;744; -2012/7/19 14:38:19,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;5515;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;2015; -2012/7/19 14:38:29,798;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;8720;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;220; -2012/7/19 14:38:39,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;12915;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;415; -2012/7/19 14:38:49,798;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;16980;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;37; -2012/7/19 14:38:59,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;21200;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:39:9,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;25595;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;95; -2012/7/19 14:39:19,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;29615;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;127; -2012/7/19 14:39:29,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;33675;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:39:39,800;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;38185;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;185; -2012/7/19 14:39:49,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;42430;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;430; -2012/7/19 14:39:59,800;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;46370;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:40:9,800;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;50820;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;320; -2012/7/19 14:40:19,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;55315;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;315; -2012/7/19 14:40:29,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;59104;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:40:39,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;63441;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:40:49,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;67738;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;238; -2012/7/19 14:40:59,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;71522;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:41:9,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;75729;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;229; -2012/7/19 14:41:19,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;79506;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;6; -2012/7/19 14:41:29,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;83205;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:41:39,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;87414;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:41:49,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;91201;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;201; -2012/7/19 14:41:59,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;94908;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:42:9,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;99107;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;107; -2012/7/19 14:42:19,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;102814;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;314; -2012/7/19 14:42:29,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;106081;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:42:39,798;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;108808;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:42:49,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;110733;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:42:59,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;111853;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:43:9,799;Joram#8:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0;Joram#8:name=#8.8.1026,type=Destination:NbMsgsReceiveSinceCreation;112223;Joram#8:name=#8.8.1026,type=Destination:PendingMessageCount;0; -2012/7/19 14:43:19,800; -2012/7/19 14:43:29,799; -2012/7/19 14:43:39,799; -2012/7/19 14:43:49,799; -2012/7/19 14:43:59,799; -2012/7/19 14:44:9,799; -2012/7/19 14:44:19,798; -2012/7/19 14:44:29,799; -2012/7/19 14:44:39,799; -2012/7/19 14:44:49,799; -2012/7/19 14:44:59,799; -2012/7/19 14:45:9,798; -2012/7/19 14:45:19,799; -2012/7/19 14:45:29,799; -2012/7/19 14:45:39,799; -2012/7/19 14:45:49,799; -2012/7/19 14:45:59,799; -2012/7/19 14:46:9,799; -2012/7/19 14:46:19,799; -2012/7/19 14:46:29,799; -2012/7/19 14:46:39,799; -2012/7/19 14:46:49,799; -2012/7/19 14:46:59,798; -2012/7/19 14:47:9,799; -2012/7/19 14:47:19,799; -2012/7/19 14:47:29,799; -2012/7/19 14:47:39,799; -2012/7/19 14:47:49,798; -2012/7/19 14:47:59,798; -2012/7/19 14:48:9,798; -2012/7/19 14:48:19,798; -2012/7/19 14:48:29,799; -2012/7/19 14:48:39,798; -2012/7/19 14:48:49,799; -2012/7/19 14:48:59,798; -2012/7/19 14:49:9,798; -2012/7/19 14:49:19,798; -2012/7/19 14:49:29,798; -2012/7/19 14:49:39,799; -2012/7/19 14:49:49,798; -2012/7/19 14:49:59,799; -2012/7/19 14:50:9,798; -2012/7/19 14:50:19,799; -2012/7/19 14:50:29,798; -2012/7/19 14:50:39,798; -2012/7/19 14:50:49,798; -2012/7/19 14:50:59,798; -2012/7/19 14:51:9,798; -2012/7/19 14:51:19,798; -2012/7/19 14:51:29,798; -2012/7/19 14:51:39,798; -2012/7/19 14:51:49,798; -2012/7/19 14:51:59,798; -2012/7/19 14:52:9,799; -2012/7/19 14:52:19,798; -2012/7/19 14:52:29,799; -2012/7/19 14:52:39,798; -2012/7/19 14:52:49,799; -2012/7/19 14:52:59,798; -2012/7/19 14:53:9,799; -2012/7/19 14:53:19,798; -2012/7/19 14:53:29,799; -2012/7/19 14:53:39,798; -2012/7/19 14:53:49,799; -2012/7/19 14:53:59,798; -2012/7/19 14:54:9,798; -2012/7/19 14:54:19,798; -2012/7/19 14:54:29,798; -2012/7/19 14:54:39,798; -2012/7/19 14:54:49,798; -2012/7/19 14:54:59,798; -2012/7/19 14:55:9,798; -2012/7/19 14:55:19,798; -2012/7/19 14:55:29,798; -2012/7/19 14:55:39,798; -2012/7/19 14:55:49,798; -2012/7/19 14:55:59,798; -2012/7/19 14:56:9,798; -2012/7/19 14:56:19,798; -2012/7/19 14:56:29,798; -2012/7/19 14:56:39,798; -2012/7/19 14:56:49,798; -2012/7/19 14:56:59,799; -2012/7/19 14:57:9,798; -2012/7/19 14:57:19,799; -2012/7/19 14:57:29,798; -2012/7/19 14:57:39,799; -2012/7/19 14:57:49,798; -2012/7/19 14:57:59,799; -2012/7/19 14:58:9,798; -2012/7/19 14:58:19,799; -2012/7/19 14:58:29,798; -2012/7/19 14:58:39,799; -2012/7/19 14:58:49,798; -2012/7/19 14:58:59,799; -2012/7/19 14:59:9,798; -2012/7/19 14:59:19,799; -2012/7/19 14:59:29,798; -2012/7/19 14:59:39,798; -2012/7/19 14:59:49,798; -2012/7/19 14:59:59,798; -2012/7/19 15:0:9,798; -2012/7/19 15:0:19,798; -2012/7/19 15:0:29,798; -2012/7/19 15:0:39,798; -2012/7/19 15:0:49,798; -2012/7/19 15:0:59,798; -2012/7/19 15:1:9,798; -2012/7/19 15:1:19,798; -2012/7/19 15:1:29,798; -2012/7/19 15:1:39,798; -2012/7/19 15:1:49,798; -2012/7/19 15:1:59,798; -2012/7/19 15:2:9,798; -2012/7/19 15:2:19,798; -2012/7/19 15:2:29,799; -2012/7/19 15:2:39,798; -2012/7/19 15:2:49,799; -2012/7/19 15:2:59,798; -2012/7/19 15:3:9,799; -2012/7/19 15:3:19,798; -2012/7/19 15:3:29,798; -2012/7/19 15:3:39,798; -2012/7/19 15:3:49,798; -2012/7/19 15:3:59,798; -2012/7/19 15:4:9,799; -2012/7/19 15:4:19,798; -2012/7/19 15:4:29,799; -2012/7/19 15:4:39,798; -2012/7/19 15:4:49,799; -2012/7/19 15:4:59,798; -2012/7/19 15:5:9,799; -2012/7/19 15:5:19,798; -2012/7/19 15:5:29,799; -2012/7/19 15:5:39,798; -2012/7/19 15:5:49,799; -2012/7/19 15:5:59,798; -2012/7/19 15:6:9,798; -2012/7/19 15:6:19,798; -2012/7/19 15:6:29,798; -2012/7/19 15:6:39,798; -2012/7/19 15:6:49,798; -2012/7/19 15:6:59,798; -2012/7/19 15:7:9,798; -2012/7/19 15:7:19,798; -2012/7/19 15:7:29,798; -2012/7/19 15:7:39,798; -2012/7/19 15:7:49,798; -2012/7/19 15:7:59,798; -2012/7/19 15:8:9,798; -2012/7/19 15:8:19,798; -2012/7/19 15:8:29,798; -2012/7/19 15:8:39,798; -2012/7/19 15:8:49,798; -2012/7/19 15:8:59,799; -2012/7/19 15:9:9,798; -2012/7/19 15:9:19,799; -2012/7/19 15:9:29,798; -2012/7/19 15:9:39,799; -2012/7/19 15:9:49,798; -2012/7/19 15:9:59,799; -2012/7/19 15:10:9,798; -2012/7/19 15:10:19,799; -2012/7/19 15:10:29,798; -2012/7/19 15:10:39,799; -2012/7/19 15:10:49,798; -2012/7/19 15:10:59,799; -2012/7/19 15:11:9,798; -2012/7/19 15:11:19,799; -2012/7/19 15:11:29,798; -2012/7/19 15:11:39,798; -2012/7/19 15:11:49,798; -2012/7/19 15:11:59,798; -2012/7/19 15:12:9,798; -2012/7/19 15:12:19,798; -2012/7/19 15:12:29,798; -2012/7/19 15:12:39,798; -2012/7/19 15:12:49,798; -2012/7/19 15:12:59,798; -2012/7/19 15:13:9,799; -2012/7/19 15:13:19,798; -2012/7/19 15:13:29,799; -2012/7/19 15:13:39,798; -2012/7/19 15:13:49,799; -2012/7/19 15:13:59,798; -2012/7/19 15:14:9,799; -2012/7/19 15:14:19,798; -2012/7/19 15:14:29,799; -2012/7/19 15:14:39,798; -2012/7/19 15:14:49,799; -2012/7/19 15:14:59,798; -2012/7/19 15:15:9,799; -2012/7/19 15:15:19,798; -2012/7/19 15:15:29,799; -2012/7/19 15:15:39,798; -2012/7/19 15:15:49,799; -2012/7/19 15:15:59,798; -2012/7/19 15:16:9,799; -2012/7/19 15:16:19,798; -2012/7/19 15:16:29,798; -2012/7/19 15:16:39,798; -2012/7/19 15:16:49,798; -2012/7/19 15:16:59,798; -2012/7/19 15:17:9,798; -2012/7/19 15:17:19,799; -2012/7/19 15:17:29,798; -2012/7/19 15:17:39,799; -2012/7/19 15:17:49,798; -2012/7/19 15:17:59,799; -2012/7/19 15:18:9,798; -2012/7/19 15:18:19,799; -2012/7/19 15:18:29,798; -2012/7/19 15:18:39,799; -2012/7/19 15:18:49,798; -2012/7/19 15:18:59,799; -2012/7/19 15:19:9,798; -2012/7/19 15:19:19,798; -2012/7/19 15:19:29,798; -2012/7/19 15:19:39,798; -2012/7/19 15:19:49,798; -2012/7/19 15:19:59,798; -2012/7/19 15:20:9,799; -2012/7/19 15:20:19,798; -2012/7/19 15:20:29,799; -2012/7/19 15:20:39,798; -2012/7/19 15:20:49,799; -2012/7/19 15:20:59,798; -2012/7/19 15:21:9,799; -2012/7/19 15:21:19,798; -2012/7/19 15:21:29,799; -2012/7/19 15:21:39,798; -2012/7/19 15:21:49,799; -2012/7/19 15:21:59,798; -2012/7/19 15:22:9,799; -2012/7/19 15:22:19,798; -2012/7/19 15:22:29,799; -2012/7/19 15:22:39,798; -2012/7/19 15:22:49,799; -2012/7/19 15:22:59,798; -2012/7/19 15:23:9,799; -2012/7/19 15:23:19,798; -2012/7/19 15:23:29,798; -2012/7/19 15:23:39,798; -2012/7/19 15:23:49,798; -2012/7/19 15:23:59,798; -2012/7/19 15:24:9,798; -2012/7/19 15:24:19,798; -2012/7/19 15:24:29,798; -2012/7/19 15:24:39,798; -2012/7/19 15:24:49,798; -2012/7/19 15:24:59,798; -2012/7/19 15:25:9,798; -2012/7/19 15:25:19,799; -2012/7/19 15:25:29,798; -2012/7/19 15:25:39,799; -2012/7/19 15:25:49,798; -2012/7/19 15:25:59,799; -2012/7/19 15:26:9,798; -2012/7/19 15:26:19,799; -2012/7/19 15:26:29,798; -2012/7/19 15:26:39,798; -2012/7/19 15:26:49,798; -2012/7/19 15:26:59,798; -2012/7/19 15:27:9,798; -2012/7/19 15:27:19,798; -2012/7/19 15:27:29,798; -2012/7/19 15:27:39,798; -2012/7/19 15:27:49,798; -2012/7/19 15:27:59,798; -2012/7/19 15:28:9,798; -2012/7/19 15:28:19,798; -2012/7/19 15:28:29,798; -2012/7/19 15:28:39,798; -2012/7/19 15:28:49,798; -2012/7/19 15:28:59,798; -2012/7/19 15:29:9,798; -2012/7/19 15:29:19,798; -2012/7/19 15:29:29,799; -2012/7/19 15:29:39,798; -2012/7/19 15:29:49,799; -2012/7/19 15:29:59,798; -2012/7/19 15:30:9,799; -2012/7/19 15:30:19,798; -2012/7/19 15:30:29,799; -2012/7/19 15:30:39,798; -2012/7/19 15:30:49,799; -2012/7/19 15:30:59,798; -2012/7/19 15:31:9,799; -2012/7/19 15:31:19,798; -2012/7/19 15:31:29,799; -2012/7/19 15:31:39,798; -2012/7/19 15:31:49,799; -2012/7/19 15:31:59,798; -2012/7/19 15:32:9,798; -2012/7/19 15:32:19,798; -2012/7/19 15:32:29,798; -2012/7/19 15:32:39,798; -2012/7/19 15:32:49,798; -2012/7/19 15:32:59,798; -2012/7/19 15:33:9,798; -2012/7/19 15:33:19,799; -2012/7/19 15:33:29,798; -2012/7/19 15:33:39,799; -2012/7/19 15:33:49,798; -2012/7/19 15:33:59,799; -2012/7/19 15:34:9,798; -2012/7/19 15:34:19,799; -2012/7/19 15:34:29,798; -2012/7/19 15:34:39,798; -2012/7/19 15:34:49,798; -2012/7/19 15:34:59,798; -2012/7/19 15:35:9,798; -2012/7/19 15:35:19,798; -2012/7/19 15:35:29,798; -2012/7/19 15:35:39,798; -2012/7/19 15:35:49,798; -2012/7/19 15:35:59,798; -2012/7/19 15:36:9,799; -2012/7/19 15:36:19,798; -2012/7/19 15:36:29,798; -2012/7/19 15:36:39,798; -2012/7/19 15:36:49,798; -2012/7/19 15:36:59,798; -2012/7/19 15:37:9,799; -2012/7/19 15:37:19,798; -2012/7/19 15:37:29,799; -2012/7/19 15:37:39,798; -2012/7/19 15:37:49,799; -2012/7/19 15:37:59,798; -2012/7/19 15:38:9,798; -2012/7/19 15:38:19,798; -2012/7/19 15:38:29,798; -2012/7/19 15:38:39,798; -2012/7/19 15:38:49,798; -2012/7/19 15:38:59,798; -2012/7/19 15:39:9,798; -2012/7/19 15:39:19,798; -2012/7/19 15:39:29,798; -2012/7/19 15:39:39,799; -2012/7/19 15:39:49,798; -2012/7/19 15:39:59,799; -2012/7/19 15:40:9,798; -2012/7/19 15:40:19,799; -2012/7/19 15:40:29,798; -2012/7/19 15:40:39,799; -2012/7/19 15:40:49,798; -2012/7/19 15:40:59,799; -2012/7/19 15:41:9,798; -2012/7/19 15:41:19,799; -2012/7/19 15:41:29,798; -2012/7/19 15:41:39,798; -2012/7/19 15:41:49,798; -2012/7/19 15:41:59,798; -2012/7/19 15:42:9,798; -2012/7/19 15:42:19,798; -2012/7/19 15:42:29,798; -2012/7/19 15:42:39,798; -2012/7/19 15:42:49,798; -2012/7/19 15:42:59,798; -2012/7/19 15:43:9,799; -2012/7/19 15:43:19,798; -2012/7/19 15:43:29,799; -2012/7/19 15:43:39,798; -2012/7/19 15:43:49,799; -2012/7/19 15:43:59,798; -2012/7/19 15:44:9,799; -2012/7/19 15:44:19,798; -2012/7/19 15:44:29,799; -2012/7/19 15:44:39,798; -2012/7/19 15:44:49,798; -2012/7/19 15:44:59,798; -2012/7/19 15:45:9,798; -2012/7/19 15:45:19,798; -2012/7/19 15:45:29,798; -2012/7/19 15:45:39,798; -2012/7/19 15:45:49,798; -2012/7/19 15:45:59,799; -2012/7/19 15:46:9,798; -2012/7/19 15:46:19,799; -2012/7/19 15:46:29,798; -2012/7/19 15:46:39,798; -2012/7/19 15:46:49,798; -2012/7/19 15:46:59,798; -2012/7/19 15:47:9,798; -2012/7/19 15:47:19,798; -2012/7/19 15:47:29,798; -2012/7/19 15:47:39,798; -2012/7/19 15:47:49,799; -2012/7/19 15:47:59,798; -2012/7/19 15:48:9,799; -2012/7/19 15:48:19,798; -2012/7/19 15:48:29,799; -2012/7/19 15:48:39,798; -2012/7/19 15:48:49,798; -2012/7/19 15:48:59,798; -2012/7/19 15:49:9,798; -2012/7/19 15:49:19,798; -2012/7/19 15:49:29,798; -2012/7/19 15:49:39,799; -2012/7/19 15:49:49,798; -2012/7/19 15:49:59,799; -2012/7/19 15:50:9,798; -2012/7/19 15:50:19,799; -2012/7/19 15:50:29,798; -2012/7/19 15:50:39,798; -2012/7/19 15:50:49,798; -2012/7/19 15:50:59,799; -2012/7/19 15:51:9,798; -2012/7/19 15:51:19,798; -2012/7/19 15:51:29,798; -2012/7/19 15:51:39,798; -2012/7/19 15:51:49,798; -2012/7/19 15:51:59,798; -2012/7/19 15:52:9,798; -2012/7/19 15:52:19,798; -2012/7/19 15:52:29,798; -2012/7/19 15:52:39,798; -2012/7/19 15:52:49,798; -2012/7/19 15:52:59,798; -2012/7/19 15:53:9,799; -2012/7/19 15:53:19,798; -2012/7/19 15:53:29,799; -2012/7/19 15:53:39,798; -2012/7/19 15:53:49,799; -2012/7/19 15:53:59,798; -2012/7/19 15:54:9,799; -2012/7/19 15:54:19,798; -2012/7/19 15:54:29,799; -2012/7/19 15:54:39,798; -2012/7/19 15:54:49,799; -2012/7/19 15:54:59,798; -2012/7/19 15:55:9,798; -2012/7/19 15:55:19,798; -2012/7/19 15:55:29,798; -2012/7/19 15:55:39,799; -2012/7/19 15:55:49,798; -2012/7/19 15:55:59,799; -2012/7/19 15:56:9,798; -2012/7/19 15:56:19,799; -2012/7/19 15:56:29,798; -2012/7/19 15:56:39,799; -2012/7/19 15:56:49,798; -2012/7/19 15:56:59,799; -2012/7/19 15:57:9,798; -2012/7/19 15:57:19,799; -2012/7/19 15:57:29,798; -2012/7/19 15:57:39,799; -2012/7/19 15:57:49,798; -2012/7/19 15:57:59,799; -2012/7/19 15:58:9,798; -2012/7/19 15:58:19,798; -2012/7/19 15:58:29,798; -2012/7/19 15:58:39,798; -2012/7/19 15:58:49,798; -2012/7/19 15:58:59,799; -2012/7/19 15:59:9,798; -2012/7/19 15:59:19,798; -2012/7/19 15:59:29,798; -2012/7/19 15:59:39,798; -2012/7/19 15:59:49,798; -2012/7/19 15:59:59,798; -2012/7/19 16:0:9,798; -2012/7/19 16:0:19,799; -2012/7/19 16:0:29,798; -2012/7/19 16:0:39,799; -2012/7/19 16:0:49,798; -2012/7/19 16:0:59,799; -2012/7/19 16:1:9,798; -2012/7/19 16:1:19,799; -2012/7/19 16:1:29,798; -2012/7/19 16:1:39,798; -2012/7/19 16:1:49,798; -2012/7/19 16:1:59,799; -2012/7/19 16:2:9,798; -2012/7/19 16:2:19,798; -2012/7/19 16:2:29,798; -2012/7/19 16:2:39,798; -2012/7/19 16:2:49,798; -2012/7/19 16:2:59,798; -2012/7/19 16:3:9,799; -2012/7/19 16:3:19,798; -2012/7/19 16:3:29,799; -2012/7/19 16:3:39,798; -2012/7/19 16:3:49,799; -2012/7/19 16:3:59,798; -2012/7/19 16:4:9,798; -2012/7/19 16:4:19,798; -2012/7/19 16:4:29,798; -2012/7/19 16:4:39,798; -2012/7/19 16:4:49,798; -2012/7/19 16:4:59,798; -2012/7/19 16:5:9,798; -2012/7/19 16:5:19,798; -2012/7/19 16:5:29,798; -2012/7/19 16:5:39,798; -2012/7/19 16:5:49,798; -2012/7/19 16:5:59,799; -2012/7/19 16:6:9,798; -2012/7/19 16:6:19,799; -2012/7/19 16:6:29,798; -2012/7/19 16:6:39,799; -2012/7/19 16:6:49,798; -2012/7/19 16:6:59,798; -2012/7/19 16:7:9,798; -2012/7/19 16:7:19,798; -2012/7/19 16:7:29,798; -2012/7/19 16:7:39,798; -2012/7/19 16:7:49,798; -2012/7/19 16:7:59,798; -2012/7/19 16:8:9,798; -2012/7/19 16:8:19,798; -2012/7/19 16:8:29,799; -2012/7/19 16:8:39,798; -2012/7/19 16:8:49,799; -2012/7/19 16:8:59,798; -2012/7/19 16:9:9,799; -2012/7/19 16:9:19,798; -2012/7/19 16:9:29,799; -2012/7/19 16:9:39,798; -2012/7/19 16:9:49,799; -2012/7/19 16:9:59,798; -2012/7/19 16:10:9,799; -2012/7/19 16:10:19,798; -2012/7/19 16:10:29,798; -2012/7/19 16:10:39,798; -2012/7/19 16:10:49,798; -2012/7/19 16:10:59,798; -2012/7/19 16:11:9,798; -2012/7/19 16:11:19,799; -2012/7/19 16:11:29,798; -2012/7/19 16:11:39,799; -2012/7/19 16:11:49,798; -2012/7/19 16:11:59,799; -2012/7/19 16:12:9,798; -2012/7/19 16:12:19,799; -2012/7/19 16:12:29,798; -2012/7/19 16:12:39,799; -2012/7/19 16:12:49,798; -2012/7/19 16:12:59,799; -2012/7/19 16:13:9,798; -2012/7/19 16:13:19,799; -2012/7/19 16:13:29,798; -2012/7/19 16:13:39,799; -2012/7/19 16:13:49,798; -2012/7/19 16:13:59,798; -2012/7/19 16:14:9,798; -2012/7/19 16:14:19,798; -2012/7/19 16:14:29,799; -2012/7/19 16:14:39,798; -2012/7/19 16:14:49,798; -2012/7/19 16:14:59,798; -2012/7/19 16:15:9,798; -2012/7/19 16:15:19,798; -2012/7/19 16:15:29,799; -2012/7/19 16:15:39,798; -2012/7/19 16:15:49,799; -2012/7/19 16:15:59,798; -2012/7/19 16:16:9,799; -2012/7/19 16:16:19,798; -2012/7/19 16:16:29,799; -2012/7/19 16:16:39,798; -2012/7/19 16:16:49,798; -2012/7/19 16:16:59,798; -2012/7/19 16:17:9,798; -2012/7/19 16:17:19,798; -2012/7/19 16:17:29,799; -2012/7/19 16:17:39,798; -2012/7/19 16:17:49,799; -2012/7/19 16:17:59,798; -2012/7/19 16:18:9,798; -2012/7/19 16:18:19,798; -2012/7/19 16:18:29,798; -2012/7/19 16:18:39,798; -2012/7/19 16:18:49,798; -2012/7/19 16:18:59,799; -2012/7/19 16:19:9,798; -2012/7/19 16:19:19,799; -2012/7/19 16:19:29,798; -2012/7/19 16:19:39,799; -2012/7/19 16:19:49,798; -2012/7/19 16:19:59,798; -2012/7/19 16:20:9,798; -2012/7/19 16:20:19,799; -2012/7/19 16:20:29,798; -2012/7/19 16:20:39,799; -2012/7/19 16:20:49,798; -2012/7/19 16:20:59,799; -2012/7/19 16:21:9,798; -2012/7/19 16:21:19,799; -2012/7/19 16:21:29,798; -2012/7/19 16:21:39,799; -2012/7/19 16:21:49,798; -2012/7/19 16:21:59,798; -2012/7/19 16:22:9,798; -2012/7/19 16:22:19,798; -2012/7/19 16:22:29,798; -2012/7/19 16:22:39,798; -2012/7/19 16:22:49,798; -2012/7/19 16:22:59,799; -2012/7/19 16:23:9,798; -2012/7/19 16:23:19,799; -2012/7/19 16:23:29,798; -2012/7/19 16:23:39,799; -2012/7/19 16:23:49,798; -2012/7/19 16:23:59,798; -2012/7/19 16:24:9,798; -2012/7/19 16:24:19,798; -2012/7/19 16:24:29,799; -2012/7/19 16:24:39,798; -2012/7/19 16:24:49,799; -2012/7/19 16:24:59,798; -2012/7/19 16:25:9,799; -2012/7/19 16:25:19,798; -2012/7/19 16:25:29,799; -2012/7/19 16:25:39,798; -2012/7/19 16:25:49,798; -2012/7/19 16:25:59,798; -2012/7/19 16:26:9,798; -2012/7/19 16:26:19,798; -2012/7/19 16:26:29,798; -2012/7/19 16:26:39,798; -2012/7/19 16:26:49,798; -2012/7/19 16:26:59,798; -2012/7/19 16:27:9,798; -2012/7/19 16:27:19,798; -2012/7/19 16:27:29,798; -2012/7/19 16:27:39,799; -2012/7/19 16:27:49,798; -2012/7/19 16:27:59,799; -2012/7/19 16:28:9,798; -2012/7/19 16:28:19,799; -2012/7/19 16:28:29,798; -2012/7/19 16:28:39,799; -2012/7/19 16:28:49,798; -2012/7/19 16:28:59,799; -2012/7/19 16:29:9,798; -2012/7/19 16:29:19,799; -2012/7/19 16:29:29,798; -2012/7/19 16:29:39,799; -2012/7/19 16:29:49,798; -2012/7/19 16:29:59,799; -2012/7/19 16:30:9,798; -2012/7/19 16:30:19,798; -2012/7/19 16:30:29,798; -2012/7/19 16:30:39,798; -2012/7/19 16:30:49,798; -2012/7/19 16:30:59,798; -2012/7/19 16:31:9,799; -2012/7/19 16:31:19,798; -2012/7/19 16:31:29,799; -2012/7/19 16:31:39,798; -2012/7/19 16:31:49,799; -2012/7/19 16:31:59,798; -2012/7/19 16:32:9,799; -2012/7/19 16:32:19,798; -2012/7/19 16:32:29,799; -2012/7/19 16:32:39,798; -2012/7/19 16:32:49,799; -2012/7/19 16:32:59,798; -2012/7/19 16:33:9,799; -2012/7/19 16:33:19,798; -2012/7/19 16:33:29,798; -2012/7/19 16:33:39,798; -2012/7/19 16:33:49,798; -2012/7/19 16:33:59,798; -2012/7/19 16:34:9,798; -2012/7/19 16:34:19,798; -2012/7/19 16:34:29,798; -2012/7/19 16:34:39,798; -2012/7/19 16:34:49,798; -2012/7/19 16:34:59,799; -2012/7/19 16:35:9,798; -2012/7/19 16:35:19,799; -2012/7/19 16:35:29,798; -2012/7/19 16:35:39,799; -2012/7/19 16:35:49,798; -2012/7/19 16:35:59,798; -2012/7/19 16:36:9,798; -2012/7/19 16:36:19,798; -2012/7/19 16:36:29,798; -2012/7/19 16:36:39,799; -2012/7/19 16:36:49,798; -2012/7/19 16:36:59,799; -2012/7/19 16:37:9,798; -2012/7/19 16:37:19,799; -2012/7/19 16:37:29,798; -2012/7/19 16:37:39,799; -2012/7/19 16:37:49,798; -2012/7/19 16:37:59,799; -2012/7/19 16:38:9,798; -2012/7/19 16:38:19,799; -2012/7/19 16:38:29,798; -2012/7/19 16:38:39,799; -2012/7/19 16:38:49,798; -2012/7/19 16:38:59,799; -2012/7/19 16:39:9,798; -2012/7/19 16:39:19,799; -2012/7/19 16:39:29,798; -2012/7/19 16:39:39,799; -2012/7/19 16:39:49,798; -2012/7/19 16:39:59,798; -2012/7/19 16:40:9,798; -2012/7/19 16:40:19,798; -2012/7/19 16:40:29,799; -2012/7/19 16:40:39,798; -2012/7/19 16:40:49,799; -2012/7/19 16:40:59,798; -2012/7/19 16:41:9,799; -2012/7/19 16:41:19,798; -2012/7/19 16:41:29,799; -2012/7/19 16:41:39,798; -2012/7/19 16:41:49,799; -2012/7/19 16:41:59,798; -2012/7/19 16:42:9,799; -2012/7/19 16:42:19,798; -2012/7/19 16:42:29,799; -2012/7/19 16:42:39,798; -2012/7/19 16:42:49,799; -2012/7/19 16:42:59,798; -2012/7/19 16:43:9,798; -2012/7/19 16:43:19,798; -2012/7/19 16:43:29,798; -2012/7/19 16:43:39,799; -2012/7/19 16:43:49,798; -2012/7/19 16:43:59,799; -2012/7/19 16:44:9,798; -2012/7/19 16:44:19,799; -2012/7/19 16:44:29,798; -2012/7/19 16:44:39,799; -2012/7/19 16:44:49,798; -2012/7/19 16:44:59,799; -2012/7/19 16:45:9,798; -2012/7/19 16:45:19,799; -2012/7/19 16:45:29,798; -2012/7/19 16:45:39,798; -2012/7/19 16:45:49,798; -2012/7/19 16:45:59,798; -2012/7/19 16:46:9,798; -2012/7/19 16:46:19,798; -2012/7/19 16:46:29,798; -2012/7/19 16:46:39,798; -2012/7/19 16:46:49,798; -2012/7/19 16:46:59,798; -2012/7/19 16:47:9,798; -2012/7/19 16:47:19,798; -2012/7/19 16:47:29,798; -2012/7/19 16:47:39,798; -2012/7/19 16:47:49,798; -2012/7/19 16:47:59,798; -2012/7/19 16:48:9,799; -2012/7/19 16:48:19,798; -2012/7/19 16:48:29,799; -2012/7/19 16:48:39,798; -2012/7/19 16:48:49,799; -2012/7/19 16:48:59,798; -2012/7/19 16:49:9,799; -2012/7/19 16:49:19,798; -2012/7/19 16:49:29,799; -2012/7/19 16:49:39,798; -2012/7/19 16:49:49,799; -2012/7/19 16:49:59,798; -2012/7/19 16:50:9,798; -2012/7/19 16:50:19,798; -2012/7/19 16:50:29,798; -2012/7/19 16:50:39,798; -2012/7/19 16:50:49,798; -2012/7/19 16:50:59,798; -2012/7/19 16:51:9,798; -2012/7/19 16:51:19,799; -2012/7/19 16:51:29,798; -2012/7/19 16:51:39,799; -2012/7/19 16:51:49,798; -2012/7/19 16:51:59,799; -2012/7/19 16:52:9,798; -2012/7/19 16:52:19,799; -2012/7/19 16:52:29,798; -2012/7/19 16:52:39,799; -2012/7/19 16:52:49,798; -2012/7/19 16:52:59,799; -2012/7/19 16:53:9,798; -2012/7/19 16:53:19,799; -2012/7/19 16:53:29,798; -2012/7/19 16:53:39,799; -2012/7/19 16:53:49,798; -2012/7/19 16:53:59,799; -2012/7/19 16:54:9,798; -2012/7/19 16:54:19,799; -2012/7/19 16:54:29,798; -2012/7/19 16:54:39,798; -2012/7/19 16:54:49,798; -2012/7/19 16:54:59,798; -2012/7/19 16:55:9,798; -2012/7/19 16:55:19,798; -2012/7/19 16:55:29,798; -2012/7/19 16:55:39,798; -2012/7/19 16:55:49,798; -2012/7/19 16:55:59,798; -2012/7/19 16:56:9,798; -2012/7/19 16:56:19,798; -2012/7/19 16:56:29,798; -2012/7/19 16:56:39,798; -2012/7/19 16:56:49,799; -2012/7/19 16:56:59,798; -2012/7/19 16:57:9,799; -2012/7/19 16:57:19,798; -2012/7/19 16:57:29,799; -2012/7/19 16:57:39,798; -2012/7/19 16:57:49,799; -2012/7/19 16:57:59,798; -2012/7/19 16:58:9,799; -2012/7/19 16:58:19,798; -2012/7/19 16:58:29,799; -2012/7/19 16:58:39,798; -2012/7/19 16:58:49,799; -2012/7/19 16:58:59,798; -2012/7/19 16:59:9,799; -2012/7/19 16:59:19,798; -2012/7/19 16:59:29,798; -2012/7/19 16:59:39,798; -2012/7/19 16:59:49,798; -2012/7/19 16:59:59,798; -2012/7/19 17:0:9,798; -2012/7/19 17:0:19,798; -2012/7/19 17:0:29,798; -2012/7/19 17:0:39,798; -2012/7/19 17:0:49,798; -2012/7/19 17:0:59,798; -2012/7/19 17:1:9,798; -2012/7/19 17:1:19,798; -2012/7/19 17:1:29,798; -2012/7/19 17:1:39,798; -2012/7/19 17:1:49,798; -2012/7/19 17:1:59,798; -2012/7/19 17:2:9,798; -2012/7/19 17:2:19,798; -2012/7/19 17:2:29,798; -2012/7/19 17:2:39,798; -2012/7/19 17:2:49,798; -2012/7/19 17:2:59,799; -2012/7/19 17:3:9,798; -2012/7/19 17:3:19,799; -2012/7/19 17:3:29,798; -2012/7/19 17:3:39,799; -2012/7/19 17:3:49,798; -2012/7/19 17:3:59,799; -2012/7/19 17:4:9,798; -2012/7/19 17:4:19,799; -2012/7/19 17:4:29,798; -2012/7/19 17:4:39,799; -2012/7/19 17:4:49,798; -2012/7/19 17:4:59,799; -2012/7/19 17:5:9,798; -2012/7/19 17:5:19,799; -2012/7/19 17:5:29,798; -2012/7/19 17:5:39,798; -2012/7/19 17:5:49,798; -2012/7/19 17:5:59,798; -2012/7/19 17:6:9,798; -2012/7/19 17:6:19,798; -2012/7/19 17:6:29,799; -2012/7/19 17:6:39,798; -2012/7/19 17:6:49,799; -2012/7/19 17:6:59,798; -2012/7/19 17:7:9,799; -2012/7/19 17:7:19,798; -2012/7/19 17:7:29,799; -2012/7/19 17:7:39,798; -2012/7/19 17:7:49,799; -2012/7/19 17:7:59,798; -2012/7/19 17:8:9,798; -2012/7/19 17:8:19,798; -2012/7/19 17:8:29,798; -2012/7/19 17:8:39,798; -2012/7/19 17:8:49,798; -2012/7/19 17:8:59,798; -2012/7/19 17:9:9,798; -2012/7/19 17:9:19,798; -2012/7/19 17:9:29,798; -2012/7/19 17:9:39,798; -2012/7/19 17:9:49,798; -2012/7/19 17:9:59,798; -2012/7/19 17:10:9,798; -2012/7/19 17:10:19,799; -2012/7/19 17:10:29,798; -2012/7/19 17:10:39,798; -2012/7/19 17:10:49,798; -2012/7/19 17:10:59,798; -2012/7/19 17:11:9,798; -2012/7/19 17:11:19,799; -2012/7/19 17:11:29,798; -2012/7/19 17:11:39,799; -2012/7/19 17:11:49,798; -2012/7/19 17:11:59,799; -2012/7/19 17:12:9,798; -2012/7/19 17:12:19,799; -2012/7/19 17:12:29,798; -2012/7/19 17:12:39,799; -2012/7/19 17:12:49,798; -2012/7/19 17:12:59,799; -2012/7/19 17:13:9,798; -2012/7/19 17:13:19,799; -2012/7/19 17:13:29,798; -2012/7/19 17:13:39,798; -2012/7/19 17:13:49,798; -2012/7/19 17:13:59,798; -2012/7/19 17:14:9,798; -2012/7/19 17:14:19,798; -2012/7/19 17:14:29,798; -2012/7/19 17:14:39,798; -2012/7/19 17:14:49,798; -2012/7/19 17:14:59,798; -2012/7/19 17:15:9,798; -2012/7/19 17:15:19,798; -2012/7/19 17:15:29,798; -2012/7/19 17:15:39,798; -2012/7/19 17:15:49,799; -2012/7/19 17:15:59,798; -2012/7/19 17:16:9,799; -2012/7/19 17:16:19,798; -2012/7/19 17:16:29,799; -2012/7/19 17:16:39,798; -2012/7/19 17:16:49,799; -2012/7/19 17:16:59,798; -2012/7/19 17:17:9,798; -2012/7/19 17:17:19,798; -2012/7/19 17:17:29,799; -2012/7/19 17:17:39,798; -2012/7/19 17:17:49,798; -2012/7/19 17:17:59,798; -2012/7/19 17:18:9,798; -2012/7/19 17:18:19,798; -2012/7/19 17:18:29,799; -2012/7/19 17:18:39,798; -2012/7/19 17:18:49,798; -2012/7/19 17:18:59,798; -2012/7/19 17:19:9,799; -2012/7/19 17:19:19,798; -2012/7/19 17:19:29,798; -2012/7/19 17:19:39,798; -2012/7/19 17:19:49,798; -2012/7/19 17:19:59,798; -2012/7/19 17:20:9,798; -2012/7/19 17:20:19,798; -2012/7/19 17:20:29,798; -2012/7/19 17:20:39,798; -2012/7/19 17:20:49,798; -2012/7/19 17:20:59,798; -2012/7/19 17:21:9,798; -2012/7/19 17:21:19,799; -2012/7/19 17:21:29,798; -2012/7/19 17:21:39,799; -2012/7/19 17:21:49,798; -2012/7/19 17:21:59,799; -2012/7/19 17:22:9,798; -2012/7/19 17:22:19,799; -2012/7/19 17:22:29,798; -2012/7/19 17:22:39,798; -2012/7/19 17:22:49,798; -2012/7/19 17:22:59,798; -2012/7/19 17:23:9,798; -2012/7/19 17:23:19,798; -2012/7/19 17:23:29,798; -2012/7/19 17:23:39,798; -2012/7/19 17:23:49,798; -2012/7/19 17:23:59,798; -2012/7/19 17:24:9,798; -2012/7/19 17:24:19,798; -2012/7/19 17:24:29,798; -2012/7/19 17:24:39,798; -2012/7/19 17:24:49,799; -2012/7/19 17:24:59,798; -2012/7/19 17:25:9,799; -2012/7/19 17:25:19,798; -2012/7/19 17:25:29,799; -2012/7/19 17:25:39,798; -2012/7/19 17:25:49,799; -2012/7/19 17:25:59,798; -2012/7/19 17:26:9,799; -2012/7/19 17:26:19,798; -2012/7/19 17:26:29,799; -2012/7/19 17:26:39,798; -2012/7/19 17:26:49,798; -2012/7/19 17:26:59,798; -2012/7/19 17:27:9,798; -2012/7/19 17:27:19,798; -2012/7/19 17:27:29,798; -2012/7/19 17:27:39,798; -2012/7/19 17:27:49,798; -2012/7/19 17:27:59,798; -2012/7/19 17:28:9,798; -2012/7/19 17:28:19,799; -2012/7/19 17:28:29,798; -2012/7/19 17:28:39,799; -2012/7/19 17:28:49,798; -2012/7/19 17:28:59,799; -2012/7/19 17:29:9,798; -2012/7/19 17:29:19,799; -2012/7/19 17:29:29,798; -2012/7/19 17:29:39,799; -2012/7/19 17:29:49,798; -2012/7/19 17:29:59,799; -2012/7/19 17:30:9,798; -2012/7/19 17:30:19,798; -2012/7/19 17:30:29,798; -2012/7/19 17:30:39,798; -2012/7/19 17:30:49,798; -2012/7/19 17:30:59,798; -2012/7/19 17:31:9,798; -2012/7/19 17:31:19,798; -2012/7/19 17:31:29,799; -2012/7/19 17:31:39,798; -2012/7/19 17:31:49,799; -2012/7/19 17:31:59,798; -2012/7/19 17:32:9,799; -2012/7/19 17:32:19,798; -2012/7/19 17:32:29,799; -2012/7/19 17:32:39,798; -2012/7/19 17:32:49,798; -2012/7/19 17:32:59,798; -2012/7/19 17:33:9,798; -2012/7/19 17:33:19,798; -2012/7/19 17:33:29,798; -2012/7/19 17:33:39,798; -2012/7/19 17:33:49,798; -2012/7/19 17:33:59,798; -2012/7/19 17:34:9,798; -2012/7/19 17:34:19,799; -2012/7/19 17:34:29,798; -2012/7/19 17:34:39,799; -2012/7/19 17:34:49,798; -2012/7/19 17:34:59,799; -2012/7/19 17:35:9,798; -2012/7/19 17:35:19,799; -2012/7/19 17:35:29,798; -2012/7/19 17:35:39,799; -2012/7/19 17:35:49,798; -2012/7/19 17:35:59,798; -2012/7/19 17:36:9,798; -2012/7/19 17:36:19,798; -2012/7/19 17:36:29,798; -2012/7/19 17:36:39,799; -2012/7/19 17:36:49,798; -2012/7/19 17:36:59,799; -2012/7/19 17:37:9,798; -2012/7/19 17:37:19,799; -2012/7/19 17:37:29,798; -2012/7/19 17:37:39,799; -2012/7/19 17:37:49,798; -2012/7/19 17:37:59,799; -2012/7/19 17:38:9,798; -2012/7/19 17:38:19,799; -2012/7/19 17:38:29,798; -2012/7/19 17:38:39,798; -2012/7/19 17:38:49,798; -2012/7/19 17:38:59,798; -2012/7/19 17:39:9,799; -2012/7/19 17:39:19,798; -2012/7/19 17:39:29,799; -2012/7/19 17:39:39,798; -2012/7/19 17:39:49,799; -2012/7/19 17:39:59,798; -2012/7/19 17:40:9,799; -2012/7/19 17:40:19,798; -2012/7/19 17:40:29,799; -2012/7/19 17:40:39,798; -2012/7/19 17:40:49,799; -2012/7/19 17:40:59,798; -2012/7/19 17:41:9,799; -2012/7/19 17:41:19,798; -2012/7/19 17:41:29,799; -2012/7/19 17:41:39,798; -2012/7/19 17:41:49,798; -2012/7/19 17:41:59,798; -2012/7/19 17:42:9,798; -2012/7/19 17:42:19,799; -2012/7/19 17:42:29,798; -2012/7/19 17:42:39,799; -2012/7/19 17:42:49,798; -2012/7/19 17:42:59,799; -2012/7/19 17:43:9,798; -2012/7/19 17:43:19,798; -2012/7/19 17:43:29,798; -2012/7/19 17:43:39,798; -2012/7/19 17:43:49,798; -2012/7/19 17:43:59,798; -2012/7/19 17:44:9,798; -2012/7/19 17:44:19,798; -2012/7/19 17:44:29,798; -2012/7/19 17:44:39,798; -2012/7/19 17:44:49,798; -2012/7/19 17:44:59,798; -2012/7/19 17:45:9,799; -2012/7/19 17:45:19,798; -2012/7/19 17:45:29,799; -2012/7/19 17:45:39,798; -2012/7/19 17:45:49,799; -2012/7/19 17:45:59,798; -2012/7/19 17:46:9,799; -2012/7/19 17:46:19,798; -2012/7/19 17:46:29,799; -2012/7/19 17:46:39,798; -2012/7/19 17:46:49,799; -2012/7/19 17:46:59,798; -2012/7/19 17:47:9,799; -2012/7/19 17:47:19,798; -2012/7/19 17:47:29,798; -2012/7/19 17:47:39,798; -2012/7/19 17:47:49,799; -2012/7/19 17:47:59,798; -2012/7/19 17:48:9,799; -2012/7/19 17:48:19,798; -2012/7/19 17:48:29,798; -2012/7/19 17:48:39,798; -2012/7/19 17:48:49,798; -2012/7/19 17:48:59,798; -2012/7/19 17:49:9,798; -2012/7/19 17:49:19,798; -2012/7/19 17:49:29,798; -2012/7/19 17:49:39,798; -2012/7/19 17:49:49,798; -2012/7/19 17:49:59,798; -2012/7/19 17:50:9,798; -2012/7/19 17:50:19,799; -2012/7/19 17:50:29,798; -2012/7/19 17:50:39,799; -2012/7/19 17:50:49,798; -2012/7/19 17:50:59,799; -2012/7/19 17:51:9,798; -2012/7/19 17:51:19,799; -2012/7/19 17:51:29,798; -2012/7/19 17:51:39,799; -2012/7/19 17:51:49,798; -2012/7/19 17:51:59,799; -2012/7/19 17:52:9,798; -2012/7/19 17:52:19,798; -2012/7/19 17:52:29,798; -2012/7/19 17:52:39,798; -2012/7/19 17:52:49,798; -2012/7/19 17:52:59,798; -2012/7/19 17:53:9,798; -2012/7/19 17:53:19,798; -2012/7/19 17:53:29,798; -2012/7/19 17:53:39,798; -2012/7/19 17:53:49,799; -2012/7/19 17:53:59,798; -2012/7/19 17:54:9,799; -2012/7/19 17:54:19,798; -2012/7/19 17:54:29,799; -2012/7/19 17:54:39,798; -2012/7/19 17:54:49,799; -2012/7/19 17:54:59,798; -2012/7/19 17:55:9,799; -2012/7/19 17:55:19,798; -2012/7/19 17:55:29,798; -2012/7/19 17:55:39,798; -2012/7/19 17:55:49,798; -2012/7/19 17:55:59,798; -2012/7/19 17:56:9,798; -2012/7/19 17:56:19,799; -2012/7/19 17:56:29,798; -2012/7/19 17:56:39,799; -2012/7/19 17:56:49,798; -2012/7/19 17:56:59,799; -2012/7/19 17:57:9,798; -2012/7/19 17:57:19,799; -2012/7/19 17:57:29,798; -2012/7/19 17:57:39,799; -2012/7/19 17:57:49,798; -2012/7/19 17:57:59,799; -2012/7/19 17:58:9,798; -2012/7/19 17:58:19,799; -2012/7/19 17:58:29,798; -2012/7/19 17:58:39,799; -2012/7/19 17:58:49,798; -2012/7/19 17:58:59,798; -2012/7/19 17:59:9,798; -2012/7/19 17:59:19,798; -2012/7/19 17:59:29,798; -2012/7/19 17:59:39,798; -2012/7/19 17:59:49,798; -2012/7/19 17:59:59,798; -2012/7/19 18:0:9,798; -2012/7/19 18:0:19,798; -2012/7/19 18:0:29,798; -2012/7/19 18:0:39,798; -2012/7/19 18:0:49,799; -2012/7/19 18:0:59,798; -2012/7/19 18:1:9,799; -2012/7/19 18:1:19,798; -2012/7/19 18:1:29,799; -2012/7/19 18:1:39,798; -2012/7/19 18:1:49,798; -2012/7/19 18:1:59,798; -2012/7/19 18:2:9,798; -2012/7/19 18:2:19,798; -2012/7/19 18:2:29,798; -2012/7/19 18:2:39,798; -2012/7/19 18:2:49,798; -2012/7/19 18:2:59,798; -2012/7/19 18:3:9,798; -2012/7/19 18:3:19,798; -2012/7/19 18:3:29,798; -2012/7/19 18:3:39,799; -2012/7/19 18:3:49,798; -2012/7/19 18:3:59,799; -2012/7/19 18:4:9,798; -2012/7/19 18:4:19,799; -2012/7/19 18:4:29,798; -2012/7/19 18:4:39,798; -2012/7/19 18:4:49,798; -2012/7/19 18:4:59,798; -2012/7/19 18:5:9,798; -2012/7/19 18:5:19,798; -2012/7/19 18:5:29,798; -2012/7/19 18:5:39,798; -2012/7/19 18:5:49,798; -2012/7/19 18:5:59,798; -2012/7/19 18:6:9,798; -2012/7/19 18:6:19,798; -2012/7/19 18:6:29,798; -2012/7/19 18:6:39,798; -2012/7/19 18:6:49,799; -2012/7/19 18:6:59,798; -2012/7/19 18:7:9,799; -2012/7/19 18:7:19,798; -2012/7/19 18:7:29,798; -2012/7/19 18:7:39,798; -2012/7/19 18:7:49,798; -2012/7/19 18:7:59,798; -2012/7/19 18:8:9,798; -2012/7/19 18:8:19,798; -2012/7/19 18:8:29,798; -2012/7/19 18:8:39,798; -2012/7/19 18:8:49,798; -2012/7/19 18:8:59,798; -2012/7/19 18:9:9,798; -2012/7/19 18:9:19,799; -2012/7/19 18:9:29,798; -2012/7/19 18:9:39,799; -2012/7/19 18:9:49,798; -2012/7/19 18:9:59,799; -2012/7/19 18:10:9,798; -2012/7/19 18:10:19,799; -2012/7/19 18:10:29,798; -2012/7/19 18:10:39,799; -2012/7/19 18:10:49,798; -2012/7/19 18:10:59,799; -2012/7/19 18:11:9,798; -2012/7/19 18:11:19,798; -2012/7/19 18:11:29,798; -2012/7/19 18:11:39,798; -2012/7/19 18:11:49,798; -2012/7/19 18:11:59,798; -2012/7/19 18:12:9,798; -2012/7/19 18:12:19,798; -2012/7/19 18:12:29,799; -2012/7/19 18:12:39,798; -2012/7/19 18:12:49,799; -2012/7/19 18:12:59,798; -2012/7/19 18:13:9,799; -2012/7/19 18:13:19,798; -2012/7/19 18:13:29,799; -2012/7/19 18:13:39,798; -2012/7/19 18:13:49,799; -2012/7/19 18:13:59,798; -2012/7/19 18:14:9,798; -2012/7/19 18:14:19,798; -2012/7/19 18:14:29,798; -2012/7/19 18:14:39,799; -2012/7/19 18:14:49,798; -2012/7/19 18:14:59,798; -2012/7/19 18:15:9,798; -2012/7/19 18:15:19,799; -2012/7/19 18:15:29,798; -2012/7/19 18:15:39,799; -2012/7/19 18:15:49,798; -2012/7/19 18:15:59,799; -2012/7/19 18:16:9,798; -2012/7/19 18:16:19,799; -2012/7/19 18:16:29,798; -2012/7/19 18:16:39,798; -2012/7/19 18:16:49,798; -2012/7/19 18:16:59,798; -2012/7/19 18:17:9,798; -2012/7/19 18:17:19,798; -2012/7/19 18:17:29,799; -2012/7/19 18:17:39,798; -2012/7/19 18:17:49,799; -2012/7/19 18:17:59,798; -2012/7/19 18:18:9,799; -2012/7/19 18:18:19,798; -2012/7/19 18:18:29,799; -2012/7/19 18:18:39,798; -2012/7/19 18:18:49,799; -2012/7/19 18:18:59,798; -2012/7/19 18:19:9,799; -2012/7/19 18:19:19,798; -2012/7/19 18:19:29,798; -2012/7/19 18:19:39,798; -2012/7/19 18:19:49,798; -2012/7/19 18:19:59,798; -2012/7/19 18:20:9,798; -2012/7/19 18:20:19,798; -2012/7/19 18:20:29,798; -2012/7/19 18:20:39,799; -2012/7/19 18:20:49,798; -2012/7/19 18:20:59,799; -2012/7/19 18:21:9,798; -2012/7/19 18:21:19,799; -2012/7/19 18:21:29,798; -2012/7/19 18:21:39,799; -2012/7/19 18:21:49,798; -2012/7/19 18:21:59,799; -2012/7/19 18:22:9,798; -2012/7/19 18:22:19,799; -2012/7/19 18:22:29,798; -2012/7/19 18:22:39,799; -2012/7/19 18:22:49,798; -2012/7/19 18:22:59,799; -2012/7/19 18:23:9,798; -2012/7/19 18:23:19,799; -2012/7/19 18:23:29,798; -2012/7/19 18:23:39,799; -2012/7/19 18:23:49,798; -2012/7/19 18:23:59,799; -2012/7/19 18:24:9,798; -2012/7/19 18:24:19,799; -2012/7/19 18:24:29,798; -2012/7/19 18:24:39,799; -2012/7/19 18:24:49,798; -2012/7/19 18:24:59,799; -2012/7/19 18:25:9,798; -2012/7/19 18:25:19,799; -2012/7/19 18:25:29,798; -2012/7/19 18:25:39,798; -2012/7/19 18:25:49,798; -2012/7/19 18:25:59,798; -2012/7/19 18:26:9,798; -2012/7/19 18:26:19,798; -2012/7/19 18:26:29,798; -2012/7/19 18:26:39,798; -2012/7/19 18:26:49,798; -2012/7/19 18:26:59,799; -2012/7/19 18:27:9,798; -2012/7/19 18:27:19,799; -2012/7/19 18:27:29,798; -2012/7/19 18:27:39,798; -2012/7/19 18:27:49,798; -2012/7/19 18:27:59,798; -2012/7/19 18:28:9,798; -2012/7/19 18:28:19,798; -2012/7/19 18:28:29,799; -2012/7/19 18:28:39,798; -2012/7/19 18:28:49,799; -2012/7/19 18:28:59,798; -2012/7/19 18:29:9,799; -2012/7/19 18:29:19,798; -2012/7/19 18:29:29,799; -2012/7/19 18:29:39,798; -2012/7/19 18:29:49,799; -2012/7/19 18:29:59,798; -2012/7/19 18:30:9,799; -2012/7/19 18:30:19,798; -2012/7/19 18:30:29,799; -2012/7/19 18:30:39,798; -2012/7/19 18:30:49,799; -2012/7/19 18:30:59,798; -2012/7/19 18:31:9,799; -2012/7/19 18:31:19,798; -2012/7/19 18:31:29,798; -2012/7/19 18:31:39,798; -2012/7/19 18:31:49,798; -2012/7/19 18:31:59,799; -2012/7/19 18:32:9,798; -2012/7/19 18:32:19,798; -2012/7/19 18:32:29,798; -2012/7/19 18:32:39,799; -2012/7/19 18:32:49,798; -2012/7/19 18:32:59,799; -2012/7/19 18:33:9,798; -2012/7/19 18:33:19,799; -2012/7/19 18:33:29,798; -2012/7/19 18:33:39,799; -2012/7/19 18:33:49,798; -2012/7/19 18:33:59,799; -2012/7/19 18:34:9,798; -2012/7/19 18:34:19,799; -2012/7/19 18:34:29,798; -2012/7/19 18:34:39,799; -2012/7/19 18:34:49,798; -2012/7/19 18:34:59,799; -2012/7/19 18:35:9,798; -2012/7/19 18:35:19,799; -2012/7/19 18:35:29,798; -2012/7/19 18:35:39,799; -2012/7/19 18:35:49,798; -2012/7/19 18:35:59,799; -2012/7/19 18:36:9,798; -2012/7/19 18:36:19,799; -2012/7/19 18:36:29,798; -2012/7/19 18:36:39,799; -2012/7/19 18:36:49,798; -2012/7/19 18:36:59,799; -2012/7/19 18:37:9,798; -2012/7/19 18:37:19,798; -2012/7/19 18:37:29,798; -2012/7/19 18:37:39,798; -2012/7/19 18:37:49,798; -2012/7/19 18:37:59,798; -2012/7/19 18:38:9,798; -2012/7/19 18:38:19,798; -2012/7/19 18:38:29,798; -2012/7/19 18:38:39,798; -2012/7/19 18:38:49,799; -2012/7/19 18:38:59,798; -2012/7/19 18:39:9,799; -2012/7/19 18:39:19,798; -2012/7/19 18:39:29,799; -2012/7/19 18:39:39,798; -2012/7/19 18:39:49,799; -2012/7/19 18:39:59,798; -2012/7/19 18:40:9,799; -2012/7/19 18:40:19,798; -2012/7/19 18:40:29,798; -2012/7/19 18:40:39,798; -2012/7/19 18:40:49,798; -2012/7/19 18:40:59,798; -2012/7/19 18:41:9,798; -2012/7/19 18:41:19,798; -2012/7/19 18:41:29,798; -2012/7/19 18:41:39,798; -2012/7/19 18:41:49,798; -2012/7/19 18:41:59,798; -2012/7/19 18:42:9,798; -2012/7/19 18:42:19,798; -2012/7/19 18:42:29,798; -2012/7/19 18:42:39,799; -2012/7/19 18:42:49,798; -2012/7/19 18:42:59,799; -2012/7/19 18:43:9,798; -2012/7/19 18:43:19,799; -2012/7/19 18:43:29,798; -2012/7/19 18:43:39,799; -2012/7/19 18:43:49,798; -2012/7/19 18:43:59,799; -2012/7/19 18:44:9,798; -2012/7/19 18:44:19,798; -2012/7/19 18:44:29,798; -2012/7/19 18:44:39,798; -2012/7/19 18:44:49,798; -2012/7/19 18:44:59,798; -2012/7/19 18:45:9,798; -2012/7/19 18:45:19,798; -2012/7/19 18:45:29,798; -2012/7/19 18:45:39,798; -2012/7/19 18:45:49,798; -2012/7/19 18:45:59,799; -2012/7/19 18:46:9,798; -2012/7/19 18:46:19,799; -2012/7/19 18:46:29,798; -2012/7/19 18:46:39,799; -2012/7/19 18:46:49,798; -2012/7/19 18:46:59,799; -2012/7/19 18:47:9,798; -2012/7/19 18:47:19,799; -2012/7/19 18:47:29,798; -2012/7/19 18:47:39,799; -2012/7/19 18:47:49,798; -2012/7/19 18:47:59,799; -2012/7/19 18:48:9,798; -2012/7/19 18:48:19,799; -2012/7/19 18:48:29,798; -2012/7/19 18:48:39,799; -2012/7/19 18:48:49,798; -2012/7/19 18:48:59,798; -2012/7/19 18:49:9,798; -2012/7/19 18:49:19,798; -2012/7/19 18:49:29,798; -2012/7/19 18:49:39,798; -2012/7/19 18:49:49,799; -2012/7/19 18:49:59,798; -2012/7/19 18:50:9,799; -2012/7/19 18:50:19,798; -2012/7/19 18:50:29,799; -2012/7/19 18:50:39,798; -2012/7/19 18:50:49,798; -2012/7/19 18:50:59,798; -2012/7/19 18:51:9,799; -2012/7/19 18:51:19,798; -2012/7/19 18:51:29,799; -2012/7/19 18:51:39,798; -2012/7/19 18:51:49,798; -2012/7/19 18:51:59,798; -2012/7/19 18:52:9,798; -2012/7/19 18:52:19,798; -2012/7/19 18:52:29,798; -2012/7/19 18:52:39,798; -2012/7/19 18:52:49,798; -2012/7/19 18:52:59,799; -2012/7/19 18:53:9,798; -2012/7/19 18:53:19,799; -2012/7/19 18:53:29,798; -2012/7/19 18:53:39,799; -2012/7/19 18:53:49,798; -2012/7/19 18:53:59,798; -2012/7/19 18:54:9,798; -2012/7/19 18:54:19,798; -2012/7/19 18:54:29,798; -2012/7/19 18:54:39,798; -2012/7/19 18:54:49,799; -2012/7/19 18:54:59,798; -2012/7/19 18:55:9,799; -2012/7/19 18:55:19,798; -2012/7/19 18:55:29,799; -2012/7/19 18:55:39,798; -2012/7/19 18:55:49,799; -2012/7/19 18:55:59,798; -2012/7/19 18:56:9,798; -2012/7/19 18:56:19,798; -2012/7/19 18:56:29,798; -2012/7/19 18:56:39,798; -2012/7/19 18:56:49,798; -2012/7/19 18:56:59,798; -2012/7/19 18:57:9,798; -2012/7/19 18:57:19,798; -2012/7/19 18:57:29,798; -2012/7/19 18:57:39,798; -2012/7/19 18:57:49,798; -2012/7/19 18:57:59,799; -2012/7/19 18:58:9,798; -2012/7/19 18:58:19,799; -2012/7/19 18:58:29,798; -2012/7/19 18:58:39,799; -2012/7/19 18:58:49,798; -2012/7/19 18:58:59,799; -2012/7/19 18:59:9,798; -2012/7/19 18:59:19,798; -2012/7/19 18:59:29,798; -2012/7/19 18:59:39,798; -2012/7/19 18:59:49,799; -2012/7/19 18:59:59,798; -2012/7/19 19:0:9,799; -2012/7/19 19:0:19,798; -2012/7/19 19:0:29,799; -2012/7/19 19:0:39,798; -2012/7/19 19:0:49,799; -2012/7/19 19:0:59,798; -2012/7/19 19:1:9,799; -2012/7/19 19:1:19,798; -2012/7/19 19:1:29,799; -2012/7/19 19:1:39,798; -2012/7/19 19:1:49,798; -2012/7/19 19:1:59,798; -2012/7/19 19:2:9,798; -2012/7/19 19:2:19,798; -2012/7/19 19:2:29,798; -2012/7/19 19:2:39,798; -2012/7/19 19:2:49,798; -2012/7/19 19:2:59,798; -2012/7/19 19:3:9,798; -2012/7/19 19:3:19,799; -2012/7/19 19:3:29,798; -2012/7/19 19:3:39,798; -2012/7/19 19:3:49,798; -2012/7/19 19:3:59,798; -2012/7/19 19:4:9,798; -2012/7/19 19:4:19,798; -2012/7/19 19:4:29,798; -2012/7/19 19:4:39,798; -2012/7/19 19:4:49,798; -2012/7/19 19:4:59,799; -2012/7/19 19:5:9,798; -2012/7/19 19:5:19,799; -2012/7/19 19:5:29,798; -2012/7/19 19:5:39,799; -2012/7/19 19:5:49,798; -2012/7/19 19:5:59,799; -2012/7/19 19:6:9,798; -2012/7/19 19:6:19,798; -2012/7/19 19:6:29,798; -2012/7/19 19:6:39,798; -2012/7/19 19:6:49,798; -2012/7/19 19:6:59,798; -2012/7/19 19:7:9,798; -2012/7/19 19:7:19,798; -2012/7/19 19:7:29,798; -2012/7/19 19:7:39,798; -2012/7/19 19:7:49,799; -2012/7/19 19:7:59,798; -2012/7/19 19:8:9,799; -2012/7/19 19:8:19,798; -2012/7/19 19:8:29,799; -2012/7/19 19:8:39,798; -2012/7/19 19:8:49,798; -2012/7/19 19:8:59,798; -2012/7/19 19:9:9,798; -2012/7/19 19:9:19,798; -2012/7/19 19:9:29,798; -2012/7/19 19:9:39,798; -2012/7/19 19:9:49,798; -2012/7/19 19:9:59,799; -2012/7/19 19:10:9,798; -2012/7/19 19:10:19,799; -2012/7/19 19:10:29,798; -2012/7/19 19:10:39,799; -2012/7/19 19:10:49,798; -2012/7/19 19:10:59,799; -2012/7/19 19:11:9,798; -2012/7/19 19:11:19,799; -2012/7/19 19:11:29,798; -2012/7/19 19:11:39,799; -2012/7/19 19:11:49,798; -2012/7/19 19:11:59,798; -2012/7/19 19:12:9,798; -2012/7/19 19:12:19,798; -2012/7/19 19:12:29,798; -2012/7/19 19:12:39,798; -2012/7/19 19:12:49,798; -2012/7/19 19:12:59,798; -2012/7/19 19:13:9,798; -2012/7/19 19:13:19,798; -2012/7/19 19:13:29,799; -2012/7/19 19:13:39,798; -2012/7/19 19:13:49,799; -2012/7/19 19:13:59,798; -2012/7/19 19:14:9,799; -2012/7/19 19:14:19,798; -2012/7/19 19:14:29,799; -2012/7/19 19:14:39,798; -2012/7/19 19:14:49,798; -2012/7/19 19:14:59,798; -2012/7/19 19:15:9,798; -2012/7/19 19:15:19,798; -2012/7/19 19:15:29,798; -2012/7/19 19:15:39,798; -2012/7/19 19:15:49,798; -2012/7/19 19:15:59,798; -2012/7/19 19:16:9,798; -2012/7/19 19:16:19,798; -2012/7/19 19:16:29,798; -2012/7/19 19:16:39,798; -2012/7/19 19:16:49,798; -2012/7/19 19:16:59,799; -2012/7/19 19:17:9,798; -2012/7/19 19:17:19,799; -2012/7/19 19:17:29,798; -2012/7/19 19:17:39,799; -2012/7/19 19:17:49,798; -2012/7/19 19:17:59,799; -2012/7/19 19:18:9,798; -2012/7/19 19:18:19,798; -2012/7/19 19:18:29,798; -2012/7/19 19:18:39,799; -2012/7/19 19:18:49,798; -2012/7/19 19:18:59,799; -2012/7/19 19:19:9,798; -2012/7/19 19:19:19,798; -2012/7/19 19:19:29,798; -2012/7/19 19:19:39,798; -2012/7/19 19:19:49,798; -2012/7/19 19:19:59,798; -2012/7/19 19:20:9,798; -2012/7/19 19:20:19,798; -2012/7/19 19:20:29,799; -2012/7/19 19:20:39,798; -2012/7/19 19:20:49,799; -2012/7/19 19:20:59,798; -2012/7/19 19:21:9,799; -2012/7/19 19:21:19,798; -2012/7/19 19:21:29,799; -2012/7/19 19:21:39,798; -2012/7/19 19:21:49,799; -2012/7/19 19:21:59,798; -2012/7/19 19:22:9,799; -2012/7/19 19:22:19,798; -2012/7/19 19:22:29,799; -2012/7/19 19:22:39,798; -2012/7/19 19:22:49,798; -2012/7/19 19:22:59,798; -2012/7/19 19:23:9,798; -2012/7/19 19:23:19,798; -2012/7/19 19:23:29,798; -2012/7/19 19:23:39,798; -2012/7/19 19:23:49,798; -2012/7/19 19:23:59,798; -2012/7/19 19:24:9,798; -2012/7/19 19:24:19,798; -2012/7/19 19:24:29,798; -2012/7/19 19:24:39,798; -2012/7/19 19:24:49,798; -2012/7/19 19:24:59,799; -2012/7/19 19:25:9,798; -2012/7/19 19:25:19,799; -2012/7/19 19:25:29,798; -2012/7/19 19:25:39,799; -2012/7/19 19:25:49,798; -2012/7/19 19:25:59,799; -2012/7/19 19:26:9,798; -2012/7/19 19:26:19,799; -2012/7/19 19:26:29,798; -2012/7/19 19:26:39,799; -2012/7/19 19:26:49,798; -2012/7/19 19:26:59,799; -2012/7/19 19:27:9,798; -2012/7/19 19:27:19,799; -2012/7/19 19:27:29,798; -2012/7/19 19:27:39,799; -2012/7/19 19:27:49,798; -2012/7/19 19:27:59,799; -2012/7/19 19:28:9,798; -2012/7/19 19:28:19,798; -2012/7/19 19:28:29,798; -2012/7/19 19:28:39,798; -2012/7/19 19:28:49,798; -2012/7/19 19:28:59,798; -2012/7/19 19:29:9,798; -2012/7/19 19:29:19,798; -2012/7/19 19:29:29,799; -2012/7/19 19:29:39,798; -2012/7/19 19:29:49,799; -2012/7/19 19:29:59,798; -2012/7/19 19:30:9,799; -2012/7/19 19:30:19,798; -2012/7/19 19:30:29,798; -2012/7/19 19:30:39,798; -2012/7/19 19:30:49,798; -2012/7/19 19:30:59,798; -2012/7/19 19:31:9,798; -2012/7/19 19:31:19,799; -2012/7/19 19:31:29,798; -2012/7/19 19:31:39,799; -2012/7/19 19:31:49,798; -2012/7/19 19:31:59,799; -2012/7/19 19:32:9,798; -2012/7/19 19:32:19,799; -2012/7/19 19:32:29,798; -2012/7/19 19:32:39,798; -2012/7/19 19:32:49,798; -2012/7/19 19:32:59,798; -2012/7/19 19:33:9,798; -2012/7/19 19:33:19,798; -2012/7/19 19:33:29,799; -2012/7/19 19:33:39,798; -2012/7/19 19:33:49,799; -2012/7/19 19:33:59,798; -2012/7/19 19:34:9,799; -2012/7/19 19:34:19,798; -2012/7/19 19:34:29,799; -2012/7/19 19:34:39,798; -2012/7/19 19:34:49,799; -2012/7/19 19:34:59,798; -2012/7/19 19:35:9,799; -2012/7/19 19:35:19,798; -2012/7/19 19:35:29,799; -2012/7/19 19:35:39,798; -2012/7/19 19:35:49,799; -2012/7/19 19:35:59,798; -2012/7/19 19:36:9,798; -2012/7/19 19:36:19,798; -2012/7/19 19:36:29,798; -2012/7/19 19:36:39,798; -2012/7/19 19:36:49,798; -2012/7/19 19:36:59,798; -2012/7/19 19:37:9,798; -2012/7/19 19:37:19,799; -2012/7/19 19:37:29,798; -2012/7/19 19:37:39,799; -2012/7/19 19:37:49,798; -2012/7/19 19:37:59,799; -2012/7/19 19:38:9,798; -2012/7/19 19:38:19,799; -2012/7/19 19:38:29,798; -2012/7/19 19:38:39,798; -2012/7/19 19:38:49,798; -2012/7/19 19:38:59,798; -2012/7/19 19:39:9,798; -2012/7/19 19:39:19,798; -2012/7/19 19:39:29,798; -2012/7/19 19:39:39,798; -2012/7/19 19:39:49,798; -2012/7/19 19:39:59,798; -2012/7/19 19:40:9,798; -2012/7/19 19:40:19,798; -2012/7/19 19:40:29,798; -2012/7/19 19:40:39,798; -2012/7/19 19:40:49,799; -2012/7/19 19:40:59,798; -2012/7/19 19:41:9,799; -2012/7/19 19:41:19,798; -2012/7/19 19:41:29,799; -2012/7/19 19:41:39,798; -2012/7/19 19:41:49,798; -2012/7/19 19:41:59,798; -2012/7/19 19:42:9,798; -2012/7/19 19:42:19,798; -2012/7/19 19:42:29,799; -2012/7/19 19:42:39,798; -2012/7/19 19:42:49,799; -2012/7/19 19:42:59,798; -2012/7/19 19:43:9,799; -2012/7/19 19:43:19,798; -2012/7/19 19:43:29,799; -2012/7/19 19:43:39,798; -2012/7/19 19:43:49,799; -2012/7/19 19:43:59,798; -2012/7/19 19:44:9,798; -2012/7/19 19:44:19,798; -2012/7/19 19:44:29,798; -2012/7/19 19:44:39,798; -2012/7/19 19:44:49,798; -2012/7/19 19:44:59,798; -2012/7/19 19:45:9,798; -2012/7/19 19:45:19,799; -2012/7/19 19:45:29,798; -2012/7/19 19:45:39,799; -2012/7/19 19:45:49,798; -2012/7/19 19:45:59,799; -2012/7/19 19:46:9,798; -2012/7/19 19:46:19,799; -2012/7/19 19:46:29,798; -2012/7/19 19:46:39,799; -2012/7/19 19:46:49,798; -2012/7/19 19:46:59,799; -2012/7/19 19:47:9,798; -2012/7/19 19:47:19,799; -2012/7/19 19:47:29,798; -2012/7/19 19:47:39,799; -2012/7/19 19:47:49,798; -2012/7/19 19:47:59,799; -2012/7/19 19:48:9,798; -2012/7/19 19:48:19,799; -2012/7/19 19:48:29,798; -2012/7/19 19:48:39,798; -2012/7/19 19:48:49,798; -2012/7/19 19:48:59,799; -2012/7/19 19:49:9,798; -2012/7/19 19:49:19,799; -2012/7/19 19:49:29,798; -2012/7/19 19:49:39,799; -2012/7/19 19:49:49,798; -2012/7/19 19:49:59,799; -2012/7/19 19:50:9,798; -2012/7/19 19:50:19,799; -2012/7/19 19:50:29,798; -2012/7/19 19:50:39,799; -2012/7/19 19:50:49,798; -2012/7/19 19:50:59,799; -2012/7/19 19:51:9,798; -2012/7/19 19:51:19,799; -2012/7/19 19:51:29,798; -2012/7/19 19:51:39,799; -2012/7/19 19:51:49,798; -2012/7/19 19:51:59,799; -2012/7/19 19:52:9,798; -2012/7/19 19:52:19,799; -2012/7/19 19:52:29,798; -2012/7/19 19:52:39,799; -2012/7/19 19:52:49,798; -2012/7/19 19:52:59,799; -2012/7/19 19:53:9,798; -2012/7/19 19:53:19,798; -2012/7/19 19:53:29,798; -2012/7/19 19:53:39,798; -2012/7/19 19:53:49,798; -2012/7/19 19:53:59,799; -2012/7/19 19:54:9,798; -2012/7/19 19:54:19,799; -2012/7/19 19:54:29,798; -2012/7/19 19:54:39,799; -2012/7/19 19:54:49,798; -2012/7/19 19:54:59,799; -2012/7/19 19:55:9,798; -2012/7/19 19:55:19,798; -2012/7/19 19:55:29,798; -2012/7/19 19:55:39,798; -2012/7/19 19:55:49,798; -2012/7/19 19:55:59,798; -2012/7/19 19:56:9,798; -2012/7/19 19:56:19,798; -2012/7/19 19:56:29,798; -2012/7/19 19:56:39,798; -2012/7/19 19:56:49,798; -2012/7/19 19:56:59,798; -2012/7/19 19:57:9,798; -2012/7/19 19:57:19,798; -2012/7/19 19:57:29,798; -2012/7/19 19:57:39,798; -2012/7/19 19:57:49,799; -2012/7/19 19:57:59,798; -2012/7/19 19:58:9,798; -2012/7/19 19:58:19,798; -2012/7/19 19:58:29,798; -2012/7/19 19:58:39,798; -2012/7/19 19:58:49,799; -2012/7/19 19:58:59,798; -2012/7/19 19:59:9,799; -2012/7/19 19:59:19,798; -2012/7/19 19:59:29,799; -2012/7/19 19:59:39,798; -2012/7/19 19:59:49,799; -2012/7/19 19:59:59,798; -2012/7/19 20:0:9,799; -2012/7/19 20:0:19,798; -2012/7/19 20:0:29,799; -2012/7/19 20:0:39,798; -2012/7/19 20:0:49,799; -2012/7/19 20:0:59,798; -2012/7/19 20:1:9,799; -2012/7/19 20:1:19,798; -2012/7/19 20:1:29,799; -2012/7/19 20:1:39,798; -2012/7/19 20:1:49,799; -2012/7/19 20:1:59,798; -2012/7/19 20:2:9,799; -2012/7/19 20:2:19,798; -2012/7/19 20:2:29,799; -2012/7/19 20:2:39,798; -2012/7/19 20:2:49,799; -2012/7/19 20:2:59,798; -2012/7/19 20:3:9,799; -2012/7/19 20:3:19,798; -2012/7/19 20:3:29,799; -2012/7/19 20:3:39,798; -2012/7/19 20:3:49,799; -2012/7/19 20:3:59,798; -2012/7/19 20:4:9,799; -2012/7/19 20:4:19,798; -2012/7/19 20:4:29,799; -2012/7/19 20:4:39,798; -2012/7/19 20:4:49,799; -2012/7/19 20:4:59,798; -2012/7/19 20:5:9,799; -2012/7/19 20:5:19,798; -2012/7/19 20:5:29,799; -2012/7/19 20:5:39,798; -2012/7/19 20:5:49,799; -2012/7/19 20:5:59,798; -2012/7/19 20:6:9,799; -2012/7/19 20:6:19,798; -2012/7/19 20:6:29,798; -2012/7/19 20:6:39,798; -2012/7/19 20:6:49,798; -2012/7/19 20:6:59,798; -2012/7/19 20:7:9,798; -2012/7/19 20:7:19,798; -2012/7/19 20:7:29,798; -2012/7/19 20:7:39,799; -2012/7/19 20:7:49,798; -2012/7/19 20:7:59,799; -2012/7/19 20:8:9,798; -2012/7/19 20:8:19,798; -2012/7/19 20:8:29,798; -2012/7/19 20:8:39,798; -2012/7/19 20:8:49,798; -2012/7/19 20:8:59,798; -2012/7/19 20:9:9,798; -2012/7/19 20:9:19,798; -2012/7/19 20:9:29,798; -2012/7/19 20:9:39,798; -2012/7/19 20:9:49,798; -2012/7/19 20:9:59,798; -2012/7/19 20:10:9,798; -2012/7/19 20:10:19,798; -2012/7/19 20:10:29,798; -2012/7/19 20:10:39,798; -2012/7/19 20:10:49,798; -2012/7/19 20:10:59,798; -2012/7/19 20:11:9,798; -2012/7/19 20:11:19,798; -2012/7/19 20:11:29,798; -2012/7/19 20:11:39,798; -2012/7/19 20:11:49,798; -2012/7/19 20:11:59,798; -2012/7/19 20:12:9,798; -2012/7/19 20:12:19,798; -2012/7/19 20:12:29,798; -2012/7/19 20:12:39,798; -2012/7/19 20:12:49,798; -2012/7/19 20:12:59,798; -2012/7/19 20:13:9,798; -2012/7/19 20:13:19,798; -2012/7/19 20:13:29,798; -2012/7/19 20:13:39,798; -2012/7/19 20:13:49,798; -2012/7/19 20:13:59,798; -2012/7/19 20:14:9,798; -2012/7/19 20:14:19,799; -2012/7/19 20:14:29,798; -2012/7/19 20:14:39,798; -2012/7/19 20:14:49,798; -2012/7/19 20:14:59,798; -2012/7/19 20:15:9,798; -2012/7/19 20:15:19,798; -2012/7/19 20:15:29,798; -2012/7/19 20:15:39,798; -2012/7/19 20:15:49,798; -2012/7/19 20:15:59,798; -2012/7/19 20:16:9,798; -2012/7/19 20:16:19,798; -2012/7/19 20:16:29,798; -2012/7/19 20:16:39,798; -2012/7/19 20:16:49,798; -2012/7/19 20:16:59,799; -2012/7/19 20:17:9,798; -2012/7/19 20:17:19,799; -2012/7/19 20:17:29,798; -2012/7/19 20:17:39,798; -2012/7/19 20:17:49,798; -2012/7/19 20:17:59,798; -2012/7/19 20:18:9,798; -2012/7/19 20:18:19,798; -2012/7/19 20:18:29,798; -2012/7/19 20:18:39,798; -2012/7/19 20:18:49,798; -2012/7/19 20:18:59,798; -2012/7/19 20:19:9,798; -2012/7/19 20:19:19,798; -2012/7/19 20:19:29,798; -2012/7/19 20:19:39,798; -2012/7/19 20:19:49,798; -2012/7/19 20:19:59,798; -2012/7/19 20:20:9,798; -2012/7/19 20:20:19,799; -2012/7/19 20:20:29,798; -2012/7/19 20:20:39,799; -2012/7/19 20:20:49,798; -2012/7/19 20:20:59,798; -2012/7/19 20:21:9,798; -2012/7/19 20:21:19,798; -2012/7/19 20:21:29,798; -2012/7/19 20:21:39,798; -2012/7/19 20:21:49,798; -2012/7/19 20:21:59,799; -2012/7/19 20:22:9,798; -2012/7/19 20:22:19,799; -2012/7/19 20:22:29,798; -2012/7/19 20:22:39,799; -2012/7/19 20:22:49,798; -2012/7/19 20:22:59,799; -2012/7/19 20:23:9,798; -2012/7/19 20:23:19,799; -2012/7/19 20:23:29,798; -2012/7/19 20:23:39,799; -2012/7/19 20:23:49,798; -2012/7/19 20:23:59,799; -2012/7/19 20:24:9,798; -2012/7/19 20:24:19,799; -2012/7/19 20:24:29,798; -2012/7/19 20:24:39,799; -2012/7/19 20:24:49,798; -2012/7/19 20:24:59,799; -2012/7/19 20:25:9,798; -2012/7/19 20:25:19,799; -2012/7/19 20:25:29,798; -2012/7/19 20:25:39,798; -2012/7/19 20:25:49,798; -2012/7/19 20:25:59,798; -2012/7/19 20:26:9,798; -2012/7/19 20:26:19,798; -2012/7/19 20:26:29,798; -2012/7/19 20:26:39,798; -2012/7/19 20:26:49,799; -2012/7/19 20:26:59,798; -2012/7/19 20:27:9,799; -2012/7/19 20:27:19,798; -2012/7/19 20:27:29,799; -2012/7/19 20:27:39,798; -2012/7/19 20:27:49,798; -2012/7/19 20:27:59,798; -2012/7/19 20:28:9,798; -2012/7/19 20:28:19,798; -2012/7/19 20:28:29,798; -2012/7/19 20:28:39,798; -2012/7/19 20:28:49,798; -2012/7/19 20:28:59,798; -2012/7/19 20:29:9,798; -2012/7/19 20:29:19,798; -2012/7/19 20:29:29,798; -2012/7/19 20:29:39,798; -2012/7/19 20:29:49,798; -2012/7/19 20:29:59,798; -2012/7/19 20:30:9,798; -2012/7/19 20:30:19,798; -2012/7/19 20:30:29,798; -2012/7/19 20:30:39,798; -2012/7/19 20:30:49,798; -2012/7/19 20:30:59,799; -2012/7/19 20:31:9,798; -2012/7/19 20:31:19,799; -2012/7/19 20:31:29,798; -2012/7/19 20:31:39,799; -2012/7/19 20:31:49,798; -2012/7/19 20:31:59,799; -2012/7/19 20:32:9,798; -2012/7/19 20:32:19,799; -2012/7/19 20:32:29,798; -2012/7/19 20:32:39,799; -2012/7/19 20:32:49,798; -2012/7/19 20:32:59,799; -2012/7/19 20:33:9,798; -2012/7/19 20:33:19,798; -2012/7/19 20:33:29,798; -2012/7/19 20:33:39,798; -2012/7/19 20:33:49,798; -2012/7/19 20:33:59,798; -2012/7/19 20:34:9,798; -2012/7/19 20:34:19,798; -2012/7/19 20:34:29,798; -2012/7/19 20:34:39,798; -2012/7/19 20:34:49,798; -2012/7/19 20:34:59,798; -2012/7/19 20:35:9,798; -2012/7/19 20:35:19,798; -2012/7/19 20:35:29,798; -2012/7/19 20:35:39,798; -2012/7/19 20:35:49,799; -2012/7/19 20:35:59,798; -2012/7/19 20:36:9,798; -2012/7/19 20:36:19,798; -2012/7/19 20:36:29,798; -2012/7/19 20:36:39,798; -2012/7/19 20:36:49,798; -2012/7/19 20:36:59,798; -2012/7/19 20:37:9,798; -2012/7/19 20:37:19,798; -2012/7/19 20:37:29,798; -2012/7/19 20:37:39,798; -2012/7/19 20:37:49,798; -2012/7/19 20:37:59,798; -2012/7/19 20:38:9,798; -2012/7/19 20:38:19,798; -2012/7/19 20:38:29,799; -2012/7/19 20:38:39,798; -2012/7/19 20:38:49,799; -2012/7/19 20:38:59,798; -2012/7/19 20:39:9,799; -2012/7/19 20:39:19,798; -2012/7/19 20:39:29,799; -2012/7/19 20:39:39,798; -2012/7/19 20:39:49,799; -2012/7/19 20:39:59,798; -2012/7/19 20:40:9,799; -2012/7/19 20:40:19,798; -2012/7/19 20:40:29,799; -2012/7/19 20:40:39,798; -2012/7/19 20:40:49,799; -2012/7/19 20:40:59,798; -2012/7/19 20:41:9,799; -2012/7/19 20:41:19,798; -2012/7/19 20:41:29,799; -2012/7/19 20:41:39,798; -2012/7/19 20:41:49,799; -2012/7/19 20:41:59,798; -2012/7/19 20:42:9,799; -2012/7/19 20:42:19,798; -2012/7/19 20:42:29,799; -2012/7/19 20:42:39,798; -2012/7/19 20:42:49,799; -2012/7/19 20:42:59,798; -2012/7/19 20:43:9,799; -2012/7/19 20:43:19,798; -2012/7/19 20:43:29,799; -2012/7/19 20:43:39,798; -2012/7/19 20:43:49,799; -2012/7/19 20:43:59,798; -2012/7/19 20:44:9,799; -2012/7/19 20:44:19,798; -2012/7/19 20:44:29,798; -2012/7/19 20:44:39,798; -2012/7/19 20:44:49,799; -2012/7/19 20:44:59,798; -2012/7/19 20:45:9,799; -2012/7/19 20:45:19,798; -2012/7/19 20:45:29,799; -2012/7/19 20:45:39,798; -2012/7/19 20:45:49,798; -2012/7/19 20:45:59,798; -2012/7/19 20:46:9,799; -2012/7/19 20:46:19,798; -2012/7/19 20:46:29,799; -2012/7/19 20:46:39,798; -2012/7/19 20:46:49,799; -2012/7/19 20:46:59,798; -2012/7/19 20:47:9,799; -2012/7/19 20:47:19,798; -2012/7/19 20:47:29,799; -2012/7/19 20:47:39,798; -2012/7/19 20:47:49,799; -2012/7/19 20:47:59,798; -2012/7/19 20:48:9,799; -2012/7/19 20:48:19,798; -2012/7/19 20:48:29,799; -2012/7/19 20:48:39,798; -2012/7/19 20:48:49,799; -2012/7/19 20:48:59,798; -2012/7/19 20:49:9,799; -2012/7/19 20:49:19,798; -2012/7/19 20:49:29,799; -2012/7/19 20:49:39,798; -2012/7/19 20:49:49,798; -2012/7/19 20:49:59,798; -2012/7/19 20:50:9,798; -2012/7/19 20:50:19,798; -2012/7/19 20:50:29,798; -2012/7/19 20:50:39,798; -2012/7/19 20:50:49,798; -2012/7/19 20:50:59,798; -2012/7/19 20:51:9,798; -2012/7/19 20:51:19,798; -2012/7/19 20:51:29,798; -2012/7/19 20:51:39,798; -2012/7/19 20:51:49,798; -2012/7/19 20:51:59,798; -2012/7/19 20:52:9,798; -2012/7/19 20:52:19,798; -2012/7/19 20:52:29,798; -2012/7/19 20:52:39,798; -2012/7/19 20:52:49,798; -2012/7/19 20:52:59,798; -2012/7/19 20:53:9,798; -2012/7/19 20:53:19,798; -2012/7/19 20:53:29,798; -2012/7/19 20:53:39,799; -2012/7/19 20:53:49,798; -2012/7/19 20:53:59,799; -2012/7/19 20:54:9,798; -2012/7/19 20:54:19,799; -2012/7/19 20:54:29,798; -2012/7/19 20:54:39,799; -2012/7/19 20:54:49,798; -2012/7/19 20:54:59,798; -2012/7/19 20:55:9,798; -2012/7/19 20:55:19,798; -2012/7/19 20:55:29,798; -2012/7/19 20:55:39,798; -2012/7/19 20:55:49,798; -2012/7/19 20:55:59,798; -2012/7/19 20:56:9,798; -2012/7/19 20:56:19,798; -2012/7/19 20:56:29,798; -2012/7/19 20:56:39,798; -2012/7/19 20:56:49,799; -2012/7/19 20:56:59,798; -2012/7/19 20:57:9,799; -2012/7/19 20:57:19,798; -2012/7/19 20:57:29,799; -2012/7/19 20:57:39,798; -2012/7/19 20:57:49,798; -2012/7/19 20:57:59,798; -2012/7/19 20:58:9,798; -2012/7/19 20:58:19,798; -2012/7/19 20:58:29,798; -2012/7/19 20:58:39,798; -2012/7/19 20:58:49,799; -2012/7/19 20:58:59,798; -2012/7/19 20:59:9,799; -2012/7/19 20:59:19,798; -2012/7/19 20:59:29,799; -2012/7/19 20:59:39,798; -2012/7/19 20:59:49,798; -2012/7/19 20:59:59,798; -2012/7/19 21:0:9,798; -2012/7/19 21:0:19,798; -2012/7/19 21:0:29,798; -2012/7/19 21:0:39,799; -2012/7/19 21:0:49,798; -2012/7/19 21:0:59,799; -2012/7/19 21:1:9,798; -2012/7/19 21:1:19,799; -2012/7/19 21:1:29,798; -2012/7/19 21:1:39,799; -2012/7/19 21:1:49,798; -2012/7/19 21:1:59,799; -2012/7/19 21:2:9,798; -2012/7/19 21:2:19,799; -2012/7/19 21:2:29,798; -2012/7/19 21:2:39,799; -2012/7/19 21:2:49,798; -2012/7/19 21:2:59,799; -2012/7/19 21:3:9,798; -2012/7/19 21:3:19,798; -2012/7/19 21:3:29,798; -2012/7/19 21:3:39,798; -2012/7/19 21:3:49,799; -2012/7/19 21:3:59,798; -2012/7/19 21:4:9,799; -2012/7/19 21:4:19,798; -2012/7/19 21:4:29,799; -2012/7/19 21:4:39,798; -2012/7/19 21:4:49,799; -2012/7/19 21:4:59,798; -2012/7/19 21:5:9,799; -2012/7/19 21:5:19,798; -2012/7/19 21:5:29,799; -2012/7/19 21:5:39,798; -2012/7/19 21:5:49,799; -2012/7/19 21:5:59,798; -2012/7/19 21:6:9,799; -2012/7/19 21:6:19,798; -2012/7/19 21:6:29,799; -2012/7/19 21:6:39,798; -2012/7/19 21:6:49,798; -2012/7/19 21:6:59,798; -2012/7/19 21:7:9,798; -2012/7/19 21:7:19,798; -2012/7/19 21:7:29,799; -2012/7/19 21:7:39,798; -2012/7/19 21:7:49,798; -2012/7/19 21:7:59,798; -2012/7/19 21:8:9,798; -2012/7/19 21:8:19,799; -2012/7/19 21:8:29,798; -2012/7/19 21:8:39,799; -2012/7/19 21:8:49,798; -2012/7/19 21:8:59,799; -2012/7/19 21:9:9,798; -2012/7/19 21:9:19,799; -2012/7/19 21:9:29,798; -2012/7/19 21:9:39,799; -2012/7/19 21:9:49,798; -2012/7/19 21:9:59,799; -2012/7/19 21:10:9,798; -2012/7/19 21:10:19,799; -2012/7/19 21:10:29,798; -2012/7/19 21:10:39,799; -2012/7/19 21:10:49,798; -2012/7/19 21:10:59,799; -2012/7/19 21:11:9,798; -2012/7/19 21:11:19,799; -2012/7/19 21:11:29,798; -2012/7/19 21:11:39,798; -2012/7/19 21:11:49,798; -2012/7/19 21:11:59,798; -2012/7/19 21:12:9,798; -2012/7/19 21:12:19,798; -2012/7/19 21:12:29,798; -2012/7/19 21:12:39,798; -2012/7/19 21:12:49,798; -2012/7/19 21:12:59,798; -2012/7/19 21:13:9,799; -2012/7/19 21:13:19,798; -2012/7/19 21:13:29,799; -2012/7/19 21:13:39,798; -2012/7/19 21:13:49,799; -2012/7/19 21:13:59,798; -2012/7/19 21:14:9,799; -2012/7/19 21:14:19,798; -2012/7/19 21:14:29,799; -2012/7/19 21:14:39,798; -2012/7/19 21:14:49,799; -2012/7/19 21:14:59,798; -2012/7/19 21:15:9,799; -2012/7/19 21:15:19,798; -2012/7/19 21:15:29,798; -2012/7/19 21:15:39,798; -2012/7/19 21:15:49,798; -2012/7/19 21:15:59,798; -2012/7/19 21:16:9,798; -2012/7/19 21:16:19,798; -2012/7/19 21:16:29,799; -2012/7/19 21:16:39,798; -2012/7/19 21:16:49,799; -2012/7/19 21:16:59,798; -2012/7/19 21:17:9,799; -2012/7/19 21:17:19,798; -2012/7/19 21:17:29,798; -2012/7/19 21:17:39,798; -2012/7/19 21:17:49,798; -2012/7/19 21:17:59,798; -2012/7/19 21:18:9,798; -2012/7/19 21:18:19,798; -2012/7/19 21:18:29,798; -2012/7/19 21:18:39,799; -2012/7/19 21:18:49,798; -2012/7/19 21:18:59,799; -2012/7/19 21:19:9,798; -2012/7/19 21:19:19,799; -2012/7/19 21:19:29,798; -2012/7/19 21:19:39,799; -2012/7/19 21:19:49,798; -2012/7/19 21:19:59,798; -2012/7/19 21:20:9,798; -2012/7/19 21:20:19,798; -2012/7/19 21:20:29,798; -2012/7/19 21:20:39,798; -2012/7/19 21:20:49,798; -2012/7/19 21:20:59,798; -2012/7/19 21:21:9,798; -2012/7/19 21:21:19,798; -2012/7/19 21:21:29,798; -2012/7/19 21:21:39,798; -2012/7/19 21:21:49,799; -2012/7/19 21:21:59,798; -2012/7/19 21:22:9,799; -2012/7/19 21:22:19,798; -2012/7/19 21:22:29,799; -2012/7/19 21:22:39,798; -2012/7/19 21:22:49,799; -2012/7/19 21:22:59,798; -2012/7/19 21:23:9,798; -2012/7/19 21:23:19,798; -2012/7/19 21:23:29,798; -2012/7/19 21:23:39,798; -2012/7/19 21:23:49,798; -2012/7/19 21:23:59,798; -2012/7/19 21:24:9,798; -2012/7/19 21:24:19,798; -2012/7/19 21:24:29,798; -2012/7/19 21:24:39,798; -2012/7/19 21:24:49,798; -2012/7/19 21:24:59,798; -2012/7/19 21:25:9,798; -2012/7/19 21:25:19,798; -2012/7/19 21:25:29,798; -2012/7/19 21:25:39,798; -2012/7/19 21:25:49,798; -2012/7/19 21:25:59,798; -2012/7/19 21:26:9,798; -2012/7/19 21:26:19,798; -2012/7/19 21:26:29,798; -2012/7/19 21:26:39,799; -2012/7/19 21:26:49,798; -2012/7/19 21:26:59,799; -2012/7/19 21:27:9,798; -2012/7/19 21:27:19,799; -2012/7/19 21:27:29,798; -2012/7/19 21:27:39,799; -2012/7/19 21:27:49,798; -2012/7/19 21:27:59,799; -2012/7/19 21:28:9,798; -2012/7/19 21:28:19,799; -2012/7/19 21:28:29,798; -2012/7/19 21:28:39,799; -2012/7/19 21:28:49,798; -2012/7/19 21:28:59,799; -2012/7/19 21:29:9,798; -2012/7/19 21:29:19,799; -2012/7/19 21:29:29,798; -2012/7/19 21:29:39,799; -2012/7/19 21:29:49,798; -2012/7/19 21:29:59,799; -2012/7/19 21:30:9,798; -2012/7/19 21:30:19,799; -2012/7/19 21:30:29,798; -2012/7/19 21:30:39,799; -2012/7/19 21:30:49,798; -2012/7/19 21:30:59,799; -2012/7/19 21:31:9,798; -2012/7/19 21:31:19,798; -2012/7/19 21:31:29,798; -2012/7/19 21:31:39,798; -2012/7/19 21:31:49,798; -2012/7/19 21:31:59,798; -2012/7/19 21:32:9,798; -2012/7/19 21:32:19,798; -2012/7/19 21:32:29,798; -2012/7/19 21:32:39,798; -2012/7/19 21:32:49,798; -2012/7/19 21:32:59,798; -2012/7/19 21:33:9,799; -2012/7/19 21:33:19,798; -2012/7/19 21:33:29,799; -2012/7/19 21:33:39,798; -2012/7/19 21:33:49,799; -2012/7/19 21:33:59,798; -2012/7/19 21:34:9,799; -2012/7/19 21:34:19,798; -2012/7/19 21:34:29,799; -2012/7/19 21:34:39,798; -2012/7/19 21:34:49,799; -2012/7/19 21:34:59,798; -2012/7/19 21:35:9,799; -2012/7/19 21:35:19,798; -2012/7/19 21:35:29,799; -2012/7/19 21:35:39,798; -2012/7/19 21:35:49,799; -2012/7/19 21:35:59,799; -2012/7/19 21:36:9,798; -2012/7/19 21:36:19,799; -2012/7/19 21:36:29,798; -2012/7/19 21:36:39,799; -2012/7/19 21:36:49,798; -2012/7/19 21:36:59,799; -2012/7/19 21:37:9,798; -2012/7/19 21:37:19,799; -2012/7/19 21:37:29,798; -2012/7/19 21:37:39,799; -2012/7/19 21:37:49,798; -2012/7/19 21:37:59,798; -2012/7/19 21:38:9,798; -2012/7/19 21:38:19,798; -2012/7/19 21:38:29,798; -2012/7/19 21:38:39,798; -2012/7/19 21:38:49,798; -2012/7/19 21:38:59,798; -2012/7/19 21:39:9,798; -2012/7/19 21:39:19,798; -2012/7/19 21:39:29,798; -2012/7/19 21:39:39,798; -2012/7/19 21:39:49,798; -2012/7/19 21:39:59,798; -2012/7/19 21:40:9,798; -2012/7/19 21:40:19,798; -2012/7/19 21:40:29,798; -2012/7/19 21:40:39,798; -2012/7/19 21:40:49,798; -2012/7/19 21:40:59,798; -2012/7/19 21:41:9,798; -2012/7/19 21:41:19,798; -2012/7/19 21:41:29,798; -2012/7/19 21:41:39,798; -2012/7/19 21:41:49,799; -2012/7/19 21:41:59,798; -2012/7/19 21:42:9,798; -2012/7/19 21:42:19,798; -2012/7/19 21:42:29,798; -2012/7/19 21:42:39,798; -2012/7/19 21:42:49,798; -2012/7/19 21:42:59,798; -2012/7/19 21:43:9,798; -2012/7/19 21:43:19,798; -2012/7/19 21:43:29,798; -2012/7/19 21:43:39,798; -2012/7/19 21:43:49,798; -2012/7/19 21:43:59,798; -2012/7/19 21:44:9,798; -2012/7/19 21:44:19,798; -2012/7/19 21:44:29,798; -2012/7/19 21:44:39,798; -2012/7/19 21:44:49,798; -2012/7/19 21:44:59,798; -2012/7/19 21:45:9,798; -2012/7/19 21:45:19,798; -2012/7/19 21:45:29,798; -2012/7/19 21:45:39,798; -2012/7/19 21:45:49,798; -2012/7/19 21:45:59,798; -2012/7/19 21:46:9,798; -2012/7/19 21:46:19,799; -2012/7/19 21:46:29,798; -2012/7/19 21:46:39,798; -2012/7/19 21:46:49,798; -2012/7/19 21:46:59,798; -2012/7/19 21:47:9,798; -2012/7/19 21:47:19,798; -2012/7/19 21:47:29,798; -2012/7/19 21:47:39,798; -2012/7/19 21:47:49,798; -2012/7/19 21:47:59,799; -2012/7/19 21:48:9,798; -2012/7/19 21:48:19,799; -2012/7/19 21:48:29,798; -2012/7/19 21:48:39,799; -2012/7/19 21:48:49,798; -2012/7/19 21:48:59,799; -2012/7/19 21:49:9,798; -2012/7/19 21:49:19,798; -2012/7/19 21:49:29,798; -2012/7/19 21:49:39,798; -2012/7/19 21:49:49,798; -2012/7/19 21:49:59,798; -2012/7/19 21:50:9,798; -2012/7/19 21:50:19,798; -2012/7/19 21:50:29,798; -2012/7/19 21:50:39,798; -2012/7/19 21:50:49,798; -2012/7/19 21:50:59,798; -2012/7/19 21:51:9,798; -2012/7/19 21:51:19,798; -2012/7/19 21:51:29,798; -2012/7/19 21:51:39,799; -2012/7/19 21:51:49,798; -2012/7/19 21:51:59,798; -2012/7/19 21:52:9,798; -2012/7/19 21:52:19,798; -2012/7/19 21:52:29,798; -2012/7/19 21:52:39,798; -2012/7/19 21:52:49,798; -2012/7/19 21:52:59,798; -2012/7/19 21:53:9,798; -2012/7/19 21:53:19,798; -2012/7/19 21:53:29,798; -2012/7/19 21:53:39,798; -2012/7/19 21:53:49,798; -2012/7/19 21:53:59,799; -2012/7/19 21:54:9,798; -2012/7/19 21:54:19,799; -2012/7/19 21:54:29,798; -2012/7/19 21:54:39,798; -2012/7/19 21:54:49,798; -2012/7/19 21:54:59,798; -2012/7/19 21:55:9,798; -2012/7/19 21:55:19,798; -2012/7/19 21:55:29,798; -2012/7/19 21:55:39,798; -2012/7/19 21:55:49,798; -2012/7/19 21:55:59,798; -2012/7/19 21:56:9,798; -2012/7/19 21:56:19,798; -2012/7/19 21:56:29,798; -2012/7/19 21:56:39,798; -2012/7/19 21:56:49,799; -2012/7/19 21:56:59,798; -2012/7/19 21:57:9,799; -2012/7/19 21:57:19,798; -2012/7/19 21:57:29,799; -2012/7/19 21:57:39,798; -2012/7/19 21:57:49,799; -2012/7/19 21:57:59,798; -2012/7/19 21:58:9,799; -2012/7/19 21:58:19,798; -2012/7/19 21:58:29,798; -2012/7/19 21:58:39,798; -2012/7/19 21:58:49,798; -2012/7/19 21:58:59,798; -2012/7/19 21:59:9,798; -2012/7/19 21:59:19,798; -2012/7/19 21:59:29,798; -2012/7/19 21:59:39,799; -2012/7/19 21:59:49,798; -2012/7/19 21:59:59,799; -2012/7/19 22:0:9,798; -2012/7/19 22:0:19,799; -2012/7/19 22:0:29,798; -2012/7/19 22:0:39,799; -2012/7/19 22:0:49,798; -2012/7/19 22:0:59,798; -2012/7/19 22:1:9,798; -2012/7/19 22:1:19,799; -2012/7/19 22:1:29,798; -2012/7/19 22:1:39,799; -2012/7/19 22:1:49,798; -2012/7/19 22:1:59,799; -2012/7/19 22:2:9,798; -2012/7/19 22:2:19,798; -2012/7/19 22:2:29,798; -2012/7/19 22:2:39,798; -2012/7/19 22:2:49,798; -2012/7/19 22:2:59,799; -2012/7/19 22:3:9,798; -2012/7/19 22:3:19,799; -2012/7/19 22:3:29,798; -2012/7/19 22:3:39,799; -2012/7/19 22:3:49,798; -2012/7/19 22:3:59,799; -2012/7/19 22:4:9,798; -2012/7/19 22:4:19,799; -2012/7/19 22:4:29,798; -2012/7/19 22:4:39,799; -2012/7/19 22:4:49,798; -2012/7/19 22:4:59,799; -2012/7/19 22:5:9,798; -2012/7/19 22:5:19,799; -2012/7/19 22:5:29,798; -2012/7/19 22:5:39,799; -2012/7/19 22:5:49,798; -2012/7/19 22:5:59,799; -2012/7/19 22:6:9,798; -2012/7/19 22:6:19,799; -2012/7/19 22:6:29,798; -2012/7/19 22:6:39,799; -2012/7/19 22:6:49,798; -2012/7/19 22:6:59,799; -2012/7/19 22:7:9,798; -2012/7/19 22:7:19,799; -2012/7/19 22:7:29,798; -2012/7/19 22:7:39,798; -2012/7/19 22:7:49,798; -2012/7/19 22:7:59,798; -2012/7/19 22:8:9,798; -2012/7/19 22:8:19,798; -2012/7/19 22:8:29,798; -2012/7/19 22:8:39,798; -2012/7/19 22:8:49,798; -2012/7/19 22:8:59,798; -2012/7/19 22:9:9,799; -2012/7/19 22:9:19,798; -2012/7/19 22:9:29,799; -2012/7/19 22:9:39,798; -2012/7/19 22:9:49,799; -2012/7/19 22:9:59,798; -2012/7/19 22:10:9,799; -2012/7/19 22:10:19,798; -2012/7/19 22:10:29,798; -2012/7/19 22:10:39,798; -2012/7/19 22:10:49,798; -2012/7/19 22:10:59,798; -2012/7/19 22:11:9,798; -2012/7/19 22:11:19,798; -2012/7/19 22:11:29,798; -2012/7/19 22:11:39,798; -2012/7/19 22:11:49,798; -2012/7/19 22:11:59,798; -2012/7/19 22:12:9,798; -2012/7/19 22:12:19,798; -2012/7/19 22:12:29,798; -2012/7/19 22:12:39,798; -2012/7/19 22:12:49,798; -2012/7/19 22:12:59,798; -2012/7/19 22:13:9,798; -2012/7/19 22:13:19,798; -2012/7/19 22:13:29,798; -2012/7/19 22:13:39,798; -2012/7/19 22:13:49,798; -2012/7/19 22:13:59,798; -2012/7/19 22:14:9,799; -2012/7/19 22:14:19,798; -2012/7/19 22:14:29,799; -2012/7/19 22:14:39,798; -2012/7/19 22:14:49,799; -2012/7/19 22:14:59,798; -2012/7/19 22:15:9,799; -2012/7/19 22:15:19,798; -2012/7/19 22:15:29,799; -2012/7/19 22:15:39,798; -2012/7/19 22:15:49,799; -2012/7/19 22:15:59,798; -2012/7/19 22:16:9,799; -2012/7/19 22:16:19,798; -2012/7/19 22:16:29,799; -2012/7/19 22:16:39,798; -2012/7/19 22:16:49,798; -2012/7/19 22:16:59,798; -2012/7/19 22:17:9,799; -2012/7/19 22:17:19,798; -2012/7/19 22:17:29,799; -2012/7/19 22:17:39,798; -2012/7/19 22:17:49,799; -2012/7/19 22:17:59,798; -2012/7/19 22:18:9,798; -2012/7/19 22:18:19,798; -2012/7/19 22:18:29,798; -2012/7/19 22:18:39,798; -2012/7/19 22:18:49,798; -2012/7/19 22:18:59,798; -2012/7/19 22:19:9,798; -2012/7/19 22:19:19,798; -2012/7/19 22:19:29,798; -2012/7/19 22:19:39,798; -2012/7/19 22:19:49,798; -2012/7/19 22:19:59,798; -2012/7/19 22:20:9,798; -2012/7/19 22:20:19,798; -2012/7/19 22:20:29,798; -2012/7/19 22:20:39,798; -2012/7/19 22:20:49,798; -2012/7/19 22:20:59,798; -2012/7/19 22:21:9,798; -2012/7/19 22:21:19,798; -2012/7/19 22:21:29,798; -2012/7/19 22:21:39,798; -2012/7/19 22:21:49,798; -2012/7/19 22:21:59,798; -2012/7/19 22:22:9,798; -2012/7/19 22:22:19,798; -2012/7/19 22:22:29,799; -2012/7/19 22:22:39,798; -2012/7/19 22:22:49,799; -2012/7/19 22:22:59,798; -2012/7/19 22:23:9,799; -2012/7/19 22:23:19,798; -2012/7/19 22:23:29,799; -2012/7/19 22:23:39,798; -2012/7/19 22:23:49,799; -2012/7/19 22:23:59,798; -2012/7/19 22:24:9,799; -2012/7/19 22:24:19,798; -2012/7/19 22:24:29,799; -2012/7/19 22:24:39,798; -2012/7/19 22:24:49,799; -2012/7/19 22:24:59,798; -2012/7/19 22:25:9,799; -2012/7/19 22:25:19,798; -2012/7/19 22:25:29,798; -2012/7/19 22:25:39,798; -2012/7/19 22:25:49,798; -2012/7/19 22:25:59,798; -2012/7/19 22:26:9,798; -2012/7/19 22:26:19,798; -2012/7/19 22:26:29,798; -2012/7/19 22:26:39,798; -2012/7/19 22:26:49,798; -2012/7/19 22:26:59,798; -2012/7/19 22:27:9,798; -2012/7/19 22:27:19,798; -2012/7/19 22:27:29,798; -2012/7/19 22:27:39,798; -2012/7/19 22:27:49,798; -2012/7/19 22:27:59,799; -2012/7/19 22:28:9,798; -2012/7/19 22:28:19,799; -2012/7/19 22:28:29,798; -2012/7/19 22:28:39,799; -2012/7/19 22:28:49,798; -2012/7/19 22:28:59,799; -2012/7/19 22:29:9,798; -2012/7/19 22:29:19,799; -2012/7/19 22:29:29,798; -2012/7/19 22:29:39,799; -2012/7/19 22:29:49,798; -2012/7/19 22:29:59,799; -2012/7/19 22:30:9,798; -2012/7/19 22:30:19,799; -2012/7/19 22:30:29,798; -2012/7/19 22:30:39,799; -2012/7/19 22:30:49,798; -2012/7/19 22:30:59,799; -2012/7/19 22:31:9,798; -2012/7/19 22:31:19,798; -2012/7/19 22:31:29,798; -2012/7/19 22:31:39,798; -2012/7/19 22:31:49,798; -2012/7/19 22:31:59,799; -2012/7/19 22:32:9,798; -2012/7/19 22:32:19,799; -2012/7/19 22:32:29,798; -2012/7/19 22:32:39,799; -2012/7/19 22:32:49,798; -2012/7/19 22:32:59,798; -2012/7/19 22:33:9,798; -2012/7/19 22:33:19,798; -2012/7/19 22:33:29,798; -2012/7/19 22:33:39,798; -2012/7/19 22:33:49,798; -2012/7/19 22:33:59,798; -2012/7/19 22:34:9,798; -2012/7/19 22:34:19,798; -2012/7/19 22:34:29,798; -2012/7/19 22:34:39,798; -2012/7/19 22:34:49,798; -2012/7/19 22:34:59,798; -2012/7/19 22:35:9,798; -2012/7/19 22:35:19,798; -2012/7/19 22:35:29,799; -2012/7/19 22:35:39,798; -2012/7/19 22:35:49,799; -2012/7/19 22:35:59,798; -2012/7/19 22:36:9,799; -2012/7/19 22:36:19,798; -2012/7/19 22:36:29,798; -2012/7/19 22:36:39,798; -2012/7/19 22:36:49,798; -2012/7/19 22:36:59,798; -2012/7/19 22:37:9,798; -2012/7/19 22:37:19,798; -2012/7/19 22:37:29,798; -2012/7/19 22:37:39,798; -2012/7/19 22:37:49,798; -2012/7/19 22:37:59,798; -2012/7/19 22:38:9,798; -2012/7/19 22:38:19,798; -2012/7/19 22:38:29,798; -2012/7/19 22:38:39,798; -2012/7/19 22:38:49,799; -2012/7/19 22:38:59,798; -2012/7/19 22:39:9,799; -2012/7/19 22:39:19,798; -2012/7/19 22:39:29,798; -2012/7/19 22:39:39,798; -2012/7/19 22:39:49,799; -2012/7/19 22:39:59,798; -2012/7/19 22:40:9,799; -2012/7/19 22:40:19,798; -2012/7/19 22:40:29,799; -2012/7/19 22:40:39,798; -2012/7/19 22:40:49,799; -2012/7/19 22:40:59,798; -2012/7/19 22:41:9,799; -2012/7/19 22:41:19,798; -2012/7/19 22:41:29,799; -2012/7/19 22:41:39,798; -2012/7/19 22:41:49,798; -2012/7/19 22:41:59,798; -2012/7/19 22:42:9,798; -2012/7/19 22:42:19,799; -2012/7/19 22:42:29,798; -2012/7/19 22:42:39,799; -2012/7/19 22:42:49,798; -2012/7/19 22:42:59,798; -2012/7/19 22:43:9,798; -2012/7/19 22:43:19,798; -2012/7/19 22:43:29,798; -2012/7/19 22:43:39,798; -2012/7/19 22:43:49,798; -2012/7/19 22:43:59,799; -2012/7/19 22:44:9,798; -2012/7/19 22:44:19,799; -2012/7/19 22:44:29,798; -2012/7/19 22:44:39,799; -2012/7/19 22:44:49,798; -2012/7/19 22:44:59,799; -2012/7/19 22:45:9,798; -2012/7/19 22:45:19,799; -2012/7/19 22:45:29,798; -2012/7/19 22:45:39,798; -2012/7/19 22:45:49,798; -2012/7/19 22:45:59,798; -2012/7/19 22:46:9,798; -2012/7/19 22:46:19,798; -2012/7/19 22:46:29,798; -2012/7/19 22:46:39,798; -2012/7/19 22:46:49,798; -2012/7/19 22:46:59,798; -2012/7/19 22:47:9,798; -2012/7/19 22:47:19,798; -2012/7/19 22:47:29,798; -2012/7/19 22:47:39,798; -2012/7/19 22:47:49,798; -2012/7/19 22:47:59,798; -2012/7/19 22:48:9,798; -2012/7/19 22:48:19,798; -2012/7/19 22:48:29,798; -2012/7/19 22:48:39,798; -2012/7/19 22:48:49,798; -2012/7/19 22:48:59,799; -2012/7/19 22:49:9,798; -2012/7/19 22:49:19,799; -2012/7/19 22:49:29,798; -2012/7/19 22:49:39,799; -2012/7/19 22:49:49,798; -2012/7/19 22:49:59,798; -2012/7/19 22:50:9,798; -2012/7/19 22:50:19,798; -2012/7/19 22:50:29,798; -2012/7/19 22:50:39,799; -2012/7/19 22:50:49,798; -2012/7/19 22:50:59,799; -2012/7/19 22:51:9,798; -2012/7/19 22:51:19,799; -2012/7/19 22:51:29,798; -2012/7/19 22:51:39,799; -2012/7/19 22:51:49,798; -2012/7/19 22:51:59,799; -2012/7/19 22:52:9,798; -2012/7/19 22:52:19,799; -2012/7/19 22:52:29,798; -2012/7/19 22:52:39,799; -2012/7/19 22:52:49,798; -2012/7/19 22:52:59,799; -2012/7/19 22:53:9,798; -2012/7/19 22:53:19,799; -2012/7/19 22:53:29,798; -2012/7/19 22:53:39,799; -2012/7/19 22:53:49,798; -2012/7/19 22:53:59,799; -2012/7/19 22:54:9,798; -2012/7/19 22:54:19,799; -2012/7/19 22:54:29,798; -2012/7/19 22:54:39,799; -2012/7/19 22:54:49,798; -2012/7/19 22:54:59,799; -2012/7/19 22:55:9,798; -2012/7/19 22:55:19,799; -2012/7/19 22:55:29,798; -2012/7/19 22:55:39,799; -2012/7/19 22:55:49,798; -2012/7/19 22:55:59,799; -2012/7/19 22:56:9,798; -2012/7/19 22:56:19,799; -2012/7/19 22:56:29,798; -2012/7/19 22:56:39,799; -2012/7/19 22:56:49,798; -2012/7/19 22:56:59,799; -2012/7/19 22:57:9,798; -2012/7/19 22:57:19,799; -2012/7/19 22:57:29,798; -2012/7/19 22:57:39,798; -2012/7/19 22:57:49,798; -2012/7/19 22:57:59,798; -2012/7/19 22:58:9,798; -2012/7/19 22:58:19,798; -2012/7/19 22:58:29,798; -2012/7/19 22:58:39,798; -2012/7/19 22:58:49,798; -2012/7/19 22:58:59,798; -2012/7/19 22:59:9,798; -2012/7/19 22:59:19,798; -2012/7/19 22:59:29,798; -2012/7/19 22:59:39,798; -2012/7/19 22:59:49,799; -2012/7/19 22:59:59,798; -2012/7/19 23:0:9,799; -2012/7/19 23:0:19,798; -2012/7/19 23:0:29,799; -2012/7/19 23:0:39,798; -2012/7/19 23:0:49,799; -2012/7/19 23:0:59,798; -2012/7/19 23:1:9,799; -2012/7/19 23:1:19,798; -2012/7/19 23:1:29,799; -2012/7/19 23:1:39,798; -2012/7/19 23:1:49,799; -2012/7/19 23:1:59,798; -2012/7/19 23:2:9,799; -2012/7/19 23:2:19,798; -2012/7/19 23:2:29,799; -2012/7/19 23:2:39,798; -2012/7/19 23:2:49,799; -2012/7/19 23:2:59,798; -2012/7/19 23:3:9,799; -2012/7/19 23:3:19,798; -2012/7/19 23:3:29,798; -2012/7/19 23:3:39,798; -2012/7/19 23:3:49,798; -2012/7/19 23:3:59,798; -2012/7/19 23:4:9,798; -2012/7/19 23:4:19,798; -2012/7/19 23:4:29,798; -2012/7/19 23:4:39,798; -2012/7/19 23:4:49,798; -2012/7/19 23:4:59,798; -2012/7/19 23:5:9,798; -2012/7/19 23:5:19,799; -2012/7/19 23:5:29,798; -2012/7/19 23:5:39,799; -2012/7/19 23:5:49,798; -2012/7/19 23:5:59,799; -2012/7/19 23:6:9,798; -2012/7/19 23:6:19,799; -2012/7/19 23:6:29,798; -2012/7/19 23:6:39,799; -2012/7/19 23:6:49,798; -2012/7/19 23:6:59,799; -2012/7/19 23:7:9,798; -2012/7/19 23:7:19,799; -2012/7/19 23:7:29,798; -2012/7/19 23:7:39,799; -2012/7/19 23:7:49,798; -2012/7/19 23:7:59,799; -2012/7/19 23:8:9,798; -2012/7/19 23:8:19,798; -2012/7/19 23:8:29,798; -2012/7/19 23:8:39,798; -2012/7/19 23:8:49,798; -2012/7/19 23:8:59,799; -2012/7/19 23:9:9,798; -2012/7/19 23:9:19,799; -2012/7/19 23:9:29,798; -2012/7/19 23:9:39,799; -2012/7/19 23:9:49,798; -2012/7/19 23:9:59,798; -2012/7/19 23:10:9,799; -2012/7/19 23:10:19,798; -2012/7/19 23:10:29,799; -2012/7/19 23:10:39,798; -2012/7/19 23:10:49,799; -2012/7/19 23:10:59,798; -2012/7/19 23:11:9,799; -2012/7/19 23:11:19,798; -2012/7/19 23:11:29,799; -2012/7/19 23:11:39,798; -2012/7/19 23:11:49,799; -2012/7/19 23:11:59,798; -2012/7/19 23:12:9,799; -2012/7/19 23:12:19,798; -2012/7/19 23:12:29,799; -2012/7/19 23:12:39,798; -2012/7/19 23:12:49,799; -2012/7/19 23:12:59,798; -2012/7/19 23:13:9,799; -2012/7/19 23:13:19,798; -2012/7/19 23:13:29,799; -2012/7/19 23:13:39,798; -2012/7/19 23:13:49,799; -2012/7/19 23:13:59,798; -2012/7/19 23:14:9,799; -2012/7/19 23:14:19,798; -2012/7/19 23:14:29,799; -2012/7/19 23:14:39,798; -2012/7/19 23:14:49,799; -2012/7/19 23:14:59,798; -2012/7/19 23:15:9,799; -2012/7/19 23:15:19,798; -2012/7/19 23:15:29,799; -2012/7/19 23:15:39,798; -2012/7/19 23:15:49,799; -2012/7/19 23:15:59,798; -2012/7/19 23:16:9,799; -2012/7/19 23:16:19,798; -2012/7/19 23:16:29,799; -2012/7/19 23:16:39,798; -2012/7/19 23:16:49,799; -2012/7/19 23:16:59,798; -2012/7/19 23:17:9,798; -2012/7/19 23:17:19,798; -2012/7/19 23:17:29,798; -2012/7/19 23:17:39,798; -2012/7/19 23:17:49,798; -2012/7/19 23:17:59,798; -2012/7/19 23:18:9,798; -2012/7/19 23:18:19,798; -2012/7/19 23:18:29,798; -2012/7/19 23:18:39,799; -2012/7/19 23:18:49,798; -2012/7/19 23:18:59,799; -2012/7/19 23:19:9,798; -2012/7/19 23:19:19,799; -2012/7/19 23:19:29,798; -2012/7/19 23:19:39,799; -2012/7/19 23:19:49,798; -2012/7/19 23:19:59,799; -2012/7/19 23:20:9,798; -2012/7/19 23:20:19,799; -2012/7/19 23:20:29,798; -2012/7/19 23:20:39,799; -2012/7/19 23:20:49,798; -2012/7/19 23:20:59,798; -2012/7/19 23:21:9,798; -2012/7/19 23:21:19,798; -2012/7/19 23:21:29,798; -2012/7/19 23:21:39,798; -2012/7/19 23:21:49,798; -2012/7/19 23:21:59,798; -2012/7/19 23:22:9,798; -2012/7/19 23:22:19,798; -2012/7/19 23:22:29,799; -2012/7/19 23:22:39,798; -2012/7/19 23:22:49,798; -2012/7/19 23:22:59,798; -2012/7/19 23:23:9,799; -2012/7/19 23:23:19,798; -2012/7/19 23:23:29,799; -2012/7/19 23:23:39,798; -2012/7/19 23:23:49,799; -2012/7/19 23:23:59,798; -2012/7/19 23:24:9,799; -2012/7/19 23:24:19,798; -2012/7/19 23:24:29,799; -2012/7/19 23:24:39,798; -2012/7/19 23:24:49,798; -2012/7/19 23:24:59,798; -2012/7/19 23:25:9,798; -2012/7/19 23:25:19,798; -2012/7/19 23:25:29,798; -2012/7/19 23:25:39,798; -2012/7/19 23:25:49,798; -2012/7/19 23:25:59,798; -2012/7/19 23:26:9,798; -2012/7/19 23:26:19,798; -2012/7/19 23:26:29,798; -2012/7/19 23:26:39,798; -2012/7/19 23:26:49,798; -2012/7/19 23:26:59,798; -2012/7/19 23:27:9,798; -2012/7/19 23:27:19,798; -2012/7/19 23:27:29,798; -2012/7/19 23:27:39,799; -2012/7/19 23:27:49,798; -2012/7/19 23:27:59,799; -2012/7/19 23:28:9,798; -2012/7/19 23:28:19,799; -2012/7/19 23:28:29,798; -2012/7/19 23:28:39,799; -2012/7/19 23:28:49,798; -2012/7/19 23:28:59,799; -2012/7/19 23:29:9,798; -2012/7/19 23:29:19,799; -2012/7/19 23:29:29,798; -2012/7/19 23:29:39,799; -2012/7/19 23:29:49,798; -2012/7/19 23:29:59,799; -2012/7/19 23:30:9,798; -2012/7/19 23:30:19,799; -2012/7/19 23:30:29,798; -2012/7/19 23:30:39,798; -2012/7/19 23:30:49,798; -2012/7/19 23:30:59,798; -2012/7/19 23:31:9,798; -2012/7/19 23:31:19,798; -2012/7/19 23:31:29,798; -2012/7/19 23:31:39,798; -2012/7/19 23:31:49,798; -2012/7/19 23:31:59,798; -2012/7/19 23:32:9,798; -2012/7/19 23:32:19,798; -2012/7/19 23:32:29,799; -2012/7/19 23:32:39,798; -2012/7/19 23:32:49,798; -2012/7/19 23:32:59,798; -2012/7/19 23:33:9,798; -2012/7/19 23:33:19,798; -2012/7/19 23:33:29,799; -2012/7/19 23:33:39,798; -2012/7/19 23:33:49,799; -2012/7/19 23:33:59,798; -2012/7/19 23:34:9,799; -2012/7/19 23:34:19,798; -2012/7/19 23:34:29,799; -2012/7/19 23:34:39,798; -2012/7/19 23:34:49,799; -2012/7/19 23:34:59,798; -2012/7/19 23:35:9,799; -2012/7/19 23:35:19,798; -2012/7/19 23:35:29,798; -2012/7/19 23:35:39,798; -2012/7/19 23:35:49,798; -2012/7/19 23:35:59,798; -2012/7/19 23:36:9,798; -2012/7/19 23:36:19,798; -2012/7/19 23:36:29,798; -2012/7/19 23:36:39,798; -2012/7/19 23:36:49,798; -2012/7/19 23:36:59,798; -2012/7/19 23:37:9,798; -2012/7/19 23:37:19,798; -2012/7/19 23:37:29,798; -2012/7/19 23:37:39,799; -2012/7/19 23:37:49,798; -2012/7/19 23:37:59,799; -2012/7/19 23:38:9,798; -2012/7/19 23:38:19,799; -2012/7/19 23:38:29,798; -2012/7/19 23:38:39,799; -2012/7/19 23:38:49,798; -2012/7/19 23:38:59,799; -2012/7/19 23:39:9,798; -2012/7/19 23:39:19,799; -2012/7/19 23:39:29,798; -2012/7/19 23:39:39,799; -2012/7/19 23:39:49,798; -2012/7/19 23:39:59,798; -2012/7/19 23:40:9,798; -2012/7/19 23:40:19,798; -2012/7/19 23:40:29,798; -2012/7/19 23:40:39,798; -2012/7/19 23:40:49,798; -2012/7/19 23:40:59,798; -2012/7/19 23:41:9,799; -2012/7/19 23:41:19,798; -2012/7/19 23:41:29,799; -2012/7/19 23:41:39,798; -2012/7/19 23:41:49,799; -2012/7/19 23:41:59,798; -2012/7/19 23:42:9,799; -2012/7/19 23:42:19,798; -2012/7/19 23:42:29,799; -2012/7/19 23:42:39,798; -2012/7/19 23:42:49,799; -2012/7/19 23:42:59,798; -2012/7/19 23:43:9,799; -2012/7/19 23:43:19,798; -2012/7/19 23:43:29,799; -2012/7/19 23:43:39,798; -2012/7/19 23:43:49,799; -2012/7/19 23:43:59,798; -2012/7/19 23:44:9,799; -2012/7/19 23:44:19,798; -2012/7/19 23:44:29,799; -2012/7/19 23:44:39,798; -2012/7/19 23:44:49,799; -2012/7/19 23:44:59,798; -2012/7/19 23:45:9,799; -2012/7/19 23:45:19,798; -2012/7/19 23:45:29,799; -2012/7/19 23:45:39,798; -2012/7/19 23:45:49,799; -2012/7/19 23:45:59,798; -2012/7/19 23:46:9,799; -2012/7/19 23:46:19,798; -2012/7/19 23:46:29,799; -2012/7/19 23:46:39,798; -2012/7/19 23:46:49,799; -2012/7/19 23:46:59,798; -2012/7/19 23:47:9,798; -2012/7/19 23:47:19,798; -2012/7/19 23:47:29,799; -2012/7/19 23:47:39,798; -2012/7/19 23:47:49,799; -2012/7/19 23:47:59,798; -2012/7/19 23:48:9,799; -2012/7/19 23:48:19,798; -2012/7/19 23:48:29,799; -2012/7/19 23:48:39,798; -2012/7/19 23:48:49,799; -2012/7/19 23:48:59,798; -2012/7/19 23:49:9,799; -2012/7/19 23:49:19,798; -2012/7/19 23:49:29,799; -2012/7/19 23:49:39,798; -2012/7/19 23:49:49,799; -2012/7/19 23:49:59,798; -2012/7/19 23:50:9,799; -2012/7/19 23:50:19,798; -2012/7/19 23:50:29,799; -2012/7/19 23:50:39,798; -2012/7/19 23:50:49,799; -2012/7/19 23:50:59,798; -2012/7/19 23:51:9,799; -2012/7/19 23:51:19,798; -2012/7/19 23:51:29,798; -2012/7/19 23:51:39,798; -2012/7/19 23:51:49,798; -2012/7/19 23:51:59,798; -2012/7/19 23:52:9,799; -2012/7/19 23:52:19,798; -2012/7/19 23:52:29,799; -2012/7/19 23:52:39,798; -2012/7/19 23:52:49,799; -2012/7/19 23:52:59,798; -2012/7/19 23:53:9,799; -2012/7/19 23:53:19,798; -2012/7/19 23:53:29,799; -2012/7/19 23:53:39,798; -2012/7/19 23:53:49,799; -2012/7/19 23:53:59,798; -2012/7/19 23:54:9,798; -2012/7/19 23:54:19,798; -2012/7/19 23:54:29,798; -2012/7/19 23:54:39,798; -2012/7/19 23:54:49,798; -2012/7/19 23:54:59,798; -2012/7/19 23:55:9,798; -2012/7/19 23:55:19,798; -2012/7/19 23:55:29,798; -2012/7/19 23:55:39,798; -2012/7/19 23:55:49,798; -2012/7/19 23:55:59,798; -2012/7/19 23:56:9,798; -2012/7/19 23:56:19,799; -2012/7/19 23:56:29,798; -2012/7/19 23:56:39,799; -2012/7/19 23:56:49,798; -2012/7/19 23:56:59,799; -2012/7/19 23:57:9,798; -2012/7/19 23:57:19,799; -2012/7/19 23:57:29,798; -2012/7/19 23:57:39,798; -2012/7/19 23:57:49,798; -2012/7/19 23:57:59,798; -2012/7/19 23:58:9,798; -2012/7/19 23:58:19,798; -2012/7/19 23:58:29,798; -2012/7/19 23:58:39,798; -2012/7/19 23:58:49,798; -2012/7/19 23:58:59,798; -2012/7/19 23:59:9,799; -2012/7/19 23:59:19,798; -2012/7/19 23:59:29,799; -2012/7/19 23:59:39,798; -2012/7/19 23:59:49,798; -2012/7/19 23:59:59,798; -2012/7/20 0:0:9,798; -2012/7/20 0:0:19,798; -2012/7/20 0:0:29,798; -2012/7/20 0:0:39,798; -2012/7/20 0:0:49,798; -2012/7/20 0:0:59,798; -2012/7/20 0:1:9,798; -2012/7/20 0:1:19,799; -2012/7/20 0:1:29,798; -2012/7/20 0:1:39,799; -2012/7/20 0:1:49,798; -2012/7/20 0:1:59,799; -2012/7/20 0:2:9,798; -2012/7/20 0:2:19,799; -2012/7/20 0:2:29,798; -2012/7/20 0:2:39,798; -2012/7/20 0:2:49,798; -2012/7/20 0:2:59,798; -2012/7/20 0:3:9,799; -2012/7/20 0:3:19,798; -2012/7/20 0:3:29,799; -2012/7/20 0:3:39,798; -2012/7/20 0:3:49,799; -2012/7/20 0:3:59,798; -2012/7/20 0:4:9,799; -2012/7/20 0:4:19,798; -2012/7/20 0:4:29,799; -2012/7/20 0:4:39,798; -2012/7/20 0:4:49,799; -2012/7/20 0:4:59,798; -2012/7/20 0:5:9,798; -2012/7/20 0:5:19,798; -2012/7/20 0:5:29,798; -2012/7/20 0:5:39,798; -2012/7/20 0:5:49,798; -2012/7/20 0:5:59,798; -2012/7/20 0:6:9,798; -2012/7/20 0:6:19,798; -2012/7/20 0:6:29,798; -2012/7/20 0:6:39,798; -2012/7/20 0:6:49,798; -2012/7/20 0:6:59,799; -2012/7/20 0:7:9,798; -2012/7/20 0:7:19,799; -2012/7/20 0:7:29,798; -2012/7/20 0:7:39,798; -2012/7/20 0:7:49,798; -2012/7/20 0:7:59,798; -2012/7/20 0:8:9,798; -2012/7/20 0:8:19,798; -2012/7/20 0:8:29,799; -2012/7/20 0:8:39,798; -2012/7/20 0:8:49,799; -2012/7/20 0:8:59,798; -2012/7/20 0:9:9,799; -2012/7/20 0:9:19,798; -2012/7/20 0:9:29,799; -2012/7/20 0:9:39,798; -2012/7/20 0:9:49,799; -2012/7/20 0:9:59,798; -2012/7/20 0:10:9,799; -2012/7/20 0:10:19,798; -2012/7/20 0:10:29,799; -2012/7/20 0:10:39,798; -2012/7/20 0:10:49,799; -2012/7/20 0:10:59,798; -2012/7/20 0:11:9,798; -2012/7/20 0:11:19,798; -2012/7/20 0:11:29,798; -2012/7/20 0:11:39,798; -2012/7/20 0:11:49,798; -2012/7/20 0:11:59,799; -2012/7/20 0:12:9,798; -2012/7/20 0:12:19,799; -2012/7/20 0:12:29,798; -2012/7/20 0:12:39,799; -2012/7/20 0:12:49,798; -2012/7/20 0:12:59,799; -2012/7/20 0:13:9,798; -2012/7/20 0:13:19,799; -2012/7/20 0:13:29,798; -2012/7/20 0:13:39,798; -2012/7/20 0:13:49,798; -2012/7/20 0:13:59,798; -2012/7/20 0:14:9,798; -2012/7/20 0:14:19,798; -2012/7/20 0:14:29,798; -2012/7/20 0:14:39,798; -2012/7/20 0:14:49,798; -2012/7/20 0:14:59,798; -2012/7/20 0:15:9,798; -2012/7/20 0:15:19,798; -2012/7/20 0:15:29,798; -2012/7/20 0:15:39,798; -2012/7/20 0:15:49,798; -2012/7/20 0:15:59,798; -2012/7/20 0:16:9,799; -2012/7/20 0:16:19,798; -2012/7/20 0:16:29,799; -2012/7/20 0:16:39,798; -2012/7/20 0:16:49,799; -2012/7/20 0:16:59,798; -2012/7/20 0:17:9,798; -2012/7/20 0:17:19,798; -2012/7/20 0:17:29,798; -2012/7/20 0:17:39,799; -2012/7/20 0:17:49,798; -2012/7/20 0:17:59,799; -2012/7/20 0:18:9,798; -2012/7/20 0:18:19,799; -2012/7/20 0:18:29,798; -2012/7/20 0:18:39,799; -2012/7/20 0:18:49,798; -2012/7/20 0:18:59,798; -2012/7/20 0:19:9,798; -2012/7/20 0:19:19,798; -2012/7/20 0:19:29,798; -2012/7/20 0:19:39,798; -2012/7/20 0:19:49,798; -2012/7/20 0:19:59,798; -2012/7/20 0:20:9,799; -2012/7/20 0:20:19,798; -2012/7/20 0:20:29,799; -2012/7/20 0:20:39,798; -2012/7/20 0:20:49,799; -2012/7/20 0:20:59,798; -2012/7/20 0:21:9,799; -2012/7/20 0:21:19,798; -2012/7/20 0:21:29,799; -2012/7/20 0:21:39,798; -2012/7/20 0:21:49,798; -2012/7/20 0:21:59,798; -2012/7/20 0:22:9,798; -2012/7/20 0:22:19,798; -2012/7/20 0:22:29,798; -2012/7/20 0:22:39,799; -2012/7/20 0:22:49,798; -2012/7/20 0:22:59,799; -2012/7/20 0:23:9,798; -2012/7/20 0:23:19,799; -2012/7/20 0:23:29,798; -2012/7/20 0:23:39,799; -2012/7/20 0:23:49,798; -2012/7/20 0:23:59,798; -2012/7/20 0:24:9,798; -2012/7/20 0:24:19,798; -2012/7/20 0:24:29,798; -2012/7/20 0:24:39,798; -2012/7/20 0:24:49,798; -2012/7/20 0:24:59,798; -2012/7/20 0:25:9,799; -2012/7/20 0:25:19,798; -2012/7/20 0:25:29,798; -2012/7/20 0:25:39,798; -2012/7/20 0:25:49,798; -2012/7/20 0:25:59,798; -2012/7/20 0:26:9,798; -2012/7/20 0:26:19,798; -2012/7/20 0:26:29,798; -2012/7/20 0:26:39,799; -2012/7/20 0:26:49,798; -2012/7/20 0:26:59,799; -2012/7/20 0:27:9,799; -2012/7/20 0:27:19,798; -2012/7/20 0:27:29,798; -2012/7/20 0:27:39,798; -2012/7/20 0:27:49,798; -2012/7/20 0:27:59,798; -2012/7/20 0:28:9,798; -2012/7/20 0:28:19,798; -2012/7/20 0:28:29,798; -2012/7/20 0:28:39,798; -2012/7/20 0:28:49,798; -2012/7/20 0:28:59,798; -2012/7/20 0:29:9,798; -2012/7/20 0:29:19,798; -2012/7/20 0:29:29,798; -2012/7/20 0:29:39,798; -2012/7/20 0:29:49,798; -2012/7/20 0:29:59,798; -2012/7/20 0:30:9,798; -2012/7/20 0:30:19,798; -2012/7/20 0:30:29,798; -2012/7/20 0:30:39,799; -2012/7/20 0:30:49,798; -2012/7/20 0:30:59,799; -2012/7/20 0:31:9,798; -2012/7/20 0:31:19,798; -2012/7/20 0:31:29,798; -2012/7/20 0:31:39,798; -2012/7/20 0:31:49,798; -2012/7/20 0:31:59,798; -2012/7/20 0:32:9,799; -2012/7/20 0:32:19,798; -2012/7/20 0:32:29,799; -2012/7/20 0:32:39,798; -2012/7/20 0:32:49,799; -2012/7/20 0:32:59,798; -2012/7/20 0:33:9,799; -2012/7/20 0:33:19,798; -2012/7/20 0:33:29,799; -2012/7/20 0:33:39,798; -2012/7/20 0:33:49,798; -2012/7/20 0:33:59,798; -2012/7/20 0:34:9,798; -2012/7/20 0:34:19,798; -2012/7/20 0:34:29,798; -2012/7/20 0:34:39,798; -2012/7/20 0:34:49,798; -2012/7/20 0:34:59,798; -2012/7/20 0:35:9,798; -2012/7/20 0:35:19,798; -2012/7/20 0:35:29,798; -2012/7/20 0:35:39,798; -2012/7/20 0:35:49,798; -2012/7/20 0:35:59,798; -2012/7/20 0:36:9,798; -2012/7/20 0:36:19,798; -2012/7/20 0:36:29,798; -2012/7/20 0:36:39,799; -2012/7/20 0:36:49,798; -2012/7/20 0:36:59,799; -2012/7/20 0:37:9,798; -2012/7/20 0:37:19,799; -2012/7/20 0:37:29,798; -2012/7/20 0:37:39,799; -2012/7/20 0:37:49,798; -2012/7/20 0:37:59,799; -2012/7/20 0:38:9,798; -2012/7/20 0:38:19,798; -2012/7/20 0:38:29,798; -2012/7/20 0:38:39,798; -2012/7/20 0:38:49,798; -2012/7/20 0:38:59,798; -2012/7/20 0:39:9,798; -2012/7/20 0:39:19,798; -2012/7/20 0:39:29,799; -2012/7/20 0:39:39,798; -2012/7/20 0:39:49,799; -2012/7/20 0:39:59,798; -2012/7/20 0:40:9,799; -2012/7/20 0:40:19,798; -2012/7/20 0:40:29,798; -2012/7/20 0:40:39,798; -2012/7/20 0:40:49,798; -2012/7/20 0:40:59,798; -2012/7/20 0:41:9,798; -2012/7/20 0:41:19,798; -2012/7/20 0:41:29,798; -2012/7/20 0:41:39,798; -2012/7/20 0:41:49,798; -2012/7/20 0:41:59,799; -2012/7/20 0:42:9,798; -2012/7/20 0:42:19,799; -2012/7/20 0:42:29,798; -2012/7/20 0:42:39,799; -2012/7/20 0:42:49,798; -2012/7/20 0:42:59,799; -2012/7/20 0:43:9,798; -2012/7/20 0:43:19,799; -2012/7/20 0:43:29,798; -2012/7/20 0:43:39,799; -2012/7/20 0:43:49,798; -2012/7/20 0:43:59,799; -2012/7/20 0:44:9,798; -2012/7/20 0:44:19,799; -2012/7/20 0:44:29,798; -2012/7/20 0:44:39,799; -2012/7/20 0:44:49,798; -2012/7/20 0:44:59,798; -2012/7/20 0:45:9,798; -2012/7/20 0:45:19,798; -2012/7/20 0:45:29,798; -2012/7/20 0:45:39,798; -2012/7/20 0:45:49,798; -2012/7/20 0:45:59,798; -2012/7/20 0:46:9,799; -2012/7/20 0:46:19,798; -2012/7/20 0:46:29,799; -2012/7/20 0:46:39,798; -2012/7/20 0:46:49,799; -2012/7/20 0:46:59,798; -2012/7/20 0:47:9,798; -2012/7/20 0:47:19,798; -2012/7/20 0:47:29,798; -2012/7/20 0:47:39,798; -2012/7/20 0:47:49,798; -2012/7/20 0:47:59,798; -2012/7/20 0:48:9,799; -2012/7/20 0:48:19,798; -2012/7/20 0:48:29,799; -2012/7/20 0:48:39,798; -2012/7/20 0:48:49,798; -2012/7/20 0:48:59,798; -2012/7/20 0:49:9,798; -2012/7/20 0:49:19,798; -2012/7/20 0:49:29,798; -2012/7/20 0:49:39,798; -2012/7/20 0:49:49,798; -2012/7/20 0:49:59,798; -2012/7/20 0:50:9,798; -2012/7/20 0:50:19,798; -2012/7/20 0:50:29,798; -2012/7/20 0:50:39,798; -2012/7/20 0:50:49,798; -2012/7/20 0:50:59,798; -2012/7/20 0:51:9,798; -2012/7/20 0:51:19,799; -2012/7/20 0:51:29,798; -2012/7/20 0:51:39,799; -2012/7/20 0:51:49,798; -2012/7/20 0:51:59,799; -2012/7/20 0:52:9,798; -2012/7/20 0:52:19,799; -2012/7/20 0:52:29,798; -2012/7/20 0:52:39,799; -2012/7/20 0:52:49,798; -2012/7/20 0:52:59,799; -2012/7/20 0:53:9,798; -2012/7/20 0:53:19,799; -2012/7/20 0:53:29,798; -2012/7/20 0:53:39,799; -2012/7/20 0:53:49,798; -2012/7/20 0:53:59,798; -2012/7/20 0:54:9,798; -2012/7/20 0:54:19,798; -2012/7/20 0:54:29,798; -2012/7/20 0:54:39,798; -2012/7/20 0:54:49,798; -2012/7/20 0:54:59,798; -2012/7/20 0:55:9,798; -2012/7/20 0:55:19,798; -2012/7/20 0:55:29,798; -2012/7/20 0:55:39,798; -2012/7/20 0:55:49,798; -2012/7/20 0:55:59,798; -2012/7/20 0:56:9,799; -2012/7/20 0:56:19,798; -2012/7/20 0:56:29,799; -2012/7/20 0:56:39,798; -2012/7/20 0:56:49,799; -2012/7/20 0:56:59,798; -2012/7/20 0:57:9,799; -2012/7/20 0:57:19,798; -2012/7/20 0:57:29,799; -2012/7/20 0:57:39,798; -2012/7/20 0:57:49,799; -2012/7/20 0:57:59,798; -2012/7/20 0:58:9,799; -2012/7/20 0:58:19,798; -2012/7/20 0:58:29,799; -2012/7/20 0:58:39,798; -2012/7/20 0:58:49,798; -2012/7/20 0:58:59,798; -2012/7/20 0:59:9,798; -2012/7/20 0:59:19,798; -2012/7/20 0:59:29,798; -2012/7/20 0:59:39,798; -2012/7/20 0:59:49,798; -2012/7/20 0:59:59,798; -2012/7/20 1:0:9,798; -2012/7/20 1:0:19,798; -2012/7/20 1:0:29,798; -2012/7/20 1:0:39,799; -2012/7/20 1:0:49,798; -2012/7/20 1:0:59,799; -2012/7/20 1:1:9,798; -2012/7/20 1:1:19,799; -2012/7/20 1:1:29,798; -2012/7/20 1:1:39,799; -2012/7/20 1:1:49,798; -2012/7/20 1:1:59,798; -2012/7/20 1:2:9,798; -2012/7/20 1:2:19,798; -2012/7/20 1:2:29,798; -2012/7/20 1:2:39,798; -2012/7/20 1:2:49,799; -2012/7/20 1:2:59,798; -2012/7/20 1:3:9,799; -2012/7/20 1:3:19,798; -2012/7/20 1:3:29,799; -2012/7/20 1:3:39,798; -2012/7/20 1:3:49,799; -2012/7/20 1:3:59,798; -2012/7/20 1:4:9,799; -2012/7/20 1:4:19,798; -2012/7/20 1:4:29,798; -2012/7/20 1:4:39,798; -2012/7/20 1:4:49,798; -2012/7/20 1:4:59,798; -2012/7/20 1:5:9,798; -2012/7/20 1:5:19,799; -2012/7/20 1:5:29,798; -2012/7/20 1:5:39,799; -2012/7/20 1:5:49,798; -2012/7/20 1:5:59,799; -2012/7/20 1:6:9,798; -2012/7/20 1:6:19,799; -2012/7/20 1:6:29,798; -2012/7/20 1:6:39,798; -2012/7/20 1:6:49,798; -2012/7/20 1:6:59,798; -2012/7/20 1:7:9,799; -2012/7/20 1:7:19,798; -2012/7/20 1:7:29,799; -2012/7/20 1:7:39,798; -2012/7/20 1:7:49,799; -2012/7/20 1:7:59,798; -2012/7/20 1:8:9,799; -2012/7/20 1:8:19,798; -2012/7/20 1:8:29,799; -2012/7/20 1:8:39,798; -2012/7/20 1:8:49,799; -2012/7/20 1:8:59,798; -2012/7/20 1:9:9,799; -2012/7/20 1:9:19,798; -2012/7/20 1:9:29,798; -2012/7/20 1:9:39,798; -2012/7/20 1:9:49,798; -2012/7/20 1:9:59,798; -2012/7/20 1:10:9,798; -2012/7/20 1:10:19,798; -2012/7/20 1:10:29,798; -2012/7/20 1:10:39,798; -2012/7/20 1:10:49,798; -2012/7/20 1:10:59,799; -2012/7/20 1:11:9,798; -2012/7/20 1:11:19,799; -2012/7/20 1:11:29,798; -2012/7/20 1:11:39,798; -2012/7/20 1:11:49,798; -2012/7/20 1:11:59,798; -2012/7/20 1:12:9,798; -2012/7/20 1:12:19,798; -2012/7/20 1:12:29,799; -2012/7/20 1:12:39,798; -2012/7/20 1:12:49,799; -2012/7/20 1:12:59,798; -2012/7/20 1:13:9,799; -2012/7/20 1:13:19,798; -2012/7/20 1:13:29,799; -2012/7/20 1:13:39,798; -2012/7/20 1:13:49,799; -2012/7/20 1:13:59,798; -2012/7/20 1:14:9,798; -2012/7/20 1:14:19,798; -2012/7/20 1:14:29,798; -2012/7/20 1:14:39,799; -2012/7/20 1:14:49,798; -2012/7/20 1:14:59,799; -2012/7/20 1:15:9,798; -2012/7/20 1:15:19,799; -2012/7/20 1:15:29,798; -2012/7/20 1:15:39,799; -2012/7/20 1:15:49,798; -2012/7/20 1:15:59,798; -2012/7/20 1:16:9,798; -2012/7/20 1:16:19,798; -2012/7/20 1:16:29,798; -2012/7/20 1:16:39,798; -2012/7/20 1:16:49,799; -2012/7/20 1:16:59,798; -2012/7/20 1:17:9,799; -2012/7/20 1:17:19,798; -2012/7/20 1:17:29,799; -2012/7/20 1:17:39,798; -2012/7/20 1:17:49,799; -2012/7/20 1:17:59,798; -2012/7/20 1:18:9,799; -2012/7/20 1:18:19,798; -2012/7/20 1:18:29,799; -2012/7/20 1:18:39,798; -2012/7/20 1:18:49,798; -2012/7/20 1:18:59,798; -2012/7/20 1:19:9,798; -2012/7/20 1:19:19,799; -2012/7/20 1:19:29,798; -2012/7/20 1:19:39,799; -2012/7/20 1:19:49,798; -2012/7/20 1:19:59,799; -2012/7/20 1:20:9,798; -2012/7/20 1:20:19,799; -2012/7/20 1:20:29,798; -2012/7/20 1:20:39,798; -2012/7/20 1:20:49,798; -2012/7/20 1:20:59,798; -2012/7/20 1:21:9,798; -2012/7/20 1:21:19,798; -2012/7/20 1:21:29,798; -2012/7/20 1:21:39,798; -2012/7/20 1:21:49,799; -2012/7/20 1:21:59,798; -2012/7/20 1:22:9,799; -2012/7/20 1:22:19,798; -2012/7/20 1:22:29,799; -2012/7/20 1:22:39,798; -2012/7/20 1:22:49,799; -2012/7/20 1:22:59,798; -2012/7/20 1:23:9,799; -2012/7/20 1:23:19,798; -2012/7/20 1:23:29,799; -2012/7/20 1:23:39,798; -2012/7/20 1:23:49,799; -2012/7/20 1:23:59,798; -2012/7/20 1:24:9,798; -2012/7/20 1:24:19,798; -2012/7/20 1:24:29,798; -2012/7/20 1:24:39,798; -2012/7/20 1:24:49,798; -2012/7/20 1:24:59,799; -2012/7/20 1:25:9,798; -2012/7/20 1:25:19,799; -2012/7/20 1:25:29,798; -2012/7/20 1:25:39,799; -2012/7/20 1:25:49,798; -2012/7/20 1:25:59,798; -2012/7/20 1:26:9,798; -2012/7/20 1:26:19,798; -2012/7/20 1:26:29,798; -2012/7/20 1:26:39,798; -2012/7/20 1:26:49,799; -2012/7/20 1:26:59,798; -2012/7/20 1:27:9,799; -2012/7/20 1:27:19,798; -2012/7/20 1:27:29,799; -2012/7/20 1:27:39,798; -2012/7/20 1:27:49,798; -2012/7/20 1:27:59,798; -2012/7/20 1:28:9,798; -2012/7/20 1:28:19,798; -2012/7/20 1:28:29,798; -2012/7/20 1:28:39,798; -2012/7/20 1:28:49,798; -2012/7/20 1:28:59,799; -2012/7/20 1:29:9,798; -2012/7/20 1:29:19,799; -2012/7/20 1:29:29,798; -2012/7/20 1:29:39,799; -2012/7/20 1:29:49,798; -2012/7/20 1:29:59,798; -2012/7/20 1:30:9,798; -2012/7/20 1:30:19,798; -2012/7/20 1:30:29,798; -2012/7/20 1:30:39,798; -2012/7/20 1:30:49,799; -2012/7/20 1:30:59,798; -2012/7/20 1:31:9,799; -2012/7/20 1:31:19,798; -2012/7/20 1:31:29,799; -2012/7/20 1:31:39,798; -2012/7/20 1:31:49,799; -2012/7/20 1:31:59,798; -2012/7/20 1:32:9,799; -2012/7/20 1:32:19,798; -2012/7/20 1:32:29,798; -2012/7/20 1:32:39,798; -2012/7/20 1:32:49,798; -2012/7/20 1:32:59,798; -2012/7/20 1:33:9,798; -2012/7/20 1:33:19,798; -2012/7/20 1:33:29,798; -2012/7/20 1:33:39,799; -2012/7/20 1:33:49,798; -2012/7/20 1:33:59,799; -2012/7/20 1:34:9,798; -2012/7/20 1:34:19,799; -2012/7/20 1:34:29,798; -2012/7/20 1:34:39,799; -2012/7/20 1:34:49,798; -2012/7/20 1:34:59,799; -2012/7/20 1:35:9,798; -2012/7/20 1:35:19,798; -2012/7/20 1:35:29,798; -2012/7/20 1:35:39,798; -2012/7/20 1:35:49,798; -2012/7/20 1:35:59,798; -2012/7/20 1:36:9,798; -2012/7/20 1:36:19,798; -2012/7/20 1:36:29,798; -2012/7/20 1:36:39,798; -2012/7/20 1:36:49,799; -2012/7/20 1:36:59,798; -2012/7/20 1:37:9,799; -2012/7/20 1:37:19,798; -2012/7/20 1:37:29,799; -2012/7/20 1:37:39,798; -2012/7/20 1:37:49,799; -2012/7/20 1:37:59,798; -2012/7/20 1:38:9,798; -2012/7/20 1:38:19,798; -2012/7/20 1:38:29,798; -2012/7/20 1:38:39,798; -2012/7/20 1:38:49,798; -2012/7/20 1:38:59,798; -2012/7/20 1:39:9,798; -2012/7/20 1:39:19,799; -2012/7/20 1:39:29,798; -2012/7/20 1:39:39,799; -2012/7/20 1:39:49,798; -2012/7/20 1:39:59,799; -2012/7/20 1:40:9,798; -2012/7/20 1:40:19,799; -2012/7/20 1:40:29,798; -2012/7/20 1:40:39,799; -2012/7/20 1:40:49,798; -2012/7/20 1:40:59,799; -2012/7/20 1:41:9,798; -2012/7/20 1:41:19,799; -2012/7/20 1:41:29,798; -2012/7/20 1:41:39,799; -2012/7/20 1:41:49,798; -2012/7/20 1:41:59,799; -2012/7/20 1:42:9,798; -2012/7/20 1:42:19,799; -2012/7/20 1:42:29,798; -2012/7/20 1:42:39,798; -2012/7/20 1:42:49,798; -2012/7/20 1:42:59,798; -2012/7/20 1:43:9,798; -2012/7/20 1:43:19,798; -2012/7/20 1:43:29,799; -2012/7/20 1:43:39,798; -2012/7/20 1:43:49,799; -2012/7/20 1:43:59,798; -2012/7/20 1:44:9,799; -2012/7/20 1:44:19,798; -2012/7/20 1:44:29,799; -2012/7/20 1:44:39,798; -2012/7/20 1:44:49,799; -2012/7/20 1:44:59,798; -2012/7/20 1:45:9,798; -2012/7/20 1:45:19,798; -2012/7/20 1:45:29,798; -2012/7/20 1:45:39,799; -2012/7/20 1:45:49,798; -2012/7/20 1:45:59,799; -2012/7/20 1:46:9,798; -2012/7/20 1:46:19,798; -2012/7/20 1:46:29,798; -2012/7/20 1:46:39,798; -2012/7/20 1:46:49,798; -2012/7/20 1:46:59,798; -2012/7/20 1:47:9,798; -2012/7/20 1:47:19,798; -2012/7/20 1:47:29,799; -2012/7/20 1:47:39,798; -2012/7/20 1:47:49,799; -2012/7/20 1:47:59,798; -2012/7/20 1:48:9,799; -2012/7/20 1:48:19,798; -2012/7/20 1:48:29,799; -2012/7/20 1:48:39,798; -2012/7/20 1:48:49,799; -2012/7/20 1:48:59,798; -2012/7/20 1:49:9,799; -2012/7/20 1:49:19,798; -2012/7/20 1:49:29,798; -2012/7/20 1:49:39,798; -2012/7/20 1:49:49,799; -2012/7/20 1:49:59,798; -2012/7/20 1:50:9,799; -2012/7/20 1:50:19,798; -2012/7/20 1:50:29,798; -2012/7/20 1:50:39,798; -2012/7/20 1:50:49,799; -2012/7/20 1:50:59,798; -2012/7/20 1:51:9,798; -2012/7/20 1:51:19,798; -2012/7/20 1:51:29,798; -2012/7/20 1:51:39,798; -2012/7/20 1:51:49,799; -2012/7/20 1:51:59,798; -2012/7/20 1:52:9,798; -2012/7/20 1:52:19,798; -2012/7/20 1:52:29,798; -2012/7/20 1:52:39,798; -2012/7/20 1:52:49,798; -2012/7/20 1:52:59,798; -2012/7/20 1:53:9,798; -2012/7/20 1:53:19,798; -2012/7/20 1:53:29,798; -2012/7/20 1:53:39,799; -2012/7/20 1:53:49,798; -2012/7/20 1:53:59,799; -2012/7/20 1:54:9,798; -2012/7/20 1:54:19,799; -2012/7/20 1:54:29,798; -2012/7/20 1:54:39,799; -2012/7/20 1:54:49,798; -2012/7/20 1:54:59,799; -2012/7/20 1:55:9,798; -2012/7/20 1:55:19,799; -2012/7/20 1:55:29,798; -2012/7/20 1:55:39,798; -2012/7/20 1:55:49,798; -2012/7/20 1:55:59,799; -2012/7/20 1:56:9,798; -2012/7/20 1:56:19,799; -2012/7/20 1:56:29,798; -2012/7/20 1:56:39,799; -2012/7/20 1:56:49,798; -2012/7/20 1:56:59,798; -2012/7/20 1:57:9,798; -2012/7/20 1:57:19,798; -2012/7/20 1:57:29,798; -2012/7/20 1:57:39,798; -2012/7/20 1:57:49,798; -2012/7/20 1:57:59,798; -2012/7/20 1:58:9,798; -2012/7/20 1:58:19,798; -2012/7/20 1:58:29,798; -2012/7/20 1:58:39,799; -2012/7/20 1:58:49,798; -2012/7/20 1:58:59,799; -2012/7/20 1:59:9,798; -2012/7/20 1:59:19,799; -2012/7/20 1:59:29,798; -2012/7/20 1:59:39,798; -2012/7/20 1:59:49,798; -2012/7/20 1:59:59,798; -2012/7/20 2:0:9,798; -2012/7/20 2:0:19,798; -2012/7/20 2:0:29,798; -2012/7/20 2:0:39,798; -2012/7/20 2:0:49,798; -2012/7/20 2:0:59,798; -2012/7/20 2:1:9,798; -2012/7/20 2:1:19,798; -2012/7/20 2:1:29,799; -2012/7/20 2:1:39,798; -2012/7/20 2:1:49,799; -2012/7/20 2:1:59,798; -2012/7/20 2:2:9,799; -2012/7/20 2:2:19,798; -2012/7/20 2:2:29,798; -2012/7/20 2:2:39,798; -2012/7/20 2:2:49,798; -2012/7/20 2:2:59,798; -2012/7/20 2:3:9,798; -2012/7/20 2:3:19,798; -2012/7/20 2:3:29,798; -2012/7/20 2:3:39,799; -2012/7/20 2:3:49,798; -2012/7/20 2:3:59,799; -2012/7/20 2:4:9,798; -2012/7/20 2:4:19,799; -2012/7/20 2:4:29,798; -2012/7/20 2:4:39,798; -2012/7/20 2:4:49,798; -2012/7/20 2:4:59,798; -2012/7/20 2:5:9,798; -2012/7/20 2:5:19,798; -2012/7/20 2:5:29,798; -2012/7/20 2:5:39,798; -2012/7/20 2:5:49,798; -2012/7/20 2:5:59,798; -2012/7/20 2:6:9,799; -2012/7/20 2:6:19,798; -2012/7/20 2:6:29,799; -2012/7/20 2:6:39,798; -2012/7/20 2:6:49,799; -2012/7/20 2:6:59,798; -2012/7/20 2:7:9,799; -2012/7/20 2:7:19,798; -2012/7/20 2:7:29,799; -2012/7/20 2:7:39,798; -2012/7/20 2:7:49,798; -2012/7/20 2:7:59,798; -2012/7/20 2:8:9,799; -2012/7/20 2:8:19,798; -2012/7/20 2:8:29,798; -2012/7/20 2:8:39,798; -2012/7/20 2:8:49,798; -2012/7/20 2:8:59,798; -2012/7/20 2:9:9,798; -2012/7/20 2:9:19,798; -2012/7/20 2:9:29,798; -2012/7/20 2:9:39,799; -2012/7/20 2:9:49,798; -2012/7/20 2:9:59,799; -2012/7/20 2:10:9,798; -2012/7/20 2:10:19,799; -2012/7/20 2:10:29,798; -2012/7/20 2:10:39,799; -2012/7/20 2:10:49,798; -2012/7/20 2:10:59,799; -2012/7/20 2:11:9,798; -2012/7/20 2:11:19,798; -2012/7/20 2:11:29,798; -2012/7/20 2:11:39,798; -2012/7/20 2:11:49,798; -2012/7/20 2:11:59,798; -2012/7/20 2:12:9,799; -2012/7/20 2:12:19,798; -2012/7/20 2:12:29,798; -2012/7/20 2:12:39,798; -2012/7/20 2:12:49,798; -2012/7/20 2:12:59,798; -2012/7/20 2:13:9,798; -2012/7/20 2:13:19,798; -2012/7/20 2:13:29,799; -2012/7/20 2:13:39,798; -2012/7/20 2:13:49,799; -2012/7/20 2:13:59,798; -2012/7/20 2:14:9,799; -2012/7/20 2:14:19,798; -2012/7/20 2:14:29,798; -2012/7/20 2:14:39,798; -2012/7/20 2:14:49,798; -2012/7/20 2:14:59,798; -2012/7/20 2:15:9,798; -2012/7/20 2:15:19,798; -2012/7/20 2:15:29,798; -2012/7/20 2:15:39,798; -2012/7/20 2:15:49,798; -2012/7/20 2:15:59,798; -2012/7/20 2:16:9,798; -2012/7/20 2:16:19,798; -2012/7/20 2:16:29,798; -2012/7/20 2:16:39,799; -2012/7/20 2:16:49,798; -2012/7/20 2:16:59,799; -2012/7/20 2:17:9,798; -2012/7/20 2:17:19,799; -2012/7/20 2:17:29,798; -2012/7/20 2:17:39,798; -2012/7/20 2:17:49,798; -2012/7/20 2:17:59,798; -2012/7/20 2:18:9,798; -2012/7/20 2:18:19,798; -2012/7/20 2:18:29,798; -2012/7/20 2:18:39,798; -2012/7/20 2:18:49,798; -2012/7/20 2:18:59,798; -2012/7/20 2:19:9,798; -2012/7/20 2:19:19,798; -2012/7/20 2:19:29,799; -2012/7/20 2:19:39,798; -2012/7/20 2:19:49,799; -2012/7/20 2:19:59,798; -2012/7/20 2:20:9,798; -2012/7/20 2:20:19,798; -2012/7/20 2:20:29,798; -2012/7/20 2:20:39,798; -2012/7/20 2:20:49,798; -2012/7/20 2:20:59,798; -2012/7/20 2:21:9,798; -2012/7/20 2:21:19,798; -2012/7/20 2:21:29,798; -2012/7/20 2:21:39,798; -2012/7/20 2:21:49,798; -2012/7/20 2:21:59,798; -2012/7/20 2:22:9,798; -2012/7/20 2:22:19,798; -2012/7/20 2:22:29,798; -2012/7/20 2:22:39,798; -2012/7/20 2:22:49,798; -2012/7/20 2:22:59,798; -2012/7/20 2:23:9,798; -2012/7/20 2:23:19,798; -2012/7/20 2:23:29,798; -2012/7/20 2:23:39,798; -2012/7/20 2:23:49,798; -2012/7/20 2:23:59,799; -2012/7/20 2:24:9,798; -2012/7/20 2:24:19,799; -2012/7/20 2:24:29,798; -2012/7/20 2:24:39,798; -2012/7/20 2:24:49,798; -2012/7/20 2:24:59,799; -2012/7/20 2:25:9,798; -2012/7/20 2:25:19,798; -2012/7/20 2:25:29,798; -2012/7/20 2:25:39,798; -2012/7/20 2:25:49,798; -2012/7/20 2:25:59,798; -2012/7/20 2:26:9,798; -2012/7/20 2:26:19,798; -2012/7/20 2:26:29,798; -2012/7/20 2:26:39,798; -2012/7/20 2:26:49,798; -2012/7/20 2:26:59,798; -2012/7/20 2:27:9,798; -2012/7/20 2:27:19,798; -2012/7/20 2:27:29,798; -2012/7/20 2:27:39,798; -2012/7/20 2:27:49,798; -2012/7/20 2:27:59,798; -2012/7/20 2:28:9,799; -2012/7/20 2:28:19,798; -2012/7/20 2:28:29,799; -2012/7/20 2:28:39,798; -2012/7/20 2:28:49,799; -2012/7/20 2:28:59,798; -2012/7/20 2:29:9,799; -2012/7/20 2:29:19,798; -2012/7/20 2:29:29,799; -2012/7/20 2:29:39,798; -2012/7/20 2:29:49,799; -2012/7/20 2:29:59,798; -2012/7/20 2:30:9,799; -2012/7/20 2:30:19,798; -2012/7/20 2:30:29,798; -2012/7/20 2:30:39,798; -2012/7/20 2:30:49,798; -2012/7/20 2:30:59,798; -2012/7/20 2:31:9,798; -2012/7/20 2:31:19,798; -2012/7/20 2:31:29,798; -2012/7/20 2:31:39,798; -2012/7/20 2:31:49,798; -2012/7/20 2:31:59,798; -2012/7/20 2:32:9,798; -2012/7/20 2:32:19,799; -2012/7/20 2:32:29,798; -2012/7/20 2:32:39,798; -2012/7/20 2:32:49,798; -2012/7/20 2:32:59,799; -2012/7/20 2:33:9,798; -2012/7/20 2:33:19,799; -2012/7/20 2:33:29,798; -2012/7/20 2:33:39,798; -2012/7/20 2:33:49,798; -2012/7/20 2:33:59,798; -2012/7/20 2:34:9,798; -2012/7/20 2:34:19,798; -2012/7/20 2:34:29,798; -2012/7/20 2:34:39,798; -2012/7/20 2:34:49,798; -2012/7/20 2:34:59,798; -2012/7/20 2:35:9,799; -2012/7/20 2:35:19,798; -2012/7/20 2:35:29,799; -2012/7/20 2:35:39,798; -2012/7/20 2:35:49,798; -2012/7/20 2:35:59,798; -2012/7/20 2:36:9,798; -2012/7/20 2:36:19,798; -2012/7/20 2:36:29,798; -2012/7/20 2:36:39,799; -2012/7/20 2:36:49,798; -2012/7/20 2:36:59,799; -2012/7/20 2:37:9,798; -2012/7/20 2:37:19,798; -2012/7/20 2:37:29,798; -2012/7/20 2:37:39,798; -2012/7/20 2:37:49,798; -2012/7/20 2:37:59,798; -2012/7/20 2:38:9,798; -2012/7/20 2:38:19,798; -2012/7/20 2:38:29,799; -2012/7/20 2:38:39,798; -2012/7/20 2:38:49,799; -2012/7/20 2:38:59,798; -2012/7/20 2:39:9,799; -2012/7/20 2:39:19,798; -2012/7/20 2:39:29,799; -2012/7/20 2:39:39,798; -2012/7/20 2:39:49,798; -2012/7/20 2:39:59,798; -2012/7/20 2:40:9,798; -2012/7/20 2:40:19,798; -2012/7/20 2:40:29,798; -2012/7/20 2:40:39,798; -2012/7/20 2:40:49,798; -2012/7/20 2:40:59,799; -2012/7/20 2:41:9,798; -2012/7/20 2:41:19,799; -2012/7/20 2:41:29,798; -2012/7/20 2:41:39,799; -2012/7/20 2:41:49,798; -2012/7/20 2:41:59,799; -2012/7/20 2:42:9,798; -2012/7/20 2:42:19,798; -2012/7/20 2:42:29,798; -2012/7/20 2:42:39,798; -2012/7/20 2:42:49,798; -2012/7/20 2:42:59,798; -2012/7/20 2:43:9,798; -2012/7/20 2:43:19,798; -2012/7/20 2:43:29,798; -2012/7/20 2:43:39,798; -2012/7/20 2:43:49,798; -2012/7/20 2:43:59,798; -2012/7/20 2:44:9,798; -2012/7/20 2:44:19,798; -2012/7/20 2:44:29,798; -2012/7/20 2:44:39,798; -2012/7/20 2:44:49,798; -2012/7/20 2:44:59,798; -2012/7/20 2:45:9,798; -2012/7/20 2:45:19,798; -2012/7/20 2:45:29,798; -2012/7/20 2:45:39,798; -2012/7/20 2:45:49,798; -2012/7/20 2:45:59,798; -2012/7/20 2:46:9,799; -2012/7/20 2:46:19,798; -2012/7/20 2:46:29,799; -2012/7/20 2:46:39,798; -2012/7/20 2:46:49,799; -2012/7/20 2:46:59,798; -2012/7/20 2:47:9,799; -2012/7/20 2:47:19,798; -2012/7/20 2:47:29,798; -2012/7/20 2:47:39,798; -2012/7/20 2:47:49,798; -2012/7/20 2:47:59,798; -2012/7/20 2:48:9,798; -2012/7/20 2:48:19,798; -2012/7/20 2:48:29,798; -2012/7/20 2:48:39,798; -2012/7/20 2:48:49,798; -2012/7/20 2:48:59,798; -2012/7/20 2:49:9,798; -2012/7/20 2:49:19,798; -2012/7/20 2:49:29,798; -2012/7/20 2:49:39,799; -2012/7/20 2:49:49,798; -2012/7/20 2:49:59,799; -2012/7/20 2:50:9,798; -2012/7/20 2:50:19,799; -2012/7/20 2:50:29,798; -2012/7/20 2:50:39,799; -2012/7/20 2:50:49,798; -2012/7/20 2:50:59,798; -2012/7/20 2:51:9,798; -2012/7/20 2:51:19,798; -2012/7/20 2:51:29,798; -2012/7/20 2:51:39,798; -2012/7/20 2:51:49,798; -2012/7/20 2:51:59,798; -2012/7/20 2:52:9,798; -2012/7/20 2:52:19,798; -2012/7/20 2:52:29,799; -2012/7/20 2:52:39,798; -2012/7/20 2:52:49,799; -2012/7/20 2:52:59,798; -2012/7/20 2:53:9,798; -2012/7/20 2:53:19,798; -2012/7/20 2:53:29,798; -2012/7/20 2:53:39,798; -2012/7/20 2:53:49,798; -2012/7/20 2:53:59,798; -2012/7/20 2:54:9,798; -2012/7/20 2:54:19,798; -2012/7/20 2:54:29,798; -2012/7/20 2:54:39,799; -2012/7/20 2:54:49,798; -2012/7/20 2:54:59,799; -2012/7/20 2:55:9,798; -2012/7/20 2:55:19,799; -2012/7/20 2:55:29,798; -2012/7/20 2:55:39,798; -2012/7/20 2:55:49,798; -2012/7/20 2:55:59,798; -2012/7/20 2:56:9,799; -2012/7/20 2:56:19,798; -2012/7/20 2:56:29,799; -2012/7/20 2:56:39,798; -2012/7/20 2:56:49,799; -2012/7/20 2:56:59,798; -2012/7/20 2:57:9,798; -2012/7/20 2:57:19,798; -2012/7/20 2:57:29,798; -2012/7/20 2:57:39,798; -2012/7/20 2:57:49,798; -2012/7/20 2:57:59,799; -2012/7/20 2:58:9,798; -2012/7/20 2:58:19,799; -2012/7/20 2:58:29,798; -2012/7/20 2:58:39,799; -2012/7/20 2:58:49,798; -2012/7/20 2:58:59,799; -2012/7/20 2:59:9,798; -2012/7/20 2:59:19,798; -2012/7/20 2:59:29,798; -2012/7/20 2:59:39,798; -2012/7/20 2:59:49,798; -2012/7/20 2:59:59,798; -2012/7/20 3:0:9,799; -2012/7/20 3:0:19,798; -2012/7/20 3:0:29,799; -2012/7/20 3:0:39,798; -2012/7/20 3:0:49,799; -2012/7/20 3:0:59,798; -2012/7/20 3:1:9,799; -2012/7/20 3:1:19,798; -2012/7/20 3:1:29,799; -2012/7/20 3:1:39,798; -2012/7/20 3:1:49,799; -2012/7/20 3:1:59,798; -2012/7/20 3:2:9,798; -2012/7/20 3:2:19,798; -2012/7/20 3:2:29,798; -2012/7/20 3:2:39,798; -2012/7/20 3:2:49,798; -2012/7/20 3:2:59,798; -2012/7/20 3:3:9,798; -2012/7/20 3:3:19,798; -2012/7/20 3:3:29,798; -2012/7/20 3:3:39,798; -2012/7/20 3:3:49,798; -2012/7/20 3:3:59,798; -2012/7/20 3:4:9,798; -2012/7/20 3:4:19,799; -2012/7/20 3:4:29,798; -2012/7/20 3:4:39,798; -2012/7/20 3:4:49,798; -2012/7/20 3:4:59,798; -2012/7/20 3:5:9,798; -2012/7/20 3:5:19,798; -2012/7/20 3:5:29,798; -2012/7/20 3:5:39,798; -2012/7/20 3:5:49,798; -2012/7/20 3:5:59,798; -2012/7/20 3:6:9,798; -2012/7/20 3:6:19,798; -2012/7/20 3:6:29,799; -2012/7/20 3:6:39,798; -2012/7/20 3:6:49,799; -2012/7/20 3:6:59,798; -2012/7/20 3:7:9,799; -2012/7/20 3:7:19,798; -2012/7/20 3:7:29,799; -2012/7/20 3:7:39,798; -2012/7/20 3:7:49,799; -2012/7/20 3:7:59,798; -2012/7/20 3:8:9,799; -2012/7/20 3:8:19,798; -2012/7/20 3:8:29,799; -2012/7/20 3:8:39,798; -2012/7/20 3:8:49,799; -2012/7/20 3:8:59,798; -2012/7/20 3:9:9,798; -2012/7/20 3:9:19,798; -2012/7/20 3:9:29,798; -2012/7/20 3:9:39,798; -2012/7/20 3:9:49,798; -2012/7/20 3:9:59,798; -2012/7/20 3:10:9,798; -2012/7/20 3:10:19,798; -2012/7/20 3:10:29,798; -2012/7/20 3:10:39,799; -2012/7/20 3:10:49,798; -2012/7/20 3:10:59,799; -2012/7/20 3:11:9,798; -2012/7/20 3:11:19,799; -2012/7/20 3:11:29,798; -2012/7/20 3:11:39,798; -2012/7/20 3:11:49,798; -2012/7/20 3:11:59,798; -2012/7/20 3:12:9,799; -2012/7/20 3:12:19,798; -2012/7/20 3:12:29,799; -2012/7/20 3:12:39,798; -2012/7/20 3:12:49,799; -2012/7/20 3:12:59,798; -2012/7/20 3:13:9,798; -2012/7/20 3:13:19,798; -2012/7/20 3:13:29,798; -2012/7/20 3:13:39,798; -2012/7/20 3:13:49,798; -2012/7/20 3:13:59,798; -2012/7/20 3:14:9,798; -2012/7/20 3:14:19,798; -2012/7/20 3:14:29,798; -2012/7/20 3:14:39,798; -2012/7/20 3:14:49,798; -2012/7/20 3:14:59,799; -2012/7/20 3:15:9,798; -2012/7/20 3:15:19,799; -2012/7/20 3:15:29,798; -2012/7/20 3:15:39,799; -2012/7/20 3:15:49,798; -2012/7/20 3:15:59,799; -2012/7/20 3:16:9,798; -2012/7/20 3:16:19,799; -2012/7/20 3:16:29,798; -2012/7/20 3:16:39,799; -2012/7/20 3:16:49,798; -2012/7/20 3:16:59,799; -2012/7/20 3:17:9,799; -2012/7/20 3:17:19,798; -2012/7/20 3:17:29,798; -2012/7/20 3:17:39,798; -2012/7/20 3:17:49,798; -2012/7/20 3:17:59,799; -2012/7/20 3:18:9,798; -2012/7/20 3:18:19,799; -2012/7/20 3:18:29,798; -2012/7/20 3:18:39,799; -2012/7/20 3:18:49,798; -2012/7/20 3:18:59,799; -2012/7/20 3:19:9,798; -2012/7/20 3:19:19,799; -2012/7/20 3:19:29,798; -2012/7/20 3:19:39,799; -2012/7/20 3:19:49,798; -2012/7/20 3:19:59,798; -2012/7/20 3:20:9,798; -2012/7/20 3:20:19,798; -2012/7/20 3:20:29,798; -2012/7/20 3:20:39,798; -2012/7/20 3:20:49,798; -2012/7/20 3:20:59,798; -2012/7/20 3:21:9,798; -2012/7/20 3:21:19,798; -2012/7/20 3:21:29,799; -2012/7/20 3:21:39,798; -2012/7/20 3:21:49,799; -2012/7/20 3:21:59,798; -2012/7/20 3:22:9,799; -2012/7/20 3:22:19,798; -2012/7/20 3:22:29,799; -2012/7/20 3:22:39,798; -2012/7/20 3:22:49,798; -2012/7/20 3:22:59,798; -2012/7/20 3:23:9,798; -2012/7/20 3:23:19,799; -2012/7/20 3:23:29,798; -2012/7/20 3:23:39,799; -2012/7/20 3:23:49,798; -2012/7/20 3:23:59,799; -2012/7/20 3:24:9,798; -2012/7/20 3:24:19,799; -2012/7/20 3:24:29,798; -2012/7/20 3:24:39,798; -2012/7/20 3:24:49,798; -2012/7/20 3:24:59,798; -2012/7/20 3:25:9,799; -2012/7/20 3:25:19,798; -2012/7/20 3:25:29,799; -2012/7/20 3:25:39,798; -2012/7/20 3:25:49,799; -2012/7/20 3:25:59,798; -2012/7/20 3:26:9,799; -2012/7/20 3:26:19,798; -2012/7/20 3:26:29,799; -2012/7/20 3:26:39,798; -2012/7/20 3:26:49,799; -2012/7/20 3:26:59,798; -2012/7/20 3:27:9,799; -2012/7/20 3:27:19,798; -2012/7/20 3:27:29,799; -2012/7/20 3:27:39,798; -2012/7/20 3:27:49,799; -2012/7/20 3:27:59,798; -2012/7/20 3:28:9,798; -2012/7/20 3:28:19,798; -2012/7/20 3:28:29,798; -2012/7/20 3:28:39,798; -2012/7/20 3:28:49,798; -2012/7/20 3:28:59,798; -2012/7/20 3:29:9,798; -2012/7/20 3:29:19,798; -2012/7/20 3:29:29,798; -2012/7/20 3:29:39,799; -2012/7/20 3:29:49,798; -2012/7/20 3:29:59,799; -2012/7/20 3:30:9,798; -2012/7/20 3:30:19,799; -2012/7/20 3:30:29,798; -2012/7/20 3:30:39,799; -2012/7/20 3:30:49,798; -2012/7/20 3:30:59,799; -2012/7/20 3:31:9,798; -2012/7/20 3:31:19,799; -2012/7/20 3:31:29,798; -2012/7/20 3:31:39,799; -2012/7/20 3:31:49,798; -2012/7/20 3:31:59,799; -2012/7/20 3:32:9,798; -2012/7/20 3:32:19,799; -2012/7/20 3:32:29,798; -2012/7/20 3:32:39,799; -2012/7/20 3:32:49,798; -2012/7/20 3:32:59,799; -2012/7/20 3:33:9,798; -2012/7/20 3:33:19,798; -2012/7/20 3:33:29,798; -2012/7/20 3:33:39,799; -2012/7/20 3:33:49,798; -2012/7/20 3:33:59,799; -2012/7/20 3:34:9,798; -2012/7/20 3:34:19,799; -2012/7/20 3:34:29,798; -2012/7/20 3:34:39,799; -2012/7/20 3:34:49,798; -2012/7/20 3:34:59,798; -2012/7/20 3:35:9,798; -2012/7/20 3:35:19,798; -2012/7/20 3:35:29,798; -2012/7/20 3:35:39,798; -2012/7/20 3:35:49,798; -2012/7/20 3:35:59,798; -2012/7/20 3:36:9,798; -2012/7/20 3:36:19,798; -2012/7/20 3:36:29,798; -2012/7/20 3:36:39,798; -2012/7/20 3:36:49,799; -2012/7/20 3:36:59,798; -2012/7/20 3:37:9,798; -2012/7/20 3:37:19,798; -2012/7/20 3:37:29,799; -2012/7/20 3:37:39,798; -2012/7/20 3:37:49,799; -2012/7/20 3:37:59,798; -2012/7/20 3:38:9,798; -2012/7/20 3:38:19,798; -2012/7/20 3:38:29,798; -2012/7/20 3:38:39,798; -2012/7/20 3:38:49,798; -2012/7/20 3:38:59,799; -2012/7/20 3:39:9,798; -2012/7/20 3:39:19,799; -2012/7/20 3:39:29,798; -2012/7/20 3:39:39,799; -2012/7/20 3:39:49,798; -2012/7/20 3:39:59,799; -2012/7/20 3:40:9,798; -2012/7/20 3:40:19,799; -2012/7/20 3:40:29,798; -2012/7/20 3:40:39,799; -2012/7/20 3:40:49,798; -2012/7/20 3:40:59,798; -2012/7/20 3:41:9,798; -2012/7/20 3:41:19,798; -2012/7/20 3:41:29,798; -2012/7/20 3:41:39,798; -2012/7/20 3:41:49,798; -2012/7/20 3:41:59,798; -2012/7/20 3:42:9,799; -2012/7/20 3:42:19,798; -2012/7/20 3:42:29,799; -2012/7/20 3:42:39,798; -2012/7/20 3:42:49,799; -2012/7/20 3:42:59,798; -2012/7/20 3:43:9,799; -2012/7/20 3:43:19,798; -2012/7/20 3:43:29,799; -2012/7/20 3:43:39,798; -2012/7/20 3:43:49,799; -2012/7/20 3:43:59,798; -2012/7/20 3:44:9,799; -2012/7/20 3:44:19,798; -2012/7/20 3:44:29,798; -2012/7/20 3:44:39,798; -2012/7/20 3:44:49,798; -2012/7/20 3:44:59,798; -2012/7/20 3:45:9,798; -2012/7/20 3:45:19,799; -2012/7/20 3:45:29,798; -2012/7/20 3:45:39,799; -2012/7/20 3:45:49,798; -2012/7/20 3:45:59,799; -2012/7/20 3:46:9,798; -2012/7/20 3:46:19,799; -2012/7/20 3:46:29,798; -2012/7/20 3:46:39,799; -2012/7/20 3:46:49,798; -2012/7/20 3:46:59,799; -2012/7/20 3:47:9,798; -2012/7/20 3:47:19,798; -2012/7/20 3:47:29,798; -2012/7/20 3:47:39,798; -2012/7/20 3:47:49,798; -2012/7/20 3:47:59,798; -2012/7/20 3:48:9,798; -2012/7/20 3:48:19,798; -2012/7/20 3:48:29,798; -2012/7/20 3:48:39,798; -2012/7/20 3:48:49,798; -2012/7/20 3:48:59,798; -2012/7/20 3:49:9,799; -2012/7/20 3:49:19,798; -2012/7/20 3:49:29,799; -2012/7/20 3:49:39,798; -2012/7/20 3:49:49,798; -2012/7/20 3:49:59,798; -2012/7/20 3:50:9,798; -2012/7/20 3:50:19,798; -2012/7/20 3:50:29,798; -2012/7/20 3:50:39,798; -2012/7/20 3:50:49,798; -2012/7/20 3:50:59,798; -2012/7/20 3:51:9,798; -2012/7/20 3:51:19,798; -2012/7/20 3:51:29,798; -2012/7/20 3:51:39,798; -2012/7/20 3:51:49,798; -2012/7/20 3:51:59,799; -2012/7/20 3:52:9,798; -2012/7/20 3:52:19,799; -2012/7/20 3:52:29,798; -2012/7/20 3:52:39,799; -2012/7/20 3:52:49,798; -2012/7/20 3:52:59,799; -2012/7/20 3:53:9,798; -2012/7/20 3:53:19,799; -2012/7/20 3:53:29,798; -2012/7/20 3:53:39,799; -2012/7/20 3:53:49,798; -2012/7/20 3:53:59,798; -2012/7/20 3:54:9,798; -2012/7/20 3:54:19,798; -2012/7/20 3:54:29,798; -2012/7/20 3:54:39,798; -2012/7/20 3:54:49,798; -2012/7/20 3:54:59,798; -2012/7/20 3:55:9,798; -2012/7/20 3:55:19,798; -2012/7/20 3:55:29,798; -2012/7/20 3:55:39,798; -2012/7/20 3:55:49,799; -2012/7/20 3:55:59,798; -2012/7/20 3:56:9,799; -2012/7/20 3:56:19,798; -2012/7/20 3:56:29,799; -2012/7/20 3:56:39,798; -2012/7/20 3:56:49,798; -2012/7/20 3:56:59,798; -2012/7/20 3:57:9,798; -2012/7/20 3:57:19,798; -2012/7/20 3:57:29,798; -2012/7/20 3:57:39,798; -2012/7/20 3:57:49,798; -2012/7/20 3:57:59,798; -2012/7/20 3:58:9,798; -2012/7/20 3:58:19,798; -2012/7/20 3:58:29,798; -2012/7/20 3:58:39,799; -2012/7/20 3:58:49,798; -2012/7/20 3:58:59,799; -2012/7/20 3:59:9,798; -2012/7/20 3:59:19,799; -2012/7/20 3:59:29,798; -2012/7/20 3:59:39,798; -2012/7/20 3:59:49,798; -2012/7/20 3:59:59,799; -2012/7/20 4:0:9,798; -2012/7/20 4:0:19,799; -2012/7/20 4:0:29,798; -2012/7/20 4:0:39,799; -2012/7/20 4:0:49,798; -2012/7/20 4:0:59,799; -2012/7/20 4:1:9,798; -2012/7/20 4:1:19,799; -2012/7/20 4:1:29,798; -2012/7/20 4:1:39,799; -2012/7/20 4:1:49,798; -2012/7/20 4:1:59,799; -2012/7/20 4:2:9,798; -2012/7/20 4:2:19,798; -2012/7/20 4:2:29,798; -2012/7/20 4:2:39,798; -2012/7/20 4:2:49,798; -2012/7/20 4:2:59,798; -2012/7/20 4:3:9,798; -2012/7/20 4:3:19,798; -2012/7/20 4:3:29,798; -2012/7/20 4:3:39,798; -2012/7/20 4:3:49,798; -2012/7/20 4:3:59,798; -2012/7/20 4:4:9,798; -2012/7/20 4:4:19,798; -2012/7/20 4:4:29,798; -2012/7/20 4:4:39,798; -2012/7/20 4:4:49,799; -2012/7/20 4:4:59,798; -2012/7/20 4:5:9,799; -2012/7/20 4:5:19,798; -2012/7/20 4:5:29,799; -2012/7/20 4:5:39,798; -2012/7/20 4:5:49,799; -2012/7/20 4:5:59,798; -2012/7/20 4:6:9,799; -2012/7/20 4:6:19,798; -2012/7/20 4:6:29,799; -2012/7/20 4:6:39,798; -2012/7/20 4:6:49,799; -2012/7/20 4:6:59,798; -2012/7/20 4:7:9,799; -2012/7/20 4:7:19,798; -2012/7/20 4:7:29,799; -2012/7/20 4:7:39,798; -2012/7/20 4:7:49,799; -2012/7/20 4:7:59,798; -2012/7/20 4:8:9,799; -2012/7/20 4:8:19,798; -2012/7/20 4:8:29,798; -2012/7/20 4:8:39,798; -2012/7/20 4:8:49,798; -2012/7/20 4:8:59,798; -2012/7/20 4:9:9,798; -2012/7/20 4:9:19,799; -2012/7/20 4:9:29,798; -2012/7/20 4:9:39,799; -2012/7/20 4:9:49,798; -2012/7/20 4:9:59,798; -2012/7/20 4:10:9,798; -2012/7/20 4:10:19,798; -2012/7/20 4:10:29,798; -2012/7/20 4:10:39,798; -2012/7/20 4:10:49,798; -2012/7/20 4:10:59,798; -2012/7/20 4:11:9,799; -2012/7/20 4:11:19,798; -2012/7/20 4:11:29,799; -2012/7/20 4:11:39,798; -2012/7/20 4:11:49,799; -2012/7/20 4:11:59,798; -2012/7/20 4:12:9,798; -2012/7/20 4:12:19,798; -2012/7/20 4:12:29,798; -2012/7/20 4:12:39,798; -2012/7/20 4:12:49,798; -2012/7/20 4:12:59,798; -2012/7/20 4:13:9,798; -2012/7/20 4:13:19,799; -2012/7/20 4:13:29,798; -2012/7/20 4:13:39,799; -2012/7/20 4:13:49,798; -2012/7/20 4:13:59,799; -2012/7/20 4:14:9,798; -2012/7/20 4:14:19,799; -2012/7/20 4:14:29,798; -2012/7/20 4:14:39,799; -2012/7/20 4:14:49,798; -2012/7/20 4:14:59,799; -2012/7/20 4:15:9,798; -2012/7/20 4:15:19,798; -2012/7/20 4:15:29,798; -2012/7/20 4:15:39,798; -2012/7/20 4:15:49,798; -2012/7/20 4:15:59,798; -2012/7/20 4:16:9,798; -2012/7/20 4:16:19,798; -2012/7/20 4:16:29,799; -2012/7/20 4:16:39,798; -2012/7/20 4:16:49,799; -2012/7/20 4:16:59,798; -2012/7/20 4:17:9,799; -2012/7/20 4:17:19,798; -2012/7/20 4:17:29,799; -2012/7/20 4:17:39,798; -2012/7/20 4:17:49,799; -2012/7/20 4:17:59,798; -2012/7/20 4:18:9,799; -2012/7/20 4:18:19,798; -2012/7/20 4:18:29,799; -2012/7/20 4:18:39,798; -2012/7/20 4:18:49,798; -2012/7/20 4:18:59,798; -2012/7/20 4:19:9,798; -2012/7/20 4:19:19,798; -2012/7/20 4:19:29,798; -2012/7/20 4:19:39,798; -2012/7/20 4:19:49,798; -2012/7/20 4:19:59,798; -2012/7/20 4:20:9,798; -2012/7/20 4:20:19,799; -2012/7/20 4:20:29,798; -2012/7/20 4:20:39,798; -2012/7/20 4:20:49,798; -2012/7/20 4:20:59,798; -2012/7/20 4:21:9,798; -2012/7/20 4:21:19,798; -2012/7/20 4:21:29,799; -2012/7/20 4:21:39,798; -2012/7/20 4:21:49,799; -2012/7/20 4:21:59,798; -2012/7/20 4:22:9,799; -2012/7/20 4:22:19,798; -2012/7/20 4:22:29,799; -2012/7/20 4:22:39,798; -2012/7/20 4:22:49,799; -2012/7/20 4:22:59,798; -2012/7/20 4:23:9,799; -2012/7/20 4:23:19,798; -2012/7/20 4:23:29,798; -2012/7/20 4:23:39,798; -2012/7/20 4:23:49,798; -2012/7/20 4:23:59,798; -2012/7/20 4:24:9,798; -2012/7/20 4:24:19,798; -2012/7/20 4:24:29,798; -2012/7/20 4:24:39,798; -2012/7/20 4:24:49,798; -2012/7/20 4:24:59,799; -2012/7/20 4:25:9,798; -2012/7/20 4:25:19,799; -2012/7/20 4:25:29,798; -2012/7/20 4:25:39,799; -2012/7/20 4:25:49,798; -2012/7/20 4:25:59,799; -2012/7/20 4:26:9,798; -2012/7/20 4:26:19,798; -2012/7/20 4:26:29,798; -2012/7/20 4:26:39,798; -2012/7/20 4:26:49,798; -2012/7/20 4:26:59,798; -2012/7/20 4:27:9,798; -2012/7/20 4:27:19,798; -2012/7/20 4:27:29,798; -2012/7/20 4:27:39,798; -2012/7/20 4:27:49,799; -2012/7/20 4:27:59,798; -2012/7/20 4:28:9,799; -2012/7/20 4:28:19,798; -2012/7/20 4:28:29,798; -2012/7/20 4:28:39,798; -2012/7/20 4:28:49,798; -2012/7/20 4:28:59,798; -2012/7/20 4:29:9,798; -2012/7/20 4:29:19,799; -2012/7/20 4:29:29,798; -2012/7/20 4:29:39,799; -2012/7/20 4:29:49,798; -2012/7/20 4:29:59,799; -2012/7/20 4:30:9,798; -2012/7/20 4:30:19,799; -2012/7/20 4:30:29,798; -2012/7/20 4:30:39,798; -2012/7/20 4:30:49,798; -2012/7/20 4:30:59,798; -2012/7/20 4:31:9,798; -2012/7/20 4:31:19,798; -2012/7/20 4:31:29,798; -2012/7/20 4:31:39,798; -2012/7/20 4:31:49,799; -2012/7/20 4:31:59,798; -2012/7/20 4:32:9,798; -2012/7/20 4:32:19,798; -2012/7/20 4:32:29,798; -2012/7/20 4:32:39,798; -2012/7/20 4:32:49,798; -2012/7/20 4:32:59,799; -2012/7/20 4:33:9,798; -2012/7/20 4:33:19,799; -2012/7/20 4:33:29,798; -2012/7/20 4:33:39,798; -2012/7/20 4:33:49,798; -2012/7/20 4:33:59,798; -2012/7/20 4:34:9,799; -2012/7/20 4:34:19,798; -2012/7/20 4:34:29,798; -2012/7/20 4:34:39,798; -2012/7/20 4:34:49,798; -2012/7/20 4:34:59,798; -2012/7/20 4:35:9,798; -2012/7/20 4:35:19,799; -2012/7/20 4:35:29,798; -2012/7/20 4:35:39,799; -2012/7/20 4:35:49,798; -2012/7/20 4:35:59,798; -2012/7/20 4:36:9,798; -2012/7/20 4:36:19,798; -2012/7/20 4:36:29,799; -2012/7/20 4:36:39,798; -2012/7/20 4:36:49,798; -2012/7/20 4:36:59,798; -2012/7/20 4:37:9,798; -2012/7/20 4:37:19,799; -2012/7/20 4:37:29,798; -2012/7/20 4:37:39,799; -2012/7/20 4:37:49,798; -2012/7/20 4:37:59,799; -2012/7/20 4:38:9,798; -2012/7/20 4:38:19,798; -2012/7/20 4:38:29,798; -2012/7/20 4:38:39,798; -2012/7/20 4:38:49,799; -2012/7/20 4:38:59,798; -2012/7/20 4:39:9,798; -2012/7/20 4:39:19,798; -2012/7/20 4:39:29,798; -2012/7/20 4:39:39,798; -2012/7/20 4:39:49,798; -2012/7/20 4:39:59,799; -2012/7/20 4:40:9,798; -2012/7/20 4:40:19,799; -2012/7/20 4:40:29,798; -2012/7/20 4:40:39,798; -2012/7/20 4:40:49,798; -2012/7/20 4:40:59,798; -2012/7/20 4:41:9,799; -2012/7/20 4:41:19,798; -2012/7/20 4:41:29,799; -2012/7/20 4:41:39,798; -2012/7/20 4:41:49,798; -2012/7/20 4:41:59,798; -2012/7/20 4:42:9,798; -2012/7/20 4:42:19,799; -2012/7/20 4:42:29,798; -2012/7/20 4:42:39,799; -2012/7/20 4:42:49,798; -2012/7/20 4:42:59,798; -2012/7/20 4:43:9,798; -2012/7/20 4:43:19,798; -2012/7/20 4:43:29,799; -2012/7/20 4:43:39,798; -2012/7/20 4:43:49,799; -2012/7/20 4:43:59,798; -2012/7/20 4:44:9,798; -2012/7/20 4:44:19,798; -2012/7/20 4:44:29,798; -2012/7/20 4:44:39,799; -2012/7/20 4:44:49,798; -2012/7/20 4:44:59,798; -2012/7/20 4:45:9,798; -2012/7/20 4:45:19,798; -2012/7/20 4:45:29,799; -2012/7/20 4:45:39,798; -2012/7/20 4:45:49,799; -2012/7/20 4:45:59,798; -2012/7/20 4:46:9,799; -2012/7/20 4:46:19,798; -2012/7/20 4:46:29,799; -2012/7/20 4:46:39,798; -2012/7/20 4:46:49,798; -2012/7/20 4:46:59,798; -2012/7/20 4:47:9,798; -2012/7/20 4:47:19,799; -2012/7/20 4:47:29,798; -2012/7/20 4:47:39,799; -2012/7/20 4:47:49,798; -2012/7/20 4:47:59,798; -2012/7/20 4:48:9,798; -2012/7/20 4:48:19,798; -2012/7/20 4:48:29,799; -2012/7/20 4:48:39,798; -2012/7/20 4:48:49,799; -2012/7/20 4:48:59,798; -2012/7/20 4:49:9,798; -2012/7/20 4:49:19,798; -2012/7/20 4:49:29,798; -2012/7/20 4:49:39,799; -2012/7/20 4:49:49,798; -2012/7/20 4:49:59,799; -2012/7/20 4:50:9,798; -2012/7/20 4:50:19,798; -2012/7/20 4:50:29,798; -2012/7/20 4:50:39,798; -2012/7/20 4:50:49,799; -2012/7/20 4:50:59,798; -2012/7/20 4:51:9,799; -2012/7/20 4:51:19,798; -2012/7/20 4:51:29,799; -2012/7/20 4:51:39,798; -2012/7/20 4:51:49,798; -2012/7/20 4:51:59,798; -2012/7/20 4:52:9,798; -2012/7/20 4:52:19,798; -2012/7/20 4:52:29,798; -2012/7/20 4:52:39,799; -2012/7/20 4:52:49,798; -2012/7/20 4:52:59,799; -2012/7/20 4:53:9,798; -2012/7/20 4:53:19,798; -2012/7/20 4:53:29,798; -2012/7/20 4:53:39,798; -2012/7/20 4:53:49,798; -2012/7/20 4:53:59,798; -2012/7/20 4:54:9,799; -2012/7/20 4:54:19,798; -2012/7/20 4:54:29,799; -2012/7/20 4:54:39,798; -2012/7/20 4:54:49,798; -2012/7/20 4:54:59,798; -2012/7/20 4:55:9,798; -2012/7/20 4:55:19,799; -2012/7/20 4:55:29,798; -2012/7/20 4:55:39,799; -2012/7/20 4:55:49,798; -2012/7/20 4:55:59,798; -2012/7/20 4:56:9,798; -2012/7/20 4:56:19,798; -2012/7/20 4:56:29,799; -2012/7/20 4:56:39,798; -2012/7/20 4:56:49,799; -2012/7/20 4:56:59,798; -2012/7/20 4:57:9,799; -2012/7/20 4:57:19,798; -2012/7/20 4:57:29,798; -2012/7/20 4:57:39,798; -2012/7/20 4:57:49,798; -2012/7/20 4:57:59,799; -2012/7/20 4:58:9,798; -2012/7/20 4:58:19,799; -2012/7/20 4:58:29,798; -2012/7/20 4:58:39,798; -2012/7/20 4:58:49,798; -2012/7/20 4:58:59,798; -2012/7/20 4:59:9,798; -2012/7/20 4:59:19,798; -2012/7/20 4:59:29,799; -2012/7/20 4:59:39,798; -2012/7/20 4:59:49,799; -2012/7/20 4:59:59,798; -2012/7/20 5:0:9,799; -2012/7/20 5:0:19,798; -2012/7/20 5:0:29,798; -2012/7/20 5:0:39,798; -2012/7/20 5:0:49,798; -2012/7/20 5:0:59,798; -2012/7/20 5:1:9,798; -2012/7/20 5:1:19,799; -2012/7/20 5:1:29,798; -2012/7/20 5:1:39,798; -2012/7/20 5:1:49,798; -2012/7/20 5:1:59,798; -2012/7/20 5:2:9,799; -2012/7/20 5:2:19,798; -2012/7/20 5:2:29,799; -2012/7/20 5:2:39,798; -2012/7/20 5:2:49,798; -2012/7/20 5:2:59,798; -2012/7/20 5:3:9,798; -2012/7/20 5:3:19,799; -2012/7/20 5:3:29,798; -2012/7/20 5:3:39,799; -2012/7/20 5:3:49,798; -2012/7/20 5:3:59,798; -2012/7/20 5:4:9,799; -2012/7/20 5:4:19,798; -2012/7/20 5:4:29,799; -2012/7/20 5:4:39,798; -2012/7/20 5:4:49,798; -2012/7/20 5:4:59,798; -2012/7/20 5:5:9,798; -2012/7/20 5:5:19,798; -2012/7/20 5:5:29,798; -2012/7/20 5:5:39,799; -2012/7/20 5:5:49,798; -2012/7/20 5:5:59,798; -2012/7/20 5:6:9,798; -2012/7/20 5:6:19,798; -2012/7/20 5:6:29,799; -2012/7/20 5:6:39,798; -2012/7/20 5:6:49,799; -2012/7/20 5:6:59,798; -2012/7/20 5:7:9,798; -2012/7/20 5:7:19,798; -2012/7/20 5:7:29,798; -2012/7/20 5:7:39,798; -2012/7/20 5:7:49,798; -2012/7/20 5:7:59,799; -2012/7/20 5:8:9,798; -2012/7/20 5:8:19,799; -2012/7/20 5:8:29,798; -2012/7/20 5:8:39,799; -2012/7/20 5:8:49,798; -2012/7/20 5:8:59,798; -2012/7/20 5:9:9,798; -2012/7/20 5:9:19,798; -2012/7/20 5:9:29,799; -2012/7/20 5:9:39,798; -2012/7/20 5:9:49,798; -2012/7/20 5:9:59,798; -2012/7/20 5:10:9,798; -2012/7/20 5:10:19,798; -2012/7/20 5:10:29,798; -2012/7/20 5:10:39,799; -2012/7/20 5:10:49,798; -2012/7/20 5:10:59,799; -2012/7/20 5:11:9,798; -2012/7/20 5:11:19,799; -2012/7/20 5:11:29,798; -2012/7/20 5:11:39,798; -2012/7/20 5:11:49,798; -2012/7/20 5:11:59,798; -2012/7/20 5:12:9,798; -2012/7/20 5:12:19,798; -2012/7/20 5:12:29,799; -2012/7/20 5:12:39,798; -2012/7/20 5:12:49,799; -2012/7/20 5:12:59,798; -2012/7/20 5:13:9,798; -2012/7/20 5:13:19,798; -2012/7/20 5:13:29,798; -2012/7/20 5:13:39,799; -2012/7/20 5:13:49,798; -2012/7/20 5:13:59,799; -2012/7/20 5:14:9,798; -2012/7/20 5:14:19,798; -2012/7/20 5:14:29,798; -2012/7/20 5:14:39,798; -2012/7/20 5:14:49,799; -2012/7/20 5:14:59,798; -2012/7/20 5:15:9,799; -2012/7/20 5:15:19,798; -2012/7/20 5:15:29,798; -2012/7/20 5:15:39,798; -2012/7/20 5:15:49,798; -2012/7/20 5:15:59,799; -2012/7/20 5:16:9,798; -2012/7/20 5:16:19,799; -2012/7/20 5:16:29,798; -2012/7/20 5:16:39,799; -2012/7/20 5:16:49,798; -2012/7/20 5:16:59,798; -2012/7/20 5:17:9,798; -2012/7/20 5:17:19,798; -2012/7/20 5:17:29,798; -2012/7/20 5:17:39,798; -2012/7/20 5:17:49,799; -2012/7/20 5:17:59,798; -2012/7/20 5:18:9,799; -2012/7/20 5:18:19,798; -2012/7/20 5:18:29,798; -2012/7/20 5:18:39,798; -2012/7/20 5:18:49,798; -2012/7/20 5:18:59,798; -2012/7/20 5:19:9,798; -2012/7/20 5:19:19,799; -2012/7/20 5:19:29,798; -2012/7/20 5:19:39,799; -2012/7/20 5:19:49,798; -2012/7/20 5:19:59,798; -2012/7/20 5:20:9,798; -2012/7/20 5:20:19,798; -2012/7/20 5:20:29,799; -2012/7/20 5:20:39,798; -2012/7/20 5:20:49,798; -2012/7/20 5:20:59,799; -2012/7/20 5:21:9,798; -2012/7/20 5:21:19,799; -2012/7/20 5:21:29,798; -2012/7/20 5:21:39,799; -2012/7/20 5:21:49,798; -2012/7/20 5:21:59,799; -2012/7/20 5:22:9,798; -2012/7/20 5:22:19,799; -2012/7/20 5:22:29,798; -2012/7/20 5:22:39,798; -2012/7/20 5:22:49,798; -2012/7/20 5:22:59,798; -2012/7/20 5:23:9,798; -2012/7/20 5:23:19,798; -2012/7/20 5:23:29,799; -2012/7/20 5:23:39,798; -2012/7/20 5:23:49,799; -2012/7/20 5:23:59,798; -2012/7/20 5:24:9,798; -2012/7/20 5:24:19,798; -2012/7/20 5:24:29,798; -2012/7/20 5:24:39,799; -2012/7/20 5:24:49,798; -2012/7/20 5:24:59,799; -2012/7/20 5:25:9,798; -2012/7/20 5:25:19,798; -2012/7/20 5:25:29,798; -2012/7/20 5:25:39,798; -2012/7/20 5:25:49,799; -2012/7/20 5:25:59,798; -2012/7/20 5:26:9,799; -2012/7/20 5:26:19,798; -2012/7/20 5:26:29,798; -2012/7/20 5:26:39,798; -2012/7/20 5:26:49,798; -2012/7/20 5:26:59,798; -2012/7/20 5:27:9,798; -2012/7/20 5:27:19,798; -2012/7/20 5:27:29,798; -2012/7/20 5:27:39,799; -2012/7/20 5:27:49,798; -2012/7/20 5:27:59,799; -2012/7/20 5:28:9,798; -2012/7/20 5:28:19,799; -2012/7/20 5:28:29,798; -2012/7/20 5:28:39,798; -2012/7/20 5:28:49,798; -2012/7/20 5:28:59,798; -2012/7/20 5:29:9,799; -2012/7/20 5:29:19,798; -2012/7/20 5:29:29,799; -2012/7/20 5:29:39,798; -2012/7/20 5:29:49,799; -2012/7/20 5:29:59,798; -2012/7/20 5:30:9,798; -2012/7/20 5:30:19,798; -2012/7/20 5:30:29,798; -2012/7/20 5:30:39,798; -2012/7/20 5:30:49,798; -2012/7/20 5:30:59,799; -2012/7/20 5:31:9,798; -2012/7/20 5:31:19,799; -2012/7/20 5:31:29,798; -2012/7/20 5:31:39,798; -2012/7/20 5:31:49,798; -2012/7/20 5:31:59,798; -2012/7/20 5:32:9,799; -2012/7/20 5:32:19,798; -2012/7/20 5:32:29,799; -2012/7/20 5:32:39,798; -2012/7/20 5:32:49,799; -2012/7/20 5:32:59,798; -2012/7/20 5:33:9,798; -2012/7/20 5:33:19,798; -2012/7/20 5:33:29,798; -2012/7/20 5:33:39,799; -2012/7/20 5:33:49,798; -2012/7/20 5:33:59,798; -2012/7/20 5:34:9,798; -2012/7/20 5:34:19,798; -2012/7/20 5:34:29,798; -2012/7/20 5:34:39,798; -2012/7/20 5:34:49,799; -2012/7/20 5:34:59,798; -2012/7/20 5:35:9,799; -2012/7/20 5:35:19,798; -2012/7/20 5:35:29,799; -2012/7/20 5:35:39,798; -2012/7/20 5:35:49,798; -2012/7/20 5:35:59,798; -2012/7/20 5:36:9,798; -2012/7/20 5:36:19,799; -2012/7/20 5:36:29,798; -2012/7/20 5:36:39,799; -2012/7/20 5:36:49,798; -2012/7/20 5:36:59,798; -2012/7/20 5:37:9,798; -2012/7/20 5:37:19,798; -2012/7/20 5:37:29,799; -2012/7/20 5:37:39,798; -2012/7/20 5:37:49,799; -2012/7/20 5:37:59,798; -2012/7/20 5:38:9,798; -2012/7/20 5:38:19,798; -2012/7/20 5:38:29,798; -2012/7/20 5:38:39,799; -2012/7/20 5:38:49,798; -2012/7/20 5:38:59,799; -2012/7/20 5:39:9,798; -2012/7/20 5:39:19,798; -2012/7/20 5:39:29,798; -2012/7/20 5:39:39,798; -2012/7/20 5:39:49,798; -2012/7/20 5:39:59,798; -2012/7/20 5:40:9,799; -2012/7/20 5:40:19,798; -2012/7/20 5:40:29,799; -2012/7/20 5:40:39,798; -2012/7/20 5:40:49,798; -2012/7/20 5:40:59,798; -2012/7/20 5:41:9,798; -2012/7/20 5:41:19,799; -2012/7/20 5:41:29,798; -2012/7/20 5:41:39,798; -2012/7/20 5:41:49,798; -2012/7/20 5:41:59,798; -2012/7/20 5:42:9,799; -2012/7/20 5:42:19,798; -2012/7/20 5:42:29,799; -2012/7/20 5:42:39,798; -2012/7/20 5:42:49,799; -2012/7/20 5:42:59,798; -2012/7/20 5:43:9,798; -2012/7/20 5:43:19,798; -2012/7/20 5:43:29,798; -2012/7/20 5:43:39,799; -2012/7/20 5:43:49,798; -2012/7/20 5:43:59,798; -2012/7/20 5:44:9,798; -2012/7/20 5:44:19,798; -2012/7/20 5:44:29,799; -2012/7/20 5:44:39,798; -2012/7/20 5:44:49,799; -2012/7/20 5:44:59,798; -2012/7/20 5:45:9,798; -2012/7/20 5:45:19,798; -2012/7/20 5:45:29,798; -2012/7/20 5:45:39,798; -2012/7/20 5:45:49,798; -2012/7/20 5:45:59,799; -2012/7/20 5:46:9,798; -2012/7/20 5:46:19,799; -2012/7/20 5:46:29,798; -2012/7/20 5:46:39,798; -2012/7/20 5:46:49,798; -2012/7/20 5:46:59,798; -2012/7/20 5:47:9,799; -2012/7/20 5:47:19,798; -2012/7/20 5:47:29,799; -2012/7/20 5:47:39,798; -2012/7/20 5:47:49,799; -2012/7/20 5:47:59,798; -2012/7/20 5:48:9,798; -2012/7/20 5:48:19,798; -2012/7/20 5:48:29,798; -2012/7/20 5:48:39,799; -2012/7/20 5:48:49,798; -2012/7/20 5:48:59,798; -2012/7/20 5:49:9,798; -2012/7/20 5:49:19,798; -2012/7/20 5:49:29,798; -2012/7/20 5:49:39,798; -2012/7/20 5:49:49,799; -2012/7/20 5:49:59,798; -2012/7/20 5:50:9,799; -2012/7/20 5:50:19,798; -2012/7/20 5:50:29,798; -2012/7/20 5:50:39,798; -2012/7/20 5:50:49,798; -2012/7/20 5:50:59,799; -2012/7/20 5:51:9,798; -2012/7/20 5:51:19,799; -2012/7/20 5:51:29,798; -2012/7/20 5:51:39,799; -2012/7/20 5:51:49,798; -2012/7/20 5:51:59,798; -2012/7/20 5:52:9,799; -2012/7/20 5:52:19,798; -2012/7/20 5:52:29,798; -2012/7/20 5:52:39,798; -2012/7/20 5:52:49,799; -2012/7/20 5:52:59,798; -2012/7/20 5:53:9,798; -2012/7/20 5:53:19,798; -2012/7/20 5:53:29,798; -2012/7/20 5:53:39,798; -2012/7/20 5:53:49,798; -2012/7/20 5:53:59,799; -2012/7/20 5:54:9,798; -2012/7/20 5:54:19,799; -2012/7/20 5:54:29,798; -2012/7/20 5:54:39,799; -2012/7/20 5:54:49,798; -2012/7/20 5:54:59,798; -2012/7/20 5:55:9,798; -2012/7/20 5:55:19,798; -2012/7/20 5:55:29,799; -2012/7/20 5:55:39,798; -2012/7/20 5:55:49,799; -2012/7/20 5:55:59,798; -2012/7/20 5:56:9,798; -2012/7/20 5:56:19,798; -2012/7/20 5:56:29,798; -2012/7/20 5:56:39,799; -2012/7/20 5:56:49,798; -2012/7/20 5:56:59,799; -2012/7/20 5:57:9,798; -2012/7/20 5:57:19,799; -2012/7/20 5:57:29,798; -2012/7/20 5:57:39,798; -2012/7/20 5:57:49,798; -2012/7/20 5:57:59,798; -2012/7/20 5:58:9,799; -2012/7/20 5:58:19,798; -2012/7/20 5:58:29,799; -2012/7/20 5:58:39,798; -2012/7/20 5:58:49,798; -2012/7/20 5:58:59,798; -2012/7/20 5:59:9,798; -2012/7/20 5:59:19,799; -2012/7/20 5:59:29,798; -2012/7/20 5:59:39,799; -2012/7/20 5:59:49,798; -2012/7/20 5:59:59,798; -2012/7/20 6:0:9,798; -2012/7/20 6:0:19,798; -2012/7/20 6:0:29,799; -2012/7/20 6:0:39,798; -2012/7/20 6:0:49,799; -2012/7/20 6:0:59,798; -2012/7/20 6:1:9,798; -2012/7/20 6:1:19,798; -2012/7/20 6:1:29,798; -2012/7/20 6:1:39,798; -2012/7/20 6:1:49,798; -2012/7/20 6:1:59,799; -2012/7/20 6:2:9,798; -2012/7/20 6:2:19,799; -2012/7/20 6:2:29,798; -2012/7/20 6:2:39,798; -2012/7/20 6:2:49,798; -2012/7/20 6:2:59,798; -2012/7/20 6:3:9,799; -2012/7/20 6:3:19,798; -2012/7/20 6:3:29,799; -2012/7/20 6:3:39,798; -2012/7/20 6:3:49,798; -2012/7/20 6:3:59,798; -2012/7/20 6:4:9,798; -2012/7/20 6:4:19,799; -2012/7/20 6:4:29,798; -2012/7/20 6:4:39,799; -2012/7/20 6:4:49,798; -2012/7/20 6:4:59,799; -2012/7/20 6:5:9,798; -2012/7/20 6:5:19,798; -2012/7/20 6:5:29,798; -2012/7/20 6:5:39,798; -2012/7/20 6:5:49,799; -2012/7/20 6:5:59,798; -2012/7/20 6:6:9,799; -2012/7/20 6:6:19,798; -2012/7/20 6:6:29,799; -2012/7/20 6:6:39,798; -2012/7/20 6:6:49,798; -2012/7/20 6:6:59,798; -2012/7/20 6:7:9,798; -2012/7/20 6:7:19,799; -2012/7/20 6:7:29,798; -2012/7/20 6:7:39,799; -2012/7/20 6:7:49,798; -2012/7/20 6:7:59,798; -2012/7/20 6:8:9,798; -2012/7/20 6:8:19,798; -2012/7/20 6:8:29,799; -2012/7/20 6:8:39,798; -2012/7/20 6:8:49,798; -2012/7/20 6:8:59,798; -2012/7/20 6:9:9,798; -2012/7/20 6:9:19,799; -2012/7/20 6:9:29,798; -2012/7/20 6:9:39,799; -2012/7/20 6:9:49,798; -2012/7/20 6:9:59,798; -2012/7/20 6:10:9,798; -2012/7/20 6:10:19,798; -2012/7/20 6:10:29,799; -2012/7/20 6:10:39,798; -2012/7/20 6:10:49,798; -2012/7/20 6:10:59,798; -2012/7/20 6:11:9,798; -2012/7/20 6:11:19,799; -2012/7/20 6:11:29,798; -2012/7/20 6:11:39,799; -2012/7/20 6:11:49,798; -2012/7/20 6:11:59,798; -2012/7/20 6:12:9,798; -2012/7/20 6:12:19,798; -2012/7/20 6:12:29,798; -2012/7/20 6:12:39,798; -2012/7/20 6:12:49,799; -2012/7/20 6:12:59,798; -2012/7/20 6:13:9,799; -2012/7/20 6:13:19,798; -2012/7/20 6:13:29,798; -2012/7/20 6:13:39,798; -2012/7/20 6:13:49,798; -2012/7/20 6:13:59,799; -2012/7/20 6:14:9,798; -2012/7/20 6:14:19,799; -2012/7/20 6:14:29,798; -2012/7/20 6:14:39,798; -2012/7/20 6:14:49,798; -2012/7/20 6:14:59,798; -2012/7/20 6:15:9,798; -2012/7/20 6:15:19,798; -2012/7/20 6:15:29,799; -2012/7/20 6:15:39,798; -2012/7/20 6:15:49,799; -2012/7/20 6:15:59,798; -2012/7/20 6:16:9,799; -2012/7/20 6:16:19,798; -2012/7/20 6:16:29,798; -2012/7/20 6:16:39,798; -2012/7/20 6:16:49,798; -2012/7/20 6:16:59,799; -2012/7/20 6:17:9,798; -2012/7/20 6:17:19,798; -2012/7/20 6:17:29,798; -2012/7/20 6:17:39,798; -2012/7/20 6:17:49,799; -2012/7/20 6:17:59,798; -2012/7/20 6:18:9,799; -2012/7/20 6:18:19,798; -2012/7/20 6:18:29,799; -2012/7/20 6:18:39,798; -2012/7/20 6:18:49,798; -2012/7/20 6:18:59,798; -2012/7/20 6:19:9,798; -2012/7/20 6:19:19,799; -2012/7/20 6:19:29,798; -2012/7/20 6:19:39,799; -2012/7/20 6:19:49,798; -2012/7/20 6:19:59,798; -2012/7/20 6:20:9,798; -2012/7/20 6:20:19,798; -2012/7/20 6:20:29,799; -2012/7/20 6:20:39,798; -2012/7/20 6:20:49,799; -2012/7/20 6:20:59,798; -2012/7/20 6:21:9,799; -2012/7/20 6:21:19,798; -2012/7/20 6:21:29,798; -2012/7/20 6:21:39,798; -2012/7/20 6:21:49,798; -2012/7/20 6:21:59,799; -2012/7/20 6:22:9,798; -2012/7/20 6:22:19,798; -2012/7/20 6:22:29,798; -2012/7/20 6:22:39,798; -2012/7/20 6:22:49,798; -2012/7/20 6:22:59,798; -2012/7/20 6:23:9,799; -2012/7/20 6:23:19,798; -2012/7/20 6:23:29,799; -2012/7/20 6:23:39,798; -2012/7/20 6:23:49,798; -2012/7/20 6:23:59,798; -2012/7/20 6:24:9,798; -2012/7/20 6:24:19,799; -2012/7/20 6:24:29,798; -2012/7/20 6:24:39,799; -2012/7/20 6:24:49,798; -2012/7/20 6:24:59,799; -2012/7/20 6:25:9,798; -2012/7/20 6:25:19,798; -2012/7/20 6:25:29,799; -2012/7/20 6:25:39,798; -2012/7/20 6:25:49,799; -2012/7/20 6:25:59,798; -2012/7/20 6:26:9,798; -2012/7/20 6:26:19,798; -2012/7/20 6:26:29,798; -2012/7/20 6:26:39,799; -2012/7/20 6:26:49,798; -2012/7/20 6:26:59,798; -2012/7/20 6:27:9,798; -2012/7/20 6:27:19,798; -2012/7/20 6:27:29,798; -2012/7/20 6:27:39,798; -2012/7/20 6:27:49,799; -2012/7/20 6:27:59,798; -2012/7/20 6:28:9,799; -2012/7/20 6:28:19,798; -2012/7/20 6:28:29,799; -2012/7/20 6:28:39,798; -2012/7/20 6:28:49,798; -2012/7/20 6:28:59,798; -2012/7/20 6:29:9,798; -2012/7/20 6:29:19,799; -2012/7/20 6:29:29,798; -2012/7/20 6:29:39,799; -2012/7/20 6:29:49,798; -2012/7/20 6:29:59,799; -2012/7/20 6:30:9,798; -2012/7/20 6:30:19,798; -2012/7/20 6:30:29,798; -2012/7/20 6:30:39,798; -2012/7/20 6:30:49,799; -2012/7/20 6:30:59,798; -2012/7/20 6:31:9,799; -2012/7/20 6:31:19,798; -2012/7/20 6:31:29,798; -2012/7/20 6:31:39,799; -2012/7/20 6:31:49,798; -2012/7/20 6:31:59,799; -2012/7/20 6:32:9,798; -2012/7/20 6:32:19,798; -2012/7/20 6:32:29,798; -2012/7/20 6:32:39,798; -2012/7/20 6:32:49,799; -2012/7/20 6:32:59,798; -2012/7/20 6:33:9,799; -2012/7/20 6:33:19,798; -2012/7/20 6:33:29,799; -2012/7/20 6:33:39,798; -2012/7/20 6:33:49,799; -2012/7/20 6:33:59,798; -2012/7/20 6:34:9,798; -2012/7/20 6:34:19,798; -2012/7/20 6:34:29,798; -2012/7/20 6:34:39,799; -2012/7/20 6:34:49,798; -2012/7/20 6:34:59,798; -2012/7/20 6:35:9,799; -2012/7/20 6:35:19,798; -2012/7/20 6:35:29,799; -2012/7/20 6:35:39,798; -2012/7/20 6:35:49,798; -2012/7/20 6:35:59,798; -2012/7/20 6:36:9,798; -2012/7/20 6:36:19,799; -2012/7/20 6:36:29,798; -2012/7/20 6:36:39,799; -2012/7/20 6:36:49,798; -2012/7/20 6:36:59,798; -2012/7/20 6:37:9,798; -2012/7/20 6:37:19,798; -2012/7/20 6:37:29,798; -2012/7/20 6:37:39,798; -2012/7/20 6:37:49,799; -2012/7/20 6:37:59,798; -2012/7/20 6:38:9,799; -2012/7/20 6:38:19,798; -2012/7/20 6:38:29,798; -2012/7/20 6:38:39,798; -2012/7/20 6:38:49,798; -2012/7/20 6:38:59,799; -2012/7/20 6:39:9,798; -2012/7/20 6:39:19,799; -2012/7/20 6:39:29,798; -2012/7/20 6:39:39,798; -2012/7/20 6:39:49,798; -2012/7/20 6:39:59,798; -2012/7/20 6:40:9,799; -2012/7/20 6:40:19,798; -2012/7/20 6:40:29,799; -2012/7/20 6:40:39,798; -2012/7/20 6:40:49,799; -2012/7/20 6:40:59,798; -2012/7/20 6:41:9,799; -2012/7/20 6:41:19,798; -2012/7/20 6:41:29,798; -2012/7/20 6:41:39,798; -2012/7/20 6:41:49,798; -2012/7/20 6:41:59,799; -2012/7/20 6:42:9,798; -2012/7/20 6:42:19,799; -2012/7/20 6:42:29,798; -2012/7/20 6:42:39,798; -2012/7/20 6:42:49,798; -2012/7/20 6:42:59,798; -2012/7/20 6:43:9,799; -2012/7/20 6:43:19,798; -2012/7/20 6:43:29,799; -2012/7/20 6:43:39,798; -2012/7/20 6:43:49,798; -2012/7/20 6:43:59,798; -2012/7/20 6:44:9,798; -2012/7/20 6:44:19,799; -2012/7/20 6:44:29,798; -2012/7/20 6:44:39,799; -2012/7/20 6:44:49,798; -2012/7/20 6:44:59,799; -2012/7/20 6:45:9,798; -2012/7/20 6:45:19,798; -2012/7/20 6:45:29,798; -2012/7/20 6:45:39,798; -2012/7/20 6:45:49,799; -2012/7/20 6:45:59,798; -2012/7/20 6:46:9,798; -2012/7/20 6:46:19,798; -2012/7/20 6:46:29,798; -2012/7/20 6:46:39,799; -2012/7/20 6:46:49,798; -2012/7/20 6:46:59,799; -2012/7/20 6:47:9,798; -2012/7/20 6:47:19,799; -2012/7/20 6:47:29,798; -2012/7/20 6:47:39,798; -2012/7/20 6:47:49,798; -2012/7/20 6:47:59,798; -2012/7/20 6:48:9,799; -2012/7/20 6:48:19,798; -2012/7/20 6:48:29,799; -2012/7/20 6:48:39,798; -2012/7/20 6:48:49,799; -2012/7/20 6:48:59,798; -2012/7/20 6:49:9,798; -2012/7/20 6:49:19,798; -2012/7/20 6:49:29,798; -2012/7/20 6:49:39,798; -2012/7/20 6:49:49,798; -2012/7/20 6:49:59,799; -2012/7/20 6:50:9,798; -2012/7/20 6:50:19,799; -2012/7/20 6:50:29,798; -2012/7/20 6:50:39,799; -2012/7/20 6:50:49,798; -2012/7/20 6:50:59,798; -2012/7/20 6:51:9,798; -2012/7/20 6:51:19,798; -2012/7/20 6:51:29,798; -2012/7/20 6:51:39,798; -2012/7/20 6:51:49,799; -2012/7/20 6:51:59,798; -2012/7/20 6:52:9,798; -2012/7/20 6:52:19,798; -2012/7/20 6:52:29,798; -2012/7/20 6:52:39,798; -2012/7/20 6:52:49,798; -2012/7/20 6:52:59,799; -2012/7/20 6:53:9,798; -2012/7/20 6:53:19,798; -2012/7/20 6:53:29,798; -2012/7/20 6:53:39,798; -2012/7/20 6:53:49,799; -2012/7/20 6:53:59,798; -2012/7/20 6:54:9,799; -2012/7/20 6:54:19,798; -2012/7/20 6:54:29,799; -2012/7/20 6:54:39,798; -2012/7/20 6:54:49,798; -2012/7/20 6:54:59,798; -2012/7/20 6:55:9,798; -2012/7/20 6:55:19,798; -2012/7/20 6:55:29,798; -2012/7/20 6:55:39,799; -2012/7/20 6:55:49,798; -2012/7/20 6:55:59,799; -2012/7/20 6:56:9,798; -2012/7/20 6:56:19,798; -2012/7/20 6:56:29,798; -2012/7/20 6:56:39,798; -2012/7/20 6:56:49,799; -2012/7/20 6:56:59,798; -2012/7/20 6:57:9,799; -2012/7/20 6:57:19,798; -2012/7/20 6:57:29,799; -2012/7/20 6:57:39,798; -2012/7/20 6:57:49,798; -2012/7/20 6:57:59,798; -2012/7/20 6:58:9,798; -2012/7/20 6:58:19,798; -2012/7/20 6:58:29,798; -2012/7/20 6:58:39,799; -2012/7/20 6:58:49,798; -2012/7/20 6:58:59,799; -2012/7/20 6:59:9,798; -2012/7/20 6:59:19,798; -2012/7/20 6:59:29,798; -2012/7/20 6:59:39,798; -2012/7/20 6:59:49,799; -2012/7/20 6:59:59,798; -2012/7/20 7:0:9,799; -2012/7/20 7:0:19,798; -2012/7/20 7:0:29,799; -2012/7/20 7:0:39,798; -2012/7/20 7:0:49,798; -2012/7/20 7:0:59,798; -2012/7/20 7:1:9,798; -2012/7/20 7:1:19,798; -2012/7/20 7:1:29,798; -2012/7/20 7:1:39,799; -2012/7/20 7:1:49,798; -2012/7/20 7:1:59,798; -2012/7/20 7:2:9,798; -2012/7/20 7:2:19,798; -2012/7/20 7:2:29,799; -2012/7/20 7:2:39,798; -2012/7/20 7:2:49,799; -2012/7/20 7:2:59,798; -2012/7/20 7:3:9,799; -2012/7/20 7:3:19,798; -2012/7/20 7:3:29,798; -2012/7/20 7:3:39,798; -2012/7/20 7:3:49,798; -2012/7/20 7:3:59,798; -2012/7/20 7:4:9,798; -2012/7/20 7:4:19,798; -2012/7/20 7:4:29,798; -2012/7/20 7:4:39,799; -2012/7/20 7:4:49,798; -2012/7/20 7:4:59,798; -2012/7/20 7:5:9,798; -2012/7/20 7:5:19,798; -2012/7/20 7:5:29,798; -2012/7/20 7:5:39,798; -2012/7/20 7:5:49,799; -2012/7/20 7:5:59,798; -2012/7/20 7:6:9,799; -2012/7/20 7:6:19,798; -2012/7/20 7:6:29,799; -2012/7/20 7:6:39,798; -2012/7/20 7:6:49,798; -2012/7/20 7:6:59,798; -2012/7/20 7:7:9,798; -2012/7/20 7:7:19,799; -2012/7/20 7:7:29,798; -2012/7/20 7:7:39,798; -2012/7/20 7:7:49,798; -2012/7/20 7:7:59,798; -2012/7/20 7:8:9,799; -2012/7/20 7:8:19,798; -2012/7/20 7:8:29,799; -2012/7/20 7:8:39,798; -2012/7/20 7:8:49,799; -2012/7/20 7:8:59,798; -2012/7/20 7:9:9,798; -2012/7/20 7:9:19,798; -2012/7/20 7:9:29,798; -2012/7/20 7:9:39,799; -2012/7/20 7:9:49,798; -2012/7/20 7:9:59,799; -2012/7/20 7:10:9,798; -2012/7/20 7:10:19,799; -2012/7/20 7:10:29,798; -2012/7/20 7:10:39,798; -2012/7/20 7:10:49,798; -2012/7/20 7:10:59,798; -2012/7/20 7:11:9,798; -2012/7/20 7:11:19,798; -2012/7/20 7:11:29,799; -2012/7/20 7:11:39,798; -2012/7/20 7:11:49,799; -2012/7/20 7:11:59,798; -2012/7/20 7:12:9,798; -2012/7/20 7:12:19,798; -2012/7/20 7:12:29,798; -2012/7/20 7:12:39,799; -2012/7/20 7:12:49,798; -2012/7/20 7:12:59,799; -2012/7/20 7:13:9,798; -2012/7/20 7:13:19,798; -2012/7/20 7:13:29,798; -2012/7/20 7:13:39,798; -2012/7/20 7:13:49,799; -2012/7/20 7:13:59,798; -2012/7/20 7:14:9,799; -2012/7/20 7:14:19,798; -2012/7/20 7:14:29,799; -2012/7/20 7:14:39,798; -2012/7/20 7:14:49,798; -2012/7/20 7:14:59,798; -2012/7/20 7:15:9,798; -2012/7/20 7:15:19,798; -2012/7/20 7:15:29,798; -2012/7/20 7:15:39,799; -2012/7/20 7:15:49,798; -2012/7/20 7:15:59,799; -2012/7/20 7:16:9,798; -2012/7/20 7:16:19,798; -2012/7/20 7:16:29,798; -2012/7/20 7:16:39,798; -2012/7/20 7:16:49,798; -2012/7/20 7:16:59,798; -2012/7/20 7:17:9,799; -2012/7/20 7:17:19,798; -2012/7/20 7:17:29,799; -2012/7/20 7:17:39,798; -2012/7/20 7:17:49,798; -2012/7/20 7:17:59,798; -2012/7/20 7:18:9,798; -2012/7/20 7:18:19,799; -2012/7/20 7:18:29,798; -2012/7/20 7:18:39,799; -2012/7/20 7:18:49,798; -2012/7/20 7:18:59,798; -2012/7/20 7:19:9,798; -2012/7/20 7:19:19,798; -2012/7/20 7:19:29,799; -2012/7/20 7:19:39,798; -2012/7/20 7:19:49,799; -2012/7/20 7:19:59,798; -2012/7/20 7:20:9,799; -2012/7/20 7:20:19,798; -2012/7/20 7:20:29,798; -2012/7/20 7:20:39,798; -2012/7/20 7:20:49,798; -2012/7/20 7:20:59,799; -2012/7/20 7:21:9,798; -2012/7/20 7:21:19,798; -2012/7/20 7:21:29,798; -2012/7/20 7:21:39,798; -2012/7/20 7:21:49,798; -2012/7/20 7:21:59,798; -2012/7/20 7:22:9,799; -2012/7/20 7:22:19,798; -2012/7/20 7:22:29,799; -2012/7/20 7:22:39,798; -2012/7/20 7:22:49,798; -2012/7/20 7:22:59,798; -2012/7/20 7:23:9,798; -2012/7/20 7:23:19,798; -2012/7/20 7:23:29,798; -2012/7/20 7:23:39,799; -2012/7/20 7:23:49,798; -2012/7/20 7:23:59,799; -2012/7/20 7:24:9,798; -2012/7/20 7:24:19,799; -2012/7/20 7:24:29,798; diff --git a/elastic/test/logs/paper/1on1/10.0.0.12/31196monitoring6.csv b/elastic/test/logs/paper/1on1/10.0.0.12/31196monitoring6.csv deleted file mode 100644 index d73f5f2501abe6131fb511f2159cdf7ca53b4ef8..0000000000000000000000000000000000000000 --- a/elastic/test/logs/paper/1on1/10.0.0.12/31196monitoring6.csv +++ /dev/null @@ -1,5901 +0,0 @@ -2012/7/19 15:1:6,57;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:1:16,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;1620;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;1120;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:1:26,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;6115;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;615;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:1:36,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;11265;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;765;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:1:46,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;16450;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;950;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:1:56,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;21840;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;1340;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:2:6,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;27550;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;2050;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:2:16,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;33310;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;2810;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:2:26,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;37535;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;2035;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:2:36,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;42140;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;1640;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:2:46,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;46745;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;1245;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:2:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;50845;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;345;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:3:6,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;55745;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;245;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:3:16,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;59535;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;35;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:3:26,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;63025;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;525;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:3:36,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;66120;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;120;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:3:46,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;69630;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;130;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:3:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;73150;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;150;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:4:6,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;76560;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;60;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:4:16,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;79870;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:4:26,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;83425;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:4:36,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;86855;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;355;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:4:46,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;90150;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;150;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:4:56,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;93480;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:5:6,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;97140;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;140;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:5:16,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;100575;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;221;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:5:26,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;103657;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;157;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:5:36,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;106919;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:5:46,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;110468;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;151;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:5:56,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;113758;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;258;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:6:6,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;116787;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:6:16,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;120194;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;194;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:6:26,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;123411;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;64;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:6:36,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;126333;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:6:46,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;129470;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;9;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:6:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;132494;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;92;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:7:6,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;135194;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:7:16,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;138223;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;223;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:7:26,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;141160;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:7:36,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;143826;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:7:46,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;146913;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:7:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;149940;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;145;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:8:6,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;152567;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:8:16,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;155376;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:8:26,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;158283;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;283;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:8:36,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;161140;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;140;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:8:46,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;164049;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;49;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:8:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;167038;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;38;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:9:6,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;169482;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:9:16,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;172994;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;44;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:9:26,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;175966;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;95;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:9:36,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;178828;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:9:46,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;181542;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;42;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:9:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;184249;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:10:6,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;186874;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:10:16,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;189683;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;183;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:10:26,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;191892;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:10:36,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;193792;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:10:46,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;195132;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:10:56,56;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;195936;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:11:6,57;Joram#6:name=#6.6.1026,type=Destination:NbMsgsReceiveSinceCreation;196286;Joram#6:name=#6.6.1026,type=Destination:PendingMessageCount;0;Joram#6:name=JoramAdminTopic,type=Destination:NbMsgsReceiveSinceCreation;0; -2012/7/19 15:11:16,57; -2012/7/19 15:11:26,56; -2012/7/19 15:11:36,57; -2012/7/19 15:11:46,56; -2012/7/19 15:11:56,56; -2012/7/19 15:12:6,56; -2012/7/19 15:12:16,56; -2012/7/19 15:12:26,56; -2012/7/19 15:12:36,56; -2012/7/19 15:12:46,57; -2012/7/19 15:12:56,56; -2012/7/19 15:13:6,57; -2012/7/19 15:13:16,56; -2012/7/19 15:13:26,57; -2012/7/19 15:13:36,56; -2012/7/19 15:13:46,56; -2012/7/19 15:13:56,56; -2012/7/19 15:14:6,56; -2012/7/19 15:14:16,56; -2012/7/19 15:14:26,56; -2012/7/19 15:14:36,56; -2012/7/19 15:14:46,56; -2012/7/19 15:14:56,57; -2012/7/19 15:15:6,56; -2012/7/19 15:15:16,57; -2012/7/19 15:15:26,56; -2012/7/19 15:15:36,57; -2012/7/19 15:15:46,56; -2012/7/19 15:15:56,56; -2012/7/19 15:16:6,56; -2012/7/19 15:16:16,56; -2012/7/19 15:16:26,56; -2012/7/19 15:16:36,56; -2012/7/19 15:16:46,57; -2012/7/19 15:16:56,56; -2012/7/19 15:17:6,57; -2012/7/19 15:17:16,56; -2012/7/19 15:17:26,57; -2012/7/19 15:17:36,56; -2012/7/19 15:17:46,56; -2012/7/19 15:17:56,56; -2012/7/19 15:18:6,56; -2012/7/19 15:18:16,56; -2012/7/19 15:18:26,56; -2012/7/19 15:18:36,56; -2012/7/19 15:18:46,56; -2012/7/19 15:18:56,57; -2012/7/19 15:19:6,56; -2012/7/19 15:19:16,57; -2012/7/19 15:19:26,56; -2012/7/19 15:19:36,57; -2012/7/19 15:19:46,56; -2012/7/19 15:19:56,56; -2012/7/19 15:20:6,57; -2012/7/19 15:20:16,56; -2012/7/19 15:20:26,57; -2012/7/19 15:20:36,56; -2012/7/19 15:20:46,57; -2012/7/19 15:20:56,56; -2012/7/19 15:21:6,56; -2012/7/19 15:21:16,56; -2012/7/19 15:21:26,56; -2012/7/19 15:21:36,57; -2012/7/19 15:21:46,56; -2012/7/19 15:21:56,57; -2012/7/19 15:22:6,56; -2012/7/19 15:22:16,57; -2012/7/19 15:22:26,56; -2012/7/19 15:22:36,57; -2012/7/19 15:22:46,56; -2012/7/19 15:22:56,57; -2012/7/19 15:23:6,56; -2012/7/19 15:23:16,57; -2012/7/19 15:23:26,56; -2012/7/19 15:23:36,57; -2012/7/19 15:23:46,56; -2012/7/19 15:23:56,56; -2012/7/19 15:24:6,56; -2012/7/19 15:24:16,56; -2012/7/19 15:24:26,56; -2012/7/19 15:24:36,56; -2012/7/19 15:24:46,57; -2012/7/19 15:24:56,56; -2012/7/19 15:25:6,57; -2012/7/19 15:25:16,56; -2012/7/19 15:25:26,57; -2012/7/19 15:25:36,56; -2012/7/19 15:25:46,57; -2012/7/19 15:25:56,56; -2012/7/19 15:26:6,57; -2012/7/19 15:26:16,56; -2012/7/19 15:26:26,57; -2012/7/19 15:26:36,56; -2012/7/19 15:26:46,56; -2012/7/19 15:26:56,56; -2012/7/19 15:27:6,57; -2012/7/19 15:27:16,56; -2012/7/19 15:27:26,57; -2012/7/19 15:27:36,56; -2012/7/19 15:27:46,57; -2012/7/19 15:27:56,56; -2012/7/19 15:28:6,57; -2012/7/19 15:28:16,56; -2012/7/19 15:28:26,57; -2012/7/19 15:28:36,56; -2012/7/19 15:28:46,57; -2012/7/19 15:28:56,56; -2012/7/19 15:29:6,57; -2012/7/19 15:29:16,56; -2012/7/19 15:29:26,57; -2012/7/19 15:29:36,56; -2012/7/19 15:29:46,57; -2012/7/19 15:29:56,56; -2012/7/19 15:30:6,57; -2012/7/19 15:30:16,56; -2012/7/19 15:30:26,56; -2012/7/19 15:30:36,56; -2012/7/19 15:30:46,56; -2012/7/19 15:30:56,57; -2012/7/19 15:31:6,56; -2012/7/19 15:31:16,57; -2012/7/19 15:31:26,56; -2012/7/19 15:31:36,57; -2012/7/19 15:31:46,56; -2012/7/19 15:31:56,57; -2012/7/19 15:32:6,56; -2012/7/19 15:32:16,57; -2012/7/19 15:32:26,56; -2012/7/19 15:32:36,57; -2012/7/19 15:32:46,56; -2012/7/19 15:32:56,57; -2012/7/19 15:33:6,56; -2012/7/19 15:33:16,56; -2012/7/19 15:33:26,56; -2012/7/19 15:33:36,56; -2012/7/19 15:33:46,56; -2012/7/19 15:33:56,56; -2012/7/19 15:34:6,56; -2012/7/19 15:34:16,56; -2012/7/19 15:34:26,57; -2012/7/19 15:34:36,56; -2012/7/19 15:34:46,57; -2012/7/19 15:34:56,56; -2012/7/19 15:35:6,57; -2012/7/19 15:35:16,56; -2012/7/19 15:35:26,57; -2012/7/19 15:35:36,56; -2012/7/19 15:35:46,57; -2012/7/19 15:35:56,56; -2012/7/19 15:36:6,57; -2012/7/19 15:36:16,56; -2012/7/19 15:36:26,57; -2012/7/19 15:36:36,56; -2012/7/19 15:36:46,57; -2012/7/19 15:36:56,56; -2012/7/19 15:37:6,57; -2012/7/19 15:37:16,56; -2012/7/19 15:37:26,56; -2012/7/19 15:37:36,56; -2012/7/19 15:37:46,56; -2012/7/19 15:37:56,56; -2012/7/19 15:38:6,56; -2012/7/19 15:38:16,57; -2012/7/19 15:38:26,56; -2012/7/19 15:38:36,57; -2012/7/19 15:38:46,56; -2012/7/19 15:38:56,56; -2012/7/19 15:39:6,56; -2012/7/19 15:39:16,56; -2012/7/19 15:39:26,56; -2012/7/19 15:39:36,56; -2012/7/19 15:39:46,56; -2012/7/19 15:39:56,57; -2012/7/19 15:40:6,56; -2012/7/19 15:40:16,57; -2012/7/19 15:40:26,56; -2012/7/19 15:40:36,57; -2012/7/19 15:40:46,56; -2012/7/19 15:40:56,56; -2012/7/19 15:41:6,56; -2012/7/19 15:41:16,56; -2012/7/19 15:41:26,57; -2012/7/19 15:41:36,56; -2012/7/19 15:41:46,57; -2012/7/19 15:41:56,56; -2012/7/19 15:42:6,56; -2012/7/19 15:42:16,56; -2012/7/19 15:42:26,56; -2012/7/19 15:42:36,56; -2012/7/19 15:42:46,56; -2012/7/19 15:42:56,57; -2012/7/19 15:43:6,56; -2012/7/19 15:43:16,57; -2012/7/19 15:43:26,56; -2012/7/19 15:43:36,56; -2012/7/19 15:43:46,56; -2012/7/19 15:43:56,56; -2012/7/19 15:44:6,56; -2012/7/19 15:44:16,56; -2012/7/19 15:44:26,56; -2012/7/19 15:44:36,56; -2012/7/19 15:44:46,56; -2012/7/19 15:44:56,56; -2012/7/19 15:45:6,56; -2012/7/19 15:45:16,56; -2012/7/19 15:45:26,56; -2012/7/19 15:45:36,56; -2012/7/19 15:45:46,56; -2012/7/19 15:45:56,56; -2012/7/19 15:46:6,56; -2012/7/19 15:46:16,56; -2012/7/19 15:46:26,56; -2012/7/19 15:46:36,56; -2012/7/19 15:46:46,57; -2012/7/19 15:46:56,56; -2012/7/19 15:47:6,57; -2012/7/19 15:47:16,56; -2012/7/19 15:47:26,56; -2012/7/19 15:47:36,56; -2012/7/19 15:47:46,56; -2012/7/19 15:47:56,57; -2012/7/19 15:48:6,56; -2012/7/19 15:48:16,57; -2012/7/19 15:48:26,56; -2012/7/19 15:48:36,57; -2012/7/19 15:48:46,56; -2012/7/19 15:48:56,57; -2012/7/19 15:49:6,56; -2012/7/19 15:49:16,57; -2012/7/19 15:49:26,56; -2012/7/19 15:49:36,56; -2012/7/19 15:49:46,56; -2012/7/19 15:49:56,56; -2012/7/19 15:50:6,56; -2012/7/19 15:50:16,56; -2012/7/19 15:50:26,57; -2012/7/19 15:50:36,56; -2012/7/19 15:50:46,57; -2012/7/19 15:50:56,56; -2012/7/19 15:51:6,56; -2012/7/19 15:51:16,56; -2012/7/19 15:51:26,56; -2012/7/19 15:51:36,56; -2012/7/19 15:51:46,56; -2012/7/19 15:51:56,57; -2012/7/19 15:52:6,56; -2012/7/19 15:52:16,57; -2012/7/19 15:52:26,56; -2012/7/19 15:52:36,57; -2012/7/19 15:52:46,56; -2012/7/19 15:52:56,57; -2012/7/19 15:53:6,56; -2012/7/19 15:53:16,57; -2012/7/19 15:53:26,56; -2012/7/19 15:53:36,56; -2012/7/19 15:53:46,56; -2012/7/19 15:53:56,56; -2012/7/19 15:54:6,56; -2012/7/19 15:54:16,56; -2012/7/19 15:54:26,57; -2012/7/19 15:54:36,56; -2012/7/19 15:54:46,57; -2012/7/19 15:54:56,56; -2012/7/19 15:55:6,56; -2012/7/19 15:55:16,56; -2012/7/19 15:55:26,56; -2012/7/19 15:55:36,57; -2012/7/19 15:55:46,56; -2012/7/19 15:55:56,57; -2012/7/19 15:56:6,56; -2012/7/19 15:56:16,56; -2012/7/19 15:56:26,56; -2012/7/19 15:56:36,56; -2012/7/19 15:56:46,57; -2012/7/19 15:56:56,56; -2012/7/19 15:57:6,57; -2012/7/19 15:57:16,56; -2012/7/19 15:57:26,56; -2012/7/19 15:57:36,56; -2012/7/19 15:57:46,56; -2012/7/19 15:57:56,56; -2012/7/19 15:58:6,56; -2012/7/19 15:58:16,56; -2012/7/19 15:58:26,56; -2012/7/19 15:58:36,57; -2012/7/19 15:58:46,56; -2012/7/19 15:58:56,57; -2012/7/19 15:59:6,56; -2012/7/19 15:59:16,56; -2012/7/19 15:59:26,56; -2012/7/19 15:59:36,56; -2012/7/19 15:59:46,57; -2012/7/19 15:59:56,56; -2012/7/19 16:0:6,57; -2012/7/19 16:0:16,56; -2012/7/19 16:0:26,57; -2012/7/19 16:0:36,56; -2012/7/19 16:0:46,56; -2012/7/19 16:0:56,56; -2012/7/19 16:1:6,56; -2012/7/19 16:1:16,56; -2012/7/19 16:1:26,56; -2012/7/19 16:1:36,57; -2012/7/19 16:1:46,56; -2012/7/19 16:1:56,57; -2012/7/19 16:2:6,56; -2012/7/19 16:2:16,57; -2012/7/19 16:2:26,56; -2012/7/19 16:2:36,57; -2012/7/19 16:2:46,56; -2012/7/19 16:2:56,57; -2012/7/19 16:3:6,56; -2012/7/19 16:3:16,56; -2012/7/19 16:3:26,56; -2012/7/19 16:3:36,56; -2012/7/19 16:3:46,56; -2012/7/19 16:3:56,56; -2012/7/19 16:4:6,56; -2012/7/19 16:4:16,56; -2012/7/19 16:4:26,56; -2012/7/19 16:4:36,56; -2012/7/19 16:4:46,56; -2012/7/19 16:4:56,56; -2012/7/19 16:5:6,56; -2012/7/19 16:5:16,56; -2012/7/19 16:5:26,56; -2012/7/19 16:5:36,56; -2012/7/19 16:5:46,56; -2012/7/19 16:5:56,56; -2012/7/19 16:6:6,56; -2012/7/19 16:6:16,56; -2012/7/19 16:6:26,56; -2012/7/19 16:6:36,56; -2012/7/19 16:6:46,56; -2012/7/19 16:6:56,56; -2012/7/19 16:7:6,56; -2012/7/19 16:7:16,56; -2012/7/19 16:7:26,56; -2012/7/19 16:7:36,56; -2012/7/19 16:7:46,56; -2012/7/19 16:7:56,56; -2012/7/19 16:8:6,57; -2012/7/19 16:8:16,56; -2012/7/19 16:8:26,57; -2012/7/19 16:8:36,56; -2012/7/19 16:8:46,57; -2012/7/19 16:8:56,56; -2012/7/19 16:9:6,57; -2012/7/19 16:9:16,56; -2012/7/19 16:9:26,57; -2012/7/19 16:9:36,56; -2012/7/19 16:9:46,57; -2012/7/19 16:9:56,56; -2012/7/19 16:10:6,57; -2012/7/19 16:10:16,56; -2012/7/19 16:10:26,57; -2012/7/19 16:10:36,56; -2012/7/19 16:10:46,57; -2012/7/19 16:10:56,56; -2012/7/19 16:11:6,56; -2012/7/19 16:11:16,56; -2012/7/19 16:11:26,56; -2012/7/19 16:11:36,56; -2012/7/19 16:11:46,56; -2012/7/19 16:11:56,56; -2012/7/19 16:12:6,56; -2012/7/19 16:12:16,56; -2012/7/19 16:12:26,56; -2012/7/19 16:12:36,56; -2012/7/19 16:12:46,56; -2012/7/19 16:12:56,56; -2012/7/19 16:13:6,56; -2012/7/19 16:13:16,57; -2012/7/19 16:13:26,56; -2012/7/19 16:13:36,56; -2012/7/19 16:13:46,56; -2012/7/19 16:13:56,57; -2012/7/19 16:14:6,56; -2012/7/19 16:14:16,57; -2012/7/19 16:14:26,56; -2012/7/19 16:14:36,57; -2012/7/19 16:14:46,56; -2012/7/19 16:14:56,57; -2012/7/19 16:15:6,56; -2012/7/19 16:15:16,56; -2012/7/19 16:15:26,56; -2012/7/19 16:15:36,57; -2012/7/19 16:15:46,56; -2012/7/19 16:15:56,57; -2012/7/19 16:16:6,56; -2012/7/19 16:16:16,57; -2012/7/19 16:16:26,56; -2012/7/19 16:16:36,57; -2012/7/19 16:16:46,56; -2012/7/19 16:16:56,57; -2012/7/19 16:17:6,56; -2012/7/19 16:17:16,57; -2012/7/19 16:17:26,56; -2012/7/19 16:17:36,57; -2012/7/19 16:17:46,56; -2012/7/19 16:17:56,57; -2012/7/19 16:18:6,56; -2012/7/19 16:18:16,57; -2012/7/19 16:18:26,56; -2012/7/19 16:18:36,57; -2012/7/19 16:18:46,56; -2012/7/19 16:18:56,56; -2012/7/19 16:19:6,56; -2012/7/19 16:19:16,56; -2012/7/19 16:19:26,57; -2012/7/19 16:19:36,56; -2012/7/19 16:19:46,57; -2012/7/19 16:19:56,56; -2012/7/19 16:20:6,56; -2012/7/19 16:20:16,56; -2012/7/19 16:20:26,56; -2012/7/19 16:20:36,57; -2012/7/19 16:20:46,56; -2012/7/19 16:20:56,57; -2012/7/19 16:21:6,56; -2012/7/19 16:21:16,56; -2012/7/19 16:21:26,56; -2012/7/19 16:21:36,56; -2012/7/19 16:21:46,57; -2012/7/19 16:21:56,56; -2012/7/19 16:22:6,57; -2012/7/19 16:22:16,56; -2012/7/19 16:22:26,57; -2012/7/19 16:22:36,56; -2012/7/19 16:22:46,56; -2012/7/19 16:22:56,56; -2012/7/19 16:23:6,56; -2012/7/19 16:23:16,57; -2012/7/19 16:23:26,56; -2012/7/19 16:23:36,57; -2012/7/19 16:23:46,56; -2012/7/19 16:23:56,57; -2012/7/19 16:24:6,56; -2012/7/19 16:24:16,57; -2012/7/19 16:24:26,56; -2012/7/19 16:24:36,56; -2012/7/19 16:24:46,56; -2012/7/19 16:24:56,56; -2012/7/19 16:25:6,57; -2012/7/19 16:25:16,56; -2012/7/19 16:25:26,57; -2012/7/19 16:25:36,56; -2012/7/19 16:25:46,56; -2012/7/19 16:25:56,56; -2012/7/19 16:26:6,56; -2012/7/19 16:26:16,57; -2012/7/19 16:26:26,56; -2012/7/19 16:26:36,57; -2012/7/19 16:26:46,56; -2012/7/19 16:26:56,56; -2012/7/19 16:27:6,56; -2012/7/19 16:27:16,56; -2012/7/19 16:27:26,57; -2012/7/19 16:27:36,56; -2012/7/19 16:27:46,57; -2012/7/19 16:27:56,56; -2012/7/19 16:28:6,56; -2012/7/19 16:28:16,56; -2012/7/19 16:28:26,56; -2012/7/19 16:28:36,57; -2012/7/19 16:28:46,56; -2012/7/19 16:28:56,57; -2012/7/19 16:29:6,56; -2012/7/19 16:29:16,56; -2012/7/19 16:29:26,56; -2012/7/19 16:29:36,56; -2012/7/19 16:29:46,56; -2012/7/19 16:29:56,56; -2012/7/19 16:30:6,57; -2012/7/19 16:30:16,56; -2012/7/19 16:30:26,57; -2012/7/19 16:30:36,56; -2012/7/19 16:30:46,56; -2012/7/19 16:30:56,56; -2012/7/19 16:31:6,56; -2012/7/19 16:31:16,57; -2012/7/19 16:31:26,56; -2012/7/19 16:31:36,57; -2012/7/19 16:31:46,56; -2012/7/19 16:31:56,57; -2012/7/19 16:32:6,56; -2012/7/19 16:32:16,56; -2012/7/19 16:32:26,56; -2012/7/19 16:32:36,56; -2012/7/19 16:32:46,57; -2012/7/19 16:32:56,56; -2012/7/19 16:33:6,57; -2012/7/19 16:33:16,56; -2012/7/19 16:33:26,56; -2012/7/19 16:33:36,57; -2012/7/19 16:33:46,56; -2012/7/19 16:33:56,57; -2012/7/19 16:34:6,56; -2012/7/19 16:34:16,56; -2012/7/19 16:34:26,56; -2012/7/19 16:34:36,56; -2012/7/19 16:34:46,57; -2012/7/19 16:34:56,56; -2012/7/19 16:35:6,57; -2012/7/19 16:35:16,56; -2012/7/19 16:35:26,56; -2012/7/19 16:35:36,56; -2012/7/19 16:35:46,56; -2012/7/19 16:35:56,57; -2012/7/19 16:36:6,56; -2012/7/19 16:36:16,57; -2012/7/19 16:36:26,56; -2012/7/19 16:36:36,57; -2012/7/19 16:36:46,56; -2012/7/19 16:36:56,57; -2012/7/19 16:37:6,56; -2012/7/19 16:37:16,56; -2012/7/19 16:37:26,57; -2012/7/19 16:37:36,56; -2012/7/19 16:37:46,57; -2012/7/19 16:37:56,56; -2012/7/19 16:38:6,57; -2012/7/19 16:38:16,56; -2012/7/19 16:38:26,57; -2012/7/19 16:38:36,56; -2012/7/19 16:38:46,57; -2012/7/19 16:38:56,56; -2012/7/19 16:39:6,57; -2012/7/19 16:39:16,56; -2012/7/19 16:39:26,57; -2012/7/19 16:39:36,56; -2012/7/19 16:39:46,57; -2012/7/19 16:39:56,56; -2012/7/19 16:40:6,57; -2012/7/19 16:40:16,56; -2012/7/19 16:40:26,57; -2012/7/19 16:40:36,56; -2012/7/19 16:40:46,57; -2012/7/19 16:40:56,56; -2012/7/19 16:41:6,57; -2012/7/19 16:41:16,56; -2012/7/19 16:41:26,57; -2012/7/19 16:41:36,56; -2012/7/19 16:41:46,57; -2012/7/19 16:41:56,56; -2012/7/19 16:42:6,57; -2012/7/19 16:42:16,56; -2012/7/19 16:42:26,57; -2012/7/19 16:42:36,56; -2012/7/19 16:42:46,57; -2012/7/19 16:42:56,56; -2012/7/19 16:43:6,56; -2012/7/19 16:43:16,56; -2012/7/19 16:43:26,56; -2012/7/19 16:43:36,57; -2012/7/19 16:43:46,56; -2012/7/19 16:43:56,57; -2012/7/19 16:44:6,56; -2012/7/19 16:44:16,57; -2012/7/19 16:44:26,56; -2012/7/19 16:44:36,56; -2012/7/19 16:44:46,56; -2012/7/19 16:44:56,56; -2012/7/19 16:45:6,57; -2012/7/19 16:45:16,56; -2012/7/19 16:45:26,57; -2012/7/19 16:45:36,56; -2012/7/19 16:45:46,57; -2012/7/19 16:45:56,56; -2012/7/19 16:46:6,57; -2012/7/19 16:46:16,56; -2012/7/19 16:46:26,56; -2012/7/19 16:46:36,56; -2012/7/19 16:46:46,56; -2012/7/19 16:46:56,57; -2012/7/19 16:47:6,56; -2012/7/19 16:47:16,57; -2012/7/19 16:47:26,56; -2012/7/19 16:47:36,57; -2012/7/19 16:47:46,56; -2012/7/19 16:47:56,56; -2012/7/19 16:48:6,56; -2012/7/19 16:48:16,56; -2012/7/19 16:48:26,57; -2012/7/19 16:48:36,56; -2012/7/19 16:48:46,57; -2012/7/19 16:48:56,56; -2012/7/19 16:49:6,57; -2012/7/19 16:49:16,56; -2012/7/19 16:49:26,57; -2012/7/19 16:49:36,56; -2012/7/19 16:49:46,56; -2012/7/19 16:49:56,56; -2012/7/19 16:50:6,56; -2012/7/19 16:50:16,57; -2012/7/19 16:50:26,56; -2012/7/19 16:50:36,57; -2012/7/19 16:50:46,56; -2012/7/19 16:50:56,57; -2012/7/19 16:51:6,56; -2012/7/19 16:51:16,57; -2012/7/19 16:51:26,56; -2012/7/19 16:51:36,57; -2012/7/19 16:51:46,56; -2012/7/19 16:51:56,56; -2012/7/19 16:52:6,56; -2012/7/19 16:52:16,56; -2012/7/19 16:52:26,57; -2012/7/19 16:52:36,56; -2012/7/19 16:52:46,56; -2012/7/19 16:52:56,56; -2012/7/19 16:53:6,56; -2012/7/19 16:53:16,56; -2012/7/19 16:53:26,56; -2012/7/19 16:53:36,56; -2012/7/19 16:53:46,56; -2012/7/19 16:53:56,56; -2012/7/19 16:54:6,56; -2012/7/19 16:54:16,56; -2012/7/19 16:54:26,56; -2012/7/19 16:54:36,57; -2012/7/19 16:54:46,56; -2012/7/19 16:54:56,57; -2012/7/19 16:55:6,56; -2012/7/19 16:55:16,57; -2012/7/19 16:55:26,56; -2012/7/19 16:55:36,57; -2012/7/19 16:55:46,56; -2012/7/19 16:55:56,56; -2012/7/19 16:56:6,56; -2012/7/19 16:56:16,56; -2012/7/19 16:56:26,56; -2012/7/19 16:56:36,57; -2012/7/19 16:56:46,56; -2012/7/19 16:56:56,56; -2012/7/19 16:57:6,56; -2012/7/19 16:57:16,56; -2012/7/19 16:57:26,56; -2012/7/19 16:57:36,57; -2012/7/19 16:57:46,56; -2012/7/19 16:57:56,57; -2012/7/19 16:58:6,56; -2012/7/19 16:58:16,57; -2012/7/19 16:58:26,56; -2012/7/19 16:58:36,57; -2012/7/19 16:58:46,56; -2012/7/19 16:58:56,57; -2012/7/19 16:59:6,56; -2012/7/19 16:59:16,57; -2012/7/19 16:59:26,56; -2012/7/19 16:59:36,57; -2012/7/19 16:59:46,56; -2012/7/19 16:59:56,57; -2012/7/19 17:0:6,56; -2012/7/19 17:0:16,57; -2012/7/19 17:0:26,56; -2012/7/19 17:0:36,57; -2012/7/19 17:0:46,56; -2012/7/19 17:0:56,57; -2012/7/19 17:1:6,56; -2012/7/19 17:1:16,56; -2012/7/19 17:1:26,56; -2012/7/19 17:1:36,56; -2012/7/19 17:1:46,56; -2012/7/19 17:1:56,56; -2012/7/19 17:2:6,56; -2012/7/19 17:2:16,56; -2012/7/19 17:2:26,56; -2012/7/19 17:2:36,56; -2012/7/19 17:2:46,56; -2012/7/19 17:2:56,56; -2012/7/19 17:3:6,57; -2012/7/19 17:3:16,56; -2012/7/19 17:3:26,56; -2012/7/19 17:3:36,56; -2012/7/19 17:3:46,56; -2012/7/19 17:3:56,56; -2012/7/19 17:4:6,57; -2012/7/19 17:4:16,56; -2012/7/19 17:4:26,57; -2012/7/19 17:4:36,56; -2012/7/19 17:4:46,57; -2012/7/19 17:4:56,56; -2012/7/19 17:5:6,57; -2012/7/19 17:5:16,56; -2012/7/19 17:5:26,57; -2012/7/19 17:5:36,56; -2012/7/19 17:5:46,57; -2012/7/19 17:5:56,56; -2012/7/19 17:6:6,56; -2012/7/19 17:6:16,56; -2012/7/19 17:6:26,56; -2012/7/19 17:6:36,56; -2012/7/19 17:6:46,56; -2012/7/19 17:6:56,57; -2012/7/19 17:7:6,56; -2012/7/19 17:7:16,57; -2012/7/19 17:7:26,56; -2012/7/19 17:7:36,56; -2012/7/19 17:7:46,56; -2012/7/19 17:7:56,56; -2012/7/19 17:8:6,57; -2012/7/19 17:8:16,56; -2012/7/19 17:8:26,56; -2012/7/19 17:8:36,56; -2012/7/19 17:8:46,56; -2012/7/19 17:8:56,56; -2012/7/19 17:9:6,56; -2012/7/19 17:9:16,56; -2012/7/19 17:9:26,56; -2012/7/19 17:9:36,57; -2012/7/19 17:9:46,56; -2012/7/19 17:9:56,57; -2012/7/19 17:10:6,56; -2012/7/19 17:10:16,56; -2012/7/19 17:10:26,56; -2012/7/19 17:10:36,56; -2012/7/19 17:10:46,57; -2012/7/19 17:10:56,56; -2012/7/19 17:11:6,57; -2012/7/19 17:11:16,56; -2012/7/19 17:11:26,56; -2012/7/19 17:11:36,56; -2012/7/19 17:11:46,56; -2012/7/19 17:11:56,57; -2012/7/19 17:12:6,56; -2012/7/19 17:12:16,57; -2012/7/19 17:12:26,56; -2012/7/19 17:12:36,56; -2012/7/19 17:12:46,56; -2012/7/19 17:12:56,56; -2012/7/19 17:13:6,57; -2012/7/19 17:13:16,56; -2012/7/19 17:13:26,57; -2012/7/19 17:13:36,56; -2012/7/19 17:13:46,57; -2012/7/19 17:13:56,56; -2012/7/19 17:14:6,57; -2012/7/19 17:14:16,56; -2012/7/19 17:14:26,57; -2012/7/19 17:14:36,56; -2012/7/19 17:14:46,56; -2012/7/19 17:14:56,56; -2012/7/19 17:15:6,57; -2012/7/19 17:15:16,56; -2012/7/19 17:15:26,57; -2012/7/19 17:15:36,56; -2012/7/19 17:15:46,57; -2012/7/19 17:15:56,56; -2012/7/19 17:16:6,57; -2012/7/19 17:16:16,56; -2012/7/19 17:16:26,57; -2012/7/19 17:16:36,56; -2012/7/19 17:16:46,57; -2012/7/19 17:16:56,56; -2012/7/19 17:17:6,57; -2012/7/19 17:17:16,56; -2012/7/19 17:17:26,57; -2012/7/19 17:17:36,56; -2012/7/19 17:17:46,56; -2012/7/19 17:17:56,56; -2012/7/19 17:18:6,57; -2012/7/19 17:18:16,56; -2012/7/19 17:18:26,56; -2012/7/19 17:18:36,56; -2012/7/19 17:18:46,56; -2012/7/19 17:18:56,56; -2012/7/19 17:19:6,56; -2012/7/19 17:19:16,56; -2012/7/19 17:19:26,56; -2012/7/19 17:19:36,56; -2012/7/19 17:19:46,56; -2012/7/19 17:19:56,56; -2012/7/19 17:20:6,56; -2012/7/19 17:20:16,56; -2012/7/19 17:20:26,56; -2012/7/19 17:20:36,56; -2012/7/19 17:20:46,56; -2012/7/19 17:20:56,56; -2012/7/19 17:21:6,56; -2012/7/19 17:21:16,56; -2012/7/19 17:21:26,56; -2012/7/19 17:21:36,57; -2012/7/19 17:21:46,56; -2012/7/19 17:21:56,57; -2012/7/19 17:22:6,56; -2012/7/19 17:22:16,57; -2012/7/19 17:22:26,56; -2012/7/19 17:22:36,56; -2012/7/19 17:22:46,57; -2012/7/19 17:22:56,56; -2012/7/19 17:23:6,57; -2012/7/19 17:23:16,56; -2012/7/19 17:23:26,57; -2012/7/19 17:23:36,56; -2012/7/19 17:23:46,57; -2012/7/19 17:23:56,56; -2012/7/19 17:24:6,56; -2012/7/19 17:24:16,56; -2012/7/19 17:24:26,56; -2012/7/19 17:24:36,57; -2012/7/19 17:24:46,56; -2012/7/19 17:24:56,57; -2012/7/19 17:25:6,56; -2012/7/19 17:25:16,56; -2012/7/19 17:25:26,56; -2012/7/19 17:25:36,56; -2012/7/19 17:25:46,56; -2012/7/19 17:25:56,56; -2012/7/19 17:26:6,56; -2012/7/19 17:26:16,56; -2012/7/19 17:26:26,56; -2012/7/19 17:26:36,56; -2012/7/19 17:26:46,57; -2012/7/19 17:26:56,56; -2012/7/19 17:27:6,57; -2012/7/19 17:27:16,56; -2012/7/19 17:27:26,56; -2012/7/19 17:27:36,56; -2012/7/19 17:27:46,56; -2012/7/19 17:27:56,56; -2012/7/19 17:28:6,56; -2012/7/19 17:28:16,56; -2012/7/19 17:28:26,56; -2012/7/19 17:28:36,56; -2012/7/19 17:28:46,56; -2012/7/19 17:28:56,57; -2012/7/19 17:29:6,56; -2012/7/19 17:29:16,57; -2012/7/19 17:29:26,56; -2012/7/19 17:29:36,57; -2012/7/19 17:29:46,56; -2012/7/19 17:29:56,57; -2012/7/19 17:30:6,56; -2012/7/19 17:30:16,57; -2012/7/19 17:30:26,56; -2012/7/19 17:30:36,56; -2012/7/19 17:30:46,56; -2012/7/19 17:30:56,56; -2012/7/19 17:31:6,57; -2012/7/19 17:31:16,56; -2012/7/19 17:31:26,57; -2012/7/19 17:31:36,56; -2012/7/19 17:31:46,57; -2012/7/19 17:31:56,56; -2012/7/19 17:32:6,56; -2012/7/19 17:32:16,56; -2012/7/19 17:32:26,56; -2012/7/19 17:32:36,57; -2012/7/19 17:32:46,56; -2012/7/19 17:32:56,56; -2012/7/19 17:33:6,56; -2012/7/19 17:33:16,56; -2012/7/19 17:33:26,56; -2012/7/19 17:33:36,56; -2012/7/19 17:33:46,56; -2012/7/19 17:33:56,57; -2012/7/19 17:34:6,56; -2012/7/19 17:34:16,57; -2012/7/19 17:34:26,56; -2012/7/19 17:34:36,56; -2012/7/19 17:34:46,57; -2012/7/19 17:34:56,56; -2012/7/19 17:35:6,57; -2012/7/19 17:35:16,56; -2012/7/19 17:35:26,57; -2012/7/19 17:35:36,56; -2012/7/19 17:35:46,56; -2012/7/19 17:35:56,57; -2012/7/19 17:36:6,56; -2012/7/19 17:36:16,57; -2012/7/19 17:36:26,56; -2012/7/19 17:36:36,56; -2012/7/19 17:36:46,57; -2012/7/19 17:36:56,56; -2012/7/19 17:37:6,57; -2012/7/19 17:37:16,56; -2012/7/19 17:37:26,56; -2012/7/19 17:37:36,56; -2012/7/19 17:37:46,56; -2012/7/19 17:37:56,57; -2012/7/19 17:38:6,56; -2012/7/19 17:38:16,57; -2012/7/19 17:38:26,56; -2012/7/19 17:38:36,56; -2012/7/19 17:38:46,57; -2012/7/19 17:38:56,56; -2012/7/19 17:39:6,57; -2012/7/19 17:39:16,56; -2012/7/19 17:39:26,56; -2012/7/19 17:39:36,56; -2012/7/19 17:39:46,56; -2012/7/19 17:39:56,56; -2012/7/19 17:40:6,56; -2012/7/19 17:40:16,57; -2012/7/19 17:40:26,56; -2012/7/19 17:40:36,57; -2012/7/19 17:40:46,56; -2012/7/19 17:40:56,57; -2012/7/19 17:41:6,56; -2012/7/19 17:41:16,57; -2012/7/19 17:41:26,56; -2012/7/19 17:41:36,56; -2012/7/19 17:41:46,56; -2012/7/19 17:41:56,56; -2012/7/19 17:42:6,56; -2012/7/19 17:42:16,56; -2012/7/19 17:42:26,57; -2012/7/19 17:42:36,56; -2012/7/19 17:42:46,57; -2012/7/19 17:42:56,56; -2012/7/19 17:43:6,56; -2012/7/19 17:43:16,56; -2012/7/19 17:43:26,56; -2012/7/19 17:43:36,57; -2012/7/19 17:43:46,56; -2012/7/19 17:43:56,57; -2012/7/19 17:44:6,56; -2012/7/19 17:44:16,57; -2012/7/19 17:44:26,56; -2012/7/19 17:44:36,56; -2012/7/19 17:44:46,56; -2012/7/19 17:44:56,56; -2012/7/19 17:45:6,56; -2012/7/19 17:45:16,56; -2012/7/19 17:45:26,56; -2012/7/19 17:45:36,56; -2012/7/19 17:45:46,57; -2012/7/19 17:45:56,56; -2012/7/19 17:46:6,57; -2012/7/19 17:46:16,56; -2012/7/19 17:46:26,57; -2012/7/19 17:46:36,56; -2012/7/19 17:46:46,56; -2012/7/19 17:46:56,56; -2012/7/19 17:47:6,56; -2012/7/19 17:47:16,57; -2012/7/19 17:47:26,56; -2012/7/19 17:47:36,57; -2012/7/19 17:47:46,56; -2012/7/19 17:47:56,57; -2012/7/19 17:48:6,56; -2012/7/19 17:48:16,56; -2012/7/19 17:48:26,56; -2012/7/19 17:48:36,56; -2012/7/19 17:48:46,57; -2012/7/19 17:48:56,56; -2012/7/19 17:49:6,57; -2012/7/19 17:49:16,56; -2012/7/19 17:49:26,57; -2012/7/19 17:49:36,56; -2012/7/19 17:49:46,56; -2012/7/19 17:49:56,56; -2012/7/19 17:50:6,56; -2012/7/19 17:50:16,57; -2012/7/19 17:50:26,56; -2012/7/19 17:50:36,57; -2012/7/19 17:50:46,56; -2012/7/19 17:50:56,57; -2012/7/19 17:51:6,56; -2012/7/19 17:51:16,56; -2012/7/19 17:51:26,56; -2012/7/19 17:51:36,56; -2012/7/19 17:51:46,56; -2012/7/19 17:51:56,56; -2012/7/19 17:52:6,56; -2012/7/19 17:52:16,56; -2012/7/19 17:52:26,56; -2012/7/19 17:52:36,56; -2012/7/19 17:52:46,56; -2012/7/19 17:52:56,56; -2012/7/19 17:53:6,57; -2012/7/19 17:53:16,56; -2012/7/19 17:53:26,57; -2012/7/19 17:53:36,56; -2012/7/19 17:53:46,57; -2012/7/19 17:53:56,56; -2012/7/19 17:54:6,57; -2012/7/19 17:54:16,56; -2012/7/19 17:54:26,57; -2012/7/19 17:54:36,56; -2012/7/19 17:54:46,57; -2012/7/19 17:54:56,56; -2012/7/19 17:55:6,57; -2012/7/19 17:55:16,56; -2012/7/19 17:55:26,57; -2012/7/19 17:55:36,56; -2012/7/19 17:55:46,57; -2012/7/19 17:55:56,56; -2012/7/19 17:56:6,57; -2012/7/19 17:56:16,56; -2012/7/19 17:56:26,57; -2012/7/19 17:56:36,56; -2012/7/19 17:56:46,57; -2012/7/19 17:56:56,56; -2012/7/19 17:57:6,57; -2012/7/19 17:57:16,56; -2012/7/19 17:57:26,57; -2012/7/19 17:57:36,56; -2012/7/19 17:57:46,56; -2012/7/19 17:57:56,56; -2012/7/19 17:58:6,56; -2012/7/19 17:58:16,57; -2012/7/19 17:58:26,56; -2012/7/19 17:58:36,57; -2012/7/19 17:58:46,56; -2012/7/19 17:58:56,57; -2012/7/19 17:59:6,56; -2012/7/19 17:59:16,57; -2012/7/19 17:59:26,56; -2012/7/19 17:59:36,57; -2012/7/19 17:59:46,56; -2012/7/19 17:59:56,57; -2012/7/19 18:0:6,56; -2012/7/19 18:0:16,57; -2012/7/19 18:0:26,56; -2012/7/19 18:0:36,57; -2012/7/19 18:0:46,56; -2012/7/19 18:0:56,57; -2012/7/19 18:1:6,56; -2012/7/19 18:1:16,57; -2012/7/19 18:1:26,56; -2012/7/19 18:1:36,57; -2012/7/19 18:1:46,56; -2012/7/19 18:1:56,57; -2012/7/19 18:2:6,56; -2012/7/19 18:2:16,56; -2012/7/19 18:2:26,56; -2012/7/19 18:2:36,56; -2012/7/19 18:2:46,56; -2012/7/19 18:2:56,56; -2012/7/19 18:3:6,56; -2012/7/19 18:3:16,56; -2012/7/19 18:3:26,56; -2012/7/19 18:3:36,56; -2012/7/19 18:3:46,57; -2012/7/19 18:3:56,56; -2012/7/19 18:4:6,57; -2012/7/19 18:4:16,56; -2012/7/19 18:4:26,57; -2012/7/19 18:4:36,56; -2012/7/19 18:4:46,56; -2012/7/19 18:4:56,56; -2012/7/19 18:5:6,57; -2012/7/19 18:5:16,56; -2012/7/19 18:5:26,57; -2012/7/19 18:5:36,56; -2012/7/19 18:5:46,57; -2012/7/19 18:5:56,56; -2012/7/19 18:6:6,57; -2012/7/19 18:6:16,56; -2012/7/19 18:6:26,57; -2012/7/19 18:6:36,56; -2012/7/19 18:6:46,57; -2012/7/19 18:6:56,56; -2012/7/19 18:7:6,56; -2012/7/19 18:7:16,56; -2012/7/19 18:7:26,56; -2012/7/19 18:7:36,57; -2012/7/19 18:7:46,56; -2012/7/19 18:7:56,57; -2012/7/19 18:8:6,56; -2012/7/19 18:8:16,57; -2012/7/19 18:8:26,56; -2012/7/19 18:8:36,56; -2012/7/19 18:8:46,56; -2012/7/19 18:8:56,56; -2012/7/19 18:9:6,57; -2012/7/19 18:9:16,56; -2012/7/19 18:9:26,57; -2012/7/19 18:9:36,56; -2012/7/19 18:9:46,57; -2012/7/19 18:9:56,56; -2012/7/19 18:10:6,56; -2012/7/19 18:10:16,56; -2012/7/19 18:10:26,56; -2012/7/19 18:10:36,56; -2012/7/19 18:10:46,56; -2012/7/19 18:10:56,56; -2012/7/19 18:11:6,56; -2012/7/19 18:11:16,56; -2012/7/19 18:11:26,56; -2012/7/19 18:11:36,57; -2012/7/19 18:11:46,56; -2012/7/19 18:11:56,57; -2012/7/19 18:12:6,56; -2012/7/19 18:12:16,57; -2012/7/19 18:12:26,56; -2012/7/19 18:12:36,57; -2012/7/19 18:12:46,56; -2012/7/19 18:12:56,57; -2012/7/19 18:13:6,56; -2012/7/19 18:13:16,57; -2012/7/19 18:13:26,56; -2012/7/19 18:13:36,57; -2012/7/19 18:13:46,56; -2012/7/19 18:13:56,57; -2012/7/19 18:14:6,56; -2012/7/19 18:14:16,57; -2012/7/19 18:14:26,56; -2012/7/19 18:14:36,57; -2012/7/19 18:14:46,56; -2012/7/19 18:14:56,57; -2012/7/19 18:15:6,56; -2012/7/19 18:15:16,57; -2012/7/19 18:15:26,56; -2012/7/19 18:15:36,57; -2012/7/19 18:15:46,56; -2012/7/19 18:15:56,57; -2012/7/19 18:16:6,56; -2012/7/19 18:16:16,56; -2012/7/19 18:16:26,56; -2012/7/19 18:16:36,56; -2012/7/19 18:16:46,57; -2012/7/19 18:16:56,56; -2012/7/19 18:17:6,57; -2012/7/19 18:17:16,56; -2012/7/19 18:17:26,57; -2012/7/19 18:17:36,56; -2012/7/19 18:17:46,57; -2012/7/19 18:17:56,56; -2012/7/19 18:18:6,56; -2012/7/19 18:18:16,56; -2012/7/19 18:18:26,56; -2012/7/19 18:18:36,57; -2012/7/19 18:18:46,56; -2012/7/19 18:18:56,57; -2012/7/19 18:19:6,56; -2012/7/19 18:19:16,56; -2012/7/19 18:19:26,56; -2012/7/19 18:19:36,56; -2012/7/19 18:19:46,57; -2012/7/19 18:19:56,56; -2012/7/19 18:20:6,57; -2012/7/19 18:20:16,56; -2012/7/19 18:20:26,56; -2012/7/19 18:20:36,56; -2012/7/19 18:20:46,56; -2012/7/19 18:20:56,56; -2012/7/19 18:21:6,56; -2012/7/19 18:21:16,56; -2012/7/19 18:21:26,56; -2012/7/19 18:21:36,56; -2012/7/19 18:21:46,56; -2012/7/19 18:21:56,56; -2012/7/19 18:22:6,57; -2012/7/19 18:22:16,56; -2012/7/19 18:22:26,57; -2012/7/19 18:22:36,56; -2012/7/19 18:22:46,57; -2012/7/19 18:22:56,56; -2012/7/19 18:23:6,57; -2012/7/19 18:23:16,56; -2012/7/19 18:23:26,56; -2012/7/19 18:23:36,56; -2012/7/19 18:23:46,56; -2012/7/19 18:23:56,57; -2012/7/19 18:24:6,56; -2012/7/19 18:24:16,57; -2012/7/19 18:24:26,56; -2012/7/19 18:24:36,57; -2012/7/19 18:24:46,56; -2012/7/19 18:24:56,57; -2012/7/19 18:25:6,56; -2012/7/19 18:25:16,56; -2012/7/19 18:25:26,56; -2012/7/19 18:25:36,56; -2012/7/19 18:25:46,56; -2012/7/19 18:25:56,56; -2012/7/19 18:26:6,57; -2012/7/19 18:26:16,56; -2012/7/19 18:26:26,57; -2012/7/19 18:26:36,56; -2012/7/19 18:26:46,57; -2012/7/19 18:26:56,56; -2012/7/19 18:27:6,56; -2012/7/19 18:27:16,56; -2012/7/19 18:27:26,57; -2012/7/19 18:27:36,56; -2012/7/19 18:27:46,57; -2012/7/19 18:27:56,56; -2012/7/19 18:28:6,57; -2012/7/19 18:28:16,56; -2012/7/19 18:28:26,57; -2012/7/19 18:28:36,56; -2012/7/19 18:28:46,57; -2012/7/19 18:28:56,56; -2012/7/19 18:29:6,57; -2012/7/19 18:29:16,56; -2012/7/19 18:29:26,57; -2012/7/19 18:29:36,56; -2012/7/19 18:29:46,57; -2012/7/19 18:29:56,56; -2012/7/19 18:30:6,57; -2012/7/19 18:30:16,56; -2012/7/19 18:30:26,57; -2012/7/19 18:30:36,56; -2012/7/19 18:30:46,56; -2012/7/19 18:30:56,56; -2012/7/19 18:31:6,56; -2012/7/19 18:31:16,57; -2012/7/19 18:31:26,56; -2012/7/19 18:31:36,57; -2012/7/19 18:31:46,56; -2012/7/19 18:31:56,56; -2012/7/19 18:32:6,56; -2012/7/19 18:32:16,56; -2012/7/19 18:32:26,57; -2012/7/19 18:32:36,56; -2012/7/19 18:32:46,57; -2012/7/19 18:32:56,56; -2012/7/19 18:33:6,57; -2012/7/19 18:33:16,56; -2012/7/19 18:33:26,57; -2012/7/19 18:33:36,56; -2012/7/19 18:33:46,56; -2012/7/19 18:33:56,56; -2012/7/19 18:34:6,56; -2012/7/19 18:34:16,57; -2012/7/19 18:34:26,56; -2012/7/19 18:34:36,57; -2012/7/19 18:34:46,56; -2012/7/19 18:34:56,56; -2012/7/19 18:35:6,56; -2012/7/19 18:35:16,56; -2012/7/19 18:35:26,56; -2012/7/19 18:35:36,56; -2012/7/19 18:35:46,56; -2012/7/19 18:35:56,56; -2012/7/19 18:36:6,56; -2012/7/19 18:36:16,56; -2012/7/19 18:36:26,57; -2012/7/19 18:36:36,56; -2012/7/19 18:36:46,57; -2012/7/19 18:36:56,56; -2012/7/19 18:37:6,56; -2012/7/19 18:37:16,56; -2012/7/19 18:37:26,56; -2012/7/19 18:37:36,56; -2012/7/19 18:37:46,56; -2012/7/19 18:37:56,56; -2012/7/19 18:38:6,56; -2012/7/19 18:38:16,56; -2012/7/19 18:38:26,56; -2012/7/19 18:38:36,56; -2012/7/19 18:38:46,56; -2012/7/19 18:38:56,56; -2012/7/19 18:39:6,56; -2012/7/19 18:39:16,56; -2012/7/19 18:39:26,56; -2012/7/19 18:39:36,56; -2012/7/19 18:39:46,56; -2012/7/19 18:39:56,57; -2012/7/19 18:40:6,56; -2012/7/19 18:40:16,57; -2012/7/19 18:40:26,56; -2012/7/19 18:40:36,56; -2012/7/19 18:40:46,56; -2012/7/19 18:40:56,56; -2012/7/19 18:41:6,57; -2012/7/19 18:41:16,56; -2012/7/19 18:41:26,57; -2012/7/19 18:41:36,56; -2012/7/19 18:41:46,57; -2012/7/19 18:41:56,56; -2012/7/19 18:42:6,56; -2012/7/19 18:42:16,57; -2012/7/19 18:42:26,56; -2012/7/19 18:42:36,56; -2012/7/19 18:42:46,56; -2012/7/19 18:42:56,57; -2012/7/19 18:43:6,56; -2012/7/19 18:43:16,57; -2012/7/19 18:43:26,56; -2012/7/19 18:43:36,57; -2012/7/19 18:43:46,56; -2012/7/19 18:43:56,57; -2012/7/19 18:44:6,56; -2012/7/19 18:44:16,57; -2012/7/19 18:44:26,56; -2012/7/19 18:44:36,56; -2012/7/19 18:44:46,56; -2012/7/19 18:44:56,56; -2012/7/19 18:45:6,57; -2012/7/19 18:45:16,56; -2012/7/19 18:45:26,57; -2012/7/19 18:45:36,56; -2012/7/19 18:45:46,57; -2012/7/19 18:45:56,56; -2012/7/19 18:46:6,57; -2012/7/19 18:46:16,56; -2012/7/19 18:46:26,57; -2012/7/19 18:46:36,56; -2012/7/19 18:46:46,57; -2012/7/19 18:46:56,56; -2012/7/19 18:47:6,56; -2012/7/19 18:47:16,56; -2012/7/19 18:47:26,56; -2012/7/19 18:47:36,56; -2012/7/19 18:47:46,56; -2012/7/19 18:47:56,56; -2012/7/19 18:48:6,56; -2012/7/19 18:48:16,56; -2012/7/19 18:48:26,56; -2012/7/19 18:48:36,56; -2012/7/19 18:48:46,56; -2012/7/19 18:48:56,57; -2012/7/19 18:49:6,56; -2012/7/19 18:49:16,57; -2012/7/19 18:49:26,56; -2012/7/19 18:49:36,57; -2012/7/19 18:49:46,56; -2012/7/19 18:49:56,57; -2012/7/19 18:50:6,56; -2012/7/19 18:50:16,57; -2012/7/19 18:50:26,56; -2012/7/19 18:50:36,56; -2012/7/19 18:50:46,56; -2012/7/19 18:50:56,57; -2012/7/19 18:51:6,56; -2012/7/19 18:51:16,57; -2012/7/19 18:51:26,56; -2012/7/19 18:51:36,56; -2012/7/19 18:51:46,56; -2012/7/19 18:51:56,56; -2012/7/19 18:52:6,57; -2012/7/19 18:52:16,56; -2012/7/19 18:52:26,57; -2012/7/19 18:52:36,56; -2012/7/19 18:52:46,57; -2012/7/19 18:52:56,56; -2012/7/19 18:53:6,56; -2012/7/19 18:53:16,56; -2012/7/19 18:53:26,56; -2012/7/19 18:53:36,57; -2012/7/19 18:53:46,56; -2012/7/19 18:53:56,57; -2012/7/19 18:54:6,56; -2012/7/19 18:54:16,56; -2012/7/19 18:54:26,56; -2012/7/19 18:54:36,56; -2012/7/19 18:54:46,57; -2012/7/19 18:54:56,56; -2012/7/19 18:55:6,57; -2012/7/19 18:55:16,56; -2012/7/19 18:55:26,56; -2012/7/19 18:55:36,56; -2012/7/19 18:55:46,56; -2012/7/19 18:55:56,56; -2012/7/19 18:56:6,57; -2012/7/19 18:56:16,56; -2012/7/19 18:56:26,57; -2012/7/19 18:56:36,56; -2012/7/19 18:56:46,56; -2012/7/19 18:56:56,56; -2012/7/19 18:57:6,56; -2012/7/19 18:57:16,57; -2012/7/19 18:57:26,56; -2012/7/19 18:57:36,57; -2012/7/19 18:57:46,56; -2012/7/19 18:57:56,56; -2012/7/19 18:58:6,57; -2012/7/19 18:58:16,56; -2012/7/19 18:58:26,56; -2012/7/19 18:58:36,57; -2012/7/19 18:58:46,56; -2012/7/19 18:58:56,56; -2012/7/19 18:59:6,57; -2012/7/19 18:59:16,56; -2012/7/19 18:59:26,56; -2012/7/19 18:59:36,57; -2012/7/19 18:59:46,56; -2012/7/19 18:59:56,57; -2012/7/19 19:0:6,56; -2012/7/19 19:0:16,57; -2012/7/19 19:0:26,56; -2012/7/19 19:0:36,57; -2012/7/19 19:0:46,56; -2012/7/19 19:0:56,56; -2012/7/19 19:1:6,56; -2012/7/19 19:1:16,56; -2012/7/19 19:1:26,56; -2012/7/19 19:1:36,56; -2012/7/19 19:1:46,57; -2012/7/19 19:1:56,56; -2012/7/19 19:2:6,57; -2012/7/19 19:2:16,56; -2012/7/19 19:2:26,57; -2012/7/19 19:2:36,56; -2012/7/19 19:2:46,57; -2012/7/19 19:2:56,56; -2012/7/19 19:3:6,56; -2012/7/19 19:3:16,56; -2012/7/19 19:3:26,56; -2012/7/19 19:3:36,57; -2012/7/19 19:3:46,56; -2012/7/19 19:3:56,57; -2012/7/19 19:4:6,56; -2012/7/19 19:4:16,56; -2012/7/19 19:4:26,56; -2012/7/19 19:4:36,56; -2012/7/19 19:4:46,57; -2012/7/19 19:4:56,56; -2012/7/19 19:5:6,57; -2012/7/19 19:5:16,56; -2012/7/19 19:5:26,56; -2012/7/19 19:5:36,56; -2012/7/19 19:5:46,56; -2012/7/19 19:5:56,57; -2012/7/19 19:6:6,56; -2012/7/19 19:6:16,57; -2012/7/19 19:6:26,56; -2012/7/19 19:6:36,56; -2012/7/19 19:6:46,56; -2012/7/19 19:6:56,56; -2012/7/19 19:7:6,57; -2012/7/19 19:7:16,56; -2012/7/19 19:7:26,57; -2012/7/19 19:7:36,56; -2012/7/19 19:7:46,57; -2012/7/19 19:7:56,56; -2012/7/19 19:8:6,56; -2012/7/19 19:8:16,56; -2012/7/19 19:8:26,56; -2012/7/19 19:8:36,57; -2012/7/19 19:8:46,56; -2012/7/19 19:8:56,57; -2012/7/19 19:9:6,56; -2012/7/19 19:9:16,57; -2012/7/19 19:9:26,56; -2012/7/19 19:9:36,57; -2012/7/19 19:9:46,56; -2012/7/19 19:9:56,57; -2012/7/19 19:10:6,56; -2012/7/19 19:10:16,57; -2012/7/19 19:10:26,56; -2012/7/19 19:10:36,57; -2012/7/19 19:10:46,56; -2012/7/19 19:10:56,57; -2012/7/19 19:11:6,56; -2012/7/19 19:11:16,57; -2012/7/19 19:11:26,56; -2012/7/19 19:11:36,57; -2012/7/19 19:11:46,56; -2012/7/19 19:11:56,57; -2012/7/19 19:12:6,56; -2012/7/19 19:12:16,57; -2012/7/19 19:12:26,56; -2012/7/19 19:12:36,56; -2012/7/19 19:12:46,56; -2012/7/19 19:12:56,56; -2012/7/19 19:13:6,57; -2012/7/19 19:13:16,56; -2012/7/19 19:13:26,56; -2012/7/19 19:13:36,56; -2012/7/19 19:13:46,56; -2012/7/19 19:13:56,56; -2012/7/19 19:14:6,56; -2012/7/19 19:14:16,56; -2012/7/19 19:14:26,56; -2012/7/19 19:14:36,56; -2012/7/19 19:14:46,56; -2012/7/19 19:14:56,56; -2012/7/19 19:15:6,56; -2012/7/19 19:15:16,57; -2012/7/19 19:15:26,56; -2012/7/19 19:15:36,57; -2012/7/19 19:15:46,56; -2012/7/19 19:15:56,57; -2012/7/19 19:16:6,56; -2012/7/19 19:16:16,57; -2012/7/19 19:16:26,56; -2012/7/19 19:16:36,57; -2012/7/19 19:16:46,56; -2012/7/19 19:16:56,57; -2012/7/19 19:17:6,56; -2012/7/19 19:17:16,57; -2012/7/19 19:17:26,56; -2012/7/19 19:17:36,57; -2012/7/19 19:17:46,56; -2012/7/19 19:17:56,57; -2012/7/19 19:18:6,56; -2012/7/19 19:18:16,57; -2012/7/19 19:18:26,56; -2012/7/19 19:18:36,57; -2012/7/19 19:18:46,56; -2012/7/19 19:18:56,57; -2012/7/19 19:19:6,56; -2012/7/19 19:19:16,56; -2012/7/19 19:19:26,56; -2012/7/19 19:19:36,56; -2012/7/19 19:19:46,56; -2012/7/19 19:19:56,56; -2012/7/19 19:20:6,57; -2012/7/19 19:20:16,56; -2012/7/19 19:20:26,57; -2012/7/19 19:20:36,56; -2012/7/19 19:20:46,56; -2012/7/19 19:20:56,56; -2012/7/19 19:21:6,56; -2012/7/19 19:21:16,56; -2012/7/19 19:21:26,56; -2012/7/19 19:21:36,57; -2012/7/19 19:21:46,56; -2012/7/19 19:21:56,56; -2012/7/19 19:22:6,56; -2012/7/19 19:22:16,56; -2012/7/19 19:22:26,57; -2012/7/19 19:22:36,56; -2012/7/19 19:22:46,57; -2012/7/19 19:22:56,56; -2012/7/19 19:23:6,57; -2012/7/19 19:23:16,56; -2012/7/19 19:23:26,56; -2012/7/19 19:23:36,56; -2012/7/19 19:23:46,56; -2012/7/19 19:23:56,56; -2012/7/19 19:24:6,56; -2012/7/19 19:24:16,57; -2012/7/19 19:24:26,56; -2012/7/19 19:24:36,57; -2012/7/19 19:24:46,56; -2012/7/19 19:24:56,57; -2012/7/19 19:25:6,56; -2012/7/19 19:25:16,56; -2012/7/19 19:25:26,56; -2012/7/19 19:25:36,56; -2012/7/19 19:25:46,57; -2012/7/19 19:25:56,56; -2012/7/19 19:26:6,57; -2012/7/19 19:26:16,56; -2012/7/19 19:26:26,57; -2012/7/19 19:26:36,56; -2012/7/19 19:26:46,56; -2012/7/19 19:26:56,56; -2012/7/19 19:27:6,56; -2012/7/19 19:27:16,56; -2012/7/19 19:27:26,57; -2012/7/19 19:27:36,56; -2012/7/19 19:27:46,57; -2012/7/19 19:27:56,56; -2012/7/19 19:28:6,57; -2012/7/19 19:28:16,56; -2012/7/19 19:28:26,57; -2012/7/19 19:28:36,56; -2012/7/19 19:28:46,57; -2012/7/19 19:28:56,56; -2012/7/19 19:29:6,57; -2012/7/19 19:29:16,56; -2012/7/19 19:29:26,56; -2012/7/19 19:29:36,56; -2012/7/19 19:29:46,56; -2012/7/19 19:29:56,57; -2012/7/19 19:30:6,56; -2012/7/19 19:30:16,57; -2012/7/19 19:30:26,56; -2012/7/19 19:30:36,57; -2012/7/19 19:30:46,56; -2012/7/19 19:30:56,57; -2012/7/19 19:31:6,56; -2012/7/19 19:31:16,57; -2012/7/19 19:31:26,56; -2012/7/19 19:31:36,56; -2012/7/19 19:31:46,56; -2012/7/19 19:31:56,56; -2012/7/19 19:32:6,57; -2012/7/19 19:32:16,56; -2012/7/19 19:32:26,57; -2012/7/19 19:32:36,56; -2012/7/19 19:32:46,57; -2012/7/19 19:32:56,56; -2012/7/19 19:33:6,56; -2012/7/19 19:33:16,56; -2012/7/19 19:33:26,56; -2012/7/19 19:33:36,56; -2012/7/19 19:33:46,56; -2012/7/19 19:33:56,57; -2012/7/19 19:34:6,56; -2012/7/19 19:34:16,57; -2012/7/19 19:34:26,56; -2012/7/19 19:34:36,57; -2012/7/19 19:34:46,56; -2012/7/19 19:34:56,56; -2012/7/19 19:35:6,56; -2012/7/19 19:35:16,56; -2012/7/19 19:35:26,56; -2012/7/19 19:35:36,56; -2012/7/19 19:35:46,56; -2012/7/19 19:35:56,56; -2012/7/19 19:36:6,57; -2012/7/19 19:36:16,56; -2012/7/19 19:36:26,57; -2012/7/19 19:36:36,56; -2012/7/19 19:36:46,56; -2012/7/19 19:36:56,56; -2012/7/19 19:37:6,56; -2012/7/19 19:37:16,57; -2012/7/19 19:37:26,56; -2012/7/19 19:37:36,57; -2012/7/19 19:37:46,56; -2012/7/19 19:37:56,56; -2012/7/19 19:38:6,56; -2012/7/19 19:38:16,56; -2012/7/19 19:38:26,56; -2012/7/19 19:38:36,56; -2012/7/19 19:38:46,56; -2012/7/19 19:38:56,56; -2012/7/19 19:39:6,56; -2012/7/19 19:39:16,56; -2012/7/19 19:39:26,56; -2012/7/19 19:39:36,56; -2012/7/19 19:39:46,56; -2012/7/19 19:39:56,56; -2012/7/19 19:40:6,56; -2012/7/19 19:40:16,56; -2012/7/19 19:40:26,56; -2012/7/19 19:40:36,56; -2012/7/19 19:40:46,56; -2012/7/19 19:40:56,56; -2012/7/19 19:41:6,56; -2012/7/19 19:41:16,57; -2012/7/19 19:41:26,56; -2012/7/19 19:41:36,57; -2012/7/19 19:41:46,56; -2012/7/19 19:41:56,57; -2012/7/19 19:42:6,56; -2012/7/19 19:42:16,56; -2012/7/19 19:42:26,56; -2012/7/19 19:42:36,56; -2012/7/19 19:42:46,57; -2012/7/19 19:42:56,56; -2012/7/19 19:43:6,57; -2012/7/19 19:43:16,56; -2012/7/19 19:43:26,56; -2012/7/19 19:43:36,56; -2012/7/19 19:43:46,56; -2012/7/19 19:43:56,56; -2012/7/19 19:44:6,56; -2012/7/19 19:44:16,56; -2012/7/19 19:44:26,56; -2012/7/19 19:44:36,57; -2012/7/19 19:44:46,56; -2012/7/19 19:44:56,57; -2012/7/19 19:45:6,56; -2012/7/19 19:45:16,57; -2012/7/19 19:45:26,56; -2012/7/19 19:45:36,57; -2012/7/19 19:45:46,56; -2012/7/19 19:45:56,56; -2012/7/19 19:46:6,56; -2012/7/19 19:46:16,56; -2012/7/19 19:46:26,56; -2012/7/19 19:46:36,56; -2012/7/19 19:46:46,57; -2012/7/19 19:46:56,56; -2012/7/19 19:47:6,57; -2012/7/19 19:47:16,56; -2012/7/19 19:47:26,56; -2012/7/19 19:47:36,56; -2012/7/19 19:47:46,56; -2012/7/19 19:47:56,57; -2012/7/19 19:48:6,56; -2012/7/19 19:48:16,57; -2012/7/19 19:48:26,56; -2012/7/19 19:48:36,57; -2012/7/19 19:48:46,56; -2012/7/19 19:48:56,57; -2012/7/19 19:49:6,56; -2012/7/19 19:49:16,57; -2012/7/19 19:49:26,56; -2012/7/19 19:49:36,57; -2012/7/19 19:49:46,56; -2012/7/19 19:49:56,57; -2012/7/19 19:50:6,56; -2012/7/19 19:50:16,57; -2012/7/19 19:50:26,56; -2012/7/19 19:50:36,57; -2012/7/19 19:50:46,56; -2012/7/19 19:50:56,56; -2012/7/19 19:51:6,56; -2012/7/19 19:51:16,56; -2012/7/19 19:51:26,57; -2012/7/19 19:51:36,56; -2012/7/19 19:51:46,57; -2012/7/19 19:51:56,56; -2012/7/19 19:52:6,56; -2012/7/19 19:52:16,56; -2012/7/19 19:52:26,56; -2012/7/19 19:52:36,56; -2012/7/19 19:52:46,56; -2012/7/19 19:52:56,56; -2012/7/19 19:53:6,56; -2012/7/19 19:53:16,56; -2012/7/19 19:53:26,56; -2012/7/19 19:53:36,56; -2012/7/19 19:53:46,56; -2012/7/19 19:53:56,56; -2012/7/19 19:54:6,57; -2012/7/19 19:54:16,56; -2012/7/19 19:54:26,57; -2012/7/19 19:54:36,56; -2012/7/19 19:54:46,57; -2012/7/19 19:54:56,56; -2012/7/19 19:55:6,57; -2012/7/19 19:55:16,56; -2012/7/19 19:55:26,57; -2012/7/19 19:55:36,56; -2012/7/19 19:55:46,57; -2012/7/19 19:55:56,56; -2012/7/19 19:56:6,57; -2012/7/19 19:56:16,56; -2012/7/19 19:56:26,57; -2012/7/19 19:56:36,56; -2012/7/19 19:56:46,57; -2012/7/19 19:56:56,56; -2012/7/19 19:57:6,57; -2012/7/19 19:57:16,56; -2012/7/19 19:57:26,57; -2012/7/19 19:57:36,56; -2012/7/19 19:57:46,56; -2012/7/19 19:57:56,56; -2012/7/19 19:58:6,56; -2012/7/19 19:58:16,57; -2012/7/19 19:58:26,56; -2012/7/19 19:58:36,57; -2012/7/19 19:58:46,56; -2012/7/19 19:58:56,57; -2012/7/19 19:59:6,56; -2012/7/19 19:59:16,57; -2012/7/19 19:59:26,56; -2012/7/19 19:59:36,57; -2012/7/19 19:59:46,56; -2012/7/19 19:59:56,56; -2012/7/19 20:0:6,56; -2012/7/19 20:0:16,56; -2012/7/19 20:0:26,57; -2012/7/19 20:0:36,56; -2012/7/19 20:0:46,57; -2012/7/19 20:0:56,56; -2012/7/19 20:1:6,57; -2012/7/19 20:1:16,56; -2012/7/19 20:1:26,56; -2012/7/19 20:1:36,56; -2012/7/19 20:1:46,56; -2012/7/19 20:1:56,56; -2012/7/19 20:2:6,56; -2012/7/19 20:2:16,57; -2012/7/19 20:2:26,56; -2012/7/19 20:2:36,57; -2012/7/19 20:2:46,56; -2012/7/19 20:2:56,56; -2012/7/19 20:3:6,56; -2012/7/19 20:3:16,56; -2012/7/19 20:3:26,56; -2012/7/19 20:3:36,56; -2012/7/19 20:3:46,56; -2012/7/19 20:3:56,56; -2012/7/19 20:4:6,56; -2012/7/19 20:4:16,56; -2012/7/19 20:4:26,56; -2012/7/19 20:4:36,56; -2012/7/19 20:4:46,56; -2012/7/19 20:4:56,57; -2012/7/19 20:5:6,56; -2012/7/19 20:5:16,57; -2012/7/19 20:5:26,56; -2012/7/19 20:5:36,57; -2012/7/19 20:5:46,56; -2012/7/19 20:5:56,57; -2012/7/19 20:6:6,56; -2012/7/19 20:6:16,56; -2012/7/19 20:6:26,56; -2012/7/19 20:6:36,56; -2012/7/19 20:6:46,57; -2012/7/19 20:6:56,56; -2012/7/19 20:7:6,57; -2012/7/19 20:7:16,56; -2012/7/19 20:7:26,57; -2012/7/19 20:7:36,56; -2012/7/19 20:7:46,57; -2012/7/19 20:7:56,56; -2012/7/19 20:8:6,57; -2012/7/19 20:8:16,56; -2012/7/19 20:8:26,57; -2012/7/19 20:8:36,56; -2012/7/19 20:8:46,57; -2012/7/19 20:8:56,56; -2012/7/19 20:9:6,57; -2012/7/19 20:9:16,56; -2012/7/19 20:9:26,57; -2012/7/19 20:9:36,56; -2012/7/19 20:9:46,57; -2012/7/19 20:9:56,56; -2012/7/19 20:10:6,57; -2012/7/19 20:10:16,56; -2012/7/19 20:10:26,57; -2012/7/19 20:10:36,56; -2012/7/19 20:10:46,56; -2012/7/19 20:10:56,57; -2012/7/19 20:11:6,56; -2012/7/19 20:11:16,57; -2012/7/19 20:11:26,56; -2012/7/19 20:11:36,57; -2012/7/19 20:11:46,56; -2012/7/19 20:11:56,56; -2012/7/19 20:12:6,56; -2012/7/19 20:12:16,56; -2012/7/19 20:12:26,57; -2012/7/19 20:12:36,56; -2012/7/19 20:12:46,57; -2012/7/19 20:12:56,56; -2012/7/19 20:13:6,56; -2012/7/19 20:13:16,56; -2012/7/19 20:13:26,56; -2012/7/19 20:13:36,57; -2012/7/19 20:13:46,56; -2012/7/19 20:13:56,57; -2012/7/19 20:14:6,56; -2012/7/19 20:14:16,57; -2012/7/19 20:14:26,56; -2012/7/19 20:14:36,56; -2012/7/19 20:14:46,56; -2012/7/19 20:14:56,56; -2012/7/19 20:15:6,57; -2012/7/19 20:15:16,56; -2012/7/19 20:15:26,57; -2012/7/19 20:15:36,56; -2012/7/19 20:15:46,57; -2012/7/19 20:15:56,56; -2012/7/19 20:16:6,57; -2012/7/19 20:16:16,56; -2012/7/19 20:16:26,57; -2012/7/19 20:16:36,56; -2012/7/19 20:16:46,57; -2012/7/19 20:16:56,56; -2012/7/19 20:17:6,57; -2012/7/19 20:17:16,56; -2012/7/19 20:17:26,56; -2012/7/19 20:17:36,56; -2012/7/19 20:17:46,57; -2012/7/19 20:17:56,56; -2012/7/19 20:18:6,57; -2012/7/19 20:18:16,56; -2012/7/19 20:18:26,57; -2012/7/19 20:18:36,56; -2012/7/19 20:18:46,56; -2012/7/19 20:18:56,56; -2012/7/19 20:19:6,56; -2012/7/19 20:19:16,56; -2012/7/19 20:19:26,56; -2012/7/19 20:19:36,56; -2012/7/19 20:19:46,56; -2012/7/19 20:19:56,56; -2012/7/19 20:20:6,56; -2012/7/19 20:20:16,56; -2012/7/19 20:20:26,56; -2012/7/19 20:20:36,56; -2012/7/19 20:20:46,56; -2012/7/19 20:20:56,56; -2012/7/19 20:21:6,56; -2012/7/19 20:21:16,56; -2012/7/19 20:21:26,56; -2012/7/19 20:21:36,56; -2012/7/19 20:21:46,56; -2012/7/19 20:21:56,56; -2012/7/19 20:22:6,56; -2012/7/19 20:22:16,57; -2012/7/19 20:22:26,56; -2012/7/19 20:22:36,56; -2012/7/19 20:22:46,56; -2012/7/19 20:22:56,56; -2012/7/19 20:23:6,56; -2012/7/19 20:23:16,56; -2012/7/19 20:23:26,56; -2012/7/19 20:23:36,56; -2012/7/19 20:23:46,56; -2012/7/19 20:23:56,56; -2012/7/19 20:24:6,56; -2012/7/19 20:24:16,56; -2012/7/19 20:24:26,56; -2012/7/19 20:24:36,56; -2012/7/19 20:24:46,56; -2012/7/19 20:24:56,56; -2012/7/19 20:25:6,56; -2012/7/19 20:25:16,56; -2012/7/19 20:25:26,56; -2012/7/19 20:25:36,56; -2012/7/19 20:25:46,56; -2012/7/19 20:25:56,56; -2012/7/19 20:26:6,56; -2012/7/19 20:26:16,56; -2012/7/19 20:26:26,56; -2012/7/19 20:26:36,56; -2012/7/19 20:26:46,56; -2012/7/19 20:26:56,56; -2012/7/19 20:27:6,56; -2012/7/19 20:27:16,56; -2012/7/19 20:27:26,56; -2012/7/19 20:27:36,56; -2012/7/19 20:27:46,56; -2012/7/19 20:27:56,56; -2012/7/19 20:28:6,57; -2012/7/19 20:28:16,56; -2012/7/19 20:28:26,57; -2012/7/19 20:28:36,56; -2012/7/19 20:28:46,57; -2012/7/19 20:28:56,56; -2012/7/19 20:29:6,57; -2012/7/19 20:29:16,56; -2012/7/19 20:29:26,57; -2012/7/19 20:29:36,56; -2012/7/19 20:29:46,57; -2012/7/19 20:29:56,56; -2012/7/19 20:30:6,57; -2012/7/19 20:30:16,56; -2012/7/19 20:30:26,57; -2012/7/19 20:30:36,56; -2012/7/19 20:30:46,57; -2012/7/19 20:30:56,56; -2012/7/19 20:31:6,57; -2012/7/19 20:31:16,56; -2012/7/19 20:31:26,57; -2012/7/19 20:31:36,56; -2012/7/19 20:31:46,57; -2012/7/19 20:31:56,56; -2012/7/19 20:32:6,57; -2012/7/19 20:32:16,56; -2012/7/19 20:32:26,57; -2012/7/19 20:32:36,56; -2012/7/19 20:32:46,57; -2012/7/19 20:32:56,56; -2012/7/19 20:33:6,57; -2012/7/19 20:33:16,56; -2012/7/19 20:33:26,57; -2012/7/19 20:33:36,56; -2012/7/19 20:33:46,57; -2012/7/19 20:33:56,56; -2012/7/19 20:34:6,57; -2012/7/19 20:34:16,56; -2012/7/19 20:34:26,57; -2012/7/19 20:34:36,56; -2012/7/19 20:34:46,56; -2012/7/19 20:34:56,56; -2012/7/19 20:35:6,56; -2012/7/19 20:35:16,56; -2012/7/19 20:35:26,56; -2012/7/19 20:35:36,57; -2012/7/19 20:35:46,56; -2012/7/19 20:35:56,57; -2012/7/19 20:36:6,56; -2012/7/19 20:36:16,57; -2012/7/19 20:36:26,56; -2012/7/19 20:36:36,57; -2012/7/19 20:36:46,56; -2012/7/19 20:36:56,57; -2012/7/19 20:37:6,56; -2012/7/19 20:37:16,56; -2012/7/19 20:37:26,56; -2012/7/19 20:37:36,57; -2012/7/19 20:37:46,56; -2012/7/19 20:37:56,57; -2012/7/19 20:38:6,56; -2012/7/19 20:38:16,57; -2012/7/19 20:38:26,56; -2012/7/19 20:38:36,57; -2012/7/19 20:38:46,56; -2012/7/19 20:38:56,57; -2012/7/19 20:39:6,56; -2012/7/19 20:39:16,57; -2012/7/19 20:39:26,56; -2012/7/19 20:39:36,57; -2012/7/19 20:39:46,56; -2012/7/19 20:39:56,57; -2012/7/19 20:40:6,56; -2012/7/19 20:40:16,57; -2012/7/19 20:40:26,56; -2012/7/19 20:40:36,57; -2012/7/19 20:40:46,56; -2012/7/19 20:40:56,57; -2012/7/19 20:41:6,56; -2012/7/19 20:41:16,57; -2012/7/19 20:41:26,56; -2012/7/19 20:41:36,57; -2012/7/19 20:41:46,56; -2012/7/19 20:41:56,57; -2012/7/19 20:42:6,56; -2012/7/19 20:42:16,57; -2012/7/19 20:42:26,56; -2012/7/19 20:42:36,57; -2012/7/19 20:42:46,56; -2012/7/19 20:42:56,57; -2012/7/19 20:43:6,56; -2012/7/19 20:43:16,56; -2012/7/19 20:43:26,56; -2012/7/19 20:43:36,56; -2012/7/19 20:43:46,57; -2012/7/19 20:43:56,56; -2012/7/19 20:44:6,57; -2012/7/19 20:44:16,56; -2012/7/19 20:44:26,57; -2012/7/19 20:44:36,56; -2012/7/19 20:44:46,56; -2012/7/19 20:44:56,56; -2012/7/19 20:45:6,56; -2012/7/19 20:45:16,57; -2012/7/19 20:45:26,56; -2012/7/19 20:45:36,56; -2012/7/19 20:45:46,56; -2012/7/19 20:45:56,56; -2012/7/19 20:46:6,56; -2012/7/19 20:46:16,56; -2012/7/19 20:46:26,56; -2012/7/19 20:46:36,56; -2012/7/19 20:46:46,56; -2012/7/19 20:46:56,57; -2012/7/19 20:47:6,56; -2012/7/19 20:47:16,57; -2012/7/19 20:47:26,56; -2012/7/19 20:47:36,57; -2012/7/19 20:47:46,56; -2012/7/19 20:47:56,57; -2012/7/19 20:48:6,56; -2012/7/19 20:48:16,57; -2012/7/19 20:48:26,56; -2012/7/19 20:48:36,57; -2012/7/19 20:48:46,56; -2012/7/19 20:48:56,57; -2012/7/19 20:49:6,56; -2012/7/19 20:49:16,57; -2012/7/19 20:49:26,56; -2012/7/19 20:49:36,57; -2012/7/19 20:49:46,56; -2012/7/19 20:49:56,57; -2012/7/19 20:50:6,56; -2012/7/19 20:50:16,57; -2012/7/19 20:50:26,56; -2012/7/19 20:50:36,56; -2012/7/19 20:50:46,56; -2012/7/19 20:50:56,56; -2012/7/19 20:51:6,57; -2012/7/19 20:51:16,56; -2012/7/19 20:51:26,57; -2012/7/19 20:51:36,56; -2012/7/19 20:51:46,57; -2012/7/19 20:51:56,56; -2012/7/19 20:52:6,57; -2012/7/19 20:52:16,56; -2012/7/19 20:52:26,57; -2012/7/19 20:52:36,56; -2012/7/19 20:52:46,56; -2012/7/19 20:52:56,56; -2012/7/19 20:53:6,56; -2012/7/19 20:53:16,57; -2012/7/19 20:53:26,56; -2012/7/19 20:53:36,57; -2012/7/19 20:53:46,56; -2012/7/19 20:53:56,57; -2012/7/19 20:54:6,56; -2012/7/19 20:54:16,57; -2012/7/19 20:54:26,56; -2012/7/19 20:54:36,57; -2012/7/19 20:54:46,56; -2012/7/19 20:54:56,57; -2012/7/19 20:55:6,56; -2012/7/19 20:55:16,57; -2012/7/19 20:55:26,56; -2012/7/19 20:55:36,57; -2012/7/19 20:55:46,56; -2012/7/19 20:55:56,57; -2012/7/19 20:56:6,56; -2012/7/19 20:56:16,57; -2012/7/19 20:56:26,56; -2012/7/19 20:56:36,57; -2012/7/19 20:56:46,56; -2012/7/19 20:56:56,56; -2012/7/19 20:57:6,56; -2012/7/19 20:57:16,56; -2012/7/19 20:57:26,57; -2012/7/19 20:57:36,56; -2012/7/19 20:57:46,57; -2012/7/19 20:57:56,56; -2012/7/19 20:58:6,57; -2012/7/19 20:58:16,56; -2012/7/19 20:58:26,56; -2012/7/19 20:58:36,57; -2012/7/19 20:58:46,56; -2012/7/19 20:58:56,57; -2012/7/19 20:59:6,56; -2012/7/19 20:59:16,57; -2012/7/19 20:59:26,56; -2012/7/19 20:59:36,57; -2012/7/19 20:59:46,56; -2012/7/19 20:59:56,57; -2012/7/19 21:0:6,56; -2012/7/19 21:0:16,57; -2012/7/19 21:0:26,56; -2012/7/19 21:0:36,57; -2012/7/19 21:0:46,56; -2012/7/19 21:0:56,57; -2012/7/19 21:1:6,56; -2012/7/19 21:1:16,57; -2012/7/19 21:1:26,56; -2012/7/19 21:1:36,57; -2012/7/19 21:1:46,56; -2012/7/19 21:1:56,57; -2012/7/19 21:2:6,56; -2012/7/19 21:2:16,57; -2012/7/19 21:2:26,56; -2012/7/19 21:2:36,57; -2012/7/19 21:2:46,56; -2012/7/19 21:2:56,56; -2012/7/19 21:3:6,56; -2012/7/19 21:3:16,57; -2012/7/19 21:3:26,56; -2012/7/19 21:3:36,57; -2012/7/19 21:3:46,56; -2012/7/19 21:3:56,57; -2012/7/19 21:4:6,56; -2012/7/19 21:4:16,57; -2012/7/19 21:4:26,56; -2012/7/19 21:4:36,57; -2012/7/19 21:4:46,56; -2012/7/19 21:4:56,56; -2012/7/19 21:5:6,56; -2012/7/19 21:5:16,56; -2012/7/19 21:5:26,56; -2012/7/19 21:5:36,56; -2012/7/19 21:5:46,56; -2012/7/19 21:5:56,56; -2012/7/19 21:6:6,56; -2012/7/19 21:6:16,56; -2012/7/19 21:6:26,56; -2012/7/19 21:6:36,57; -2012/7/19 21:6:46,56; -2012/7/19 21:6:56,57; -2012/7/19 21:7:6,56; -2012/7/19 21:7:16,57; -2012/7/19 21:7:26,56; -2012/7/19 21:7:36,57; -2012/7/19 21:7:46,56; -2012/7/19 21:7:56,56; -2012/7/19 21:8:6,56; -2012/7/19 21:8:16,56; -2012/7/19 21:8:26,56; -2012/7/19 21:8:36,56; -2012/7/19 21:8:46,57; -2012/7/19 21:8:56,56; -2012/7/19 21:9:6,57; -2012/7/19 21:9:16,56; -2012/7/19 21:9:26,57; -2012/7/19 21:9:36,56; -2012/7/19 21:9:46,56; -2012/7/19 21:9:56,56; -2012/7/19 21:10:6,56; -2012/7/19 21:10:16,57; -2012/7/19 21:10:26,56; -2012/7/19 21:10:36,57; -2012/7/19 21:10:46,56; -2012/7/19 21:10:56,57; -2012/7/19 21:11:6,56; -2012/7/19 21:11:16,56; -2012/7/19 21:11:26,56; -2012/7/19 21:11:36,56; -2012/7/19 21:11:46,56; -2012/7/19 21:11:56,56; -2012/7/19 21:12:6,56; -2012/7/19 21:12:16,56; -2012/7/19 21:12:26,57; -2012/7/19 21:12:36,56; -2012/7/19 21:12:46,57; -2012/7/19 21:12:56,56; -2012/7/19 21:13:6,56; -2012/7/19 21:13:16,56; -2012/7/19 21:13:26,56; -2012/7/19 21:13:36,56; -2012/7/19 21:13:46,56; -2012/7/19 21:13:56,56; -2012/7/19 21:14:6,56; -2012/7/19 21:14:16,56; -2012/7/19 21:14:26,56; -2012/7/19 21:14:36,56; -2012/7/19 21:14:46,56; -2012/7/19 21:14:56,56; -2012/7/19 21:15:6,56; -2012/7/19 21:15:16,56; -2012/7/19 21:15:26,57; -2012/7/19 21:15:36,56; -2012/7/19 21:15:46,56; -2012/7/19 21:15:56,56; -2012/7/19 21:16:6,56; -2012/7/19 21:16:16,56; -2012/7/19 21:16:26,56; -2012/7/19 21:16:36,56; -2012/7/19 21:16:46,56; -2012/7/19 21:16:56,57; -2012/7/19 21:17:6,56; -2012/7/19 21:17:16,57; -2012/7/19 21:17:26,56; -2012/7/19 21:17:36,57; -2012/7/19 21:17:46,56; -2012/7/19 21:17:56,56; -2012/7/19 21:18:6,56; -2012/7/19 21:18:16,56; -2012/7/19 21:18:26,56; -2012/7/19 21:18:36,56; -2012/7/19 21:18:46,56; -2012/7/19 21:18:56,56; -2012/7/19 21:19:6,56; -2012/7/19 21:19:16,56; -2012/7/19 21:19:26,56; -2012/7/19 21:19:36,56; -2012/7/19 21:19:46,56; -2012/7/19 21:19:56,56; -2012/7/19 21:20:6,56; -2012/7/19 21:20:16,56; -2012/7/19 21:20:26,56; -2012/7/19 21:20:36,56; -2012/7/19 21:20:46,57; -2012/7/19 21:20:56,56; -2012/7/19 21:21:6,57; -2012/7/19 21:21:16,56; -2012/7/19 21:21:26,57; -2012/7/19 21:21:36,56; -2012/7/19 21:21:46,56; -2012/7/19 21:21:56,56; -2012/7/19 21:22:6,56; -2012/7/19 21:22:16,56; -2012/7/19 21:22:26,56; -2012/7/19 21:22:36,56; -2012/7/19 21:22:46,56; -2012/7/19 21:22:56,56; -2012/7/19 21:23:6,56; -2012/7/19 21:23:16,56; -2012/7/19 21:23:26,56; -2012/7/19 21:23:36,57; -2012/7/19 21:23:46,56; -2012/7/19 21:23:56,57; -2012/7/19 21:24:6,56; -2012/7/19 21:24:16,57; -2012/7/19 21:24:26,56; -2012/7/19 21:24:36,57; -2012/7/19 21:24:46,56; -2012/7/19 21:24:56,56; -2012/7/19 21:25:6,56; -2012/7/19 21:25:16,56; -2012/7/19 21:25:26,57; -2012/7/19 21:25:36,56; -2012/7/19 21:25:46,57; -2012/7/19 21:25:56,56; -2012/7/19 21:26:6,57; -2012/7/19 21:26:16,56; -2012/7/19 21:26:26,56; -2012/7/19 21:26:36,56; -2012/7/19 21:26:46,56; -2012/7/19 21:26:56,57; -2012/7/19 21:27:6,56; -2012/7/19 21:27:16,57; -2012/7/19 21:27:26,56; -2012/7/19 21:27:36,57; -2012/7/19 21:27:46,56; -2012/7/19 21:27:56,56; -2012/7/19 21:28:6,56; -2012/7/19 21:28:16,56; -2012/7/19 21:28:26,56; -2012/7/19 21:28:36,56; -2012/7/19 21:28:46,57; -2012/7/19 21:28:56,56; -2012/7/19 21:29:6,57; -2012/7/19 21:29:16,56; -2012/7/19 21:29:26,56; -2012/7/19 21:29:36,56; -2012/7/19 21:29:46,56; -2012/7/19 21:29:56,57; -2012/7/19 21:30:6,56; -2012/7/19 21:30:16,57; -2012/7/19 21:30:26,56; -2012/7/19 21:30:36,57; -2012/7/19 21:30:46,56; -2012/7/19 21:30:56,56; -2012/7/19 21:31:6,56; -2012/7/19 21:31:16,56; -2012/7/19 21:31:26,57; -2012/7/19 21:31:36,56; -2012/7/19 21:31:46,57; -2012/7/19 21:31:56,56; -2012/7/19 21:32:6,57; -2012/7/19 21:32:16,56; -2012/7/19 21:32:26,56; -2012/7/19 21:32:36,56; -2012/7/19 21:32:46,56; -2012/7/19 21:32:56,57; -2012/7/19 21:33:6,56; -2012/7/19 21:33:16,56; -2012/7/19 21:33:26,56; -2012/7/19 21:33:36,56; -2012/7/19 21:33:46,56; -2012/7/19 21:33:56,57; -2012/7/19 21:34:6,56; -2012/7/19 21:34:16,57; -2012/7/19 21:34:26,56; -2012/7/19 21:34:36,57; -2012/7/19 21:34:46,56; -2012/7/19 21:34:56,57; -2012/7/19 21:35:6,56; -2012/7/19 21:35:16,56; -2012/7/19 21:35:26,56; -2012/7/19 21:35:36,56; -2012/7/19 21:35:46,56; -2012/7/19 21:35:56,56; -2012/7/19 21:36:6,57; -2012/7/19 21:36:16,56; -2012/7/19 21:36:26,57; -2012/7/19 21:36:36,56; -2012/7/19 21:36:46,56; -2012/7/19 21:36:56,56; -2012/7/19 21:37:6,56; -2012/7/19 21:37:16,56; -2012/7/19 21:37:26,56; -2012/7/19 21:37:36,57; -2012/7/19 21:37:46,56; -2012/7/19 21:37:56,57; -2012/7/19 21:38:6,56; -2012/7/19 21:38:16,56; -2012/7/19 21:38:26,56; -2012/7/19 21:38:36,56; -2012/7/19 21:38:46,57; -2012/7/19 21:38:56,56; -2012/7/19 21:39:6,57; -2012/7/19 21:39:16,56; -2012/7/19 21:39:26,57; -2012/7/19 21:39:36,56; -2012/7/19 21:39:46,57; -2012/7/19 21:39:56,56; -2012/7/19 21:40:6,57; -2012/7/19 21:40:16,56; -2012/7/19 21:40:26,57; -2012/7/19 21:40:36,56; -2012/7/19 21:40:46,57; -2012/7/19 21:40:56,56; -2012/7/19 21:41:6,57; -2012/7/19 21:41:16,56; -2012/7/19 21:41:26,57; -2012/7/19 21:41:36,56; -2012/7/19 21:41:46,57; -2012/7/19 21:41:56,56; -2012/7/19 21:42:6,56; -2012/7/19 21:42:16,56; -2012/7/19 21:42:26,56; -2012/7/19 21:42:36,56; -2012/7/19 21:42:46,56; -2012/7/19 21:42:56,56; -2012/7/19 21:43:6,56; -2012/7/19 21:43:16,56; -2012/7/19 21:43:26,56; -2012/7/19 21:43:36,56; -2012/7/19 21:43:46,56; -2012/7/19 21:43:56,57; -2012/7/19 21:44:6,56; -2012/7/19 21:44:16,56; -2012/7/19 21:44:26,56; -2012/7/19 21:44:36,56; -2012/7/19 21:44:46,56; -2012/7/19 21:44:56,56; -2012/7/19 21:45:6,56; -2012/7/19 21:45:16,56; -2012/7/19 21:45:26,56; -2012/7/19 21:45:36,56; -2012/7/19 21:45:46,56; -2012/7/19 21:45:56,56; -2012/7/19 21:46:6,56; -2012/7/19 21:46:16,56; -2012/7/19 21:46:26,56; -2012/7/19 21:46:36,56; -2012/7/19 21:46:46,57; -2012/7/19 21:46:56,56; -2012/7/19 21:47:6,57; -2012/7/19 21:47:16,56; -2012/7/19 21:47:26,57; -2012/7/19 21:47:36,56; -2012/7/19 21:47:46,56; -2012/7/19 21:47:56,56; -2012/7/19 21:48:6,56; -2012/7/19 21:48:16,57; -2012/7/19 21:48:26,56; -2012/7/19 21:48:36,57; -2012/7/19 21:48:46,56; -2012/7/19 21:48:56,57; -2012/7/19 21:49:6,56; -2012/7/19 21:49:16,56; -2012/7/19 21:49:26,56; -2012/7/19 21:49:36,56; -2012/7/19 21:49:46,57; -2012/7/19 21:49:56,56; -2012/7/19 21:50:6,57; -2012/7/19 21:50:16,56; -2012/7/19 21:50:26,56; -2012/7/19 21:50:36,56; -2012/7/19 21:50:46,56; -2012/7/19 21:50:56,57; -2012/7/19 21:51:6,56; -2012/7/19 21:51:16,57; -2012/7/19 21:51:26,56; -2012/7/19 21:51:36,57; -2012/7/19 21:51:46,56; -2012/7/19 21:51:56,56; -2012/7/19 21:52:6,56; -2012/7/19 21:52:16,56; -2012/7/19 21:52:26,56; -2012/7/19 21:52:36,56; -2012/7/19 21:52:46,57; -2012/7/19 21:52:56,56; -2012/7/19 21:53:6,57; -2012/7/19 21:53:16,56; -2012/7/19 21:53:26,56; -2012/7/19 21:53:36,56; -2012/7/19 21:53:46,56; -2012/7/19 21:53:56,57; -2012/7/19 21:54:6,56; -2012/7/19 21:54:16,57; -2012/7/19 21:54:26,56; -2012/7/19 21:54:36,57; -2012/7/19 21:54:46,56; -2012/7/19 21:54:56,57; -2012/7/19 21:55:6,56; -2012/7/19 21:55:16,56; -2012/7/19 21:55:26,57; -2012/7/19 21:55:36,56; -2012/7/19 21:55:46,57; -2012/7/19 21:55:56,56; -2012/7/19 21:56:6,57; -2012/7/19 21:56:16,56; -2012/7/19 21:56:26,57; -2012/7/19 21:56:36,56; -2012/7/19 21:56:46,56; -2012/7/19 21:56:56,56; -2012/7/19 21:57:6,56; -2012/7/19 21:57:16,56; -2012/7/19 21:57:26,56; -2012/7/19 21:57:36,56; -2012/7/19 21:57:46,56; -2012/7/19 21:57:56,56; -2012/7/19 21:58:6,56; -2012/7/19 21:58:16,56; -2012/7/19 21:58:26,56; -2012/7/19 21:58:36,56; -2012/7/19 21:58:46,56; -2012/7/19 21:58:56,56; -2012/7/19 21:59:6,56; -2012/7/19 21:59:16,57; -2012/7/19 21:59:26,56; -2012/7/19 21:59:36,57; -2012/7/19 21:59:46,56; -2012/7/19 21:59:56,56; -2012/7/19 22:0:6,56; -2012/7/19 22:0:16,56; -2012/7/19 22:0:26,56; -2012/7/19 22:0:36,57; -2012/7/19 22:0:46,56; -2012/7/19 22:0:56,56; -2012/7/19 22:1:6,56; -2012/7/19 22:1:16,56; -2012/7/19 22:1:26,57; -2012/7/19 22:1:36,56; -2012/7/19 22:1:46,57; -2012/7/19 22:1:56,56; -2012/7/19 22:2:6,56; -2012/7/19 22:2:16,56; -2012/7/19 22:2:26,56; -2012/7/19 22:2:36,56; -2012/7/19 22:2:46,56; -2012/7/19 22:2:56,56; -2012/7/19 22:3:6,56; -2012/7/19 22:3:16,56; -2012/7/19 22:3:26,56; -2012/7/19 22:3:36,56; -2012/7/19 22:3:46,56; -2012/7/19 22:3:56,56; -2012/7/19 22:4:6,56; -2012/7/19 22:4:16,56; -2012/7/19 22:4:26,56; -2012/7/19 22:4:36,56; -2012/7/19 22:4:46,56; -2012/7/19 22:4:56,56; -2012/7/19 22:5:6,56; -2012/7/19 22:5:16,56; -2012/7/19 22:5:26,56; -2012/7/19 22:5:36,56; -2012/7/19 22:5:46,57; -2012/7/19 22:5:56,56; -2012/7/19 22:6:6,56; -2012/7/19 22:6:16,56; -2012/7/19 22:6:26,56; -2012/7/19 22:6:36,56; -2012/7/19 22:6:46,56; -2012/7/19 22:6:56,56; -2012/7/19 22:7:6,56; -2012/7/19 22:7:16,56; -2012/7/19 22:7:26,56; -2012/7/19 22:7:36,56; -2012/7/19 22:7:46,56; -2012/7/19 22:7:56,56; -2012/7/19 22:8:6,56; -2012/7/19 22:8:16,56; -2012/7/19 22:8:26,56; -2012/7/19 22:8:36,56; -2012/7/19 22:8:46,56; -2012/7/19 22:8:56,56; -2012/7/19 22:9:6,56; -2012/7/19 22:9:16,56; -2012/7/19 22:9:26,56; -2012/7/19 22:9:36,56; -2012/7/19 22:9:46,56; -2012/7/19 22:9:56,56; -2012/7/19 22:10:6,56; -2012/7/19 22:10:16,56; -2012/7/19 22:10:26,56; -2012/7/19 22:10:36,56; -2012/7/19 22:10:46,56; -2012/7/19 22:10:56,56; -2012/7/19 22:11:6,56; -2012/7/19 22:11:16,56; -2012/7/19 22:11:26,56; -2012/7/19 22:11:36,56; -2012/7/19 22:11:46,56; -2012/7/19 22:11:56,56; -2012/7/19 22:12:6,56; -2012/7/19 22:12:16,56; -2012/7/19 22:12:26,56; -2012/7/19 22:12:36,56; -2012/7/19 22:12:46,56; -2012/7/19 22:12:56,57; -2012/7/19 22:13:6,56; -2012/7/19 22:13:16,57; -2012/7/19 22:13:26,56; -2012/7/19 22:13:36,57; -2012/7/19 22:13:46,56; -2012/7/19 22:13:56,56; -2012/7/19 22:14:6,56; -2012/7/19 22:14:16,56; -2012/7/19 22:14:26,57; -2012/7/19 22:14:36,56; -2012/7/19 22:14:46,57; -2012/7/19 22:14:56,56; -2012/7/19 22:15:6,57; -2012/7/19 22:15:16,56; -2012/7/19 22:15:26,57; -2012/7/19 22:15:36,56; -2012/7/19 22:15:46,56; -2012/7/19 22:15:56,56; -2012/7/19 22:16:6,56; -2012/7/19 22:16:16,56; -2012/7/19 22:16:26,56; -2012/7/19 22:16:36,56; -2012/7/19 22:16:46,56; -2012/7/19 22:16:56,56; -2012/7/19 22:17:6,56; -2012/7/19 22:17:16,56; -2012/7/19 22:17:26,56; -2012/7/19 22:17:36,56; -2012/7/19 22:17:46,56; -2012/7/19 22:17:56,56; -2012/7/19 22:18:6,56; -2012/7/19 22:18:16,56; -2012/7/19 22:18:26,56; -2012/7/19 22:18:36,56; -2012/7/19 22:18:46,56; -2012/7/19 22:18:56,56; -2012/7/19 22:19:6,56; -2012/7/19 22:19:16,56; -2012/7/19 22:19:26,56; -2012/7/19 22:19:36,56; -2012/7/19 22:19:46,56; -2012/7/19 22:19:56,56; -2012/7/19 22:20:6,56; -2012/7/19 22:20:16,56; -2012/7/19 22:20:26,56; -2012/7/19 22:20:36,56; -2012/7/19 22:20:46,56; -2012/7/19 22:20:56,56; -2012/7/19 22:21:6,57; -2012/7/19 22:21:16,56; -2012/7/19 22:21:26,57; -2012/7/19 22:21:36,56; -2012/7/19 22:21:46,57; -2012/7/19 22:21:56,56; -2012/7/19 22:22:6,57; -2012/7/19 22:22:16,56; -2012/7/19 22:22:26,56; -2012/7/19 22:22:36,56; -2012/7/19 22:22:46,56; -2012/7/19 22:22:56,57; -2012/7/19 22:23:6,56; -2012/7/19 22:23:16,56; -2012/7/19 22:23:26,57; -2012/7/19 22:23:36,56; -2012/7/19 22:23:46,57; -2012/7/19 22:23:56,56; -2012/7/19 22:24:6,57; -2012/7/19 22:24:16,56; -2012/7/19 22:24:26,57; -2012/7/19 22:24:36,56; -2012/7/19 22:24:46,57; -2012/7/19 22:24:56,56; -2012/7/19 22:25:6,57; -2012/7/19 22:25:16,56; -2012/7/19 22:25:26,57; -2012/7/19 22:25:36,56; -2012/7/19 22:25:46,57; -2012/7/19 22:25:56,56; -2012/7/19 22:26:6,57; -2012/7/19 22:26:16,56; -2012/7/19 22:26:26,57; -2012/7/19 22:26:36,56; -2012/7/19 22:26:46,57; -2012/7/19 22:26:56,56; -2012/7/19 22:27:6,57; -2012/7/19 22:27:16,56; -2012/7/19 22:27:26,57; -2012/7/19 22:27:36,56; -2012/7/19 22:27:46,56; -2012/7/19 22:27:56,56; -2012/7/19 22:28:6,56; -2012/7/19 22:28:16,56; -2012/7/19 22:28:26,56; -2012/7/19 22:28:36,56; -2012/7/19 22:28:46,56; -2012/7/19 22:28:56,57; -2012/7/19 22:29:6,56; -2012/7/19 22:29:16,57; -2012/7/19 22:29:26,56; -2012/7/19 22:29:36,57; -2012/7/19 22:29:46,56; -2012/7/19 22:29:56,56; -2012/7/19 22:30:6,56; -2012/7/19 22:30:16,56; -2012/7/19 22:30:26,56; -2012/7/19 22:30:36,56; -2012/7/19 22:30:46,56; -2012/7/19 22:30:56,56; -2012/7/19 22:31:6,56; -2012/7/19 22:31:16,56; -2012/7/19 22:31:26,57; -2012/7/19 22:31:36,56; -2012/7/19 22:31:46,57; -2012/7/19 22:31:56,56; -2012/7/19 22:32:6,57; -2012/7/19 22:32:16,56; -2012/7/19 22:32:26,57; -2012/7/19 22:32:36,56; -2012/7/19 22:32:46,57; -2012/7/19 22:32:56,56; -2012/7/19 22:33:6,56; -2012/7/19 22:33:16,56; -2012/7/19 22:33:26,56; -2012/7/19 22:33:36,56; -2012/7/19 22:33:46,56; -2012/7/19 22:33:56,57; -2012/7/19 22:34:6,56; -2012/7/19 22:34:16,57; -2012/7/19 22:34:26,56; -2012/7/19 22:34:36,57; -2012/7/19 22:34:46,56; -2012/7/19 22:34:56,57; -2012/7/19 22:35:6,56; -2012/7/19 22:35:16,56; -2012/7/19 22:35:26,56; -2012/7/19 22:35:36,56; -2012/7/19 22:35:46,56; -2012/7/19 22:35:56,56; -2012/7/19 22:36:6,56; -2012/7/19 22:36:16,56; -2012/7/19 22:36:26,57; -2012/7/19 22:36:36,56; -2012/7/19 22:36:46,57; -2012/7/19 22:36:56,56; -2012/7/19 22:37:6,57; -2012/7/19 22:37:16,56; -2012/7/19 22:37:26,56; -2012/7/19 22:37:36,56; -2012/7/19 22:37:46,56; -2012/7/19 22:37:56,57; -2012/7/19 22:38:6,56; -2012/7/19 22:38:16,57; -2012/7/19 22:38:26,56; -2012/7/19 22:38:36,57; -2012/7/19 22:38:46,56; -2012/7/19 22:38:56,57; -2012/7/19 22:39:6,56; -2012/7/19 22:39:16,56; -2012/7/19 22:39:26,56; -2012/7/19 22:39:36,56; -2012/7/19 22:39:46,56; -2012/7/19 22:39:56,56; -2012/7/19 22:40:6,57; -2012/7/19 22:40:16,56; -2012/7/19 22:40:26,57; -2012/7/19 22:40:36,56; -2012/7/19 22:40:46,56; -2012/7/19 22:40:56,56; -2012/7/19 22:41:6,56; -2012/7/19 22:41:16,57; -2012/7/19 22:41:26,56; -2012/7/19 22:41:36,57; -2012/7/19 22:41:46,56; -2012/7/19 22:41:56,57; -2012/7/19 22:42:6,56; -2012/7/19 22:42:16,56; -2012/7/19 22:42:26,56; -2012/7/19 22:42:36,56; -2012/7/19 22:42:46,56; -2012/7/19 22:42:56,56; -2012/7/19 22:43:6,56; -2012/7/19 22:43:16,56; -2012/7/19 22:43:26,57; -2012/7/19 22:43:36,56; -2012/7/19 22:43:46,57; -2012/7/19 22:43:56,56; -2012/7/19 22:44:6,56; -2012/7/19 22:44:16,56; -2012/7/19 22:44:26,56; -2012/7/19 22:44:36,57; -2012/7/19 22:44:46,56; -2012/7/19 22:44:56,57; -2012/7/19 22:45:6,56; -2012/7/19 22:45:16,57; -2012/7/19 22:45:26,56; -2012/7/19 22:45:36,57; -2012/7/19 22:45:46,56; -2012/7/19 22:45:56,56; -2012/7/19 22:46:6,56; -2012/7/19 22:46:16,56; -2012/7/19 22:46:26,57; -2012/7/19 22:46:36,56; -2012/7/19 22:46:46,57; -2012/7/19 22:46:56,56; -2012/7/19 22:47:6,56; -2012/7/19 22:47:16,56; -2012/7/19 22:47:26,56; -2012/7/19 22:47:36,57; -2012/7/19 22:47:46,56; -2012/7/19 22:47:56,57; -2012/7/19 22:48:6,56; -2012/7/19 22:48:16,57; -2012/7/19 22:48:26,56; -2012/7/19 22:48:36,57; -2012/7/19 22:48:46,56; -2012/7/19 22:48:56,57; -2012/7/19 22:49:6,56; -2012/7/19 22:49:16,57; -2012/7/19 22:49:26,56; -2012/7/19 22:49:36,57; -2012/7/19 22:49:46,56; -2012/7/19 22:49:56,57; -2012/7/19 22:50:6,56; -2012/7/19 22:50:16,57; -2012/7/19 22:50:26,56; -2012/7/19 22:50:36,57; -2012/7/19 22:50:46,56; -2012/7/19 22:50:56,57; -2012/7/19 22:51:6,56; -2012/7/19 22:51:16,57; -2012/7/19 22:51:26,56; -2012/7/19 22:51:36,57; -2012/7/19 22:51:46,56; -2012/7/19 22:51:56,57; -2012/7/19 22:52:6,56; -2012/7/19 22:52:16,57; -2012/7/19 22:52:26,56; -2012/7/19 22:52:36,57; -2012/7/19 22:52:46,56; -2012/7/19 22:52:56,57; -2012/7/19 22:53:6,56; -2012/7/19 22:53:16,57; -2012/7/19 22:53:26,56; -2012/7/19 22:53:36,57; -2012/7/19 22:53:46,56; -2012/7/19 22:53:56,56; -2012/7/19 22:54:6,56; -2012/7/19 22:54:16,56; -2012/7/19 22:54:26,56; -2012/7/19 22:54:36,56; -2012/7/19 22:54:46,56; -2012/7/19 22:54:56,56; -2012/7/19 22:55:6,57; -2012/7/19 22:55:16,56; -2012/7/19 22:55:26,57; -2012/7/19 22:55:36,56; -2012/7/19 22:55:46,57; -2012/7/19 22:55:56,56; -2012/7/19 22:56:6,56; -2012/7/19 22:56:16,56; -2012/7/19 22:56:26,56; -2012/7/19 22:56:36,57; -2012/7/19 22:56:46,56; -2012/7/19 22:56:56,57; -2012/7/19 22:57:6,56; -2012/7/19 22:57:16,57; -2012/7/19 22:57:26,56; -2012/7/19 22:57:36,57; -2012/7/19 22:57:46,56; -2012/7/19 22:57:56,57; -2012/7/19 22:58:6,56; -2012/7/19 22:58:16,57; -2012/7/19 22:58:26,56; -2012/7/19 22:58:36,57; -2012/7/19 22:58:46,56; -2012/7/19 22:58:56,57; -2012/7/19 22:59:6,56; -2012/7/19 22:59:16,57; -2012/7/19 22:59:26,56; -2012/7/19 22:59:36,57; -2012/7/19 22:59:46,56; -2012/7/19 22:59:56,57; -2012/7/19 23:0:6,56; -2012/7/19 23:0:16,57; -2012/7/19 23:0:26,56; -2012/7/19 23:0:36,57; -2012/7/19 23:0:46,56; -2012/7/19 23:0:56,57; -2012/7/19 23:1:6,56; -2012/7/19 23:1:16,57; -2012/7/19 23:1:26,56; -2012/7/19 23:1:36,57; -2012/7/19 23:1:46,56; -2012/7/19 23:1:56,57; -2012/7/19 23:2:6,56; -2012/7/19 23:2:16,57; -2012/7/19 23:2:26,56; -2012/7/19 23:2:36,57; -2012/7/19 23:2:46,56; -2012/7/19 23:2:56,56; -2012/7/19 23:3:6,56; -2012/7/19 23:3:16,56; -2012/7/19 23:3:26,57; -2012/7/19 23:3:36,56; -2012/7/19 23:3:46,57; -2012/7/19 23:3:56,56; -2012/7/19 23:4:6,57; -2012/7/19 23:4:16,56; -2012/7/19 23:4:26,57; -2012/7/19 23:4:36,56; -2012/7/19 23:4:46,57; -2012/7/19 23:4:56,56; -2012/7/19 23:5:6,57; -2012/7/19 23:5:16,56; -2012/7/19 23:5:26,57; -2012/7/19 23:5:36,56; -2012/7/19 23:5:46,56; -2012/7/19 23:5:56,56; -2012/7/19 23:6:6,56; -2012/7/19 23:6:16,56; -2012/7/19 23:6:26,56; -2012/7/19 23:6:36,56; -2012/7/19 23:6:46,56; -2012/7/19 23:6:56,56; -2012/7/19 23:7:6,56; -2012/7/19 23:7:16,56; -2012/7/19 23:7:26,56; -2012/7/19 23:7:36,56; -2012/7/19 23:7:46,56; -2012/7/19 23:7:56,56; -2012/7/19 23:8:6,56; -2012/7/19 23:8:16,56; -2012/7/19 23:8:26,56; -2012/7/19 23:8:36,57; -2012/7/19 23:8:46,56; -2012/7/19 23:8:56,57; -2012/7/19 23:9:6,56; -2012/7/19 23:9:16,57; -2012/7/19 23:9:26,56; -2012/7/19 23:9:36,57; -2012/7/19 23:9:46,56; -2012/7/19 23:9:56,57; -2012/7/19 23:10:6,56; -2012/7/19 23:10:16,56; -2012/7/19 23:10:26,56; -2012/7/19 23:10:36,56; -2012/7/19 23:10:46,56; -2012/7/19 23:10:56,56; -2012/7/19 23:11:6,57; -2012/7/19 23:11:16,56; -2012/7/19 23:11:26,57; -2012/7/19 23:11:36,56; -2012/7/19 23:11:46,57; -2012/7/19 23:11:56,56; -2012/7/19 23:12:6,56; -2012/7/19 23:12:16,56; -2012/7/19 23:12:26,56; -2012/7/19 23:12:36,56; -2012/7/19 23:12:46,56; -2012/7/19 23:12:56,56; -2012/7/19 23:13:6,56; -2012/7/19 23:13:16,57; -2012/7/19 23:13:26,56; -2012/7/19 23:13:36,57; -2012/7/19 23:13:46,56; -2012/7/19 23:13:56,57; -2012/7/19 23:14:6,56; -2012/7/19 23:14:16,57; -2012/7/19 23:14:26,56; -2012/7/19 23:14:36,56; -2012/7/19 23:14:46,56; -2012/7/19 23:14:56,56; -2012/7/19 23:15:6,56; -2012/7/19 23:15:16,56; -2012/7/19 23:15:26,56; -2012/7/19 23:15:36,56; -2012/7/19 23:15:46,56; -2012/7/19 23:15:56,56; -2012/7/19 23:16:6,56; -2012/7/19 23:16:16,56; -2012/7/19 23:16:26,56; -2012/7/19 23:16:36,57; -2012/7/19 23:16:46,56; -2012/7/19 23:16:56,57; -2012/7/19 23:17:6,56; -2012/7/19 23:17:16,57; -2012/7/19 23:17:26,56; -2012/7/19 23:17:36,57; -2012/7/19 23:17:46,56; -2012/7/19 23:17:56,57; -2012/7/19 23:18:6,56; -2012/7/19 23:18:16,57; -2012/7/19 23:18:26,56; -2012/7/19 23:18:36,57; -2012/7/19 23:18:46,56; -2012/7/19 23:18:56,57; -2012/7/19 23:19:6,56; -2012/7/19 23:19:16,57; -2012/7/19 23:19:26,56; -2012/7/19 23:19:36,57; -2012/7/19 23:19:46,56; -2012/7/19 23:19:56,57; -2012/7/19 23:20:6,56; -2012/7/19 23:20:16,57; -2012/7/19 23:20:26,56; -2012/7/19 23:20:36,57; -2012/7/19 23:20:46,56; -2012/7/19 23:20:56,57; -2012/7/19 23:21:6,56; -2012/7/19 23:21:16,57; -2012/7/19 23:21:26,56; -2012/7/19 23:21:36,57; -2012/7/19 23:21:46,56; -2012/7/19 23:21:56,57; -2012/7/19 23:22:6,56; -2012/7/19 23:22:16,56; -2012/7/19 23:22:26,56; -2012/7/19 23:22:36,56; -2012/7/19 23:22:46,56; -2012/7/19 23:22:56,56; -2012/7/19 23:23:6,56; -2012/7/19 23:23:16,56; -2012/7/19 23:23:26,56; -2012/7/19 23:23:36,56; -2012/7/19 23:23:46,57; -2012/7/19 23:23:56,56; -2012/7/19 23:24:6,57; -2012/7/19 23:24:16,56; -2012/7/19 23:24:26,57; -2012/7/19 23:24:36,56; -2012/7/19 23:24:46,56; -2012/7/19 23:24:56,56; -2012/7/19 23:25:6,56; -2012/7/19 23:25:16,57; -2012/7/19 23:25:26,56; -2012/7/19 23:25:36,57; -2012/7/19 23:25:46,56; -2012/7/19 23:25:56,57; -2012/7/19 23:26:6,56; -2012/7/19 23:26:16,56; -2012/7/19 23:26:26,56; -2012/7/19 23:26:36,56; -2012/7/19 23:26:46,57; -2012/7/19 23:26:56,56; -2012/7/19 23:27:6,57; -2012/7/19 23:27:16,56; -2012/7/19 23:27:26,57; -2012/7/19 23:27:36,56; -2012/7/19 23:27:46,56; -2012/7/19 23:27:56,56; -2012/7/19 23:28:6,56; -2012/7/19 23:28:16,57; -2012/7/19 23:28:26,56; -2012/7/19 23:28:36,57; -2012/7/19 23:28:46,56; -2012/7/19 23:28:56,57; -2012/7/19 23:29:6,56; -2012/7/19 23:29:16,57; -2012/7/19 23:29:26,56; -2012/7/19 23:29:36,57; -2012/7/19 23:29:46,56; -2012/7/19 23:29:56,57; -2012/7/19 23:30:6,56; -2012/7/19 23:30:16,57; -2012/7/19 23:30:26,56; -2012/7/19 23:30:36,57; -2012/7/19 23:30:46,56; -2012/7/19 23:30:56,57; -2012/7/19 23:31:6,56; -2012/7/19 23:31:16,57; -2012/7/19 23:31:26,56; -2012/7/19 23:31:36,57; -2012/7/19 23:31:46,56; -2012/7/19 23:31:56,57; -2012/7/19 23:32:6,56; -2012/7/19 23:32:16,57; -2012/7/19 23:32:26,56; -2012/7/19 23:32:36,56; -2012/7/19 23:32:46,56; -2012/7/19 23:32:56,56; -2012/7/19 23:33:6,56; -2012/7/19 23:33:16,56; -2012/7/19 23:33:26,56; -2012/7/19 23:33:36,56; -2012/7/19 23:33:46,56; -2012/7/19 23:33:56,56; -2012/7/19 23:34:6,56; -2012/7/19 23:34:16,57; -2012/7/19 23:34:26,56; -2012/7/19 23:34:36,57; -2012/7/19 23:34:46,56; -2012/7/19 23:34:56,57; -2012/7/19 23:35:6,56; -2012/7/19 23:35:16,57; -2012/7/19 23:35:26,56; -2012/7/19 23:35:36,57; -2012/7/19 23:35:46,56; -2012/7/19 23:35:56,57; -2012/7/19 23:36:6,56; -2012/7/19 23:36:16,57; -2012/7/19 23:36:26,56; -2012/7/19 23:36:36,57; -2012/7/19 23:36:46,56; -2012/7/19 23:36:56,57; -2012/7/19 23:37:6,56; -2012/7/19 23:37:16,56; -2012/7/19 23:37:26,56; -2012/7/19 23:37:36,57; -2012/7/19 23:37:46,56; -2012/7/19 23:37:56,57; -2012/7/19 23:38:6,56; -2012/7/19 23:38:16,57; -2012/7/19 23:38:26,56; -2012/7/19 23:38:36,57; -2012/7/19 23:38:46,56; -2012/7/19 23:38:56,56; -2012/7/19 23:39:6,56; -2012/7/19 23:39:16,56; -2012/7/19 23:39:26,56; -2012/7/19 23:39:36,56; -2012/7/19 23:39:46,57; -2012/7/19 23:39:56,56; -2012/7/19 23:40:6,57; -2012/7/19 23:40:16,56; -2012/7/19 23:40:26,57; -2012/7/19 23:40:36,56; -2012/7/19 23:40:46,56; -2012/7/19 23:40:56,56; -2012/7/19 23:41:6,56; -2012/7/19 23:41:16,56; -2012/7/19 23:41:26,56; -2012/7/19 23:41:36,57; -2012/7/19 23:41:46,56; -2012/7/19 23:41:56,57; -2012/7/19 23:42:6,56; -2012/7/19 23:42:16,57; -2012/7/19 23:42:26,56; -2012/7/19 23:42:36,56; -2012/7/19 23:42:46,56; -2012/7/19 23:42:56,56; -2012/7/19 23:43:6,56; -2012/7/19 23:43:16,57; -2012/7/19 23:43:26,56; -2012/7/19 23:43:36,56; -2012/7/19 23:43:46,56; -2012/7/19 23:43:56,56; -2012/7/19 23:44:6,56; -2012/7/19 23:44:16,56; -2012/7/19 23:44:26,57; -2012/7/19 23:44:36,56; -2012/7/19 23:44:46,57; -2012/7/19 23:44:56,56; -2012/7/19 23:45:6,57; -2012/7/19 23:45:16,56; -2012/7/19 23:45:26,56; -2012/7/19 23:45:36,56; -2012/7/19 23:45:46,56; -2012/7/19 23:45:56,56; -2012/7/19 23:46:6,56; -2012/7/19 23:46:16,56; -2012/7/19 23:46:26,57; -2012/7/19 23:46:36,56; -2012/7/19 23:46:46,57; -2012/7/19 23:46:56,56; -2012/7/19 23:47:6,57; -2012/7/19 23:47:16,56; -2012/7/19 23:47:26,57; -2012/7/19 23:47:36,56; -2012/7/19 23:47:46,57; -2012/7/19 23:47:56,56; -2012/7/19 23:48:6,57; -2012/7/19 23:48:16,56; -2012/7/19 23:48:26,57; -2012/7/19 23:48:36,56; -2012/7/19 23:48:46,57; -2012/7/19 23:48:56,56; -2012/7/19 23:49:6,57; -2012/7/19 23:49:16,56; -2012/7/19 23:49:26,57; -2012/7/19 23:49:36,56; -2012/7/19 23:49:46,57; -2012/7/19 23:49:56,56; -2012/7/19 23:50:6,57; -2012/7/19 23:50:16,56; -2012/7/19 23:50:26,57; -2012/7/19 23:50:36,56; -2012/7/19 23:50:46,57; -2012/7/19 23:50:56,56; -2012/7/19 23:51:6,57; -2012/7/19 23:51:16,56; -2012/7/19 23:51:26,57; -2012/7/19 23:51:36,56; -2012/7/19 23:51:46,56; -2012/7/19 23:51:56,56; -2012/7/19 23:52:6,56; -2012/7/19 23:52:16,56; -2012/7/19 23:52:26,56; -2012/7/19 23:52:36,56; -2012/7/19 23:52:46,56; -2012/7/19 23:52:56,56; -2012/7/19 23:53:6,56; -2012/7/19 23:53:16,56; -2012/7/19 23:53:26,57; -2012/7/19 23:53:36,56; -2012/7/19 23:53:46,57; -2012/7/19 23:53:56,56; -2012/7/19 23:54:6,56; -2012/7/19 23:54:16,56; -2012/7/19 23:54:26,56; -2012/7/19 23:54:36,56; -2012/7/19 23:54:46,57; -2012/7/19 23:54:56,56; -2012/7/19 23:55:6,57; -2012/7/19 23:55:16,56; -2012/7/19 23:55:26,57; -2012/7/19 23:55:36,56; -2012/7/19 23:55:46,57; -2012/7/19 23:55:56,56; -2012/7/19 23:56:6,57; -2012/7/19 23:56:16,56; -2012/7/19 23:56:26,57; -2012/7/19 23:56:36,56; -2012/7/19 23:56:46,57; -2012/7/19 23:56:56,56; -2012/7/19 23:57:6,57; -2012/7/19 23:57:16,56; -2012/7/19 23:57:26,57; -2012/7/19 23:57:36,56; -2012/7/19 23:57:46,57; -2012/7/19 23:57:56,56; -2012/7/19 23:58:6,57; -2012/7/19 23:58:16,56; -2012/7/19 23:58:26,57; -2012/7/19 23:58:36,56; -2012/7/19 23:58:46,57; -2012/7/19 23:58:56,56; -2012/7/19 23:59:6,57; -2012/7/19 23:59:16,56; -2012/7/19 23:59:26,56; -2012/7/19 23:59:36,56; -2012/7/19 23:59:46,57; -2012/7/19 23:59:56,56; -2012/7/20 0:0:6,57; -2012/7/20 0:0:16,56; -2012/7/20 0:0:26,56; -2012/7/20 0:0:36,56; -2012/7/20 0:0:46,56; -2012/7/20 0:0:56,56; -2012/7/20 0:1:6,57; -2012/7/20 0:1:16,56; -2012/7/20 0:1:26,56; -2012/7/20 0:1:36,56; -2012/7/20 0:1:46,56; -2012/7/20 0:1:56,56; -2012/7/20 0:2:6,56; -2012/7/20 0:2:16,56; -2012/7/20 0:2:26,56; -2012/7/20 0:2:36,56; -2012/7/20 0:2:46,56; -2012/7/20 0:2:56,56; -2012/7/20 0:3:6,56; -2012/7/20 0:3:16,56; -2012/7/20 0:3:26,56; -2012/7/20 0:3:36,56; -2012/7/20 0:3:46,56; -2012/7/20 0:3:56,56; -2012/7/20 0:4:6,56; -2012/7/20 0:4:16,56; -2012/7/20 0:4:26,56; -2012/7/20 0:4:36,56; -2012/7/20 0:4:46,56; -2012/7/20 0:4:56,57; -2012/7/20 0:5:6,56; -2012/7/20 0:5:16,57; -2012/7/20 0:5:26,56; -2012/7/20 0:5:36,57; -2012/7/20 0:5:46,56; -2012/7/20 0:5:56,57; -2012/7/20 0:6:6,56; -2012/7/20 0:6:16,57; -2012/7/20 0:6:26,56; -2012/7/20 0:6:36,56; -2012/7/20 0:6:46,56; -2012/7/20 0:6:56,56; -2012/7/20 0:7:6,56; -2012/7/20 0:7:16,56; -2012/7/20 0:7:26,56; -2012/7/20 0:7:36,57; -2012/7/20 0:7:46,56; -2012/7/20 0:7:56,57; -2012/7/20 0:8:6,56; -2012/7/20 0:8:16,57; -2012/7/20 0:8:26,56; -2012/7/20 0:8:36,57; -2012/7/20 0:8:46,56; -2012/7/20 0:8:56,56; -2012/7/20 0:9:6,56; -2012/7/20 0:9:16,56; -2012/7/20 0:9:26,56; -2012/7/20 0:9:36,56; -2012/7/20 0:9:46,57; -2012/7/20 0:9:56,56; -2012/7/20 0:10:6,57; -2012/7/20 0:10:16,56; -2012/7/20 0:10:26,57; -2012/7/20 0:10:36,56; -2012/7/20 0:10:46,57; -2012/7/20 0:10:56,56; -2012/7/20 0:11:6,57; -2012/7/20 0:11:16,56; -2012/7/20 0:11:26,57; -2012/7/20 0:11:36,56; -2012/7/20 0:11:46,57; -2012/7/20 0:11:56,56; -2012/7/20 0:12:6,56; -2012/7/20 0:12:16,56; -2012/7/20 0:12:26,56; -2012/7/20 0:12:36,56; -2012/7/20 0:12:46,56; -2012/7/20 0:12:56,57; -2012/7/20 0:13:6,56; -2012/7/20 0:13:16,57; -2012/7/20 0:13:26,56; -2012/7/20 0:13:36,57; -2012/7/20 0:13:46,56; -2012/7/20 0:13:56,57; -2012/7/20 0:14:6,56; -2012/7/20 0:14:16,57; -2012/7/20 0:14:26,56; -2012/7/20 0:14:36,57; -2012/7/20 0:14:46,56; -2012/7/20 0:14:56,57; -2012/7/20 0:15:6,56; -2012/7/20 0:15:16,57; -2012/7/20 0:15:26,56; -2012/7/20 0:15:36,57; -2012/7/20 0:15:46,56; -2012/7/20 0:15:56,57; -2012/7/20 0:16:6,56; -2012/7/20 0:16:16,57; -2012/7/20 0:16:26,56; -2012/7/20 0:16:36,57; -2012/7/20 0:16:46,56; -2012/7/20 0:16:56,56; -2012/7/20 0:17:6,56; -2012/7/20 0:17:16,56; -2012/7/20 0:17:26,57; -2012/7/20 0:17:36,56; -2012/7/20 0:17:46,57; -2012/7/20 0:17:56,56; -2012/7/20 0:18:6,56; -2012/7/20 0:18:16,57; -2012/7/20 0:18:26,56; -2012/7/20 0:18:36,57; -2012/7/20 0:18:46,56; -2012/7/20 0:18:56,57; -2012/7/20 0:19:6,56; -2012/7/20 0:19:16,57; -2012/7/20 0:19:26,56; -2012/7/20 0:19:36,56; -2012/7/20 0:19:46,56; -2012/7/20 0:19:56,56; -2012/7/20 0:20:6,56; -2012/7/20 0:20:16,56; -2012/7/20 0:20:26,56; -2012/7/20 0:20:36,56; -2012/7/20 0:20:46,57; -2012/7/20 0:20:56,56; -2012/7/20 0:21:6,57; -2012/7/20 0:21:16,56; -2012/7/20 0:21:26,57; -2012/7/20 0:21:36,56; -2012/7/20 0:21:46,57; -2012/7/20 0:21:56,56; -2012/7/20 0:22:6,56; -2012/7/20 0:22:16,56; -2012/7/20 0:22:26,56; -2012/7/20 0:22:36,56; -2012/7/20 0:22:46,56; -2012/7/20 0:22:56,56; -2012/7/20 0:23:6,56; -2012/7/20 0:23:16,57; -2012/7/20 0:23:26,56; -2012/7/20 0:23:36,57; -2012/7/20 0:23:46,56; -2012/7/20 0:23:56,56; -2012/7/20 0:24:6,56; -2012/7/20 0:24:16,56; -2012/7/20 0:24:26,56; -2012/7/20 0:24:36,56; -2012/7/20 0:24:46,56; -2012/7/20 0:24:56,56; -2012/7/20 0:25:6,56; -2012/7/20 0:25:16,56; -2012/7/20 0:25:26,56; -2012/7/20 0:25:36,56; -2012/7/20 0:25:46,57; -2012/7/20 0:25:56,56; -2012/7/20 0:26:6,57; -2012/7/20 0:26:16,56; -2012/7/20 0:26:26,56; -2012/7/20 0:26:36,56; -2012/7/20 0:26:46,56; -2012/7/20 0:26:56,56; -2012/7/20 0:27:6,56; -2012/7/20 0:27:16,56; -2012/7/20 0:27:26,56; -2012/7/20 0:27:36,57; -2012/7/20 0:27:46,56; -2012/7/20 0:27:56,57; -2012/7/20 0:28:6,56; -2012/7/20 0:28:16,57; -2012/7/20 0:28:26,56; -2012/7/20 0:28:36,56; -2012/7/20 0:28:46,56; -2012/7/20 0:28:56,56; -2012/7/20 0:29:6,56; -2012/7/20 0:29:16,56; -2012/7/20 0:29:26,56; -2012/7/20 0:29:36,56; -2012/7/20 0:29:46,56; -2012/7/20 0:29:56,56; -2012/7/20 0:30:6,56; -2012/7/20 0:30:16,57; -2012/7/20 0:30:26,56; -2012/7/20 0:30:36,57; -2012/7/20 0:30:46,56; -2012/7/20 0:30:56,57; -2012/7/20 0:31:6,56; -2012/7/20 0:31:16,57; -2012/7/20 0:31:26,56; -2012/7/20 0:31:36,57; -2012/7/20 0:31:46,56; -2012/7/20 0:31:56,56; -2012/7/20 0:32:6,56; -2012/7/20 0:32:16,56; -2012/7/20 0:32:26,56; -2012/7/20 0:32:36,56; -2012/7/20 0:32:46,56; -2012/7/20 0:32:56,56; -2012/7/20 0:33:6,56; -2012/7/20 0:33:16,56; -2012/7/20 0:33:26,56; -2012/7/20 0:33:36,56; -2012/7/20 0:33:46,57; -2012/7/20 0:33:56,56; -2012/7/20 0:34:6,56; -2012/7/20 0:34:16,56; -2012/7/20 0:34:26,56; -2012/7/20 0:34:36,56; -2012/7/20 0:34:46,56; -2012/7/20 0:34:56,57; -2012/7/20 0:35:6,56; -2012/7/20 0:35:16,57; -2012/7/20 0:35:26,56; -2012/7/20 0:35:36,57; -2012/7/20 0:35:46,56; -2012/7/20 0:35:56,57; -2012/7/20 0:36:6,56; -2012/7/20 0:36:16,57; -2012/7/20 0:36:26,56; -2012/7/20 0:36:36,57; -2012/7/20 0:36:46,56; -2012/7/20 0:36:56,57; -2012/7/20 0:37:6,56; -2012/7/20 0:37:16,56; -2012/7/20 0:37:26,56; -2012/7/20 0:37:36,56; -2012/7/20 0:37:46,57; -2012/7/20 0:37:56,56; -2012/7/20 0:38:6,57; -2012/7/20 0:38:16,56; -2012/7/20 0:38:26,57; -2012/7/20 0:38:36,56; -2012/7/20 0:38:46,57; -2012/7/20 0:38:56,56; -2012/7/20 0:39:6,57; -2012/7/20 0:39:16,56; -2012/7/20 0:39:26,57; -2012/7/20 0:39:36,56; -2012/7/20 0:39:46,57; -2012/7/20 0:39:56,56; -2012/7/20 0:40:6,57; -2012/7/20 0:40:16,56; -2012/7/20 0:40:26,57; -2012/7/20 0:40:36,56; -2012/7/20 0:40:46,56; -2012/7/20 0:40:56,56; -2012/7/20 0:41:6,56; -2012/7/20 0:41:16,56; -2012/7/20 0:41:26,56; -2012/7/20 0:41:36,56; -2012/7/20 0:41:46,56; -2012/7/20 0:41:56,56; -2012/7/20 0:42:6,56; -2012/7/20 0:42:16,56; -2012/7/20 0:42:26,57; -2012/7/20 0:42:36,56; -2012/7/20 0:42:46,57; -2012/7/20 0:42:56,56; -2012/7/20 0:43:6,57; -2012/7/20 0:43:16,56; -2012/7/20 0:43:26,57; -2012/7/20 0:43:36,56; -2012/7/20 0:43:46,56; -2012/7/20 0:43:56,56; -2012/7/20 0:44:6,56; -2012/7/20 0:44:16,57; -2012/7/20 0:44:26,56; -2012/7/20 0:44:36,57; -2012/7/20 0:44:46,56; -2012/7/20 0:44:56,57; -2012/7/20 0:45:6,56; -2012/7/20 0:45:16,57; -2012/7/20 0:45:26,56; -2012/7/20 0:45:36,57; -2012/7/20 0:45:46,56; -2012/7/20 0:45:56,56; -2012/7/20 0:46:6,56; -2012/7/20 0:46:16,56; -2012/7/20 0:46:26,56; -2012/7/20 0:46:36,56; -2012/7/20 0:46:46,56; -2012/7/20 0:46:56,56; -2012/7/20 0:47:6,56; -2012/7/20 0:47:16,56; -2012/7/20 0:47:26,56; -2012/7/20 0:47:36,56; -2012/7/20 0:47:46,56; -2012/7/20 0:47:56,56; -2012/7/20 0:48:6,57; -2012/7/20 0:48:16,56; -2012/7/20 0:48:26,57; -2012/7/20 0:48:36,56; -2012/7/20 0:48:46,57; -2012/7/20 0:48:56,56; -2012/7/20 0:49:6,57; -2012/7/20 0:49:16,56; -2012/7/20 0:49:26,57; -2012/7/20 0:49:36,56; -2012/7/20 0:49:46,57; -2012/7/20 0:49:56,56; -2012/7/20 0:50:6,56; -2012/7/20 0:50:16,56; -2012/7/20 0:50:26,56; -2012/7/20 0:50:36,56; -2012/7/20 0:50:46,56; -2012/7/20 0:50:56,56; -2012/7/20 0:51:6,56; -2012/7/20 0:51:16,56; -2012/7/20 0:51:26,57; -2012/7/20 0:51:36,56; -2012/7/20 0:51:46,57; -2012/7/20 0:51:56,56; -2012/7/20 0:52:6,57; -2012/7/20 0:52:16,56; -2012/7/20 0:52:26,56; -2012/7/20 0:52:36,56; -2012/7/20 0:52:46,56; -2012/7/20 0:52:56,56; -2012/7/20 0:53:6,56; -2012/7/20 0:53:16,57; -2012/7/20 0:53:26,56; -2012/7/20 0:53:36,57; -2012/7/20 0:53:46,56; -2012/7/20 0:53:56,57; -2012/7/20 0:54:6,56; -2012/7/20 0:54:16,57; -2012/7/20 0:54:26,56; -2012/7/20 0:54:36,56; -2012/7/20 0:54:46,56; -2012/7/20 0:54:56,56; -2012/7/20 0:55:6,56; -2012/7/20 0:55:16,56; -2012/7/20 0:55:26,56; -2012/7/20 0:55:36,56; -2012/7/20 0:55:46,57; -2012/7/20 0:55:56,56; -2012/7/20 0:56:6,57; -2012/7/20 0:56:16,56; -2012/7/20 0:56:26,57; -2012/7/20 0:56:36,56; -2012/7/20 0:56:46,57; -2012/7/20 0:56:56,56; -2012/7/20 0:57:6,56; -2012/7/20 0:57:16,56; -2012/7/20 0:57:26,56; -2012/7/20 0:57:36,56; -2012/7/20 0:57:46,56; -2012/7/20 0:57:56,56; -2012/7/20 0:58:6,56; -2012/7/20 0:58:16,56; -2012/7/20 0:58:26,56; -2012/7/20 0:58:36,56; -2012/7/20 0:58:46,56; -2012/7/20 0:58:56,56; -2012/7/20 0:59:6,56; -2012/7/20 0:59:16,56; -2012/7/20 0:59:26,56; -2012/7/20 0:59:36,56; -2012/7/20 0:59:46,56; -2012/7/20 0:59:56,57; -2012/7/20 1:0:6,56; -2012/7/20 1:0:16,57; -2012/7/20 1:0:26,56; -2012/7/20 1:0:36,57; -2012/7/20 1:0:46,56; -2012/7/20 1:0:56,57; -2012/7/20 1:1:6,56; -2012/7/20 1:1:16,57; -2012/7/20 1:1:26,56; -2012/7/20 1:1:36,57; -2012/7/20 1:1:46,56; -2012/7/20 1:1:56,57; -2012/7/20 1:2:6,56; -2012/7/20 1:2:16,57; -2012/7/20 1:2:26,56; -2012/7/20 1:2:36,57; -2012/7/20 1:2:46,56; -2012/7/20 1:2:56,56; -2012/7/20 1:3:6,56; -2012/7/20 1:3:16,56; -2012/7/20 1:3:26,57; -2012/7/20 1:3:36,56; -2012/7/20 1:3:46,56; -2012/7/20 1:3:56,56; -2012/7/20 1:4:6,56; -2012/7/20 1:4:16,56; -2012/7/20 1:4:26,56; -2012/7/20 1:4:36,56; -2012/7/20 1:4:46,56; -2012/7/20 1:4:56,56; -2012/7/20 1:5:6,56; -2012/7/20 1:5:16,56; -2012/7/20 1:5:26,56; -2012/7/20 1:5:36,56; -2012/7/20 1:5:46,56; -2012/7/20 1:5:56,56; -2012/7/20 1:6:6,57; -2012/7/20 1:6:16,56; -2012/7/20 1:6:26,57; -2012/7/20 1:6:36,56; -2012/7/20 1:6:46,57; -2012/7/20 1:6:56,56; -2012/7/20 1:7:6,56; -2012/7/20 1:7:16,56; -2012/7/20 1:7:26,56; -2012/7/20 1:7:36,56; -2012/7/20 1:7:46,57; -2012/7/20 1:7:56,56; -2012/7/20 1:8:6,57; -2012/7/20 1:8:16,56; -2012/7/20 1:8:26,57; -2012/7/20 1:8:36,56; -2012/7/20 1:8:46,57; -2012/7/20 1:8:56,56; -2012/7/20 1:9:6,56; -2012/7/20 1:9:16,56; -2012/7/20 1:9:26,56; -2012/7/20 1:9:36,56; -2012/7/20 1:9:46,56; -2012/7/20 1:9:56,56; -2012/7/20 1:10:6,56; -2012/7/20 1:10:16,56; -2012/7/20 1:10:26,56; -2012/7/20 1:10:36,56; -2012/7/20 1:10:46,56; -2012/7/20 1:10:56,57; -2012/7/20 1:11:6,56; -2012/7/20 1:11:16,57; -2012/7/20 1:11:26,56; -2012/7/20 1:11:36,57; -2012/7/20 1:11:46,56; -2012/7/20 1:11:56,57; -2012/7/20 1:12:6,56; -2012/7/20 1:12:16,56; -2012/7/20 1:12:26,56; -2012/7/20 1:12:36,56; -2012/7/20 1:12:46,56; -2012/7/20 1:12:56,56; -2012/7/20 1:13:6,56; -2012/7/20 1:13:16,57; -2012/7/20 1:13:26,56; -2012/7/20 1:13:36,57; -2012/7/20 1:13:46,56; -2012/7/20 1:13:56,57; -2012/7/20 1:14:6,56; -2012/7/20 1:14:16,56; -2012/7/20 1:14:26,56; -2012/7/20 1:14:36,56; -2012/7/20 1:14:46,56; -2012/7/20 1:14:56,56; -2012/7/20 1:15:6,56; -2012/7/20 1:15:16,56; -2012/7/20 1:15:26,56; -2012/7/20 1:15:36,56; -2012/7/20 1:15:46,56; -2012/7/20 1:15:56,56; -2012/7/20 1:16:6,56; -2012/7/20 1:16:16,56; -2012/7/20 1:16:26,57; -2012/7/20 1:16:36,56; -2012/7/20 1:16:46,57; -2012/7/20 1:16:56,56; -2012/7/20 1:17:6,57; -2012/7/20 1:17:16,56; -2012/7/20 1:17:26,57; -2012/7/20 1:17:36,56; -2012/7/20 1:17:46,57; -2012/7/20 1:17:56,56; -2012/7/20 1:18:6,57; -2012/7/20 1:18:16,56; -2012/7/20 1:18:26,57; -2012/7/20 1:18:36,56; -2012/7/20 1:18:46,57; -2012/7/20 1:18:56,56; -2012/7/20 1:19:6,56; -2012/7/20 1:19:16,56; -2012/7/20 1:19:26,56; -2012/7/20 1:19:36,56; -2012/7/20 1:19:46,56; -2012/7/20 1:19:56,56; -2012/7/20 1:20:6,56; -2012/7/20 1:20:16,56; -2012/7/20 1:20:26,57; -2012/7/20 1:20:36,56; -2012/7/20 1:20:46,57; -2012/7/20 1:20:56,56; -2012/7/20 1:21:6,57; -2012/7/20 1:21:16,56; -2012/7/20 1:21:26,57; -2012/7/20 1:21:36,56; -2012/7/20 1:21:46,57; -2012/7/20 1:21:56,56; -2012/7/20 1:22:6,57; -2012/7/20 1:22:16,56; -2012/7/20 1:22:26,57; -2012/7/20 1:22:36,56; -2012/7/20 1:22:46,57; -2012/7/20 1:22:56,56; -2012/7/20 1:23:6,57; -2012/7/20 1:23:16,56; -2012/7/20 1:23:26,57; -2012/7/20 1:23:36,56; -2012/7/20 1:23:46,57; -2012/7/20 1:23:56,56; -2012/7/20 1:24:6,57; -2012/7/20 1:24:16,56; -2012/7/20 1:24:26,57; -2012/7/20 1:24:36,56; -2012/7/20 1:24:46,57; -2012/7/20 1:24:56,56; -2012/7/20 1:25:6,57; -2012/7/20 1:25:16,56; -2012/7/20 1:25:26,56; -2012/7/20 1:25:36,56; -2012/7/20 1:25:46,56; -2012/7/20 1:25:56,57; -2012/7/20 1:26:6,56; -2012/7/20 1:26:16,57; -2012/7/20 1:26:26,56; -2012/7/20 1:26:36,57; -2012/7/20 1:26:46,56; -2012/7/20 1:26:56,57; -2012/7/20 1:27:6,56; -2012/7/20 1:27:16,57; -2012/7/20 1:27:26,56; -2012/7/20 1:27:36,57; -2012/7/20 1:27:46,56; -2012/7/20 1:27:56,57; -2012/7/20 1:28:6,56; -2012/7/20 1:28:16,57; -2012/7/20 1:28:26,56; -2012/7/20 1:28:36,57; -2012/7/20 1:28:46,56; -2012/7/20 1:28:56,57; -2012/7/20 1:29:6,56; -2012/7/20 1:29:16,57; -2012/7/20 1:29:26,56; -2012/7/20 1:29:36,57; -2012/7/20 1:29:46,56; -2012/7/20 1:29:56,57; -2012/7/20 1:30:6,56; -2012/7/20 1:30:16,57; -2012/7/20 1:30:26,56; -2012/7/20 1:30:36,56; -2012/7/20 1:30:46,56; -2012/7/20 1:30:56,56; -2012/7/20 1:31:6,56; -2012/7/20 1:31:16,56; -2012/7/20 1:31:26,57; -2012/7/20 1:31:36,56; -2012/7/20 1:31:46,57; -2012/7/20 1:31:56,56; -2012/7/20 1:32:6,57; -2012/7/20 1:32:16,56; -2012/7/20 1:32:26,57; -2012/7/20 1:32:36,56; -2012/7/20 1:32:46,57; -2012/7/20 1:32:56,56; -2012/7/20 1:33:6,56; -2012/7/20 1:33:16,56; -2012/7/20 1:33:26,56; -2012/7/20 1:33:36,56; -2012/7/20 1:33:46,56; -2012/7/20 1:33:56,56; -2012/7/20 1:34:6,56; -2012/7/20 1:34:16,56; -2012/7/20 1:34:26,56; -2012/7/20 1:34:36,57; -2012/7/20 1:34:46,56; -2012/7/20 1:34:56,57; -2012/7/20 1:35:6,56; -2012/7/20 1:35:16,57; -2012/7/20 1:35:26,56; -2012/7/20 1:35:36,56; -2012/7/20 1:35:46,56; -2012/7/20 1:35:56,56; -2012/7/20 1:36:6,56; -2012/7/20 1:36:16,56; -2012/7/20 1:36:26,56; -2012/7/20 1:36:36,56; -2012/7/20 1:36:46,56; -2012/7/20 1:36:56,56; -2012/7/20 1:37:6,56; -2012/7/20 1:37:16,56; -2012/7/20 1:37:26,56; -2012/7/20 1:37:36,56; -2012/7/20 1:37:46,56; -2012/7/20 1:37:56,57; -2012/7/20 1:38:6,56; -2012/7/20 1:38:16,57; -2012/7/20 1:38:26,56; -2012/7/20 1:38:36,57; -2012/7/20 1:38:46,56; -2012/7/20 1:38:56,57; -2012/7/20 1:39:6,56; -2012/7/20 1:39:16,57; -2012/7/20 1:39:26,56; -2012/7/20 1:39:36,57; -2012/7/20 1:39:46,56; -2012/7/20 1:39:56,56; -2012/7/20 1:40:6,56; -2012/7/20 1:40:16,56; -2012/7/20 1:40:26,56; -2012/7/20 1:40:36,57; -2012/7/20 1:40:46,56; -2012/7/20 1:40:56,57; -2012/7/20 1:41:6,56; -2012/7/20 1:41:16,57; -2012/7/20 1:41:26,56; -2012/7/20 1:41:36,57; -2012/7/20 1:41:46,56; -2012/7/20 1:41:56,56; -2012/7/20 1:42:6,56; -2012/7/20 1:42:16,56; -2012/7/20 1:42:26,56; -2012/7/20 1:42:36,56; -2012/7/20 1:42:46,56; -2012/7/20 1:42:56,56; -2012/7/20 1:43:6,56; -2012/7/20 1:43:16,56; -2012/7/20 1:43:26,56; -2012/7/20 1:43:36,56; -2012/7/20 1:43:46,56; -2012/7/20 1:43:56,56; -2012/7/20 1:44:6,56; -2012/7/20 1:44:16,56; -2012/7/20 1:44:26,56; -2012/7/20 1:44:36,56; -2012/7/20 1:44:46,56; -2012/7/20 1:44:56,56; -2012/7/20 1:45:6,56; -2012/7/20 1:45:16,56; -2012/7/20 1:45:26,57; -2012/7/20 1:45:36,56; -2012/7/20 1:45:46,57; -2012/7/20 1:45:56,56; -2012/7/20 1:46:6,57; -2012/7/20 1:46:16,56; -2012/7/20 1:46:26,57; -2012/7/20 1:46:36,56; -2012/7/20 1:46:46,57; -2012/7/20 1:46:56,56; -2012/7/20 1:47:6,56; -2012/7/20 1:47:16,56; -2012/7/20 1:47:26,56; -2012/7/20 1:47:36,56; -2012/7/20 1:47:46,56; -2012/7/20 1:47:56,56; -2012/7/20 1:48:6,56; -2012/7/20 1:48:16,57; -2012/7/20 1:48:26,56; -2012/7/20 1:48:36,57; -2012/7/20 1:48:46,56; -2012/7/20 1:48:56,57; -2012/7/20 1:49:6,56; -2012/7/20 1:49:16,57; -2012/7/20 1:49:26,56; -2012/7/20 1:49:36,57; -2012/7/20 1:49:46,56; -2012/7/20 1:49:56,57; -2012/7/20 1:50:6,56; -2012/7/20 1:50:16,57; -2012/7/20 1:50:26,56; -2012/7/20 1:50:36,57; -2012/7/20 1:50:46,56; -2012/7/20 1:50:56,56; -2012/7/20 1:51:6,56; -2012/7/20 1:51:16,56; -2012/7/20 1:51:26,56; -2012/7/20 1:51:36,56; -2012/7/20 1:51:46,56; -2012/7/20 1:51:56,56; -2012/7/20 1:52:6,57; -2012/7/20 1:52:16,56; -2012/7/20 1:52:26,57; -2012/7/20 1:52:36,56; -2012/7/20 1:52:46,57; -2012/7/20 1:52:56,56; -2012/7/20 1:53:6,57; -2012/7/20 1:53:16,56; -2012/7/20 1:53:26,57; -2012/7/20 1:53:36,56; -2012/7/20 1:53:46,57; -2012/7/20 1:53:56,56; -2012/7/20 1:54:6,57; -2012/7/20 1:54:16,56; -2012/7/20 1:54:26,57; -2012/7/20 1:54:36,56; -2012/7/20 1:54:46,57; -2012/7/20 1:54:56,56; -2012/7/20 1:55:6,57; -2012/7/20 1:55:16,56; -2012/7/20 1:55:26,56; -2012/7/20 1:55:36,56; -2012/7/20 1:55:46,56; -2012/7/20 1:55:56,56; -2012/7/20 1:56:6,56; -2012/7/20 1:56:16,56; -2012/7/20 1:56:26,57; -2012/7/20 1:56:36,56; -2012/7/20 1:56:46,57; -2012/7/20 1:56:56,56; -2012/7/20 1:57:6,57; -2012/7/20 1:57:16,56; -2012/7/20 1:57:26,57; -2012/7/20 1:57:36,56; -2012/7/20 1:57:46,57; -2012/7/20 1:57:56,56; -2012/7/20 1:58:6,57; -2012/7/20 1:58:16,56; -2012/7/20 1:58:26,57; -2012/7/20 1:58:36,56; -2012/7/20 1:58:46,57; -2012/7/20 1:58:56,56; -2012/7/20 1:59:6,56; -2012/7/20 1:59:16,56; -2012/7/20 1:59:26,56; -2012/7/20 1:59:36,56; -2012/7/20 1:59:46,56; -2012/7/20 1:59:56,56; -2012/7/20 2:0:6,56; -2012/7/20 2:0:16,57; -2012/7/20 2:0:26,56; -2012/7/20 2:0:36,57; -2012/7/20 2:0:46,56; -2012/7/20 2:0:56,57; -2012/7/20 2:1:6,56; -2012/7/20 2:1:16,57; -2012/7/20 2:1:26,56; -2012/7/20 2:1:36,57; -2012/7/20 2:1:46,56; -2012/7/20 2:1:56,57; -2012/7/20 2:2:6,56; -2012/7/20 2:2:16,57; -2012/7/20 2:2:26,56; -2012/7/20 2:2:36,57; -2012/7/20 2:2:46,56; -2012/7/20 2:2:56,56; -2012/7/20 2:3:6,56; -2012/7/20 2:3:16,56; -2012/7/20 2:3:26,56; -2012/7/20 2:3:36,56; -2012/7/20 2:3:46,56; -2012/7/20 2:3:56,56; -2012/7/20 2:4:6,56; -2012/7/20 2:4:16,56; -2012/7/20 2:4:26,57; -2012/7/20 2:4:36,56; -2012/7/20 2:4:46,57; -2012/7/20 2:4:56,56; -2012/7/20 2:5:6,57; -2012/7/20 2:5:16,56; -2012/7/20 2:5:26,57; -2012/7/20 2:5:36,56; -2012/7/20 2:5:46,57; -2012/7/20 2:5:56,56; -2012/7/20 2:6:6,57; -2012/7/20 2:6:16,56; -2012/7/20 2:6:26,57; -2012/7/20 2:6:36,56; -2012/7/20 2:6:46,57; -2012/7/20 2:6:56,56; -2012/7/20 2:7:6,57; -2012/7/20 2:7:16,56; -2012/7/20 2:7:26,57; -2012/7/20 2:7:36,56; -2012/7/20 2:7:46,57; -2012/7/20 2:7:56,56; -2012/7/20 2:8:6,56; -2012/7/20 2:8:16,56; -2012/7/20 2:8:26,56; -2012/7/20 2:8:36,56; -2012/7/20 2:8:46,56; -2012/7/20 2:8:56,56; -2012/7/20 2:9:6,56; -2012/7/20 2:9:16,56; -2012/7/20 2:9:26,56; -2012/7/20 2:9:36,56; -2012/7/20 2:9:46,57; -2012/7/20 2:9:56,56; -2012/7/20 2:10:6,57; -2012/7/20 2:10:16,56; -2012/7/20 2:10:26,57; -2012/7/20 2:10:36,56; -2012/7/20 2:10:46,56; -2012/7/20 2:10:56,56; -2012/7/20 2:11:6,57; -2012/7/20 2:11:16,56; -2012/7/20 2:11:26,56; -2012/7/20 2:11:36,58; -2012/7/20 2:11:46,56; -2012/7/20 2:11:56,57; -2012/7/20 2:12:6,56; -2012/7/20 2:12:16,57; -2012/7/20 2:12:26,56; -2012/7/20 2:12:36,56; -2012/7/20 2:12:46,56; -2012/7/20 2:12:56,57; -2012/7/20 2:13:6,56; -2012/7/20 2:13:16,57; -2012/7/20 2:13:26,56; -2012/7/20 2:13:36,57; -2012/7/20 2:13:46,56; -2012/7/20 2:13:56,57; -2012/7/20 2:14:6,56; -2012/7/20 2:14:16,57; -2012/7/20 2:14:26,56; -2012/7/20 2:14:36,57; -2012/7/20 2:14:46,56; -2012/7/20 2:14:56,57; -2012/7/20 2:15:6,56; -2012/7/20 2:15:16,57; -2012/7/20 2:15:26,56; -2012/7/20 2:15:36,57; -2012/7/20 2:15:46,56; -2012/7/20 2:15:56,57; -2012/7/20 2:16:6,56; -2012/7/20 2:16:16,57; -2012/7/20 2:16:26,56; -2012/7/20 2:16:36,56; -2012/7/20 2:16:46,56; -2012/7/20 2:16:56,56; -2012/7/20 2:17:6,56; -2012/7/20 2:17:16,56; -2012/7/20 2:17:26,57; -2012/7/20 2:17:36,56; -2012/7/20 2:17:46,56; -2012/7/20 2:17:56,56; -2012/7/20 2:18:6,56; -2012/7/20 2:18:16,56; -2012/7/20 2:18:26,56; -2012/7/20 2:18:36,57; -2012/7/20 2:18:46,56; -2012/7/20 2:18:56,57; -2012/7/20 2:19:6,56; -2012/7/20 2:19:16,57; -2012/7/20 2:19:26,56; -2012/7/20 2:19:36,57; -2012/7/20 2:19:46,56; -2012/7/20 2:19:56,57; -2012/7/20 2:20:6,56; -2012/7/20 2:20:16,57; -2012/7/20 2:20:26,56; -2012/7/20 2:20:36,56; -2012/7/20 2:20:46,56; -2012/7/20 2:20:56,56; -2012/7/20 2:21:6,56; -2012/7/20 2:21:16,56; -2012/7/20 2:21:26,56; -2012/7/20 2:21:36,56; -2012/7/20 2:21:46,56; -2012/7/20 2:21:56,56; -2012/7/20 2:22:6,57; -2012/7/20 2:22:16,56; -2012/7/20 2:22:26,57; -2012/7/20 2:22:36,56; -2012/7/20 2:22:46,57; -2012/7/20 2:22:56,56; -2012/7/20 2:23:6,57; -2012/7/20 2:23:16,56; -2012/7/20 2:23:26,57; -2012/7/20 2:23:36,56; -2012/7/20 2:23:46,57; -2012/7/20 2:23:56,56; -2012/7/20 2:24:6,57; -2012/7/20 2:24:16,56; -2012/7/20 2:24:26,56; -2012/7/20 2:24:36,56; -2012/7/20 2:24:46,56; -2012/7/20 2:24:56,56; -2012/7/20 2:25:6,56; -2012/7/20 2:25:16,56; -2012/7/20 2:25:26,56; -2012/7/20 2:25:36,56; -2012/7/20 2:25:46,56; -2012/7/20 2:25:56,56; -2012/7/20 2:26:6,56; -2012/7/20 2:26:16,56; -2012/7/20 2:26:26,56; -2012/7/20 2:26:36,56; -2012/7/20 2:26:46,56; -2012/7/20 2:26:56,57; -2012/7/20 2:27:6,56; -2012/7/20 2:27:16,57; -2012/7/20 2:27:26,56; -2012/7/20 2:27:36,57; -2012/7/20 2:27:46,56; -2012/7/20 2:27:56,57; -2012/7/20 2:28:6,56; -2012/7/20 2:28:16,57; -2012/7/20 2:28:26,56; -2012/7/20 2:28:36,57; -2012/7/20 2:28:46,56; -2012/7/20 2:28:56,57; -2012/7/20 2:29:6,56; -2012/7/20 2:29:16,57; -2012/7/20 2:29:26,56; -2012/7/20 2:29:36,57; -2012/7/20 2:29:46,56; -2012/7/20 2:29:56,57; -2012/7/20 2:30:6,56; -2012/7/20 2:30:16,57; -2012/7/20 2:30:26,56; -2012/7/20 2:30:36,56; -2012/7/20 2:30:46,56; -2012/7/20 2:30:56,56; -2012/7/20 2:31:6,56; -2012/7/20 2:31:16,56; -2012/7/20 2:31:26,56; -2012/7/20 2:31:36,57; -2012/7/20 2:31:46,56; -2012/7/20 2:31:56,57; -2012/7/20 2:32:6,56; -2012/7/20 2:32:16,57; -2012/7/20 2:32:26,56; -2012/7/20 2:32:36,57; -2012/7/20 2:32:46,56; -2012/7/20 2:32:56,57; -2012/7/20 2:33:6,56; -2012/7/20 2:33:16,57; -2012/7/20 2:33:26,56; -2012/7/20 2:33:36,57; -2012/7/20 2:33:46,56; -2012/7/20 2:33:56,56; -2012/7/20 2:34:6,56; -2012/7/20 2:34:16,56; -2012/7/20 2:34:26,56; -2012/7/20 2:34:36,57; -2012/7/20 2:34:46,56; -2012/7/20 2:34:56,57; -2012/7/20 2:35:6,56; -2012/7/20 2:35:16,57; -2012/7/20 2:35:26,56; -2012/7/20 2:35:36,57; -2012/7/20 2:35:46,56; -2012/7/20 2:35:56,57; -2012/7/20 2:36:6,56; -2012/7/20 2:36:16,57; -2012/7/20 2:36:26,56; -2012/7/20 2:36:36,57; -2012/7/20 2:36:46,56; -2012/7/20 2:36:56,56; -2012/7/20 2:37:6,56; -2012/7/20 2:37:16,56; -2012/7/20 2:37:26,56; -2012/7/20 2:37:36,56; -2012/7/20 2:37:46,56; -2012/7/20 2:37:56,56; -2012/7/20 2:38:6,56; -2012/7/20 2:38:16,56; -2012/7/20 2:38:26,56; -2012/7/20 2:38:36,57; -2012/7/20 2:38:46,56; -2012/7/20 2:38:56,57; -2012/7/20 2:39:6,56; -2012/7/20 2:39:16,57; -2012/7/20 2:39:26,56; -2012/7/20 2:39:36,57; -2012/7/20 2:39:46,56; -2012/7/20 2:39:56,57; -2012/7/20 2:40:6,56; -2012/7/20 2:40:16,57; -2012/7/20 2:40:26,56; -2012/7/20 2:40:36,56; -2012/7/20 2:40:46,56; -2012/7/20 2:40:56,56; -2012/7/20 2:41:6,57; -2012/7/20 2:41:16,56; -2012/7/20 2:41:26,57; -2012/7/20 2:41:36,56; -2012/7/20 2:41:46,57; -2012/7/20 2:41:56,56; -2012/7/20 2:42:6,57; -2012/7/20 2:42:16,56; -2012/7/20 2:42:26,56; -2012/7/20 2:42:36,56; -2012/7/20 2:42:46,56; -2012/7/20 2:42:56,56; -2012/7/20 2:43:6,56; -2012/7/20 2:43:16,56; -2012/7/20 2:43:26,56; -2012/7/20 2:43:36,56; -2012/7/20 2:43:46,56; -2012/7/20 2:43:56,57; -2012/7/20 2:44:6,56; -2012/7/20 2:44:16,57; -2012/7/20 2:44:26,56; -2012/7/20 2:44:36,57; -2012/7/20 2:44:46,56; -2012/7/20 2:44:56,57; -2012/7/20 2:45:6,56; -2012/7/20 2:45:16,57; -2012/7/20 2:45:26,56; -2012/7/20 2:45:36,57; -2012/7/20 2:45:46,56; -2012/7/20 2:45:56,57; -2012/7/20 2:46:6,56; -2012/7/20 2:46:16,57; -2012/7/20 2:46:26,56; -2012/7/20 2:46:36,57; -2012/7/20 2:46:46,56; -2012/7/20 2:46:56,57; -2012/7/20 2:47:6,56; -2012/7/20 2:47:16,57; -2012/7/20 2:47:26,56; -2012/7/20 2:47:36,57; -2012/7/20 2:47:46,56; -2012/7/20 2:47:56,57; -2012/7/20 2:48:6,56; -2012/7/20 2:48:16,57; -2012/7/20 2:48:26,56; -2012/7/20 2:48:36,57; -2012/7/20 2:48:46,56; -2012/7/20 2:48:56,57; -2012/7/20 2:49:6,56; -2012/7/20 2:49:16,57; -2012/7/20 2:49:26,56; -2012/7/20 2:49:36,57; -2012/7/20 2:49:46,56; -2012/7/20 2:49:56,57; -2012/7/20 2:50:6,56; -2012/7/20 2:50:16,56; -2012/7/20 2:50:26,56; -2012/7/20 2:50:36,56; -2012/7/20 2:50:46,56; -2012/7/20 2:50:56,56; -2012/7/20 2:51:6,56; -2012/7/20 2:51:16,56; -2012/7/20 2:51:26,57; -2012/7/20 2:51:36,56; -2012/7/20 2:51:46,57; -2012/7/20 2:51:56,56; -2012/7/20 2:52:6,56; -2012/7/20 2:52:16,56; -2012/7/20 2:52:26,56; -2012/7/20 2:52:36,56; -2012/7/20 2:52:46,57; -2012/7/20 2:52:56,56; -2012/7/20 2:53:6,56; -2012/7/20 2:53:16,56; -2012/7/20 2:53:26,56; -2012/7/20 2:53:36,56; -2012/7/20 2:53:46,57; -2012/7/20 2:53:56,56; -2012/7/20 2:54:6,57; -2012/7/20 2:54:16,56; -2012/7/20 2:54:26,57; -2012/7/20 2:54:36,56; -2012/7/20 2:54:46,57; -2012/7/20 2:54:56,56; -2012/7/20 2:55:6,57; -2012/7/20 2:55:16,56; -2012/7/20 2:55:26,57; -2012/7/20 2:55:36,56; -2012/7/20 2:55:46,57; -2012/7/20 2:55:56,56; -2012/7/20 2:56:6,57; -2012/7/20 2:56:16,56; -2012/7/20 2:56:26,57; -2012/7/20 2:56:36,56; -2012/7/20 2:56:46,57; -2012/7/20 2:56:56,56; -2012/7/20 2:57:6,57; -2012/7/20 2:57:16,56; -2012/7/20 2:57:26,57; -2012/7/20 2:57:36,56; -2012/7/20 2:57:46,57; -2012/7/20 2:57:56,56; -2012/7/20 2:58:6,57; -2012/7/20 2:58:16,56; -2012/7/20 2:58:26,57; -2012/7/20 2:58:36,56; -2012/7/20 2:58:46,57; -2012/7/20 2:58:56,56; -2012/7/20 2:59:6,57; -2012/7/20 2:59:16,56; -2012/7/20 2:59:26,56; -2012/7/20 2:59:36,56; -2012/7/20 2:59:46,56; -2012/7/20 2:59:56,56; -2012/7/20 3:0:6,56; -2012/7/20 3:0:16,56; -2012/7/20 3:0:26,56; -2012/7/20 3:0:36,56; -2012/7/20 3:0:46,57; -2012/7/20 3:0:56,56; -2012/7/20 3:1:6,57; -2012/7/20 3:1:16,56; -2012/7/20 3:1:26,57; -2012/7/20 3:1:36,56; -2012/7/20 3:1:46,57; -2012/7/20 3:1:56,56; -2012/7/20 3:2:6,57; -2012/7/20 3:2:16,56; -2012/7/20 3:2:26,57; -2012/7/20 3:2:36,56; -2012/7/20 3:2:46,57; -2012/7/20 3:2:56,56; -2012/7/20 3:3:6,57; -2012/7/20 3:3:16,56; -2012/7/20 3:3:26,57; -2012/7/20 3:3:36,56; -2012/7/20 3:3:46,57; -2012/7/20 3:3:56,56; -2012/7/20 3:4:6,57; -2012/7/20 3:4:16,56; -2012/7/20 3:4:26,57; -2012/7/20 3:4:36,56; -2012/7/20 3:4:46,56; -2012/7/20 3:4:56,56; -2012/7/20 3:5:6,56; -2012/7/20 3:5:16,56; -2012/7/20 3:5:26,56; -2012/7/20 3:5:36,56; -2012/7/20 3:5:46,56; -2012/7/20 3:5:56,56; -2012/7/20 3:6:6,56; -2012/7/20 3:6:16,57; -2012/7/20 3:6:26,56; -2012/7/20 3:6:36,57; -2012/7/20 3:6:46,56; -2012/7/20 3:6:56,57; -2012/7/20 3:7:6,56; -2012/7/20 3:7:16,57; -2012/7/20 3:7:26,56; -2012/7/20 3:7:36,57; -2012/7/20 3:7:46,56; -2012/7/20 3:7:56,57; -2012/7/20 3:8:6,56; -2012/7/20 3:8:16,57; -2012/7/20 3:8:26,56; -2012/7/20 3:8:36,57; -2012/7/20 3:8:46,56; -2012/7/20 3:8:56,57; -2012/7/20 3:9:6,56; -2012/7/20 3:9:16,57; -2012/7/20 3:9:26,56; -2012/7/20 3:9:36,57; -2012/7/20 3:9:46,56; -2012/7/20 3:9:56,57; -2012/7/20 3:10:6,56; -2012/7/20 3:10:16,57; -2012/7/20 3:10:26,56; -2012/7/20 3:10:36,56; -2012/7/20 3:10:46,56; -2012/7/20 3:10:56,56; -2012/7/20 3:11:6,56; -2012/7/20 3:11:16,57; -2012/7/20 3:11:26,56; -2012/7/20 3:11:36,57; -2012/7/20 3:11:46,56; -2012/7/20 3:11:56,57; -2012/7/20 3:12:6,56; -2012/7/20 3:12:16,57; -2012/7/20 3:12:26,56; -2012/7/20 3:12:36,57; -2012/7/20 3:12:46,56; -2012/7/20 3:12:56,57; -2012/7/20 3:13:6,56; -2012/7/20 3:13:16,57; -2012/7/20 3:13:26,56; -2012/7/20 3:13:36,57; -2012/7/20 3:13:46,56; -2012/7/20 3:13:56,57; -2012/7/20 3:14:6,56; -2012/7/20 3:14:16,57; -2012/7/20 3:14:26,56; -2012/7/20 3:14:36,56; -2012/7/20 3:14:46,56; -2012/7/20 3:14:56,56; -2012/7/20 3:15:6,56; -2012/7/20 3:15:16,56; -2012/7/20 3:15:26,57; -2012/7/20 3:15:36,56; -2012/7/20 3:15:46,57; -2012/7/20 3:15:56,56; -2012/7/20 3:16:6,57; -2012/7/20 3:16:16,56; -2012/7/20 3:16:26,57; -2012/7/20 3:16:36,56; -2012/7/20 3:16:46,57; -2012/7/20 3:16:56,56; -2012/7/20 3:17:6,57; -2012/7/20 3:17:16,56; -2012/7/20 3:17:26,57; -2012/7/20 3:17:36,56; -2012/7/20 3:17:46,57; -2012/7/20 3:17:56,56; -2012/7/20 3:18:6,57; -2012/7/20 3:18:16,56; -2012/7/20 3:18:26,56; -2012/7/20 3:18:36,56; -2012/7/20 3:18:46,56; -2012/7/20 3:18:56,56; -2012/7/20 3:19:6,56; -2012/7/20 3:19:16,56; -2012/7/20 3:19:26,56; -2012/7/20 3:19:36,56; -2012/7/20 3:19:46,56; -2012/7/20 3:19:56,57; -2012/7/20 3:20:6,56; -2012/7/20 3:20:16,57; -2012/7/20 3:20:26,56; -2012/7/20 3:20:36,57; -2012/7/20 3:20:46,56; -2012/7/20 3:20:56,57; -2012/7/20 3:21:6,56; -2012/7/20 3:21:16,57; -2012/7/20 3:21:26,56; -2012/7/20 3:21:36,56; -2012/7/20 3:21:46,56; -2012/7/20 3:21:56,56; -2012/7/20 3:22:6,57; -2012/7/20 3:22:16,56; -2012/7/20 3:22:26,57; -2012/7/20 3:22:36,56; -2012/7/20 3:22:46,57; -2012/7/20 3:22:56,56; -2012/7/20 3:23:6,57; -2012/7/20 3:23:16,56; -2012/7/20 3:23:26,56; -2012/7/20 3:23:36,56; -2012/7/20 3:23:46,57; -2012/7/20 3:23:56,56; -2012/7/20 3:24:6,57; -2012/7/20 3:24:16,56; -2012/7/20 3:24:26,57; -2012/7/20 3:24:36,56; -2012/7/20 3:24:46,57; -2012/7/20 3:24:56,56; -2012/7/20 3:25:6,57; -2012/7/20 3:25:16,56; -2012/7/20 3:25:26,57; -2012/7/20 3:25:36,56; -2012/7/20 3:25:46,57; -2012/7/20 3:25:56,56; -2012/7/20 3:26:6,57; -2012/7/20 3:26:16,56; -2012/7/20 3:26:26,57; -2012/7/20 3:26:36,56; -2012/7/20 3:26:46,57; -2012/7/20 3:26:56,56; -2012/7/20 3:27:6,56; -2012/7/20 3:27:16,56; -2012/7/20 3:27:26,56; -2012/7/20 3:27:36,56; -2012/7/20 3:27:46,56; -2012/7/20 3:27:56,57; -2012/7/20 3:28:6,56; -2012/7/20 3:28:16,57; -2012/7/20 3:28:26,56; -2012/7/20 3:28:36,57; -2012/7/20 3:28:46,56; -2012/7/20 3:28:56,56; -2012/7/20 3:29:6,56; -2012/7/20 3:29:16,56; -2012/7/20 3:29:26,56; -2012/7/20 3:29:36,56; -2012/7/20 3:29:46,56; -2012/7/20 3:29:56,56; -2012/7/20 3:30:6,56; -2012/7/20 3:30:16,56; -2012/7/20 3:30:26,57; -2012/7/20 3:30:36,56; -2012/7/20 3:30:46,57; -2012/7/20 3:30:56,56; -2012/7/20 3:31:6,57; -2012/7/20 3:31:16,56; -2012/7/20 3:31:26,57; -2012/7/20 3:31:36,56; -2012/7/20 3:31:46,56; -2012/7/20 3:31:56,56; -2012/7/20 3:32:6,56; -2012/7/20 3:32:16,56; -2012/7/20 3:32:26,56; -2012/7/20 3:32:36,56; -2012/7/20 3:32:46,56; -2012/7/20 3:32:56,56; -2012/7/20 3:33:6,56; -2012/7/20 3:33:16,57; -2012/7/20 3:33:26,56; -2012/7/20 3:33:36,57; -2012/7/20 3:33:46,56; -2012/7/20 3:33:56,57; -2012/7/20 3:34:6,56; -2012/7/20 3:34:16,57; -2012/7/20 3:34:26,56; -2012/7/20 3:34:36,56; -2012/7/20 3:34:46,56; -2012/7/20 3:34:56,56; -2012/7/20 3:35:6,56; -2012/7/20 3:35:16,56; -2012/7/20 3:35:26,56; -2012/7/20 3:35:36,56; -2012/7/20 3:35:46,56; -2012/7/20 3:35:56,56; -2012/7/20 3:36:6,56; -2012/7/20 3:36:16,56; -2012/7/20 3:36:26,56; -2012/7/20 3:36:36,56; -2012/7/20 3:36:46,56; -2012/7/20 3:36:56,56; -2012/7/20 3:37:6,56; -2012/7/20 3:37:16,56; -2012/7/20 3:37:26,56; -2012/7/20 3:37:36,56; -2012/7/20 3:37:46,56; -2012/7/20 3:37:56,57; -2012/7/20 3:38:6,56; -2012/7/20 3:38:16,57; -2012/7/20 3:38:26,56; -2012/7/20 3:38:36,57; -2012/7/20 3:38:46,56; -2012/7/20 3:38:56,57; -2012/7/20 3:39:6,56; -2012/7/20 3:39:16,56; -2012/7/20 3:39:26,56; -2012/7/20 3:39:36,56; -2012/7/20 3:39:46,56; -2012/7/20 3:39:56,56; -2012/7/20 3:40:6,56; -2012/7/20 3:40:16,56; -2012/7/20 3:40:26,57; -2012/7/20 3:40:36,56; -2012/7/20 3:40:46,57; -2012/7/20 3:40:56,56; -2012/7/20 3:41:6,57; -2012/7/20 3:41:16,56; -2012/7/20 3:41:26,56; -2012/7/20 3:41:36,56; -2012/7/20 3:41:46,57; -2012/7/20 3:41:56,56; -2012/7/20 3:42:6,57; -2012/7/20 3:42:16,56; -2012/7/20 3:42:26,57; -2012/7/20 3:42:36,56; -2012/7/20 3:42:46,57; -2012/7/20 3:42:56,56; -2012/7/20 3:43:6,57; -2012/7/20 3:43:16,56; -2012/7/20 3:43:26,56; -2012/7/20 3:43:36,56; -2012/7/20 3:43:46,57; -2012/7/20 3:43:56,56; -2012/7/20 3:44:6,57; -2012/7/20 3:44:16,56; -2012/7/20 3:44:26,57; -2012/7/20 3:44:36,56; -2012/7/20 3:44:46,57; -2012/7/20 3:44:56,56; -2012/7/20 3:45:6,57; -2012/7/20 3:45:16,56; -2012/7/20 3:45:26,56; -2012/7/20 3:45:36,56; -2012/7/20 3:45:46,56; -2012/7/20 3:45:56,56; -2012/7/20 3:46:6,56; -2012/7/20 3:46:16,56; -2012/7/20 3:46:26,56; -2012/7/20 3:46:36,56; -2012/7/20 3:46:46,56; -2012/7/20 3:46:56,56; -2012/7/20 3:47:6,56; -2012/7/20 3:47:16,56; -2012/7/20 3:47:26,56; -2012/7/20 3:47:36,56; -2012/7/20 3:47:46,56; -2012/7/20 3:47:56,57; -2012/7/20 3:48:6,56; -2012/7/20 3:48:16,57; -2012/7/20 3:48:26,56; -2012/7/20 3:48:36,56; -2012/7/20 3:48:46,56; -2012/7/20 3:48:56,56; -2012/7/20 3:49:6,56; -2012/7/20 3:49:16,56; -2012/7/20 3:49:26,56; -2012/7/20 3:49:36,57; -2012/7/20 3:49:46,56; -2012/7/20 3:49:56,57; -2012/7/20 3:50:6,56; -2012/7/20 3:50:16,57; -2012/7/20 3:50:26,56; -2012/7/20 3:50:36,57; -2012/7/20 3:50:46,56; -2012/7/20 3:50:56,57; -2012/7/20 3:51:6,56; -2012/7/20 3:51:16,57; -2012/7/20 3:51:26,56; -2012/7/20 3:51:36,57; -2012/7/20 3:51:46,56; -2012/7/20 3:51:56,57; -2012/7/20 3:52:6,56; -2012/7/20 3:52:16,57; -2012/7/20 3:52:26,56; -2012/7/20 3:52:36,56; -2012/7/20 3:52:46,56; -2012/7/20 3:52:56,56; -2012/7/20 3:53:6,56; -2012/7/20 3:53:16,56; -2012/7/20 3:53:26,56; -2012/7/20 3:53:36,56; -2012/7/20 3:53:46,57; -2012/7/20 3:53:56,56; -2012/7/20 3:54:6,57; -2012/7/20 3:54:16,56; -2012/7/20 3:54:26,57; -2012/7/20 3:54:36,56; -2012/7/20 3:54:46,57; -2012/7/20 3:54:56,56; -2012/7/20 3:55:6,56; -2012/7/20 3:55:16,56; -2012/7/20 3:55:26,56; -2012/7/20 3:55:36,56; -2012/7/20 3:55:46,56; -2012/7/20 3:55:56,56; -2012/7/20 3:56:6,56; -2012/7/20 3:56:16,56; -2012/7/20 3:56:26,56; -2012/7/20 3:56:36,56; -2012/7/20 3:56:46,56; -2012/7/20 3:56:56,56; -2012/7/20 3:57:6,56; -2012/7/20 3:57:16,56; -2012/7/20 3:57:26,56; -2012/7/20 3:57:36,56; -2012/7/20 3:57:46,56; -2012/7/20 3:57:56,56; -2012/7/20 3:58:6,56; -2012/7/20 3:58:16,57; -2012/7/20 3:58:26,56; -2012/7/20 3:58:36,57; -2012/7/20 3:58:46,56; -2012/7/20 3:58:56,57; -2012/7/20 3:59:6,56; -2012/7/20 3:59:16,57; -2012/7/20 3:59:26,56; -2012/7/20 3:59:36,57; -2012/7/20 3:59:46,56; -2012/7/20 3:59:56,57; -2012/7/20 4:0:6,56; -2012/7/20 4:0:16,57; -2012/7/20 4:0:26,56; -2012/7/20 4:0:36,57; -2012/7/20 4:0:46,56; -2012/7/20 4:0:56,57; -2012/7/20 4:1:6,56; -2012/7/20 4:1:16,56; -2012/7/20 4:1:26,56; -2012/7/20 4:1:36,56; -2012/7/20 4:1:46,56; -2012/7/20 4:1:56,56; -2012/7/20 4:2:6,57; -2012/7/20 4:2:16,56; -2012/7/20 4:2:26,57; -2012/7/20 4:2:36,56; -2012/7/20 4:2:46,57; -2012/7/20 4:2:56,56; -2012/7/20 4:3:6,57; -2012/7/20 4:3:16,56; -2012/7/20 4:3:26,56; -2012/7/20 4:3:36,56; -2012/7/20 4:3:46,56; -2012/7/20 4:3:56,56; -2012/7/20 4:4:6,56; -2012/7/20 4:4:16,57; -2012/7/20 4:4:26,56; -2012/7/20 4:4:36,57; -2012/7/20 4:4:46,56; -2012/7/20 4:4:56,57; -2012/7/20 4:5:6,56; -2012/7/20 4:5:16,57; -2012/7/20 4:5:26,56; -2012/7/20 4:5:36,56; -2012/7/20 4:5:46,56; -2012/7/20 4:5:56,56; -2012/7/20 4:6:6,56; -2012/7/20 4:6:16,56; -2012/7/20 4:6:26,56; -2012/7/20 4:6:36,56; -2012/7/20 4:6:46,56; -2012/7/20 4:6:56,56; -2012/7/20 4:7:6,57; -2012/7/20 4:7:16,56; -2012/7/20 4:7:26,57; -2012/7/20 4:7:36,56; -2012/7/20 4:7:46,57; -2012/7/20 4:7:56,56; -2012/7/20 4:8:6,57; -2012/7/20 4:8:16,56; -2012/7/20 4:8:26,57; -2012/7/20 4:8:36,56; -2012/7/20 4:8:46,56; -2012/7/20 4:8:56,57; -2012/7/20 4:9:6,56; -2012/7/20 4:9:16,57; -2012/7/20 4:9:26,56; -2012/7/20 4:9:36,57; -2012/7/20 4:9:46,56; -2012/7/20 4:9:56,57; -2012/7/20 4:10:6,56; -2012/7/20 4:10:16,57; -2012/7/20 4:10:26,56; -2012/7/20 4:10:36,57; -2012/7/20 4:10:46,56; -2012/7/20 4:10:56,57; -2012/7/20 4:11:6,56; -2012/7/20 4:11:16,57; -2012/7/20 4:11:26,56; -2012/7/20 4:11:36,57; -2012/7/20 4:11:46,56; -2012/7/20 4:11:56,57; -2012/7/20 4:12:6,56; -2012/7/20 4:12:16,57; -2012/7/20 4:12:26,56; -2012/7/20 4:12:36,56; -2012/7/20 4:12:46,56; -2012/7/20 4:12:56,56; -2012/7/20 4:13:6,56; -2012/7/20 4:13:16,56; -2012/7/20 4:13:26,56; -2012/7/20 4:13:36,56; -2012/7/20 4:13:46,57; -2012/7/20 4:13:56,56; -2012/7/20 4:14:6,57; -2012/7/20 4:14:16,56; -2012/7/20 4:14:26,57; -2012/7/20 4:14:36,56; -2012/7/20 4:14:46,57; -2012/7/20 4:14:56,56; -2012/7/20 4:15:6,56; -2012/7/20 4:15:16,56; -2012/7/20 4:15:26,56; -2012/7/20 4:15:36,56; -2012/7/20 4:15:46,56; -2012/7/20 4:15:56,56; -2012/7/20 4:16:6,56; -2012/7/20 4:16:16,56; -2012/7/20 4:16:26,57; -2012/7/20 4:16:36,56; -2012/7/20 4:16:46,57; -2012/7/20 4:16:56,56; -2012/7/20 4:17:6,57; -2012/7/20 4:17:16,56; -2012/7/20 4:17:26,57; -2012/7/20 4:17:36,56; -2012/7/20 4:17:46,57; -2012/7/20 4:17:56,56; -2012/7/20 4:18:6,57; -2012/7/20 4:18:16,56; -2012/7/20 4:18:26,57; -2012/7/20 4:18:36,56; -2012/7/20 4:18:46,57; -2012/7/20 4:18:56,56; -2012/7/20 4:19:6,57; -2012/7/20 4:19:16,56; -2012/7/20 4:19:26,57; -2012/7/20 4:19:36,56; -2012/7/20 4:19:46,57; -2012/7/20 4:19:56,56; -2012/7/20 4:20:6,57; -2012/7/20 4:20:16,56; -2012/7/20 4:20:26,57; -2012/7/20 4:20:36,56; -2012/7/20 4:20:46,56; -2012/7/20 4:20:56,56; -2012/7/20 4:21:6,56; -2012/7/20 4:21:16,57; -2012/7/20 4:21:26,56; -2012/7/20 4:21:36,56; -2012/7/20 4:21:46,56; -2012/7/20 4:21:56,56; -2012/7/20 4:22:6,56; -2012/7/20 4:22:16,56; -2012/7/20 4:22:26,57; -2012/7/20 4:22:36,56; -2012/7/20 4:22:46,57; -2012/7/20 4:22:56,56; -2012/7/20 4:23:6,57; -2012/7/20 4:23:16,56; -2012/7/20 4:23:26,57; -2012/7/20 4:23:36,56; -2012/7/20 4:23:46,57; -2012/7/20 4:23:56,56; -2012/7/20 4:24:6,56; -2012/7/20 4:24:16,56; -2012/7/20 4:24:26,56; -2012/7/20 4:24:36,56; -2012/7/20 4:24:46,56; -2012/7/20 4:24:56,57; -2012/7/20 4:25:6,56; -2012/7/20 4:25:16,57; -2012/7/20 4:25:26,56; -2012/7/20 4:25:36,57; -2012/7/20 4:25:46,56; -2012/7/20 4:25:56,57; -2012/7/20 4:26:6,56; -2012/7/20 4:26:16,57; -2012/7/20 4:26:26,56; -2012/7/20 4:26:36,57; -2012/7/20 4:26:46,56; -2012/7/20 4:26:56,57; -2012/7/20 4:27:6,56; -2012/7/20 4:27:16,56; -2012/7/20 4:27:26,56; -2012/7/20 4:27:36,56; -2012/7/20 4:27:46,56; -2012/7/20 4:27:56,56; -2012/7/20 4:28:6,56; -2012/7/20 4:28:16,57; -2012/7/20 4:28:26,56; -2012/7/20 4:28:36,56; -2012/7/20 4:28:46,56; -2012/7/20 4:28:56,56; -2012/7/20 4:29:6,56; -2012/7/20 4:29:16,56; -2012/7/20 4:29:26,57; -2012/7/20 4:29:36,56; -2012/7/20 4:29:46,57; -2012/7/20 4:29:56,56; -2012/7/20 4:30:6,57; -2012/7/20 4:30:16,56; -2012/7/20 4:30:26,56; -2012/7/20 4:30:36,56; -2012/7/20 4:30:46,56; -2012/7/20 4:30:56,56; -2012/7/20 4:31:6,56; -2012/7/20 4:31:16,57; -2012/7/20 4:31:26,56; -2012/7/20 4:31:36,56; -2012/7/20 4:31:46,56; -2012/7/20 4:31:56,56; -2012/7/20 4:32:6,56; -2012/7/20 4:32:16,56; -2012/7/20 4:32:26,56; -2012/7/20 4:32:36,56; -2012/7/20 4:32:46,56; -2012/7/20 4:32:56,56; -2012/7/20 4:33:6,56; -2012/7/20 4:33:16,56; -2012/7/20 4:33:26,56; -2012/7/20 4:33:36,56; -2012/7/20 4:33:46,56; -2012/7/20 4:33:56,57; -2012/7/20 4:34:6,56; -2012/7/20 4:34:16,57; -2012/7/20 4:34:26,56; -2012/7/20 4:34:36,56; -2012/7/20 4:34:46,56; -2012/7/20 4:34:56,56; -2012/7/20 4:35:6,57; -2012/7/20 4:35:16,56; -2012/7/20 4:35:26,57; -2012/7/20 4:35:36,56; -2012/7/20 4:35:46,57; -2012/7/20 4:35:56,56; -2012/7/20 4:36:6,57; -2012/7/20 4:36:16,56; -2012/7/20 4:36:26,57; -2012/7/20 4:36:36,56; -2012/7/20 4:36:46,57; -2012/7/20 4:36:56,56; -2012/7/20 4:37:6,57; -2012/7/20 4:37:16,56; -2012/7/20 4:37:26,57; -2012/7/20 4:37:36,56; -2012/7/20 4:37:46,57; -2012/7/20 4:37:56,56; -2012/7/20 4:38:6,56; -2012/7/20 4:38:16,56; -2012/7/20 4:38:26,56; -2012/7/20 4:38:36,57; -2012/7/20 4:38:46,56; -2012/7/20 4:38:56,57; -2012/7/20 4:39:6,56; -2012/7/20 4:39:16,57; -2012/7/20 4:39:26,56; -2012/7/20 4:39:36,57; -2012/7/20 4:39:46,56; -2012/7/20 4:39:56,57; -2012/7/20 4:40:6,56; -2012/7/20 4:40:16,57; -2012/7/20 4:40:26,56; -2012/7/20 4:40:36,56; -2012/7/20 4:40:46,56; -2012/7/20 4:40:56,56; -2012/7/20 4:41:6,56; -2012/7/20 4:41:16,56; -2012/7/20 4:41:26,57; -2012/7/20 4:41:36,56; -2012/7/20 4:41:46,57; -2012/7/20 4:41:56,56; -2012/7/20 4:42:6,56; -2012/7/20 4:42:16,56; -2012/7/20 4:42:26,56; -2012/7/20 4:42:36,56; -2012/7/20 4:42:46,56; -2012/7/20 4:42:56,56; -2012/7/20 4:43:6,56; -2012/7/20