/*!
* jQuery Validation Plugin 1.12.0pre
*
* http://jqueryvalidation.org//
*
* Copyright 2013 Jörn Zaefferer
* Released under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*//*!
* jQuery Validation Plugin 1.12.0pre
*
* http://jqueryvalidation.org//
*
* Copyright 2013 Jörn Zaefferer
* Released under the MIT license:
* http://www.opensource.org/licenses/mit-license.php
*/
/* da tradurre per calendario*/
perinviare=0;
$('.nuovoelemento').hide();
var days_lan= ["Domenica", "Lunedì", "Martedì", "Mercoledì", "Giovedì", "Venerdì", "Sabato", "Domenica"],
daysShort_lan= ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab", "Dom"],
daysMin_lan= ["Do", "Lu", "Ma", "Me", "Gi", "Ve", "Sa", "Do"],
months_lan= ["Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre"],
monthsShort_lan= ["Gen", "Feb", "Mar", "Apr", "Mag", "Giu", "Lug", "Ago", "Set", "Ott", "Nov", "Dic"];
nazione=2;
/* date promozione */
inizio_avideo = "1 Aprile 2016"; /* da tradurre */
fine_avideo = "30 Giugno 2016"; /* da tradurre */
inizio = new Date('2016', '3','1', 0, 0, 0, 0);
fine = new Date('2016', '5','30', 0, 0, 0, 0);
var frase_val_formato_calendario="Insert a date in the format dd/mm/yy";
var frase_val_range_calendario="Insert a date between "+inizio_avideo+" and "+fine_avideo;
var frase_val_privacy_solosi="Il mancato consenso preclude la possibilità di richiedere il premio";
var frase_val_estensione_file="Select a file with correct extension: jpg|jpeg|pdf|gif|tiff|png ";
var frase_val_valori="Insert the correct value";
var frase_val_caratteri="Insert the correct characters";
var frase_val_obbligatorio="Mandatory field";
var frase_val_mail="Insert a email address";
var frase_val_mailuguale="Forkert Email";
var frase_val_peso_file="Select a maximum file size of 5 MB";
if (nazione==2){
days_lan= ["nedelja", "ponedeljek", "torek", "sreda", "četrtek", "petek", "sobota", "nedelja"];
daysShort_lan= ["ne", "po", "to", "sr", "če", "pe", "so", "ne"];
daysMin_lan= ["Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa", "Do"];
months_lan= ["Januar", "Februar", "Marec", "April", "Maj", "Junij", "Julij", "Avgust", "September", "Oktober", "November", "December"];
monthsShort_lan= ["Ene", "feb", "mar", "abr", "maj", "jun", "jul", "avg", "sep", "okt", "nov", "dec"];
/* date promozione */
inizio_avideo = "1 Januar 2020"; /* da tradurre */
fine_avideo = "31 December 2034"; /* da tradurre */
inizio = new Date();
inizio.setDate(inizio.getDate()-30);
fine = new Date('2034', '11','31', 0, 0, 0, 0);
frase_val_formato_calendario="Vnesite datum v obliki dd/mm/llll";
frase_val_range_calendario="Vnesite datum med "+inizio.toLocaleString().split(',')[0]+" in "+fine.toLocaleString().split(',')[0];
frase_val_privacy_solosi="Pomanjkanje soglasja onemogoča možnost prevzema vaše nagrade";
frase_val_estensione_file="Izberite datoteko z eno od teh pripon: jpg | jpg | pdf | gif | tiff | png";
frase_val_valori="Vnesite pravilne vrednosti";
frase_val_caratteri="Vnesite pravilne znake";
frase_val_obbligatorio="Obvezno polje";
frase_val_mail="Vnesite e-poštni naslov";
frase_val_peso_file="Izberite datoteko med največjo težo 3 MB";
};
(function(a){a.extend(a.fn,{validate:function(b){if(!this.length){if(b&&b.debug&&window.console){console.warn("Nothing selected, can't validate, returning nothing.")}return}var c=a.data(this[0],"validator");if(c){return c}this.attr("novalidate","novalidate");c=new a.validator(b,this[0]);a.data(this[0],"validator",c);if(c.settings.onsubmit){this.validateDelegate(":submit","click",function(d){if(c.settings.submitHandler){c.submitButton=d.target}if(a(d.target).hasClass("cancel")){c.cancelSubmit=true}if(a(d.target).attr("formnovalidate")!==undefined){c.cancelSubmit=true}});this.submit(function(d){if(c.settings.debug){d.preventDefault()}function e(){var f;if(c.settings.submitHandler){if(c.submitButton){f=a(" ").attr("name",c.submitButton.name).val(a(c.submitButton).val()).appendTo(c.currentForm)}c.settings.submitHandler.call(c,c.currentForm,d);if(c.submitButton){f.remove()}return false}return true}if(c.cancelSubmit){c.cancelSubmit=false;return e()}if(c.form()){if(c.pendingRequest){c.formSubmitted=true;return false}return e()}else{c.focusInvalid();return false}})}return c},valid:function(){if(a(this[0]).is("form")){return this.validate().form()}else{var c=true;var b=a(this[0].form).validate();this.each(function(){c=b.element(this)&&c});return c}},removeAttrs:function(d){var b={},c=this;a.each(d.split(/\s/),function(e,f){b[f]=c.attr(f);c.removeAttr(f)});return b},rules:function(e,b){var g=this[0];if(e){var d=a.data(g.form,"validator").settings;var i=d.rules;var j=a.validator.staticRules(g);switch(e){case"add":a.extend(j,a.validator.normalizeRule(b));delete j.messages;i[g.name]=j;if(b.messages){d.messages[g.name]=a.extend(d.messages[g.name],b.messages)}break;case"remove":if(!b){delete i[g.name];return j}var h={};a.each(b.split(/\s/),function(k,l){h[l]=j[l];delete j[l];if(l==="required"){a(g).removeAttr("aria-required")}});return h}}var f=a.validator.normalizeRules(a.extend({},a.validator.classRules(g),a.validator.attributeRules(g),a.validator.dataRules(g),a.validator.staticRules(g)),g);if(f.required){var c=f.required;delete f.required;f=a.extend({required:c},f);a(g).attr("aria-required","true")}return f}});a.extend(a.expr[":"],{blank:function(b){return !a.trim(""+a(b).val())},filled:function(b){return !!a.trim(""+a(b).val())},unchecked:function(b){return !a(b).prop("checked")}});a.validator=function(b,c){this.settings=a.extend(true,{},a.validator.defaults,b);this.currentForm=c;this.init()};a.validator.format=function(b,c){if(arguments.length===1){return function(){var d=a.makeArray(arguments);d.unshift(b);return a.validator.format.apply(this,d)}}if(arguments.length>2&&c.constructor!==Array){c=a.makeArray(arguments).slice(1)}if(c.constructor!==Array){c=[c]}a.each(c,function(d,e){b=b.replace(new RegExp("\\{"+d+"\\}","g"),function(){return e})});return b};a.extend(a.validator,{defaults:{messages:{},groups:{},rules:{},errorClass:"error",validClass:"valid",errorElement:"label",focusInvalid:true,errorContainer:a([]),errorLabelContainer:a([]),onsubmit:true,ignore:":hidden",ignoreTitle:false,onfocusin:function(b,c){this.lastActive=b;if(this.settings.focusCleanup&&!this.blockFocusCleanup){if(this.settings.unhighlight){this.settings.unhighlight.call(this,b,this.settings.errorClass,this.settings.validClass)}this.addWrapper(this.errorsFor(b)).hide()}},onfocusout:function(b,c){if(!this.checkable(b)&&(b.name in this.submitted||!this.optional(b))){this.element(b)}},onkeyup:function(b,c){if(c.which===9&&this.elementValue(b)===""){return}else{if(b.name in this.submitted||b===this.lastElement){this.element(b)}}},onclick:function(b,c){if(b.name in this.submitted){this.element(b)}else{if(b.parentNode.name in this.submitted){this.element(b.parentNode)}}},highlight:function(d,b,c){if(d.type==="radio"){this.findByName(d.name).addClass(b).removeClass(c)}else{a(d).addClass(b).removeClass(c)}},unhighlight:function(d,b,c){if(d.type==="radio"){this.findByName(d.name).removeClass(b).addClass(c)}else{a(d).removeClass(b).addClass(c)}}},setDefaults:function(b){a.extend(a.validator.defaults,b)},messages:{required:frase_val_obbligatorio,remote:"Please fix this field.",email:frase_val_mail,url:"Please enter a valid URL.",date:"Please enter a valid date.",dateISO:"Please enter a valid date (ISO).",number:"Please enter a valid number.",digits:"Please enter only digits.",creditcard:"Please enter a valid credit card number.",equalTo:frase_val_mailuguale,maxlength:a.validator.format("Please enter no more than {0} characters."),minlength:a.validator.format("Please enter at least {0} characters."),rangelength:a.validator.format("Vnesite vrednost med {0} in {1} znaki."),range:a.validator.format("Please enter a value between {0} and {1}."),max:a.validator.format("Please enter a value less than or equal to {0}."),min:a.validator.format("Please enter a value greater than or equal to {0}.")},autoCreateRanges:false,prototype:{init:function(){this.labelContainer=a(this.settings.errorLabelContainer);this.errorContext=this.labelContainer.length&&this.labelContainer||a(this.currentForm);this.containers=a(this.settings.errorContainer).add(this.settings.errorLabelContainer);this.submitted={};this.valueCache={};this.pendingRequest=0;this.pending={};this.invalid={};this.reset();var b=(this.groups={});a.each(this.settings.groups,function(e,f){if(typeof f==="string"){f=f.split(/\s/)}a.each(f,function(h,g){b[g]=e})});var d=this.settings.rules;a.each(d,function(e,f){d[e]=a.validator.normalizeRule(f)});function c(g){var f=a.data(this[0].form,"validator"),e="on"+g.type.replace(/^validate/,"");if(f.settings[e]){f.settings[e].call(f,this[0],g)}}a(this.currentForm).validateDelegate(":text, [type='password'], [type='file'], select, textarea, [type='number'], [type='search'] ,[type='tel'], [type='url'], [type='email'], [type='datetime'], [type='date'], [type='month'], [type='week'], [type='time'], [type='datetime-local'], [type='range'], [type='color'] ","focusin focusout keyup",c).validateDelegate("[type='radio'], [type='checkbox'], select, option","click",c);if(this.settings.invalidHandler){a(this.currentForm).bind("invalid-form.validate",this.settings.invalidHandler)}a(this.currentForm).find("[required], [data-rule-required], .required").attr("aria-required","true")},form:function(){this.checkForm();a.extend(this.submitted,this.errorMap);this.invalid=a.extend({},this.errorMap);if(!this.valid()){a(this.currentForm).triggerHandler("invalid-form",[this])}this.showErrors();return this.valid()},checkForm:function(){this.prepareForm();for(var b=0,c=(this.currentElements=this.elements());c[b];b++){this.check(c[b])}return this.valid()},element:function(c){c=this.validationTargetFor(this.clean(c));this.lastElement=c;this.prepareElement(c);this.currentElements=a(c);var b=this.check(c)!==false;if(b){delete this.invalid[c.name]}else{this.invalid[c.name]=true}a(c).attr("aria-invalid",!b);if(!this.numberOfInvalids()){this.toHide=this.toHide.add(this.containers)}this.showErrors();return b},showErrors:function(c){if(c){a.extend(this.errorMap,c);this.errorList=[];for(var b in c){this.errorList.push({message:c[b],element:this.findByName(b)[0]})}this.successList=a.grep(this.successList,function(d){return !(d.name in c)})}if(this.settings.showErrors){this.settings.showErrors.call(this,this.errorMap,this.errorList)}else{this.defaultShowErrors()}},resetForm:function(){if(a.fn.resetForm){a(this.currentForm).resetForm()}this.submitted={};this.lastElement=null;this.prepareForm();this.hideErrors();this.elements().removeClass(this.settings.errorClass).removeData("previousValue").removeAttr("aria-invalid")},numberOfInvalids:function(){return this.objectLength(this.invalid)},objectLength:function(d){var c=0;for(var b in d){c++}return c},hideErrors:function(){this.addWrapper(this.toHide).hide()},valid:function(){return this.size()===0},size:function(){return this.errorList.length},focusInvalid:function(){if(this.settings.focusInvalid){try{a(this.findLastActive()||this.errorList.length&&this.errorList[0].element||[]).filter(":visible").focus().trigger("focusin")}catch(b){}}},findLastActive:function(){var b=this.lastActive;return b&&a.grep(this.errorList,function(c){return c.element.name===b.name}).length===1&&b},elements:function(){var c=this,b={};return a(this.currentForm).find("input, select, textarea").not(":submit, :reset, :image, [disabled]").not(this.settings.ignore).filter(function(){if(!this.name&&c.settings.debug&&window.console){console.error("%o has no name assigned",this)}if(this.name in b||!c.objectLength(a(this).rules())){return false}b[this.name]=true;return true})},clean:function(b){return a(b)[0]},errors:function(){var b=this.settings.errorClass.replace(" ",".");return a(this.settings.errorElement+"."+b,this.errorContext)},reset:function(){this.successList=[];this.errorList=[];this.errorMap={};this.toShow=a([]);this.toHide=a([]);this.currentElements=a([])},prepareForm:function(){this.reset();this.toHide=this.errors().add(this.containers)},prepareElement:function(b){this.reset();this.toHide=this.errorsFor(b)},elementValue:function(b){var c=a(b).attr("type"),d=a(b).val();if(c==="radio"||c==="checkbox"){return a("input[name='"+a(b).attr("name")+"']:checked").val()}if(typeof d==="string"){return d.replace(/\r/g,"")}return d},check:function(c){c=this.validationTargetFor(this.clean(c));var i=a(c).rules();var d=false;var h=this.elementValue(c);var b;for(var j in i){var g={method:j,parameters:i[j]};try{b=a.validator.methods[j].call(this,h,c,g.parameters);if(b==="dependency-mismatch"){d=true;continue}d=false;if(b==="pending"){this.toHide=this.toHide.not(this.errorsFor(c));return}if(!b){this.formatAndAdd(c,g);return false}}catch(f){if(this.settings.debug&&window.console){console.log("Exception occurred when checking element "+c.id+", check the '"+g.method+"' method.",f)}throw f}}if(d){return}if(this.objectLength(i)){this.successList.push(c)}return true},customDataMessage:function(b,c){return a(b).data("msg-"+c.toLowerCase())||(b.attributes&&a(b).attr("data-msg-"+c.toLowerCase()))},customMessage:function(c,d){var b=this.settings.messages[c];return b&&(b.constructor===String?b:b[d])},findDefined:function(){for(var b=0;bWarning: No message defined for "+b.name+"")},formatAndAdd:function(c,e){var d=this.defaultMessage(c,e.method),b=/\$?\{(\d+)\}/g;if(typeof d==="function"){d=d.call(this,e.parameters,c)}else{if(b.test(d)){d=a.validator.format(d.replace(b,"{$1}"),e.parameters)}}this.errorList.push({message:d,element:c});this.errorMap[c.name]=d;this.submitted[c.name]=d},addWrapper:function(b){if(this.settings.wrapper){b=b.add(b.parent(this.settings.wrapper))}return b},defaultShowErrors:function(){var c,d;for(c=0;this.errorList[c];c++){var b=this.errorList[c];if(this.settings.highlight){this.settings.highlight.call(this,b.element,this.settings.errorClass,this.settings.validClass)}this.showLabel(b.element,b.message)}if(this.errorList.length){this.toShow=this.toShow.add(this.containers)}if(this.settings.success){for(c=0;this.successList[c];c++){this.showLabel(this.successList[c])}}if(this.settings.unhighlight){for(c=0,d=this.validElements();d[c];c++){this.settings.unhighlight.call(this,d[c],this.settings.errorClass,this.settings.validClass)}}this.toHide=this.toHide.not(this.toShow);this.hideErrors();this.addWrapper(this.toShow).show()},validElements:function(){return this.currentElements.not(this.invalidElements())},invalidElements:function(){return a(this.errorList).map(function(){return this.element})},showLabel:function(c,d){var b=this.errorsFor(c);if(b.length){b.removeClass(this.settings.validClass).addClass(this.settings.errorClass);b.html(d)}else{b=a("<"+this.settings.errorElement+">").attr("for",this.idOrName(c)).addClass(this.settings.errorClass).html(d||"");if(this.settings.wrapper){b=b.hide().show().wrap("<"+this.settings.wrapper+"/>").parent()}if(!this.labelContainer.append(b).length){if(this.settings.errorPlacement){this.settings.errorPlacement(b,a(c))}else{b.insertAfter(c)}}}if(!d&&this.settings.success){b.text("");if(typeof this.settings.success==="string"){b.addClass(this.settings.success)}else{this.settings.success(b,c)}}this.toShow=this.toShow.add(b)},errorsFor:function(c){var b=this.idOrName(c);return this.errors().filter(function(){return a(this).attr("for")===b})},idOrName:function(b){return this.groups[b.name]||(this.checkable(b)?b.name:b.id||b.name)},validationTargetFor:function(b){if(this.checkable(b)){b=this.findByName(b.name).not(this.settings.ignore)[0]}return b},checkable:function(b){return(/radio|checkbox/i).test(b.type)},findByName:function(b){return a(this.currentForm).find("[name='"+b+"']")},getLength:function(c,b){switch(b.nodeName.toLowerCase()){case"select":return a("option:selected",b).length;case"input":if(this.checkable(b)){return this.findByName(b.name).filter(":checked").length}}return c.length},depend:function(c,b){return this.dependTypes[typeof c]?this.dependTypes[typeof c](c,b):true},dependTypes:{"boolean":function(c,b){return c},string:function(c,b){return !!a(c,b.form).length},"function":function(c,b){return c(b)}},optional:function(b){var c=this.elementValue(b);return !a.validator.methods.required.call(this,c,b)&&"dependency-mismatch"},startRequest:function(b){if(!this.pending[b.name]){this.pendingRequest++;this.pending[b.name]=true}},stopRequest:function(b,c){this.pendingRequest--;if(this.pendingRequest<0){this.pendingRequest=0}delete this.pending[b.name];if(c&&this.pendingRequest===0&&this.formSubmitted&&this.form()){a(this.currentForm).submit();this.formSubmitted=false}else{if(!c&&this.pendingRequest===0&&this.formSubmitted){a(this.currentForm).triggerHandler("invalid-form",[this]);this.formSubmitted=false}}},previousValue:function(b){return a.data(b,"previousValue")||a.data(b,"previousValue",{old:null,valid:true,message:this.defaultMessage(b,"remote")})}},classRuleSettings:{required:{required:true},email:{email:true},url:{url:true},date:{date:true},dateISO:{dateISO:true},number:{number:true},digits:{digits:true},creditcard:{creditcard:true}},addClassRules:function(b,c){if(b.constructor===String){this.classRuleSettings[b]=c}else{a.extend(this.classRuleSettings,b)}},classRules:function(c){var d={};var b=a(c).attr("class");if(b){a.each(b.split(" "),function(){if(this in a.validator.classRuleSettings){a.extend(d,a.validator.classRuleSettings[this])}})}return d},attributeRules:function(c){var f={};var b=a(c);var d=b[0].getAttribute("type");for(var g in a.validator.methods){var e;if(g==="required"){e=b.get(0).getAttribute(g);if(e===""){e=true}e=!!e}else{e=b.attr(g)}if(/min|max/.test(g)&&(d===null||/number|range|text/.test(d))){e=Number(e)}if(e){f[g]=e}else{if(d===g&&d!=="range"){f[g]=true}}}if(f.maxlength&&/-1|2147483647|524288/.test(f.maxlength)){delete f.maxlength}return f},dataRules:function(c){var f,d,e={},b=a(c);for(f in a.validator.methods){d=b.data("rule-"+f.toLowerCase());if(d!==undefined){e[f]=d}}return e},staticRules:function(c){var d={};var b=a.data(c.form,"validator");if(b.settings.rules){d=a.validator.normalizeRule(b.settings.rules[c.name])||{}}return d},normalizeRules:function(c,b){a.each(c,function(f,e){if(e===false){delete c[f];return}if(e.param||e.depends){var d=true;switch(typeof e.depends){case"string":d=!!a(e.depends,b.form).length;break;case"function":d=e.depends.call(b,b);break}if(d){c[f]=e.param!==undefined?e.param:true}else{delete c[f]}}});a.each(c,function(d,e){c[d]=a.isFunction(e)?e(b):e});a.each(["minlength","maxlength"],function(){if(c[this]){c[this]=Number(c[this])}});a.each(["rangelength","range"],function(){var d;if(c[this]){if(a.isArray(c[this])){c[this]=[Number(c[this][0]),Number(c[this][1])]}else{if(typeof c[this]==="string"){d=c[this].split(/[\s,]+/);c[this]=[Number(d[0]),Number(d[1])]}}}});if(a.validator.autoCreateRanges){if(c.min&&c.max){c.range=[c.min,c.max];delete c.min;delete c.max}if(c.minlength&&c.maxlength){c.rangelength=[c.minlength,c.maxlength];delete c.minlength;delete c.maxlength}}return c},normalizeRule:function(c){if(typeof c==="string"){var b={};a.each(c.split(/\s/),function(){b[this]=true});c=b}return c},addMethod:function(b,d,c){a.validator.methods[b]=d;a.validator.messages[b]=c!==undefined?c:a.validator.messages[b];if(d.length<3){a.validator.addClassRules(b,a.validator.normalizeRule(b))}},methods:{required:function(c,b,e){if(!this.depend(e,b)){return"dependency-mismatch"}if(b.nodeName.toLowerCase()==="select"){var d=a(b).val();return d&&d.length>0}if(this.checkable(b)){return this.getLength(c,b)>0}return a.trim(c).length>0},email:function(c,b){return this.optional(b)||/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i.test(c)},url:function(c,b){return this.optional(b)||/^(https?|s?ftp):\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i.test(c)},date:function(c,b){return this.optional(b)||!/Invalid|NaN/.test(new Date(c).toString())},dateISO:function(c,b){return this.optional(b)||/^\d{4}[\/\-]\d{1,2}[\/\-]\d{1,2}$/.test(c)},number:function(c,b){return this.optional(b)||/^-?(?:\d+|\d{1,3}(?:,\d{3})+)?(?:\.\d+)?$/.test(c)},digits:function(c,b){return this.optional(b)||/^\d+$/.test(c)},creditcard:function(f,c){if(this.optional(c)){return"dependency-mismatch"}if(/[^0-9 \-]+/.test(f)){return false}var g=0,e=0,b=false;f=f.replace(/\D/g,"");if(f.length<13||f.length>19){return false}for(var h=f.length-1;h>=0;h--){var d=f.charAt(h);e=parseInt(d,10);if(b){if((e*=2)>9){e-=9}}g+=e;b=!b}return(g%10)===0},minlength:function(d,b,e){var c=a.isArray(d)?d.length:this.getLength(a.trim(d),b);return this.optional(b)||c>=e},maxlength:function(d,b,e){var c=a.isArray(d)?d.length:this.getLength(a.trim(d),b);return this.optional(b)||c<=e},rangelength:function(d,b,e){var c=a.isArray(d)?d.length:this.getLength(a.trim(d),b);return this.optional(b)||(c>=e[0]&&c<=e[1])},min:function(c,b,d){return this.optional(b)||c>=d},max:function(c,b,d){return this.optional(b)||c<=d},range:function(c,b,d){return this.optional(b)||(c>=d[0]&&c<=d[1])},equalTo:function(c,b,e){var d=a(e);if(this.settings.onfocusout){d.unbind(".validate-equalTo").bind("blur.validate-equalTo",function(){a(b).valid()})}return c===d.val()},remote:function(f,c,g){if(this.optional(c)){return"dependency-mismatch"}var d=this.previousValue(c);if(!this.settings.messages[c.name]){this.settings.messages[c.name]={}}d.originalMessage=this.settings.messages[c.name].remote;this.settings.messages[c.name].remote=d.message;g=typeof g==="string"&&{url:g}||g;if(d.old===f){return d.valid}d.old=f;var b=this;this.startRequest(c);var e={};e[c.name]=f;a.ajax(a.extend(true,{url:g,mode:"abort",port:"validate"+c.name,dataType:"json",data:e,success:function(i){b.settings.messages[c.name].remote=d.originalMessage;var k=i===true||i==="true";if(k){var h=b.formSubmitted;b.prepareElement(c);b.formSubmitted=h;b.successList.push(c);delete b.invalid[c.name];b.showErrors()}else{var l={};var j=i||b.defaultMessage(c,"remote");l[c.name]=d.message=a.isFunction(j)?j(f):j;b.invalid[c.name]=true;b.showErrors(l)}d.valid=k;b.stopRequest(c,k)}},g));return"pending"}}});a.format=a.validator.format}(jQuery));(function(c){var a={};if(c.ajaxPrefilter){c.ajaxPrefilter(function(f,e,g){var d=f.port;if(f.mode==="abort"){if(a[d]){a[d].abort()}a[d]=g}})}else{var b=c.ajax;c.ajax=function(e){var f=("mode" in e?e:c.ajaxSettings).mode,d=("port" in e?e:c.ajaxSettings).port;if(f==="abort"){if(a[d]){a[d].abort()}a[d]=b.apply(this,arguments);return a[d]}return b.apply(this,arguments)}}}(jQuery));(function(a){a.extend(a.fn,{validateDelegate:function(d,c,b){return this.bind(c,function(e){var f=a(e.target);if(f.is(d)){return b.apply(f,arguments)}})}})}(jQuery));/**
* Bootstrap.js by @fat & @mdo
* plugins: bootstrap-transition.js, bootstrap-modal.js, bootstrap-dropdown.js, bootstrap-scrollspy.js, bootstrap-tab.js, bootstrap-tooltip.js, bootstrap-popover.js, bootstrap-affix.js, bootstrap-alert.js, bootstrap-button.js, bootstrap-collapse.js, bootstrap-carousel.js, bootstrap-typeahead.js
* Copyright 2012 Twitter, Inc.
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/
!function(a){a(function(){a.support.transition=function(){var a=function(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},c;for(c in b)if(a.style[c]!==undefined)return b[c]}();return a&&{end:a}}()})}(window.jQuery),!function(a){var b=function(b,c){this.options=c,this.$element=a(b).delegate('[data-dismiss="modal"]',"click.dismiss.modal",a.proxy(this.hide,this)),this.options.remote&&this.$element.find(".modal-body").load(this.options.remote)};b.prototype={constructor:b,toggle:function(){return this[this.isShown?"hide":"show"]()},show:function(){var b=this,c=a.Event("show");this.$element.trigger(c);if(this.isShown||c.isDefaultPrevented())return;this.isShown=!0,this.escape(),this.backdrop(function(){var c=a.support.transition&&b.$element.hasClass("fade");b.$element.parent().length||b.$element.appendTo(document.body),b.$element.show(),c&&b.$element[0].offsetWidth,b.$element.addClass("in").attr("aria-hidden",!1),b.enforceFocus(),c?b.$element.one(a.support.transition.end,function(){b.$element.focus().trigger("shown")}):b.$element.focus().trigger("shown")})},hide:function(b){b&&b.preventDefault();var c=this;b=a.Event("hide"),this.$element.trigger(b);if(!this.isShown||b.isDefaultPrevented())return;this.isShown=!1,this.escape(),a(document).off("focusin.modal"),this.$element.removeClass("in").attr("aria-hidden",!0),a.support.transition&&this.$element.hasClass("fade")?this.hideWithTransition():this.hideModal()},enforceFocus:function(){var b=this;a(document).on("focusin.modal",function(a){b.$element[0]!==a.target&&!b.$element.has(a.target).length&&b.$element.focus()})},escape:function(){var a=this;this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.modal",function(b){b.which==27&&a.hide()}):this.isShown||this.$element.off("keyup.dismiss.modal")},hideWithTransition:function(){var b=this,c=setTimeout(function(){b.$element.off(a.support.transition.end),b.hideModal()},500);this.$element.one(a.support.transition.end,function(){clearTimeout(c),b.hideModal()})},hideModal:function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden")})},removeBackdrop:function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},backdrop:function(b){var c=this,d=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var e=a.support.transition&&d;this.$backdrop=a('
').appendTo(document.body),this.$backdrop.click(this.options.backdrop=="static"?a.proxy(this.$element[0].focus,this.$element[0]):a.proxy(this.hide,this)),e&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in");if(!b)return;e?this.$backdrop.one(a.support.transition.end,b):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b):b()):b&&b()}};var c=a.fn.modal;a.fn.modal=function(c){return this.each(function(){var d=a(this),e=d.data("modal"),f=a.extend({},a.fn.modal.defaults,d.data(),typeof c=="object"&&c);e||d.data("modal",e=new b(this,f)),typeof c=="string"?e[c]():f.show&&e.show()})},a.fn.modal.defaults={backdrop:!0,keyboard:!0,show:!0},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f).one("hide",function(){c.focus()})})}(window.jQuery),!function(a){function d(){a(".dropdown-backdrop").remove(),a(b).each(function(){e(a(this)).removeClass("open")})}function e(b){var c=b.attr("data-target"),d;c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,"")),d=c&&a(c);if(!d||!d.length)d=b.parent();return d}var b="[data-toggle=dropdown]",c=function(b){var c=a(b).on("click.dropdown.data-api",this.toggle);a("html").on("click.dropdown.data-api",function(){c.parent().removeClass("open")})};c.prototype={constructor:c,toggle:function(b){var c=a(this),f,g;if(c.is(".disabled, :disabled"))return;return f=e(c),g=f.hasClass("open"),d(),g||("ontouchstart"in document.documentElement&&a('
').insertBefore(a(this)).on("click",d),f.toggleClass("open")),c.focus(),!1},keydown:function(c){var d,f,g,h,i,j;if(!/(38|40|27)/.test(c.keyCode))return;d=a(this),c.preventDefault(),c.stopPropagation();if(d.is(".disabled, :disabled"))return;h=e(d),i=h.hasClass("open");if(!i||i&&c.keyCode==27)return c.which==27&&h.find(b).focus(),d.click();f=a("[role=menu] li:not(.divider):visible a",h);if(!f.length)return;j=f.index(f.filter(":focus")),c.keyCode==38&&j>0&&j--,c.keyCode==40&&j a",this.$body=a("body"),this.refresh(),this.process()}b.prototype={constructor:b,refresh:function(){var b=this,c;this.offsets=a([]),this.targets=a([]),c=this.$body.find(this.selector).map(function(){var c=a(this),d=c.data("target")||c.attr("href"),e=/^#\w/.test(d)&&a(d);return e&&e.length&&[[e.position().top+(!a.isWindow(b.$scrollElement.get(0))&&b.$scrollElement.scrollTop()),d]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){b.offsets.push(this[0]),b.targets.push(this[1])})},process:function(){var a=this.$scrollElement.scrollTop()+this.options.offset,b=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,c=b-this.$scrollElement.height(),d=this.offsets,e=this.targets,f=this.activeTarget,g;if(a>=c)return f!=(g=e.last()[0])&&this.activate(g);for(g=d.length;g--;)f!=e[g]&&a>=d[g]&&(!d[g+1]||a<=d[g+1])&&this.activate(e[g])},activate:function(b){var c,d;this.activeTarget=b,a(this.selector).parent(".active").removeClass("active"),d=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',c=a(d).parent("li").addClass("active"),c.parent(".dropdown-menu").length&&(c=c.closest("li.dropdown").addClass("active")),c.trigger("activate")}};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("scrollspy"),f=typeof c=="object"&&c;e||d.data("scrollspy",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.defaults={offset:10},a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),!function(a){var b=function(b){this.element=a(b)};b.prototype={constructor:b,show:function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target"),e,f,g;d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,""));if(b.parent("li").hasClass("active"))return;e=c.find(".active:last a")[0],g=a.Event("show",{relatedTarget:e}),b.trigger(g);if(g.isDefaultPrevented())return;f=a(d),this.activate(b.parent("li"),c),this.activate(f,f.parent(),function(){b.trigger({type:"shown",relatedTarget:e})})},activate:function(b,c,d){function g(){e.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),f?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var e=c.find("> .active"),f=d&&a.support.transition&&e.hasClass("fade");f?e.one(a.support.transition.end,g):g(),e.removeClass("in")}};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("tab");e||d.data("tab",e=new b(this)),typeof c=="string"&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(window.jQuery),!function(a){var b=function(a,b){this.init("tooltip",a,b)};b.prototype={constructor:b,init:function(b,c,d){var e,f,g,h,i;this.type=b,this.$element=a(c),this.options=this.getOptions(d),this.enabled=!0,g=this.options.trigger.split(" ");for(i=g.length;i--;)h=g[i],h=="click"?this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this)):h!="manual"&&(e=h=="hover"?"mouseenter":"focus",f=h=="hover"?"mouseleave":"blur",this.$element.on(e+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(f+"."+this.type,this.options.selector,a.proxy(this.leave,this)));this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},getOptions:function(b){return b=a.extend({},a.fn[this.type].defaults,this.$element.data(),b),b.delay&&typeof b.delay=="number"&&(b.delay={show:b.delay,hide:b.delay}),b},enter:function(b){var c=a.fn[this.type].defaults,d={},e;this._options&&a.each(this._options,function(a,b){c[a]!=b&&(d[a]=b)},this),e=a(b.currentTarget)[this.type](d).data(this.type);if(!e.options.delay||!e.options.delay.show)return e.show();clearTimeout(this.timeout),e.hoverState="in",this.timeout=setTimeout(function(){e.hoverState=="in"&&e.show()},e.options.delay.show)},leave:function(b){var c=a(b.currentTarget)[this.type](this._options).data(this.type);this.timeout&&clearTimeout(this.timeout);if(!c.options.delay||!c.options.delay.hide)return c.hide();c.hoverState="out",this.timeout=setTimeout(function(){c.hoverState=="out"&&c.hide()},c.options.delay.hide)},show:function(){var b,c,d,e,f,g,h=a.Event("show");if(this.hasContent()&&this.enabled){this.$element.trigger(h);if(h.isDefaultPrevented())return;b=this.tip(),this.setContent(),this.options.animation&&b.addClass("fade"),f=typeof this.options.placement=="function"?this.options.placement.call(this,b[0],this.$element[0]):this.options.placement,b.detach().css({top:0,left:0,display:"block"}),this.options.container?b.appendTo(this.options.container):b.insertAfter(this.$element),c=this.getPosition(),d=b[0].offsetWidth,e=b[0].offsetHeight;switch(f){case"bottom":g={top:c.top+c.height,left:c.left+c.width/2-d/2};break;case"top":g={top:c.top-e,left:c.left+c.width/2-d/2};break;case"left":g={top:c.top+c.height/2-e/2,left:c.left-d};break;case"right":g={top:c.top+c.height/2-e/2,left:c.left+c.width}}this.applyPlacement(g,f),this.$element.trigger("shown")}},applyPlacement:function(a,b){var c=this.tip(),d=c[0].offsetWidth,e=c[0].offsetHeight,f,g,h,i;c.offset(a).addClass(b).addClass("in"),f=c[0].offsetWidth,g=c[0].offsetHeight,b=="top"&&g!=e&&(a.top=a.top+e-g,i=!0),b=="bottom"||b=="top"?(h=0,a.left<0&&(h=a.left*-2,a.left=0,c.offset(a),f=c[0].offsetWidth,g=c[0].offsetHeight),this.replaceArrow(h-d+f,f,"left")):this.replaceArrow(g-e,g,"top"),i&&c.offset(a)},replaceArrow:function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},setContent:function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},hide:function(){function e(){var b=setTimeout(function(){c.off(a.support.transition.end).detach()},500);c.one(a.support.transition.end,function(){clearTimeout(b),c.detach()})}var b=this,c=this.tip(),d=a.Event("hide");this.$element.trigger(d);if(d.isDefaultPrevented())return;return c.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?e():c.detach(),this.$element.trigger("hidden"),this},fixTitle:function(){var a=this.$element;(a.attr("title")||typeof a.attr("data-original-title")!="string")&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},hasContent:function(){return this.getTitle()},getPosition:function(){var b=this.$element[0];return a.extend({},typeof b.getBoundingClientRect=="function"?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},getTitle:function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||(typeof c.title=="function"?c.title.call(b[0]):c.title),a},tip:function(){return this.$tip=this.$tip||a(this.options.template)},arrow:function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},validate:function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},enable:function(){this.enabled=!0},disable:function(){this.enabled=!1},toggleEnabled:function(){this.enabled=!this.enabled},toggle:function(b){var c=b?a(b.currentTarget)[this.type](this._options).data(this.type):this;c.tip().hasClass("in")?c.hide():c.show()},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("tooltip"),f=typeof c=="object"&&c;e||d.data("tooltip",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.defaults={animation:!0,placement:"top",selector:!1,template:'',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(window.jQuery),!function(a){var b=function(a,b){this.init("popover",a,b)};b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype,{constructor:b,setContent:function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in")},hasContent:function(){return this.getTitle()||this.getContent()},getContent:function(){var a,b=this.$element,c=this.options;return a=(typeof c.content=="function"?c.content.call(b[0]):c.content)||b.attr("data-content"),a},tip:function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip},destroy:function(){this.hide().$element.off("."+this.type).removeData(this.type)}});var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("popover"),f=typeof c=="object"&&c;e||d.data("popover",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.defaults=a.extend({},a.fn.tooltip.defaults,{placement:"right",trigger:"click",content:"",template:''}),a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(window.jQuery),!function(a){var b=function(b,c){this.options=a.extend({},a.fn.affix.defaults,c),this.$window=a(window).on("scroll.affix.data-api",a.proxy(this.checkPosition,this)).on("click.affix.data-api",a.proxy(function(){setTimeout(a.proxy(this.checkPosition,this),1)},this)),this.$element=a(b),this.checkPosition()};b.prototype.checkPosition=function(){if(!this.$element.is(":visible"))return;var b=a(document).height(),c=this.$window.scrollTop(),d=this.$element.offset(),e=this.options.offset,f=e.bottom,g=e.top,h="affix affix-top affix-bottom",i;typeof e!="object"&&(f=g=e),typeof g=="function"&&(g=e.top()),typeof f=="function"&&(f=e.bottom()),i=this.unpin!=null&&c+this.unpin<=d.top?!1:f!=null&&d.top+this.$element.height()>=b-f?"bottom":g!=null&&c<=g?"top":!1;if(this.affixed===i)return;this.affixed=i,this.unpin=i=="bottom"?d.top-c:null,this.$element.removeClass(h).addClass("affix"+(i?"-"+i:""))};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("affix"),f=typeof c=="object"&&c;e||d.data("affix",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.defaults={offset:0},a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(window.jQuery),!function(a){var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function f(){e.trigger("closed").remove()}var c=a(this),d=c.attr("data-target"),e;d||(d=c.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),e=a(d),b&&b.preventDefault(),e.length||(e=c.hasClass("alert")?c:c.parent()),e.trigger(b=a.Event("close"));if(b.isDefaultPrevented())return;e.removeClass("in"),a.support.transition&&e.hasClass("fade")?e.on(a.support.transition.end,f):f()};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("alert");e||d.data("alert",e=new c(this)),typeof b=="string"&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.alert.data-api",b,c.prototype.close)}(window.jQuery),!function(a){var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.button.defaults,c)};b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.data(),e=c.is("input")?"val":"html";a+="Text",d.resetText||c.data("resetText",c[e]()),c[e](d[a]||this.options[a]),setTimeout(function(){a=="loadingText"?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons-radio"]');a&&a.find(".active").removeClass("active"),this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("button"),f=typeof c=="object"&&c;e||d.data("button",e=new b(this,f)),c=="toggle"?e.toggle():c&&e.setState(c)})},a.fn.button.defaults={loadingText:"loading..."},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle")})}(window.jQuery),!function(a){var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.collapse.defaults,c),this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.prototype={constructor:b,dimension:function(){var a=this.$element.hasClass("width");return a?"width":"height"},show:function(){var b,c,d,e;if(this.transitioning||this.$element.hasClass("in"))return;b=this.dimension(),c=a.camelCase(["scroll",b].join("-")),d=this.$parent&&this.$parent.find("> .accordion-group > .in");if(d&&d.length){e=d.data("collapse");if(e&&e.transitioning)return;d.collapse("hide"),e||d.data("collapse",null)}this.$element[b](0),this.transition("addClass",a.Event("show"),"shown"),a.support.transition&&this.$element[b](this.$element[0][c])},hide:function(){var b;if(this.transitioning||!this.$element.hasClass("in"))return;b=this.dimension(),this.reset(this.$element[b]()),this.transition("removeClass",a.Event("hide"),"hidden"),this.$element[b](0)},reset:function(a){var b=this.dimension();return this.$element.removeClass("collapse")[b](a||"auto")[0].offsetWidth,this.$element[a!==null?"addClass":"removeClass"]("collapse"),this},transition:function(b,c,d){var e=this,f=function(){c.type=="show"&&e.reset(),e.transitioning=0,e.$element.trigger(d)};this.$element.trigger(c);if(c.isDefaultPrevented())return;this.transitioning=1,this.$element[b]("in"),a.support.transition&&this.$element.hasClass("collapse")?this.$element.one(a.support.transition.end,f):f()},toggle:function(){this[this.$element.hasClass("in")?"hide":"show"]()}};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("collapse"),f=a.extend({},a.fn.collapse.defaults,d.data(),typeof c=="object"&&c);e||d.data("collapse",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.collapse.defaults={toggle:!0},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.collapse.data-api","[data-toggle=collapse]",function(b){var c=a(this),d,e=c.attr("data-target")||b.preventDefault()||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,""),f=a(e).data("collapse")?"toggle":c.data();c[a(e).hasClass("in")?"addClass":"removeClass"]("collapsed"),a(e).collapse(f)})}(window.jQuery),!function(a){var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.options.pause=="hover"&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.prototype={cycle:function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(b){var c=this.getActiveIndex(),d=this;if(b>this.$items.length-1||b<0)return;return this.sliding?this.$element.one("slid",function(){d.to(b)}):c==b?this.pause().cycle():this.slide(b>c?"next":"prev",a(this.$items[b]))},pause:function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g=b=="next"?"left":"right",h=b=="next"?"first":"last",i=this,j;this.sliding=!0,f&&this.pause(),e=e.length?e:this.$element.find(".item")[h](),j=a.Event("slide",{relatedTarget:e[0],direction:g});if(e.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")}));if(a.support.transition&&this.$element.hasClass("slide")){this.$element.trigger(j);if(j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),this.$element.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)})}else{this.$element.trigger(j);if(j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("carousel"),f=a.extend({},a.fn.carousel.defaults,typeof c=="object"&&c),g=typeof c=="string"?c:f.slide;e||d.data("carousel",e=new b(this,f)),typeof c=="number"?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.defaults={interval:5e3,pause:"hover"},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c=a(this),d,e=a(c.attr("data-target")||(d=c.attr("href"))&&d.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),c.data()),g;e.carousel(f),(g=c.attr("data-slide-to"))&&e.data("carousel").pause().to(g).cycle(),b.preventDefault()})}(window.jQuery),!function(a){var b=function(b,c){this.$element=a(b),this.options=a.extend({},a.fn.typeahead.defaults,c),this.matcher=this.options.matcher||this.matcher,this.sorter=this.options.sorter||this.sorter,this.highlighter=this.options.highlighter||this.highlighter,this.updater=this.options.updater||this.updater,this.source=this.options.source,this.$menu=a(this.options.menu),this.shown=!1,this.listen()};b.prototype={constructor:b,select:function(){var a=this.$menu.find(".active").attr("data-value");return this.$element.val(this.updater(a)).change(),this.hide()},updater:function(a){return a},show:function(){var b=a.extend({},this.$element.position(),{height:this.$element[0].offsetHeight});return this.$menu.insertAfter(this.$element).css({top:b.top+b.height,left:b.left}).show(),this.shown=!0,this},hide:function(){return this.$menu.hide(),this.shown=!1,this},lookup:function(b){var c;return this.query=this.$element.val(),!this.query||this.query.length"+b+""})},render:function(b){var c=this;return b=a(b).map(function(b,d){return b=a(c.options.item).attr("data-value",d),b.find("a").html(c.highlighter(d)),b[0]}),b.first().addClass("active"),this.$menu.html(b),this},next:function(b){var c=this.$menu.find(".active").removeClass("active"),d=c.next();d.length||(d=a(this.$menu.find("li")[0])),d.addClass("active")},prev:function(a){var b=this.$menu.find(".active").removeClass("active"),c=b.prev();c.length||(c=this.$menu.find("li").last()),c.addClass("active")},listen:function(){this.$element.on("focus",a.proxy(this.focus,this)).on("blur",a.proxy(this.blur,this)).on("keypress",a.proxy(this.keypress,this)).on("keyup",a.proxy(this.keyup,this)),this.eventSupported("keydown")&&this.$element.on("keydown",a.proxy(this.keydown,this)),this.$menu.on("click",a.proxy(this.click,this)).on("mouseenter","li",a.proxy(this.mouseenter,this)).on("mouseleave","li",a.proxy(this.mouseleave,this))},eventSupported:function(a){var b=a in this.$element;return b||(this.$element.setAttribute(a,"return;"),b=typeof this.$element[a]=="function"),b},move:function(a){if(!this.shown)return;switch(a.keyCode){case 9:case 13:case 27:a.preventDefault();break;case 38:a.preventDefault(),this.prev();break;case 40:a.preventDefault(),this.next()}a.stopPropagation()},keydown:function(b){this.suppressKeyPressRepeat=~a.inArray(b.keyCode,[40,38,9,13,27]),this.move(b)},keypress:function(a){if(this.suppressKeyPressRepeat)return;this.move(a)},keyup:function(a){switch(a.keyCode){case 40:case 38:case 16:case 17:case 18:break;case 9:case 13:if(!this.shown)return;this.select();break;case 27:if(!this.shown)return;this.hide();break;default:this.lookup()}a.stopPropagation(),a.preventDefault()},focus:function(a){this.focused=!0},blur:function(a){this.focused=!1,!this.mousedover&&this.shown&&this.hide()},click:function(a){a.stopPropagation(),a.preventDefault(),this.select(),this.$element.focus()},mouseenter:function(b){this.mousedover=!0,this.$menu.find(".active").removeClass("active"),a(b.currentTarget).addClass("active")},mouseleave:function(a){this.mousedover=!1,!this.focused&&this.shown&&this.hide()}};var c=a.fn.typeahead;a.fn.typeahead=function(c){return this.each(function(){var d=a(this),e=d.data("typeahead"),f=typeof c=="object"&&c;e||d.data("typeahead",e=new b(this,f)),typeof c=="string"&&e[c]()})},a.fn.typeahead.defaults={source:[],items:8,menu:'',item:' ',minLength:1},a.fn.typeahead.Constructor=b,a.fn.typeahead.noConflict=function(){return a.fn.typeahead=c,this},a(document).on("focus.typeahead.data-api",'[data-provide="typeahead"]',function(b){var c=a(this);if(c.data("typeahead"))return;c.typeahead(c.data())})}(window.jQuery)// -----------------------------------------------------------------------------------
// http://formoid.com/
// JavaScript Fromoid is a free software that helps you easily generate Forms
// Generated by $AppName$ $AppVersion$
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
//***********************************************
/*!
* bootstrap-select
* http://silviomoreto.github.io/bootstrap-select/
*
* Copyright 2013 bootstrap-select
* Licensed under the MIT license
*/
!function(b){var a=function(d,c,f){if(f){f.stopPropagation();f.preventDefault()}this.$element=b(d);this.$newElement=null;this.button=null;this.options=b.extend({},b.fn.selectpicker.defaults,this.$element.data(),typeof c=="object"&&c);if(this.options.title==null){this.options.title=this.$element.attr("title")}this.val=a.prototype.val;this.render=a.prototype.render;this.init()};a.prototype={constructor:a,init:function(u){var s=this;this.$element.hide();this.multiple=this.$element.prop("multiple");var w=this.$element.attr("class")!==undefined?this.$element.attr("class").split(/\s+/):"";var p=this.$element.attr("id");this.$element.after(this.createView());this.$newElement=this.$element.next(".select");var q=this.$newElement;var d=this.$newElement.find(".dropdown-menu");var j=this.$newElement.find(".dropdown-arrow");var n=d.find("li > a");var g=q.addClass("open").find(".dropdown-menu li > a").outerHeight();q.removeClass("open");var h=d.find("li .divider").outerHeight(true);var k=this.$newElement.offset().top;var m=0;var o=0;var v=this.$newElement.outerHeight();this.button=this.$newElement.find("> button");if(p!==undefined){this.button.attr("id",p);b('label[for="'+p+'"]').click(function(){q.find("button#"+p).focus()})}for(var t=0;tthis.options.size){var l=d.find("li > *").filter(":not(.divider)").slice(0,this.options.size).last().parent().index();var c=d.find("li").slice(0,l+1).find(".divider").length;o=g*this.options.size+c*h+r;d.css({"max-height":(o-100)+"px","overflow-y":"scroll"})}}this.$element.bind("DOMNodeInserted",b.proxy(this.reloadLi,this));this.render()},createDropdown:function(){var c="";return b(c)},createView:function(){var c=this.createDropdown();var d=this.createLi();c.find("ul").append(d);return c},reloadLi:function(){this.destroyLi();$li=this.createLi();this.$newElement.find("ul").append($li);this.render()},destroyLi:function(){this.$newElement.find("li").remove()},createLi:function(){var h=this;var e=[];var g=[];var c="";this.$element.find("option").each(function(){e.push(b(this).text())});this.$element.find("option").each(function(k){var n=b(this).attr("class")!==undefined?b(this).attr("class"):"";var m=b(this).text();var l=b(this).data("subtext")!==undefined?''+b(this).data("subtext")+" ":"";m+=l;if(b(this).parent().is("optgroup")&&b(this).data("divider")!=true){if(b(this).index()==0){var j=b(this).parent().attr("label");var i=b(this).parent().data("subtext")!==undefined?''+b(this).parent().data("subtext")+" ":"";j+=i;if(b(this)[0].index!=0){g.push('
'+j+" "+h.createA(m,"opt "+n))}else{g.push(""+j+" "+h.createA(m,"opt "+n))}}else{g.push(h.createA(m,"opt "+n))}}else{if(b(this).data("divider")==true){g.push('
')}else{g.push(h.createA(m,n))}}});if(e.length>0){for(var d=0;d"+g[d]+""}}return b(c)},createA:function(d,c){return''+d+" "},render:function(){var g=this;if(this.options.width=="auto"){var d=this.$newElement.find(".dropdown-menu").css("width");this.$newElement.css("width",d)}else{if(this.options.width&&this.options.width!="auto"){this.$newElement.css("width",this.options.width)}}this.$element.find("option").each(function(h){g.setDisabled(h,b(this).is(":disabled")||b(this).parent().is(":disabled"));g.setSelected(h,b(this).is(":selected"))});var f=this.$element.find("option:selected").map(function(h,i){if(b(this).attr("title")!=undefined){return b(this).attr("title")}else{return b(this).text()}}).toArray();var e=f.join(", ");if(g.multiple&&g.options.selectedTextFormat.indexOf("count")>-1){var c=g.options.selectedTextFormat.split(">");if((c.length>1&&f.length>c[1])||(c.length==1&&f.length>=2)){e=f.length+" of "+this.$element.find("option").length+" selected"}}if(!e){e=g.options.title!=undefined?g.options.title:this.$element.attr("data-no-selected")}this.$element.next(".select").find(".filter-option").html(e)},setSelected:function(c,d){if(d){this.$newElement.find("li").eq(c).addClass("selected")}else{this.$newElement.find("li").eq(c).removeClass("selected")}},setDisabled:function(c,d){if(d){this.$newElement.find("li").eq(c).addClass("disabled")}else{this.$newElement.find("li").eq(c).removeClass("disabled")}},checkDisabled:function(){if(this.$element.is(":disabled")){this.button.addClass("disabled");this.button.click(function(c){c.preventDefault()})}},checkTabIndex:function(){if(this.$element.is("[tabindex]")){var c=this.$element.attr("tabindex");this.button.attr("tabindex",c)}},clickListener:function(){var c=this;b("body").on("touchstart.dropdown",".dropdown-menu",function(d){d.stopPropagation()});this.$newElement.on("click","li a",function(i){var g=b(this).parent().index(),h=b(this).parent(),d=h.parents(".select");if(c.multiple){i.stopPropagation()}i.preventDefault();if(d.prev("select").not(":disabled")&&!b(this).parent().hasClass("disabled")){if(!c.multiple){d.prev("select").find("option").removeAttr("selected");d.prev("select").find("option").eq(g).prop("selected",true).attr("selected","selected")}else{var f=d.prev("select").find("option").eq(g).prop("selected");if(f){d.prev("select").find("option").eq(g).removeAttr("selected")}else{d.prev("select").find("option").eq(g).prop("selected",true).attr("selected","selected")}}d.find(".filter-option").html(h.text());d.find("button").focus();d.prev("select").trigger("change")}});this.$newElement.on("click","li.disabled a, li dt, li .divider",function(d){d.preventDefault();d.stopPropagation();$select=b(this).parent().parents(".select");$select.find("button").focus()});this.$element.on("change",function(d){c.render()})},val:function(c){if(c!=undefined){this.$element.val(c);this.$element.trigger("change");return this.$element}else{return this.$element.val()}}};b.fn.selectpicker=function(e,f){var c=arguments;var g;var d=this.each(function(){var l=b(this),k=l.data("selectpicker"),h=typeof e=="object"&&e;if(!k){l.data("selectpicker",(k=new a(this,h,f)))}else{for(var j in e){k[j]=e[j]}}if(typeof e=="string"){property=e;if(k[property] instanceof Function){[].shift.apply(c);g=k[property].apply(k,c)}else{g=k[property]}}});if(g!=undefined){return g}else{return d}};b.fn.selectpicker.defaults={style:null,size:"auto",title:null,selectedTextFormat:"values",width:null,menuStyle:null,toggleSize:null}}(window.jQuery);// -----------------------------------------------------------------------------------
// http://formoid.com/
// JavaScript Fromoid is a free software that helps you easily generate Forms
// Generated by $AppName$ $AppVersion$
//
//***********************************************
// Obfuscated by Javascript Obfuscator
// http://javascript-source.com
// http://www.eyecon.ro/bootstrap-datepicker/
// http://vitalets.github.io/bootstrap-datepicker/#
//***********************************************
!function(c){var a=function(e,d){this.element=c(e);this.format=b.parseFormat(d.format||this.element.data("date-format")||"yyyy-mm-dd");this.picker=c(b.template).appendTo(d.appendTo||"body").on({click:c.proxy(this.click,this)});this.isInput=this.element.is("input");this.component=this.element.is(".date")?this.element.find(".add-on"):false;if(this.isInput){this.element.on({focus:c.proxy(this.show,this),keyup:c.proxy(this.update,this)})}else{if(this.component){this.component.on("click",c.proxy(this.show,this))}else{this.element.on("click",c.proxy(this.show,this))}}this.minViewMode=d.minViewMode||this.element.data("date-minviewmode")||0;if(typeof this.minViewMode==="string"){switch(this.minViewMode){case"months":this.minViewMode=1;break;case"years":this.minViewMode=2;break;default:this.minViewMode=0;break}}this.viewMode=d.viewMode||this.element.data("date-viewmode")||0;if(typeof this.viewMode==="string"){switch(this.viewMode){case"months":this.viewMode=1;break;case"years":this.viewMode=2;break;default:this.viewMode=0;break}}this.startViewMode=this.viewMode;this.weekStart=d.weekStart||this.element.data("date-weekstart")||0;this.weekEnd=this.weekStart===0?6:this.weekStart-1;this.onRender=d.onRender;this.fillDow();this.fillMonths();this.update();this.showMode()};a.prototype={constructor:a,show:function(f){this.picker.show();this.height=this.component?this.component.outerHeight():this.element.outerHeight();this.place();c(window).on("resize",c.proxy(this.place,this));if(f){f.stopPropagation();f.preventDefault()}if(!this.isInput){}var d=this;c(document).on("mousedown",function(e){if(c(e.target).closest(".datepicker").length==0){d.hide()}});this.element.trigger({type:"show",date:this.date})},hide:function(){this.picker.hide();c(window).off("resize",this.place);this.viewMode=this.startViewMode;this.showMode();if(!this.isInput){c(document).off("mousedown",this.hide)}this.element.trigger({type:"hide",date:this.date})},set:function(){var d=b.formatDate(this.date,this.format);if(!this.isInput){if(this.component){this.element.find("input").prop("value",d)}this.element.data("date",d)}else{this.element.prop("value",d)}},setValue:function(d){if(typeof d==="string"){this.date=b.parseDate(d,this.format)}else{this.date=new Date(d)}this.set();this.viewDate=new Date(this.date.getFullYear(),this.date.getMonth(),1,0,0,0,0);this.fill()},place:function(){var d=this.component?this.component.offset():this.element.offset();this.picker.css({top:d.top+this.height,left:d.left,marginLeft:0})},update:function(d){this.date=b.parseDate(typeof d==="string"?d:(this.isInput?this.element.prop("value"):this.element.data("date")),this.format);this.viewDate=new Date(this.date.getFullYear(),this.date.getMonth(),1,0,0,0,0);this.fill()},fillDow:function(){var d=this.weekStart;var e="";while(d'+b.dates.daysMin[(d++)%7]+""}e+=" ";this.picker.find(".datepicker-days thead").append(e)},fillMonths:function(){var e="";var d=0;while(d<12){e+=''+b.dates.monthsShort[d++]+" "}this.picker.find(".datepicker-months td").append(e)},fill:function(){var r=new Date(this.viewDate),s=r.getFullYear(),q=r.getMonth(),g=this.date.valueOf();this.picker.find(".datepicker-days th:eq(1)").text(b.dates.months[q]+" "+s);var k=new Date(s,q-1,28,0,0,0,0),t=b.getDaysInMonth(k.getFullYear(),k.getMonth());k.setDate(t);k.setDate(t-(k.getDay()-this.weekStart+7)%7);var n=new Date(k);n.setDate(n.getDate()+42);n=n.valueOf();var m=[];var j,p,e;while(k.valueOf()")}j=this.onRender(k);p=k.getFullYear();e=k.getMonth();if((eq&&p===s)||p>s){j+=" new"}}if(k.valueOf()===g){j+=" active"}m.push(''+k.getDate()+" ");if(k.getDay()===this.weekEnd){m.push("")}k.setDate(k.getDate()+1)}this.picker.find(".datepicker-days tbody").empty().append(m.join(""));var o=this.date.getFullYear();var f=this.picker.find(".datepicker-months").find("th:eq(1)").text(s).end().find("span").removeClass("active");if(o===s){f.eq(this.date.getMonth()).addClass("active")}m="";s=parseInt(s/10,10)*10;var h=this.picker.find(".datepicker-years").find("th:eq(1)").text(s+"-"+(s+9)).end().find("td");s-=1;for(var l=-1;l<11;l++){m+=''+s+" ";s+=1}h.html(m)},click:function(i){i.stopPropagation();i.preventDefault();var h=c(i.target).closest("span, td, th");if(h.length===1){switch(h[0].nodeName.toLowerCase()){case"th":switch(h[0].className){case"switch":this.showMode(1);break;case"prev":case"next":this.viewDate["set"+b.modes[this.viewMode].navFnc].call(this.viewDate,this.viewDate["get"+b.modes[this.viewMode].navFnc].call(this.viewDate)+b.modes[this.viewMode].navStep*(h[0].className==="prev"?-1:1));this.fill();this.set();break}break;case"span":if(h.is(".month")){var g=h.parent().find("span").index(h);this.viewDate.setMonth(g)}else{var f=parseInt(h.text(),10)||0;this.viewDate.setFullYear(f)}if(this.viewMode!==0){this.date=new Date(this.viewDate);this.element.trigger({type:"changeDate",date:this.date,viewMode:b.modes[this.viewMode].clsName})}this.showMode(-1);this.fill();this.set();break;case"td":if(h.is(".day")&&!h.is(".disabled")){var d=parseInt(h.text(),10)||1;var g=this.viewDate.getMonth();if(h.is(".old")){g-=1}else{if(h.is(".new")){g+=1}}var f=this.viewDate.getFullYear();this.date=new Date(f,g,d,0,0,0,0);this.viewDate=new Date(f,g,Math.min(28,d),0,0,0,0);this.fill();this.set();this.element.trigger({type:"changeDate",date:this.date,viewMode:b.modes[this.viewMode].clsName});this.picker.hide()}break}}this.element.valid()},mousedown:function(d){d.stopPropagation();d.preventDefault()},showMode:function(d){if(d){this.viewMode=Math.max(this.minViewMode,Math.min(2,this.viewMode+d))}this.picker.find(">div").hide().filter(".datepicker-"+b.modes[this.viewMode].clsName).show()}};c.fn.datepicker=function(d,e){return this.each(function(){var h=c(this),g=h.data("datepicker"),f=typeof d==="object"&&d;if(!g){h.data("datepicker",(g=new a(this,c.extend({},c.fn.datepicker.defaults,f))))}if(typeof d==="string"){g[d](e)}})};c.fn.datepicker.defaults={onRender:function(d){return""}};c.fn.datepicker.Constructor=a;var b={modes:[{clsName:"days",navFnc:"Month",navStep:1},{clsName:"months",navFnc:"FullYear",navStep:1},{clsName:"years",navFnc:"FullYear",navStep:10}],dates:{days:days_lan,daysShort:daysShort_lan,daysMin:daysMin_lan,months:months_lan,monthsShort:monthsShort_lan},isLeapYear:function(d){return(((d%4===0)&&(d%100!==0))||(d%400===0))},getDaysInMonth:function(d,e){return[31,(b.isLeapYear(d)?29:28),31,30,31,30,31,31,30,31,30,31][e]},parseFormat:function(f){var e=f.match(/[.\/\-\s].*?/),d=f.split(/\W+/);if(!e||!d||d.length===0){throw new Error("Invalid date format.")}return{separator:e,parts:d}},parseDate:function(f,m){var g=f.split(m.separator),f=new Date(),e;f.setHours(0);f.setMinutes(0);f.setSeconds(0);f.setMilliseconds(0);if(g.length===m.parts.length){var k=f.getFullYear(),l=f.getDate(),j=f.getMonth();for(var h=0,d=m.parts.length;h‹ › ',contTemplate:' '};b.template=''+b.headTemplate+b.contTemplate+'
'+b.headTemplate+b.contTemplate+"
"}(window.jQuery);
/* controllo date promozione rispetto a oggi */
/* controllo se promo già iniziata, se no lascio attivo solo primo giorno per prova */
var today = new Date();
var dd = today.getDate();
var mm = today.getMonth(); //January is 0!
var yyyy = today.getFullYear();
oggi=new Date(yyyy,mm,dd, 0, 0, 0, 0);
if (oggi>=inizio){
if (fine>=oggi){fine=oggi};
} else
{fine=inizio}
/* attivo calendario e disattivo date fuori promozione*/
jQuery(".formoid-metro-cyan").find('input[type=date]').each(function(){
var date = $(this);
var text = $(' ');
text.get(0).className = date.get(0).className;
text.attr({
"name": date.attr("name"),
"placeholder": date.attr("placeholder"),
"required": date.attr("required")
});
date.replaceWith(text);
text.datepicker({
format:'dd/mm/yyyy',
onRender: function(date) {
$(".switch").addClass("switch_dis").removeClass("switch")
if (date.getDate()==18){
//if(date.getMonth()<=inizio.getMonth()) {$(".prev").addClass("prev_dis").removeClass("prev")}
// else {$(".prev_dis").addClass("prev").removeClass("prev_dis")};
//
// if(date.getMonth()>=fine.getMonth()) {$(".next").addClass("next_dis").removeClass("next")}
// else {$(".next_dis").addClass("next").removeClass("next_dis")};
}
return (date.valueOf() < inizio.valueOf() || date.valueOf() > fine.valueOf() ) ? 'disabled' : '';
},
appendTo: jQuery(".formoid-metro-cyan")
}).on('changeDate', function(ev){
$('.calendario').trigger('change');
});
});
/* attivo selettore file*/
jQuery(function () {
// Custom Selects
// File input
jQuery("input[type=file]").change(function(){
$(this).next().html( $(this).val() );
});
// Recaptcha border
jQuery('#recaptcha_response_field').removeAttr('style');
});
nonvalido=0;
$( document ).ready(function() {
/* funzione per attivare iframe progress all'invio del form */
$('#form1').submit(function() {
if (nonvalido==0){
if ($("#progress").css("height")=="100px"){
nonvalido=0;
return true;
}
else {
$("#progress").css("height",100);
setTimeout(function() {$('#form1').submit();},200);
nonvalido=0;
return false;}
}
else {nonvalido=0}
});
/* funzione per deselezionare un input radio, usato per scelta sesso */
$(".deselezionabile").click(function()
{
var previousValue = $(this).attr('previousValue');
var name = $(this).attr('name');
if (previousValue == 'checked')
{
$(this).removeAttr('checked');
$(this).attr('previousValue', false);
}
else
{
$("input[name="+name+"]:radio").attr('previousValue', false);
$(this).attr('previousValue', 'checked');
}
});
/* funzione per attivare e disattivare elementi della select codice a secondo della select modello */
$(".modello").click(function()
{
cercacodici=".modello"+$(this).parent("li").attr("rel");
$(".codice").hide();
$((cercacodici)).show();
$('.disattivata').remove();
$(".codice").each(function() {
$( this ).parent("li").append(""+$(this).html()+"
");
});
$(cercacodici).parent("li").children('.disattivata').remove();
$('.codiceslect').find('option').attr("selected", false);
$('.codiceslect').children('.btn').children('.filter-option').html($('.codiceslect option:first').text())
$('.codiceslect').find('li').removeClass("selected");
$('.nascondicodice').show();
});
$( ".target" ).change(function() {
$(".immaginecodice").attr("src", "images/" + $(this).find("option:selected").attr("immagine")+".jpg");
cercacodici=".modello"+$(this).parent("li").attr("rel");
//$("#prova").val($( ".target" ).find("option:selected").attr("codice"));
// $("input#prova").attr('value', $( ".target" ).find("option:selected").attr("codice"));
$('.nuovoelemento').show();
});
$(".modello_es").click(function()
{
});
/* funzione per eliminare tooltip di validazione quando seleziono select */
$(".pull-left").click(function() {
if ($(this).parents("li").attr( "rel" )>=1){
($(this).parents(".error-field").children(".tooltip").remove());
$(this).parents(".error-field").removeClass("error-field");
}
});
/* funzione per eliminare tooltip di validazione quando seleziono file */
$("input:file").change(function (){
var fileName = $(this).val();
if (fileName>''){
($(this).parents(".error-field").children(".tooltip").remove());
$(this).parents(".error-field").removeClass("error-field");}
});
});
/* funzione per validazione con data gg/mm/yyyy */
$.validator.addMethod("dateITA", function(value, element) {
var check = false,
re = /^\d{1,2}\/\d{1,2}\/\d{4}$/,
adata, gg, mm, aaaa, xdata;
if ( re.test(value)) {
adata = value.split("/");
gg = parseInt(adata[0], 10);
mm = parseInt(adata[1], 10);
aaaa = parseInt(adata[2], 10);
xdata = new Date(aaaa, mm - 1, gg, 12, 0, 0, 0);
if ( ( xdata.getUTCFullYear() === aaaa ) && ( xdata.getUTCMonth () === mm - 1 ) && ( xdata.getUTCDate() === gg ) ) {
check = true;
} else {
check = false;
}
} else {
check = false;
}
return this.optional(element) || check;
}, frase_val_formato_calendario);
/* funzione per validazione data con range di date */
$.validator.addMethod('daterange', function(value, element, arg) {
// Same as above
var startDate = Date.parse(arg[0]),
endDate = Date.parse(arg[1]),
enteredDate = Date.parse(value);
adata = value.split("/");
gg = parseInt(adata[0], 10);
mm = parseInt(adata[1], 10);
aaaa = parseInt(adata[2], 10);
xdata = new Date(aaaa, mm - 1, gg, 0, 0, 0, 0);
enteredDate = Date.parse(xdata);
if (enteredDate.valueOf() < inizio.valueOf() || enteredDate.valueOf() > fine.valueOf() )
{return false;} else
{return true;};
// Same as below
}, $.validator.format(frase_val_range_calendario))
/* funzione per validazione privacy con opzione si cliccata*/
jQuery.validator.addMethod("selectFive", function(value, element)
{ var required_answer = "option1";
if(value == required_answer) {
return true;
}else{
return false;
}
}, frase_val_privacy_solosi);
/* funzione per validazione estensione file scelto*/
$.validator.addMethod("extension", function(value, element, param) {
param = typeof param === "string" ? param.replace(/,/g, "|") : "png|jpe?g|gif";
return this.optional(element) || value.match(new RegExp(".(" + param + ")$", "i"));
}, $.validator.format(frase_val_estensione_file));
/* funzione per validazione peso file scelto*/
$.validator.addMethod("pesodelfile", function(value, element, param) {
pesoelemento=element.files[0].size/1024;
pesoelemento = (Math.round(pesoelemento * 100) / 100);
if(pesoelemento<=5098){
return true;
}else{
return false;
}
}, frase_val_peso_file);
/* funzione per validazione in un array di valori */
jQuery.validator.addMethod("equals", function(value, element, param) {
return this.optional(element) || $.inArray(value, param) <= -1; // <-- Check if the value is in the array.
}, $.validator.format("Serijska številka je že registrirana"));
jQuery.validator.addMethod("exactlength", function(value, element, param) {
return this.optional(element) || value.length == param;
}, jQuery.format("Vnesite {0} števk."));
jQuery.validator.addMethod("controlloanno", function(value, element, param) {
return value.substring(8, 10)>="16";
}, jQuery.format("Model ni v promociji."));
/* funzione sorgente formoid*/
jQuery.validator.addMethod("pattern",function(b,a,c){return this.optional(a)||(new RegExp("^(?:"+c+")$")).test(b)},jQuery.format(frase_val_valori));jQuery.validator.origRequired=jQuery.validator.methods.required;jQuery.validator.addMethod("required",function(b,a,c){if(/^url$/.test(a.getAttribute("type"))&&($.trim(b)=="http://")){return false}return jQuery.validator.origRequired.call(this,b,a,c)});jQuery.validator.addMethod("name",function(b,a,c){if(/^name\[first\]|name\[last\]$/.test(a.getAttribute("name"))){return this.optional(a)||(new RegExp("^[^0-9\\<\\>\\\\/\\|*\\=\\_\\+\\~\\!\\?\\@\\#\\№\\$\\%\\^\\&\\(\\)\\{\\}\\[\\]\\;\\:\\`\\,]+$")).test(b)}return true},jQuery.format(frase_val_caratteri));jQuery(function(){var a=jQuery;form=a(".formoid-metro-cyan");form.validate({
/* funzione per nascondere iframe progress se invio non validato*/
invalidHandler: function(form, validator) {
nonvalido=1;
$("#progress").css("height",0);
setTimeout(function() {nonvalido=0},200);
},
submitHandler: function(form) {
if (perinviare==0) {
perinviare=1;
form.submit();}
},
/* settaggio per validazioni vari campi*/
rules: {
email: "required",
emailconvalida: {
equalTo: "#email"
},
date: {
dateITA: true,
daterange: [inizio, fine]
},
radio_btns: {required: true,
selectFive: true
},
file: {
required: true,
extension: "jpg|jpeg|pdf|gif|tiff|png",
pesodelfile: true
},
file_codice: {
required: true,
extension: "jpg|jpeg|pdf|gif|tiff|png",
pesodelfile: true
},
select: {
rangelength: [16,20],
controlloanno: false,
equals: ['ciao',' 31059019018867',' 3400540523130600',' 3101866723240064',' 310186792318600',' 3101869924030015',' 3101875624320275',' 310188232332302',' 3101885024180120',' 31102345 2403 0038',' 311023742329006',' 3110238924410265',' 3110261723420018',' 318016361954823',' 32002327 2249 0195 ',' 3200232722490074',' 32901693 2321 0016 ',' 3400539323220346',' 3400539323220417',' 3700157023040081 ',' 3710217921310112',' 3800097424150336',' FA03VAE0300FBQ82006','(01)08059019060316',') 3101052920416119 ','******2313964610','.3101050023436271','.3101050023443174','.3101882623076154','0.B9030 32KHC312767','0000000031102517','0000634462210000311','00038300750000566326','00050023301264D0234','002125 2225 0048','01 468 2329 0064','0131052723373114','0318823223323032','03407964-0/00004','038300238401217110','038385510170691157','0383855101742679','0383855101910758','0383855101910966','0383855101931988','038385510193934002','038385510194969492','038385510197601962','038385510198412772','038385510198709131','038385510199129846','038385510199187839','038385510200562051','038385510200745904','038385510200747610','038385510201382481','038385510207381983','038385510207735748','038385510208653744','038385510209011253','038385510209362331','038385510210814614','038385510211443721','038385510213208960','038385510213732106','038385510214513650','038385510214650140','038385510214873365','05.03101049124030037','0632042210000291','1 80590190338094','10/01/25 0 1HDJ 01Y0','1100216722500277','1111111111111111','11111111111111111111','1178378483028981','1178601227030020','11786012270300201800','1200102306090173','1231231242325435','1233444456667554','1234567890123456','12345678901234567','1301881723456042','1370386224190032','1483860000332346','16-3101052200000','2000003184590318459','2101882523023310','2101984623493019','2110219424050775','2216003433802968','2222472222462222','2320-23201-1147034','2390161824040034','2409002133803263','2450006033265618','24520240071033435206','2700154723100052','3001973124060175','30100005002273668300','30101159823503028','30110216124430126','3011882523343134','3011984224240143','3012017824230111','3018059019005713','309618480020058293','309618480020091573','3096184800200923','309618480020113572','31 102351 24060002','31.10245523360283','310 997124200051','310 105 222 34 63041','310 1050023443163','310 1056621356252','310 1159923460052','310 1867224130060','310 18810 24260053','310 1882323143066','310 1885024280025','310 198512329601','310 2010004002977','310 2012695ESFL1A','310 27 00 12 06 74','310 3380308524230386','310 3400507523510811','310 4242002849225','310 4242005190874','310 805901190057','310 8059019040288','310 8059019053820','310 8059019056401','310 8059019070629','310 8059019074450','310 8059019079493','310 8059019095165','310 CSTG282D2/1-S','31000040011110043','31000050021352747','3100105222339300','31001052723373179','31001115223300061','31001115323210039','3100111802335006','3100111802337001305.','31001159824020197','3100174623130066','31001866523290115','31001867723360325','31001868023363698','3100187562319603','31001883023256044','31001885223483025','31001887123193031','3100194952343014','31001979324430003','31001993423490135','31002017824230140','3100216123090021','3100237423330097','3100246023250118','3100252022431546','3100252023520043','3100252123370042','3100261723420013','31003101867224100','31003838551021119254','3100400T7Q320024','3100526801806625562','3100526841053614','3100526841800033','3100595214240089','3100730119190234','3100756520240007','3100808119386003','3100895419340039','3100993423490049','3101028423476070','3101030023066051','3101030223193021','3101030223233058','31010302234633034','3101030824120028','3101034222010050','3101034222110434','3101034222210649 ','3101034222276239','3101034222353103','3101034222426049','3101034422110131','3101035222283615','3101035323126010','3101035323126019','3101035323126020','3101035323126021','3101035323126025','3101035323126029','3101035323126032','3101035323126035','3101035323126036','3101035323146001','3101035323146002','3101035323146003','3101035323146005','3101035323146006','3101035323146008','3101035323146012','3101035323146017','3101035323146018','3101035323146019','3101035323146021','3101035323146022','3101035323146023','3101035323146024','3101035323146027','3101035323146030','3101035323146033','3101035323146035','3101035323146036','3101035323146037','3101035323146041','3101035323146042','3101035323146043','3101035323146044','3101035323146045','3101035323146046','3101035323146049','3101035323146050','3101035323153001','3101035323153005','3101035323153006','3101035323153009','3101035323153017','3101035323153021','3101035323153028','3101035323153030','3101035323153033','3101035323153035','3101035323153038','3101035323153039','3101035323153040','3101035323153048','3101035323153053','3101035323153059','3101035323153060','3101035323183002','3101035323183003','3101035323183010','3101035323183011','3101035323183021','3101035323183023','3101035323183025','3101035323183026','3101035323183028','3101035323183029','3101035323183030','3101035323183031','3101035323183034','3101035323183035','3101035323183036','3101035323183037','3101035323183038','3101035323183042','3101035323183043','3101035323183044','3101035323183046','3101035323183050','3101035323456024','3101035620443599','3101035622343440','3101035820460028','3101035922223271','3101035922250042','3101035923073055','3101035923073068','3101035923073071','3101036021173037','3101036021413036','3101036022275197','3101036022303161','3101036122233013','3101036122353079','3101036122353081','3101036122363011','3101036122363019','3101036122383034','3101036122383044','3101036322493050','3101036622036002','3101036622036137','3101036622110055','3101036622110079','3101036722200224','3101036722276009','3101036722303357','3101038221436125','3101038421263502','3101038421263517','3101038522253067','3101038522456043','3101038522456047','3101044722315603','3101045124220283','31010462 2039 05','3101047122506118','3101047122506124','3101047123053105','3101047123053714','3101047123083381','3101047123083456','3101047123083470','3101047123123419','3101047123163013','3101047123163058','3101047123163112','3101047123220009','3101047123220016','3101047123220020','3101047123220037','3101047123220041','3101047123253172','3101047123253631','3101047123253753','3101047123253904','3101047223093020','3101047223143075','3101047223156007','3101047223156022','3101047223156050','3101047223156053','3101047223156055','3101047223183017','3101047223183018','3101047223183023','3101047223183024','3101047223183026','3101047223183030','3101047223183031','3101047223183032','3101047223183035','3101047223183037','3101047223183038','3101047223183040','3101047223183048','3101047223183049','3101047223183115','3101047223220041','3101047223226003','3101047223226004','3101047223226007','3101047223226008','3101047223226009','3101047223226010','3101047223226011','3101047223226016','3101047223226017','3101047223226019','3101047223226020','3101047223226022','3101047223226023','3101047223226026','3101047223226029','3101047223226031','3101047223226033','3101047223226037','3101047223226039','3101047223226040','3101047223226042','3101047223226043','3101047223226044','3101047223226048','3101047722203363','3101047722203445','3101047722322603','3101047722383511','3101047722393435','3101047722406456','3101047722406565','31010477-2324-30','3101047723243075','3101047723243076','3101047723243084','3101047723273247','3101047723286164','3101047723286208','3101047723286217','3101047723286242','3101047723286443','3101047723286571','3101047723286653','3101047723286654','3101047723286655','3101047723286705','3101047723286706','3101047723386194','3101047723430073','3101047723430095 se','3101047723430096','3101047723430099','3101047723430113','3101047723430120','3101047723430142','3101047723430150','3101047723430177','3101047723430185','3101047723430217','3101047723453071','3101047723453090','3101047723453109','3101047723453195','3101047723453212','3101047723453224','3101047723453252','3101047723453256','3101047723453279','3101047723453281','3101047723453417','3101047723453476','3101047723453478','3101047723453488','3101047723453498','3101047723503042','3101047723503098','3101047723503099','3101047723503107','3101047723503111','3101047723503123','3101047723503208','3101047723503345','3101047723503348','3101047723503350','3101047724110008','3101047724110017','31010477-2411-0057','3101047724230023','3101047724230054','3101047724230066','3101047724250085','3101047724270012','3101047724270013','3101047724270015','3101047724270019','3101047724280004','3101047724280132','3101047724390040','3101047724390048','3101048423420100','31010490 24180440','31010490 24250757','3101049022168696','3101049023323050','3101049023323085','3101049023323097','3101049023323100','3101049023323109','3101049023323114','3101049023323144','3101049023323152','3101049023323212','3101049023323214','3101049023323218','3101049023323228','3101049023336031','3101049023336055','3101049023336083','3101049023336090','3101049023336128','3101049023336148','3101049023336153','3101049023336159','3101049023336162','3101049023336197','3101049023337048','3101049023343085','3101049023343139','3101049023343207','3101049023343222','3101049023343255','3101049023343445','3101049023343455','3101049023343524','3101049023343543','3101049023403062','3101049023403063','3101049023403153','3101049023403187','3101049023403324','3101049023403343','3101049023403344','3101049023403346','3101049023403667','3101049023403670','3101049023403672','3101049023403678','3101049023403695','3101049023403699','3101049023403700','3101049023463055','3101049023463088','3101049023463095','3101049023463111','3101049023463112','3101049023463122','3101049023463123','3101049023463138','3101049023463246','3101049023463247','3101049023463264','3101049023463267','3101049023463273','3101049023463308','3101049023463309','3101049023463342','3101049023463345','31010490234663329','3101049023473019','3101049023473038','3101049023496003','3101049023496008','3101049023496018','3101049023496019','3101049023496020','3101049023496030','3101049023496032','3101049023496050','3101049023496264','3101049023496272','3101049023496276','3101049023496328','3101049023496330','3101049023496333','3101049024120068','3101049024120157','3101049024120309','3101049024120342','3101049024120348','3101049024120358','3101049024120370','3101049024120371','3101049024120372','3101049024120373','3101049024120375','3101049024120393','3101049024120411','3101049024120446','310104902412044826.','3101049024120451','3101049024120474','3101049024120490','3101049024120492','3101049024120500','3101049024120613','3101049024120628','3101049024120659','3101049024120673','3101049024120694','3101049024120699','3101049024120702','3101049024120705','3101049024120707','3101049024120735','3101049024120747','3101049024120809','3101049024120849','3101049024120856','3101049024180353','3101049024180417','3101049024180450','3101049024180451','3101049024180457','3101049024180462','3101049024180491','3101049024250001','3101049024250007','3101049024250008','31010490-2425-0010','3101049024250014','3101049024250025','3101049024250028','3101049024250037','3101049024250080','3101049024250082','3101049024250094','3101049024250107','3101049024250474','3101049024250479','3101049024250489','31010490-2425-0491','3101049024250506','3101049024250509','3101049024250511','3101049024250515','3101049024250531','3101049024250606','3101049024250615','3101049024250653','3101049024250665l','3101049024250672','3101049024250676','3101049024250709','3101049024250717','3101049024250792','3101049024250814','3101049024250817','3101049024250821','3101049024290093','3101049024290144','3101049024290212','3101049024290218','3101049024290386','3101049024290404','3101049024390133','3101049024390502','31010490249024290098','31010491 24240023','3101049121190017','3101049123170002','3101049123170022','3101049123170027','3101049123170039','3101049123183015','3101049123183019','3101049123183020','3101049123183024','3101049123183040','3101049123183044','3101049123183052','3101049123183055','3101049123183061','3101049123213016','3101049123213035','3101049123393001','3101049123393046','3101049123393049','3101049123393053','3101049123393054','3101049123393061','3101049123393067','3101049123393073','3101049123393087','3101049123393106','3101049123393110','3101049123393115','3101049123393119','3101049123393137','3101049123410006','3101049123410009','3101049123410016','3101049123410018','3101049123410023','3101049123410024','3101049123410036','3101049123410048','3101049123420104','3101049123420129','3101049123450016','3101049123450026','3101049123450035','3101049123450038','3101049123450046','3101049123463031','3101049123473044','3101049123486008','3101049123486020','3101049123486023','3101049123496005','3101049123496009','3101049123496021','3101049123496025','3101049123496031','3101049123496038','3101049123496041','3101049123496043','3101049123496051','3101049123496055','3101049124030003','3101049124030008','3101049124030011','3101049124030021','3101049124030026','3101049124030030','3101049124030033','3101049124030034','3101049124030042','3101049124030047','3101049124030053','3101049124030055','3101049124030064','3101049124030069','3101049124030072','3101049124030073','3101049124030074','3101049124050015','3101049124050035','3101049124050036','3101049124050051','3101049124050057','3101049124050058','3101049124100144','3101049124100158','3101049124100165','3101049124100176','3101049124240031','3101049124240032','3101049204120688','3101049523513080','3101049624030017','3101050022250335','3101050023063053','3101050023123987','3101050023130023','3101050023183012','3101050023183013','3101050023183025','3101050023183027','3101050023183034','3101050023183047','3101050023183048','3101050023183058','3101050023283100','31010500233423049','3101050023410023','3101050023410033','3101050023410090','3101050023423004','3101050023423008','3101050023423042','3101050023423073','3101050023423082','3101050023423084','3101050023423110','3101050023423118','3101050023423122','3101050023423123','3101050023423138','3101050023423147','3101050023423148','3101050023423150','3101050023423154','3101050023423174','3101050023423183','3101050023423187','3101050023423192','31010500234234223069','3101050023436001','3101050023436003','3101050023436004','3101050023436006','3101050023436011','3101050023436018','3101050023436020','3101050023436022','3101050023436032','3101050023436040','3101050023436054','3101050023436106','3101050023436107','3101050023436143','3101050023436150','3101050023436161','3101050023436166','3101050023436173','3101050023436181','3101050023436182','3101050023436190','3101050023436217','3101050023436222','3101050023436238','3101050023436239','3101050023436248','3101050023436252','3101050023436256','3101050023436272','3101050023436279','3101050023436282','3101050023436283','3101050023436289','3101050023436297','3101050023436308','3101050023436325','3101050023436331','3101050023436341','3101050023443127','3101050023443129','3101050023443154','3101050023443155','3101050023443159','3101050023443165','3101050023443167','3101050023443168','3101050023443179','3101050023443182','3101050023443185','3101050023443190','3101050024100002','3101050024100003','3101050024100005','3101050024100014','3101050024100023','3101050024100031','3101050024100033','3101050024100034','3101050024100035','3101050024100036','3101050024100037','3101050024100040','3101050024100041','3101050024100045','3101050024100051','3101050024100055','3101050024100056','3101050024100058','3101050024100063','3101050024100065','3101050024100066','3101050024100074','3101050024100076','3101050024100088','3101050024130005','3101050024130012','3101050024130018','3101050024130020','3101050024130021','3101050024130025','3101050024130027','3101050024130034','3101050024130040','3101050024130045','3101050024130047','3101050024130048','3101050024300001','3101050024300003','3101050024300006','3101050024300007','3101050024300008','3101050024300011','3101050024300012','3101050024300015','3101050024300030','3101050024300038','3101050024300041','3101050024300045','3101050024300046','3101050024300049','3101050024300050','3101050024300052','3101050024300054','3101050024300055','3101050024300056','3101050024300057','3101050024300062','3101050024300066','3101050024300067','3101050024300070','3101050024300071','3101050024300072','3101050024300075','3101050024300079','3101050024300087','3101050024300091','3101050024300094','3101050024300098','3101050024300099','3101050024300107','3101050024300109','3101050024300110','3101050024300117','3101050024300119','3101050024300123','3101050024300127','3101050024300128','3101050024300137','3101050024300138','3101050024300151','3101050024300153','3101050024300154','3101050024300155','3101050024300157','3101050024300166','3101050024300168','3101050024300172','3101050024300173','3101050024300175','3101050024450041','3101050024480026','3101050025300031','3101051022413003','3101051320460090','3101051421130813','3101051522410234','3101051522410282','3101051522420026','3101051522420201','3101051522420242','3101051522420285','3101051922326030','3101051922413004','3101051922413007','3101051922413053','3101051922413127','3101051922413162','3101051922413165','3101051922413168','3101051922413316','3101051924110507','31010521 22463036','3101052122020004','3101052122103001','3101052122326148','3101052122373111','3101052122383198','3101052122383353','3101052122383354','3101052122383355','3101052122383562','3101052122403178','3101052122463008','3101052122463019','3101052122506015','3101052122506017','3101052122506018','3101052122506020','3101052122506022','3101052123023014','3101052123093016','3101052123123016','3101052123123061','3101052123123065','3101052123123069','3101052123123098','3101052123123103','3101052123143015','3101052123143039','3101052123143045','3101052123143046','3101052123203009','3101052123203024','3101052123220007','3101052123220011','3101052123220012','3101052123220019','3101052123220024','3101052123220029','3101052123220036','3101052123220039','3101052123220042','3101052123220046','3101052123220050','3101052123286011','3101052123286014','3101052123286021','3101052123286030','3101052123286033','3101052123293030','3101052123293041','3101052123293042','3101052123293046','3101052123293047','3101052123320001','3101052123320002','3101052123320008','3101052123320034','3101052123360004','3101052123360006','3101052123360008','3101052123360016','3101052123360020','3101052123360032','3101052123360039','3101052123360048','3101052123473002','3101052123473010','3101052212330007','3101052221343006','3101052221343020','3101052221343130','3101052222016229','3101052222016234 ','3101052222080238','3101052223023020','3101052223023050','3101052223133016','3101052223133025','3101052223133027','3101052223133030','3101052223133032','3101052223133036','3101052223133043','3101052223133045','3101052223133047','3101052223153016','3101052223153021','3101052223153027','3101052223153044','3101052223223002','3101052223223004','3101052223223007','3101052223223008','3101052223223012','3101052223223013','3101052223223015','3101052223223019','3101052223223022','3101052223223026','3101052223223032','3101052223223033','3101052223223036','3101052223223039','3101052223223040','3101052223223041','3101052223223042','3101052223223044','3101052223223050','3101052223313006','3101052223313008','3101052223313009','3101052223313010','3101052223313014','3101052223313015','3101052223313016','3101052223313017','3101052223313018','3101052223313021','3101052223313022','3101052223313025','3101052223313030','3101052223313031','3101052223313033','3101052223313042','3101052223313044','3101052223330002','3101052223330006','3101052223330015','3101052223330027','3101052223330029','3101052223330031','3101052223330034','3101052223330036','3101052223330047','3101052223393014','3101052223393019','3101052223393024','3101052223393031','3101052223393033','3101052223393035','3101052223420004','3101052223420005','3101052223420006','3101052223420009','3101052223420011','3101052223420017','3101052223420040','3101052223420045','3101052223463008','3101052223463012','3101052223463016','3101052223463018','3101052223463022','3101052223463024','3101052223493012','3101052223493024','3101052223493030','3101052223493037','3101052223493039','3101052223493041','3101052223493046','3101052224040001','3101052224040002','31010522240400059','3101052224040015','3101052224040017','3101052224040021','3101052224040026','3101052224040027','3101052224040029','3101052224040030','3101052224040032','3101052224040042','3101052224040044','3101052224040048','3101052224040049','3101052224120001','3101052224120003','3101052224120007','3101052224120010','3101052224120014','3101052224120018','3101052224120019','3101052224120022','3101052224120024','31010522241200240','3101052224120025','3101052224120028','3101052224120032','3101052224120033','3101052224120037','3101052224120040','3101052224120045','3101052224120046','3101052224150001','3101052224150002','3101052224150004','3101052224150005','3101052224150006','3101052224150010','3101052224150011','3101052224150015','3101052224150020','3101052224150024','3101052224150025','3101052224150026','3101052224150033','3101052224150035','3101052224150040','3101052224150044','3101052224150047','3101052224150049','3101052224150050','3101052224200004','3101052224200006','3101052224200011','3101052224200015','3101052224200018','3101052224200034','3101052224200046','3101052224200049','3101052224220005','3101052224220006','3101052224220009','3101052224220016','3101052224220025','3101052224220026','3101052224220028','3101052224220032','3101052224220034','3101052224220037','3101052224220040','3101052224250002','3101052224250004','3101052224250017','3101052224250018','3101052224250023','3101052224250041','3101052224250043','3101052224250045','3101052224250050','3101052224410004','3101052224410022','3101052224410030','3101052224410057','3101052224410058','3101052224410061','3101052224410064','3101052224410067','3101052234200420','3101052280590190','3101052622190081','3101052622383089','3101052623143039','3101052623143080','3101052623156034','3101052623260029','3101052623260057','31010527 23373007','31010527 23373088','3101052722506047','3101052723063010','3101052723096048','3101052723096052','3101052723096062','3101052723123251','3101052723123387','3101052723123434','3101052723143035','3101052723183010','3101052723183043','3101052723373003','3101052723373004','3101052723373008','3101052723373011','3101052723373012','3101052723373013','3101052723373020','3101052723373021','3101052723373028','3101052723373030','3101052723373034','3101052723373035','3101052723373036','3101052723373037','3101052723373044','3101052723373047','3101052723373055','3101052723373078','3101052723373094','3101052723373096','3101052723373111','3101052723373119','3101052723373128','3101052723373137','3101052723373145','3101052723373149','3101052723373165','3101052723373167','3101052723373177','3101052723373180','3101052723373184','3101052920416118','3101052920416119','3101052920416119bb','3101052922066801','3101052922356427','3101052923266041','3101052923286062','3101053022026041','3101053022436017','3101053022436028','3101053023033009','3101053023033041','3101053023033047','3101053023116007','3101053023116034','3101053023116037','3101053023123002','3101053023123032','3101053023196040','3101053421200368','3101053521286016','3101053522376024','3101053522376037','3101053523056055','3101053523146062','3101053523206002','3101053523206024','3101053523206027','3101053523206046','3101053523226007','3101053523256004','3101053523256012','3101053523256018','3101053523256024','3101053523256031','3101053523256038','3101053523256039','3101053523256040','3101053523256041','3101053523256046','3101053523256047','3101053523256049','3101053523346021','3101053523346022','3101053523426050','3101053523456004','3101053523456050','31010535-2346-6049','3101053523466056','3101053523495044','3101053523496010','31010535-2349-6011','3101053523496012','3101053523496023','3101053523516043','3101053523516048','3101053524040012','3101053524040013','3101053524040018','3101053524040026','3101053524280086','3101053524280114','3101053524280136','3101053524300012','3101053524300025','3101053524330030','3101053524330040','3101053524380030','3101053820417550','3101053821476287','3101053821476340','3101053821476376','3101053821476416','3101053821476683','31010538-2147-6969','3101053821477107','3101053821477108','3101053821477122','3101053821477123','3101053822103352','3101053822316240','3101053823116744','3101053823123110','310105382324634204','3101053823246349','3101053823246367','3101053823246370','3101053823246406','3101053823246411','3101053823246463','3101053823246494','3101053823246507','3101053823246637','3101053823246852','3101053823276002','3101053823276009','3101053823276014','3101053823276041','3101053823316196','3101053823336210','3101053823336264','3101053823466099','3101053823466116','3101053823466385','3101053823496023','3101053823496076','3101053823506187','3101053824020058','3101053824020066','3101053824320050','3101054522280168','3101054522280180','3101054522280235','3101054522280256','3101054522280280','3101056121436017','3101056320286095','3101056320326072','3101056320326147','3101056320436359','3101056320506073','3101056321356016','3101056321356018','3101056321396026','3101056321396046','3101056322226029','3101056322226035','3101056322226036','3101056322226074','3101056322226145','3101056322226182','3101056322226335','3101056322226424','3101056322356004','3101056322356017','3101056322356022','3101056621356172','3101056621356227','31010566-2135-6263','3101056621356327','3101056621356354','3101056621356367','3101056621356447','3101056621356460','3101056621356494','3101056621356495','3101056621406206','3101056621406411','3101056622186033','3101056622226117','3101056622503013','3101056623066003','3101056623066016','3101056623066028','3101056623066042','3101056623066046','3101056623066047','3101056623066050','3101057021377982','3101057023456135','3101057023456182','3101057023456390','3101080323086046','3101080323236021','3101080323456002','3101080323456009','31010848223143088','3101084822386003','3101084822386010','3101084823143087','3101084823143112','3101084823143121','3101084823143123','3101084823143127','3101084823143149','3101084823143173','3101084823143174','3101084823143183','3101084823143189','3101084823143195','3101084823143198','3101084823173008','3101084823173031','3101084823173045','3101084823273001','3101084823273021','3101090072334004','3101090722403539','3101090722403590','3101090722403605','3101090722403626','3101090722403697','3101090722403699','3101090722403758','3101090722403849','3101090723340091','3101090723350212','3101090723350220','3101090723350221','3101090723350266','3101090723350357','3101090723350381','3101090723403001','3101090723403006','3101090723403008','3101090723403012','3101090723403034','3101090723403039','3101090723403050','3101090723423144','310109072342314807','3101090723423149','3101090723423150','3101090723423155','3101090723423176','3101090723423184','3101090723423186','3101090723423221','3101090723423222','3101090723423226','3101090723423231','3101090723423232','3101090723423238','3101090723423239','3101090723423247','3101090723423248','3101090723423391','3101090723423464','3101090723483011','3101090723483012','3101090723483013','3101090723483021','3101090723483024','3101090723483038','3101090723483040','3101090723483046','3101090723483050','3101090723496065','3101090723496080','3101090723503086','3101090723513004','3101090723513014','3101090723513040','3101090723513043','3101090724040001','3101090724040006','3101090724040007','3101090724040012','3101090724040014','3101090724040016','3101090724040026','3101090724040027','3101090724040035','3101090724040037','3101090724040042','3101090724040049','3101090724040056','31011052224250008','3101111422430172','3101111422430210','3101111422450018','3101111422460054','3101111422470046','3101111422490432','3101111423100007','3101111423150048','3101111423150093','3101111423170044','3101111423240009','3101111423240028','3101111423240033','3101111423250002','3101111423250010','3101111423250018','3101111423250023','3101111423250024','3101111423250046','3101111423250060','3101111423250135','3101111423250188','3101111423250191','3101111423250207','3101111423250218','3101111423250226','3101111423290076','3101111423290083','3101111423290089','3101111423330006','3101111423330013','3101111423330190','31011118023300077','31011152 23200079','3101115221021321','3101115223010279','3101115223010281','3101115223010283','3101115223150199','3101115223200030','3101115223200057','3101115223200082','3101115223200096','3101115223200115','3101115223210160','3101115223210174','3101115223210184','3101115223240046','3101115223290008','3101115223290031','3101115223290033','3101115223290037','3101115223290048','3101115223290049','3101115223290050','3101115223290088','3101115223290092','3101115223290094','3101115223290104','3101115223290105','3101115223290109','3101115223300021','3101115223300048','3101115223300050','3101115223300051','3101115223300052','3101115223300053','3101115223300059','3101115223300060','3101115223300061','3101115223300062','3101115223300064','3101115223300066','3101115223300068','3101115223300069','3101115223300074','3101115223300077','3101115223330117','3101115223400165','3101115323210002','3101115323210017','3101115323210026','3101115323210034','3101115323210038','3101115323210042','3101115323210044','3101115323210067','3101115323210075','3101115323210078','3101115323210083','3101115323210089','3101115323210095','3101115323210102','3101115323210117','3101115323210118','3101115323250029','3101115323250061','3101115323300014','3101115323300024','3101115323300059','3101116022220001','3101116022220214','3101116022220216','3101116022500110','3101116121370317','3101117822320052','3101117822320116','3101117822460372','3101117822460499','3101117823050033','3101117823050037','3101117823100071','3101117823130016','3101117823150154','3101117823180199','3101117823200128','3101117823200142','3101117823200175','3101117823200179','3101117823210036','3101117823240044','3101117823250136','3101117823250143','3101117823310010','310111782331002123','3101117823310022','3101117823310023','3101117823310024','3101117823310027','3101117823310029','3101117823310031','3101117823310032','3101117823310034','3101117823310037','3101117823310040','3101117823310041','3101117823310044','3101117823310049','3101117823310052','3101117823310053','3101117823310054','3101117823310055','3101117823310056','3101117823310057','3101117823310058','3101117823310059','3101117823310060','3101117823310069','3101117823310075','3101117823310076','3101117823310081','3101117823310089','3101117823310094','3101117823310095','3101117823310103','3101117823310106','3101117823310108','3101117823310118','3101117823380003','3101117823380008','3101117823380018','3101117823380030','3101117823420028','3101117823440030','3101117823440078','3101117823440123','3101117823440142','3101117823450002','3101117823460013','3101117823460051','3101117823460088','3101117823460197','3101117823460206','3101117823460234','3101117823480066','3101117823480078','3101117823480083','3101117823480085','3101117823480086','3101117823480088','3101117823480090','3101117823480093','3101117823480095','3101117823480097','3101117823480099','3101117823480105','3101117823480159','3101117823480172','3101117823480173','3101117823480177','3101117823480189','3101117823480190','3101117823480196','3101117823480269','3101117823480270','3101117823480279','3101117823480288','3101117823480295','3101117823480310','3101117823480312','3101117823480315','3101117823480317','3101117823500005','3101117823500006','3101117823500018','3101117823500020','3101117823500042','3101117823500047','3101117824020074','3101117824020078','3101117824020080','31011178240300001','3101117824040004','3101117824040010','3101117824040017','3101117824040025','3101117824040027','3101117824040041','3101117824040074','3101117824040086','3101117824040111','3101117824040114','3101117824040123','3101117824040124','3101117824040126','3101117824040128','3101117824040130','3101117824040145','3101117824060088','3101117824060133','3101117824170262','3101117824180105','3101117824230010','3101117824230116','3101117824230126','3101117824230155','3101117824230212','3101117824230232','3101117824230240','3101117824230241','3101117824230253','3101117824230287','31011178242302890','3101117824280229','3101117824280231','31011180 24040294','3101118022440631','3101118023050130','3101118023090059','3101118023100187','3101118023100198','3101118023100221','3101118023100229','3101118023100236','3101118023120012','3101118023190074','3101118023190081','3101118023210056','3101118023210078','3101118023210087','3101118023210115','3101118023210127','3101118023210145','3101118023240026','3101118023240038','3101118023300003','3101118023300014','3101118023300025','3101118023300052','3101118023340002','3101118023340004','3101118023340011','3101118023340096','3101118023340120','3101118023340131','3101118023350098','3101118023350099','3101118023350127','3101118023350134','3101118023350148','3101118023350150','3101118023350153','3101118023350155','3101118023350162','3101118023350167','3101118023350178','3101118023350183','3101118023350184','3101118023350186','3101118023370008','3101118023370015','3101118023370026','3101118023370043','3101118023410009','3101118023420037','3101118023420038','3101118023420040','3101118023420046','3101118023420047','3101118023430022','3101118023430030','3101118023430032','3101118023430041','3101118023440162','3101118023440326','3101118023440423','3101118023440438','3101118023490406','3101118023490423','3101118023490444','3101118023490466','3101118023490470','3101118023490477','3101118023490484','3101118023490485','3101118023490488','3101118023490501','3101118023490503','3101118023490533','3101118023490534','3101118023490535','3101118023490543','3101118023490544','3101118023490546','3101118024030296','3101118024030321','3101118024030346','3101118024040013','3101118024040130','3101118024080062','3101118024080073','3101118024080075','3101118024080080','3101118024080082','3101118024080132','3101118024090003','3101118024090007','3101118024090015','3101118024090017','3101118024090018','3101118024090019','3101118024090049','3101118024110012','3101118024110026','3101118024110030','3101118024110161','3101118024110218','3101118024110231','3101118024140001','3101118024140004','3101118024140015','3101118024140022','3101118024140024','3101118024140027','3101118024140042','3101118024140043','3101118024140045','3101118024140046','3101118024140049','3101118024140059','3101118024170167','3101118024170171','3101118024170174','3101118024170177','3101118024170179','3101118024170186','3101118024170198','3101118024170208','3101118024170215','3101118024170217','3101118024170220','3101118024170223','3101118024170232','3101118024170234','3101118024170236','3101118024170240','3101118024170244','3101118024170246','3101118024170247','3101118024180141','3101118024180146','3101118024180203','3101118024180204','3101118024180217','3101118024210002','3101118024210038','3101118024250035','3101118024280007','3101118024280066','3101118024280154','3101118024280179','3101118024320019','3101118024320020','3101118024320024','3101118024320032','3101118024330208','3101118024390016','3101118024390032','3101118024390062','3101118024390071','3101118024390073','3101118024390086','3101118024390098','3101118024390118','3101118024390128','3101126222110460','3101147923163003','31011489 234400 ','31011489 23496006','31011489 23496037','31011489 23496043','3101148922356046','3101148922373011','3101148922473038','3101148922513021','3101148923136004','3101148923136018','3101148923136027','3101148923136041','3101148923136045','3101148923153071','3101148923200013','3101148923200050','3101148923200063','3101148923200068','3101148923200074','3101148923200097','3101148923200102','3101148923200106','3101148923200108','3101148923200109','3101148923200110','3101148923200112','3101148923200113','3101148923200118','3101148923200119','3101148923200120','3101148923253021','3101148923253022','3101148923253023','3101148923253037','3101148923253042','3101148923253049','3101148923253055','3101148923253057','3101148923253058','3101148923253074','3101148923253075','3101148923253078','3101148923253083','3101148923253086','3101148923340001','3101148923340012','3101148923380009','3101148923380011','3101148923380015','3101148923380016','3101148923380017','3101148923380021','3101148923380025','3101148923380026','3101148923380093','3101148923380095','3101148923380096','3101148923380097','3101148923380100','3101148923380103','3101148923380105','3101148923380113','3101148923380117','3101148923380131','3101148923380159','3101148923380173','3101148923413013','3101148923413022','3101148923413023','3101148923413026','3101148923413078','3101148923413088','3101148923413102','3101148923413169','3101148923440004','3101148923440007','3101148923440009','3101148923440016','3101148923440019','3101148923440044','3101148923440045','3101148923440046','3101148923440047','3101148923496005','3101148923496008','3101148923496009','3101148923496011','3101148923496015','3101148923496018','3101148923496025','3101148923496030','3101148923496033','3101148923496040','3101148923496044','3101148923496045','3101148923503004','3101148923503008','3101148923503016','3101148923503017','3101148923503030','3101148923503035','3101148923503037','3101148923503041','3101148923503042','31011489235503026','3101148924030005','3101148924030021','3101148924030049','3101148924050006','3101148924050011','3101148924050157','3101148924050188','3101148924050244','3101149723103060','3101149723103084','3101149723133009','3101149723163096','3101149723163115','3101149723163116','3101149723163119','3101149723163121','3101149723163123','3101149723163124','3101149723163133','3101149723163137','3101149723163172','3101149723163177','3101149723163225','3101149723163242','3101149723163261','3101149723330021','3101149723473040','3101150921356013','3101150922036235','3101150922096036','3101150922096075','3101154100000000','3101154121316035','3101154121316044','3101154122363008','3101154122363012','3101154122363017','3101154122363030','3101154122363037','3101154122363049','3101154122366045','3101154122493023','3101154122493030','3101154122493041','3101154122493042','3101154122503014','3101154122503038','3101154123073009','3101154123073021','3101154123073027','3101154123073034','3101154123073038','3101154123313009','3101154123313018','3101154123313026','3101154123313028','3101154123313038','3101154123313050','3101159721330376','3101159721330399','3101159721330685','31011597213360452','3101159722253428','3101159722253532','3101159722253793','3101159722274390','3101159722290329','31011597223373223','3101159723113045','3101159723113053','3101159723113056','3101159723206008','3101159723206019','3101159723206022','3101159723206024','3101159723206665','3101159723206668','3101159723206673','3101159723206824','3101159723207089','3101159723207219','3101159723207227','3101159723207236','3101159723207251','3101159723273008','3101159723273015','3101159723273016','3101159723273039','3101159723280013','3101159723280041','3101159723280065','3101159723280101','3101159723280113','3101159723280205','3101159723280206','3101159723280207','3101159723310274','3101159723373023','3101159723373025','3101159723373036','3101159723373038','3101159723373058','3101159723373062','3101159723373116','3101159723373128','3101159723373130','3101159723373134','3101159723373142','3101159723373143','3101159723373147','3101159723373152','3101159723373194','3101159723373198','3101159723373210','3101159723373218','3101159723373249','3101159723373385','3101159723390039','3101159723390042','3101159723390045','3101159723390052','3101159723390060','3101159723390061','3101159723390063','3101159723390078','3101159723390106','3101159723390121','3101159723390133','3101159723390140','3101159723390152','3101159723390154','3101159723390158','3101159723390167','3101159723390173','3101159723390174','3101159723390192','3101159723390227','3101159723390228','3101159723390232','3101159723390252','3101159723390256','3101159723390293','3101159723390300','3101159723493002','3101159723503009','3101159723503010','3101159723503014','3101159723503015','3101159723503018','3101159723503020','3101159723503021','3101159723503028','3101159723503039','3101159723503051','3101159723503072','31011598 23503001','3101159822080136','3101159823286192','3101159823313002','3101159823313005','3101159823313006','3101159823313007','3101159823313010','3101159823313011','3101159823313014','3101159823313018','3101159823313019','3101159823313022','3101159823313025','3101159823313028','3101159823313035','3101159823313047','3101159823313051','3101159823313055','3101159823313056','3101159823313060','3101159823313061','3101159823313062','3101159823313064','3101159823313065','3101159823313066','3101159823313069','3101159823313070','3101159823313071','3101159823313073','3101159823313077','3101159823313078','3101159823313080','3101159823313085','3101159823313086','3101159823313087','3101159823313090','3101159823313091','3101159823313092','3101159823313093','3101159823313095','3101159823313096','3101159823313097','3101159823313098','3101159823380006','3101159823380007','3101159823380008','3101159823380013','3101159823380023','3101159823380024','3101159823380025','3101159823380027','3101159823380028','3101159823380030','3101159823380033','3101159823380039','3101159823380045','3101159823380047','3101159823380048','3101159823380092','3101159823403405','3101159823443039','3101159823473030','3101159823473057','3101159823473059','3101159823483049','3101159823483067l','3101159823483087','3101159823483101','3101159823483107','3101159823493100','3101159823496007','3101159823496009','3101159823496011','3101159823496024','3101159823496026','3101159823496031','3101159823496093','3101159823496111','3101159823496112','3101159823496120','3101159823496134','3101159823503006','3101159823503009','3101159823503015','3101159823503017','3101159823503026','3101159823503031','3101159823503035','3101159823503036','3101159823503037','3101159823503038','3101159823503041','3101159823503044 ','3101159823503046','3101159823503050','3101159823513010','3101159823513025','3101159823513036','3101159824020262','3101159824020347','31011599 23460049','3101159921290367','3101159921430326','3101159921430610','3101159922383131','3101159922443492','3101159922443771','3101159922466079','3101159922466114','3101159922466138','3101159922466183','3101159922466201','3101159923013970','3101159923014310','3101159923014450','3101159923173219','3101159923173224','3101159923173246','3101159923173784','3101159923173927','3101159923206012','3101159923206023','3101159923206031','3101159923206049','3101159923206075','3101159923206076','3101159923206078','3101159923206089','3101159923206098','3101159923206099','3101159923206108','3101159923206125','3101159923226019','3101159923226088','3101159923226104','3101159923240037','3101159923240038','3101159923240042','3101159923240064','3101159923240204','3101159923290012','3101159923290020','3101159923290028','3101159923290030','3101159923290051','3101159923290104','3101159923290105','3101159923290138','3101159923313434','3101159923343050','3101159923343061','3101159923380002','3101159923380553','3101159923390021','3101159923390038','3101159923390050','3101159923390054','3101159923390059','3101159923390074','3101159923390079','3101159923410070','3101159923410188','3101159923410368','3101159923453184','3101159923453204','3101159923460002','3101159923460014','3101159923460018','3101159923460023','3101159923460042','3101159923460050','3101159923493037','3101159923493038','3101159923493060','3101159923493095','3101159923493142','3101159923493201','3101159923493221','3101159923493251','3101159923493266','3101159923493272','3101159923493296','3101159923493309','3101159923493348','3101159923493376','3101159923493385','3101159923503007','3101159924020029','3101159924040026','3101159924040030','310115999223206043','3101182323163422','31011867723493069','310118759223560011','31011885023363199','31011949523413018','3101195432245652','31011973123496137','31011998223440155','31012052224220011','3101208421380572','3101234567891234','3101234567891235','3101259723373214','3101352723373166','3101353231260307.05','3101370000004339','3101370000004483','3101498738729123','3101626100027186','3101667724400039','3101805901904420','31018059019056401','310186 CSTG272DVET','3101863722103681','3101863722103696','3101863722104138','3101863722104144','3101863722104215','3101863722104342','3101865323216017','3101865323216019','31018653-2321-6158','3101865323250006','3101865323250011','3101865323250018','3101865323250032','3101865323250052','3101865323250054','3101865323250055','3101865323250058','3101865323250059','3101865323250063','3101865323250065','3101865323250066','3101865323250068','3101865323250070','3101865323250080','3101865323250089','310186553 235000','3101866254240126','31018665 24030042','3101866522490019','3101866523020005','3101866523020020','3101866523090014','3101866523090016','3101866523090038','3101866523090039','3101866523150011','3101866523290098','3101866523290118','3101866523300074','3101866523330202','3101866523330221','3101866523380025','3101866523380027','3101866523380036','3101866523380157','3101866523400001','3101866523400002','3101866523400005','3101866523400019','3101866523400022','3101866523430013','3101866523430018','3101866523430027','3101866523480033','3101866523480038','3101866523480043','3101866523480045','3101866523480047','3101866524030001','3101866524030018','3101866524030025','3101866524030029','3101866524030032','3101866524030035','3101866524030043','3101866524030048','3101866524030051','3101866524030059','3101866524030075','3101866524030077','3101866524030086','3101866524030087','3101866524030088','3101866524030097','3101866524080046','3101866524080080','3101866524080083','3101866524230031','3101866524230107','3101866524240003','3101866524240011','3101866524240047','3101866524240083','3101866524240084','3101866524240089','3101866524240099','3101866524380005','3101866527080007','31018666544080079','31018667 23240065','3101866722310017','3101866722350010','3101866722350103','3101866722350124','3101866722350191','3101866722350206','3101866722370017','3101866722370022','3101866722370424','3101866723210011','3101866723210013','3101866723210075','3101866723210079','3101866723210085','3101866723210086','3101866723210096','3101866723210104','3101866723210109','3101866723210117','3101866723210118','3101866723210123','3101866723220032','3101866723220039','3101866723240066','3101866723240117','3101866723250075','3101866723280003','3101866723280005','3101866723280008','3101866723280010','3101866723280051','310186672328005308','3101866723280054','3101866723280057','3101866724030008','3101866724030016','3101866724030019','3101866724030033','3101866724120058','3101866724120059','3101866724120073','3101866724120081','3101866724120093','3101866724120095','3101866724120112','31018667-2412-0124','3101866724150130','3101866724150212','3101866724150218','3101866923186059','3101866992301649','3101867022460084','3101867023060336','3101867023060350','3101867023060352','3101867023060648','3101867023060649','3101867023060748','3101867023060751','3101867023060757','3101867023060782','3101867023060783','3101867023080011','3101867023080022','3101867023080025','3101867023120002','3101867023260006','3101867023260100','3101867023260203','3101867023260250','3101867023260265','3101867023260296','3101867023260297','3101867023260349','3101867023260352','3101867024140009','3101867024140010','3101867024140021','3101867024160027','3101867024160048','3101867024160063','3101867024160085','3101867024160153','3101867024160159','3101867024160164','3101867024160172','3101867024240043','3101867024240181','3101867024270138','3101867024270147','3101867024270165','3101867024270187','3101867024270312','3101867024270455','310186706224220393','31018672 CO474TWM6','31018672 23450050','31018672 24130038','31018672 24200185','31018672 24200243','31018672 24250023','3101867223253177','3101867223253184','3101867223253255','3101867223253260','3101867223253264','3101867223253279','3101867223253280','3101867223253281','3101867223253283','3101867223253291','3101867223253299','3101867223253303','3101867223253305','3101867223253311','3101867223253314','3101867223253318','3101867223253325','3101867223253326','3101867223253371','3101867223253386','3101867223253402','3101867223253413','3101867223253424','3101867223253436','3101867223253448','3101867223430069','3101867223430079','3101867223450011','3101867223450013','3101867223450015','3101867223450077','3101867223450135','3101867223450164','3101867223450167','3101867223450177','3101867223450178','3101867223450192','3101867223450233','3101867223450264','3101867223450290','3101867223450303','3101867223450359','3101867223450364','3101867223450367','3101867223450373','3101867223450375','3101867223450378','3101867223450379','3101867223450382','3101867223450384','3101867223470010','3101867223470040','3101867223493200','3101867223493220','3101867223493223','3101867223493225','3101867223493243','3101867223493434','3101867223493485','3101867223513013','3101867223513014','3101867223513020','3101867223513028','3101867223513040','3101867223513075','3101867223513094','3101867223513102','3101867223513103','3101867223513109','3101867223513155','3101867223513169','310186722412000222','3101867224120027','3101867224120032','3101867224120034','3101867224120035','3101867224120049','3101867224120068','3101867224120072','3101867224120084','3101867224120085','3101867224120091','3101867224120092','3101867224120098','3101867224120101','3101867224120117','3101867224120192','3101867224120205','3101867224120207','3101867224120209','3101867224120352','3101867224120358','3101867224120390','3101867224120401','3101867224120428','3101867224120442','3101867224120445','3101867224130001','3101867224130005','3101867224130006','3101867224130009 ','3101867224130018','3101867224130020','3101867224130022','3101867224130024','3101867224130029','3101867224130033-G01','3101867224130036','3101867224130039','3101867224130042','3101867224130043','3101867224130046','3101867224130047','3101867224130049','3101867224130051','3101867224130055','3101867224130057','3101867224130058','3101867224130059','3101867224130061','3101867224130062','3101867224130069','3101867224130073','3101867224130074','3101867224130075','3101867224130076','3101867224130079','3101867224130080','3101867224130083','3101867224130086','3101867224130087','3101867224130088','3101867224130089','3101867224130093','3101867224130095','3101867224130100','3101867224130103','3101867224130104','3101867224130105','3101867224130107','3101867224130112','3101867224130120','3101867224130121','3101867224130122','3101867224130128','3101867224200120','3101867224200125','3101867224200166','3101867224200168','3101867224200176','3101867224200196','3101867224200198','3101867224200199','3101867224200200','3101867224200202','3101867224200207','3101867224200217','3101867224200237','3101867224200241','3101867224200245','3101867224200275','3101867224220044','3101867224220060','3101867224220061','3101867224220062','3101867224220396','3101867224220414','3101867224220416','3101867224220430','3101867224220535','3101867224230333','3101867224240175','3101867224240226','3101867224250032','3101867224250036','3101867224250037','3101867224250047','3101867224250048','3101867224250078','3101867224250080','3101867224250088','3101867224250089','3101867224250093','3101867224250138','3101867224250139','3101867224250195','3101867224250197','3101867224250200','3101867224250204','3101867224250207','3101867224250209','3101867224250211','3101867224250276','3101867224250290','3101867224250301','3101867224250308','3101867224250311','3101867224250315','3101867224250321','3101867224250328','3101867224250336','3101867224250358','3101867224290110','3101867224290127','3101867224290236','3101867224290261','3101867224330016','3101867224330022','3101867224330148','3101867224330180','3101867224330181','3101867224330184','3101867224330235','3101867224330243','3101867224330248','3101867224330250','3101867224330282','3101867224330289','3101867224330370','3101867224350102','3101867224390002','3101867224390023','3101867224390027','3101867224390071','3101867224390088','3101867224390092','3101867224390099','3101867224390104','3101867224410030','3101867224410031','3101867224410036','3101867224410041','3101867224410050','3101867224410063','3101867224410068','3101867224410071','3101867224410073','3101867224410074','3101867224410076','3101867224410077','3101867224410081','3101867224410082','3101867224410086','3101867224410088','3101867224410089','3101867523476002','3101867523476003','3101867523476007','3101867523476008','3101867523476009','3101867523476012','3101867523476014','3101867523476015','3101867523476016','3101867523476018','3101867523476026','3101867523476027','3101867523476028','3101867523476031','3101867523476033','3101867523476040','3101867523476042','3101867523476043','3101867523476044','3101867523476050','3101867523476063','3101867523486018','3101867523486026','3101867523486027','3101867523486028 ','3101867523486035','3101867523486041','3101867523486043','3101867524290007','3101867524290017','31018677 23493101','31018677 24200146','31018677 24200228','31018677 24200268','31018677223370013','3101867723303001','3101867723303132','3101867723303133','3101867723303137','3101867723303144','3101867723303207','3101867723360001','3101867723360010','3101867723360013','3101867723360014','3101867723360026','3101867723360031','3101867723360035','3101867723360036 ','3101867723360037','3101867723360039','3101867723360068','3101867723360077','3101867723360095','3101867723360139','3101867723360205','3101867723360210','3101867723360229','3101867723360236','3101867723360268','3101867723360282','3101867723360295','3101867723360328','3101867723360329','3101867723360362','3101867723360388','3101867723360396','3101867723360414','3101867723360415','3101867723370210','3101867723370237','3101867723433020','3101867723433029','3101867723433043','3101867723443001','3101867723443002','3101867723443005','3101867723443006','3101867723443008','3101867723453001','3101867723453002','3101867723453004','3101867723453011','3101867723453012','3101867723453042','3101867723473005','3101867723473011','3101867723473023','3101867723473046','3101867723473051','3101867723493005','3101867723493008','3101867723493012','3101867723493013','3101867723493019','3101867723493022','3101867723493024','3101867723493025','3101867723493033','3101867723493034','3101867723493047','3101867723493051','3101867723493053','3101867723493075','3101867723493076','3101867723493078','3101867723493085','3101867723493088','3101867723493094','3101867723493100','3101867723493102','3101867723493103','3101867723493112','3101867723493116','3101867724030115','3101867724050002','3101867724050010','3101867724050025','3101867724050029','3101867724050032','3101867724050034','3101867724050049','3101867724050050','3101867724120027','3101867724190068','3101867724190094','3101867724200024','3101867724200130','3101867724200150','3101867724200153','3101867724200177','3101867724200180','3101867724200185','3101867724200188','3101867724200189','3101867724200193','3101867724200198','3101867724200200','3101867724200201','3101867724200204','3101867724200209','3101867724200210','3101867724200215','3101867724200216','3101867724200218','3101867724200223','3101867724200231','3101867724200242','3101867724200243','3101867724200247','3101867724200260','3101867724200261','3101867724200266','3101867724220005','3101867724220014','3101867724220017','3101867724220024','3101867724220036','3101867724220042','3101867724220179','3101867724220319','3101867724220536','3101867724240005','3101867724240008','3101867724240011','3101867724240020','3101867724240021','3101867724240036','3101867724240068','3101867724240076','3101867724240083','3101867724240086','3101867724240090','3101867724240104','3101867724240113','3101867724240185','3101867724240228','3101867724240235','3101867724250013','3101867724250083','3101867724250089','3101867724280223','3101867724290002','3101867724290032','3101867724290043','3101867724290050','3101867724330004','3101867724330032','3101867724330037','3101867724330038','3101867724330040','3101867724330068','3101867724330070','3101867724330077','3101867724400001','3101867724400002','3101867724400011','3101867724400017','3101867724400020','3101867724400041','3101867724400044','3101867724400051','3101867724400058','3101867724430098','3101867724430150','3101867724430208','3101867823346060','3101867823346079','3101867823346097','3101867823346104','3101867823346122','3101867823356197','3101867823356223','3101867823356413','3101867823356432','3101867823356452','3101867823356462','3101867823356464','3101867823356465','3101867823356505','3101867823396109','3101867823396135','3101867823396240','3101867823396348','3101867823396382','3101867823396395','3101867823456004','3101867823456025','3101867823456199','3101867823456281','3101867823456282','3101867823456295','3101867823456390','3101867823456393','3101867823456409','3101867823456411','3101867823456418','3101867823456421','3101867823456483','3101867823456490','3101867823456631','3101867823456633','3101867823456635','3101867823456639','3101867823456643','3101867823456651','3101867823456753','3101867824060001','3101867824060002','3101867824060025','3101867824060029','3101867824060042','3101867824060100','3101867824060113','3101867824060135','3101867824060137','3101867824060382','3101867824090718','3101867824090931','3101867824090936','3101867824090946','3101867824140007','3101867824140011','3101867824140014','3101867824140016','3101867824140019','3101867824140021','3101867824140027','3101867824140028','3101867824140038','3101867824140047','3101867824160210','3101867824330166','3101867824330189','3101867824330200','3101867824340004','3101867824340145','3101867824340162','3101867824340163','3101867824340166','3101867824340176','3101867824340177','3101867824340178','3101867824340179','3101867824340188','3101867824340193','3101867824340197','3101867824340201','3101867824340203','3101867824340207','3101867824340216','3101867824340222','3101867824340226','3101867824340227','3101867824340230','3101867824340232','3101867824340233','3101867824420103','3101867824420106','3101867824420107','3101867824420255','3101867824420271','3101867824420319','3101867824420415','3101867824420665','31018679 23383042','31018679 24240956','31018679 24350006','3101867913383070','3101867922334319','3101867923053091','3101867923053098','3101867923053128','3101867923053138','3101867923053144','3101867923053163','3101867923053190','3101867923053218','3101867923053328','3101867923053348','3101867923053506','3101867923053527','3101867923053551','3101867923053775','3101867923053910','3101867923143118','3101867923143482','3101867923186008','3101867923186010','3101867923186014','3101867923186018','3101867923186021','3101867923186023','3101867923186030','3101867923186032','3101867923186041','3101867923186054','3101867923186057','3101867923186058','3101867923186073','3101867923186082','3101867923186084','3101867923186094','3101867923186097','3101867923186098','3101867923186100','3101867923186107','3101867923186110','3101867923186120','3101867923186128','3101867923186131','3101867923186134','3101867923186140','3101867923186160','3101867923186163','3101867923296005','3101867923296006','3101867923296009','3101867923296010','3101867923296013','3101867923296014','3101867923296017','3101867923296022','3101867923296024','3101867923296029','3101867923296031','3101867923296037','3101867923296038','3101867923296039','3101867923296041','3101867923296043','3101867923296048','3101867923296049','3101867923343002','3101867923343003','3101867923343006','3101867923343015','3101867923343017','3101867923343028','3101867923343030','3101867923343032','3101867923343035','3101867923343037','3101867923343043','3101867923343044','3101867923343048','3101867923343054','3101867923343091','3101867923343097','3101867923343105','3101867923343108','3101867923343141','3101867923343163','3101867923343164','3101867923343165','3101867923343167','3101867923343169','3101867923343173','3101867923343175','3101867923343178','3101867923343190','3101867923343191','3101867923343217','3101867923343218','3101867923343226','3101867923343229','3101867923343230','3101867923343235','3101867923343237','3101867923343238','3101867923343239','3101867923343254','3101867923343256','3101867923343277','3101867923343289','3101867923343291','3101867923383001','3101867923383002','3101867923383003','3101867923383009','3101867923383010','3101867923383011','3101867923383012','3101867923383014','3101867923383017','3101867923383019','3101867923383021','3101867923383026','3101867923383027','3101867923383029','3101867923383033','3101867923383034','3101867923383038','3101867923383041','3101867923383044','3101867923383045','3101867923383046','3101867923383056','3101867923383057','3101867923383058','3101867923383059','3101867923383061','3101867923383062','3101867923383063','3101867923383064','3101867923383065','3101867923383066','3101867923383067','3101867923383069','3101867923383070','3101867923383072','3101867923383076','3101867923383077','3101867923383078','3101867923383082','3101867923383083','3101867923383084','3101867923383086','3101867923383087','3101867923383090','3101867923383091','3101867923383093','3101867923383094','3101867923383095','3101867923383096','3101867923383097','3101867923383099','3101867923383100','3101867923383102','3101867923383104','3101867923383106','3101867923383109','3101867923383110','3101867923383112','3101867923383116','3101867923383117','3101867923383118','3101867923383119','3101867923383127','3101867923383138','3101867923383141','3101867923383146','3101867923383154','3101867923383155','3101867923383159','3101867923436045','3101867923443002','3101867923443003','3101867923443004','3101867923443008','3101867923443015','3101867923443017','3101867923443019','3101867923443020','3101867923443021','3101867923443023','3101867923443026','3101867923443027','3101867923443032','3101867923443033','3101867923443036','3101867923443037','3101867923443038','3101867923443039','3101867923443044','3101867923443045','3101867923443046','3101867923476209','3101867923476238','3101867923476242','3101867924200049','3101867924240003','3101867924240004','3101867924240005','3101867924240009','3101867924240010','3101867924240018','3101867924240020','3101867924240027','3101867924240034','3101867924240043','3101867924240045','3101867924240048','3101867924240049','3101867924240051','3101867924240054','3101867924240059','3101867924240060','3101867924240062','3101867924240064','3101867924240065','3101867924240066','3101867924240073','3101867924240076','3101867924240084','3101867924240086','3101867924240091','3101867924240092','3101867924240096','3101867924240097','3101867924250019','3101867924260012','3101867924260021','3101867924260024','3101867924260030','3101867924260033','3101867924260046','3101867924280001','3101867924330026','3101867924330031','3101867924330038','3101867924330043','3101867924330047','3101867924350002','3101867924350011','3101867924350012','3101867924350017','3101867924350031','3101867924350035','3101867924350042','3101867924350047','3101867924350077','3101867924350078','3101867924350085','3101867924350107','3101867924350110','3101867924350130','3101867924420004','3101867924420018','3101867924420039','3101867924420059','3101867924420060','3101867924420071','3101867924420074','3101867924420075','3101867924420085','3101867924420097','3101867924420122','3101867924420193','3101867924420196','3101867924420202','3101867924420241','3101867924420242','3101867924420267','3101867924420272','3101867924420277','3101867924420284','3101867924420285','3101867924420292','3101867924420299','3101867924420318','3101867924420350','3101868023363677','3101868023363690','3101868023363973','3101868023363976','3101868023363980','3101868023363981','3101868023363997','3101868023363998','3101868023364009','3101868023364029','3101868023364040','3101868023364067','3101868023364094','3101868023364102','31018699 23487193','31018699 24040145','3101869915046005','3101869922346004','3101869922346011','3101869922346040','3101869922346117','3101869922346138','3101869922356087','3101869922356088','3101869922356163','3101869922356354','3101869922373020','3101869922373024','3101869922373052','3101869922373063','3101869922373073','3101869922373077','3101869922373090','3101869922373099','3101869922503374','3101869923016027','3101869923016143','3101869923016186','3101869923016212','3101869923016252','3101869923016253','3101869923016258','3101869923016423','3101869923016437','3101869923016527','3101869923016533','3101869923016556','3101869923066143','31018699232283012','3101869923263350','3101869923283009','3101869923283022','3101869923283036','3101869923283070','3101869923283094','3101869923283155','3101869923283181','3101869923283192','3101869923293032','3101869923293047','3101869923293051','3101869923323196','3101869923373074','3101869923383006','3101869923383036','3101869923383129','3101869923383150','3101869923383151','3101869923383165','3101869923383167','3101869923383210','3101869923446129','3101869923446147','3101869923446180','3101869923446198','3101869923446200','3101869923446244','3101869923453002','3101869923453021','3101869923453023','3101869923453034','3101869923453061','3101869923453072','3101869923463039','3101869923463049','3101869923463067','3101869923463091','3101869923463118','3101869923463184','3101869923463206','3101869923463208','3101869923463228','3101869923486236','3101869924030001','3101869924030004','3101869924030006','3101869924030007','3101869924030008','3101869924030012','3101869924030023','3101869924030024','3101869924030027','3101869924030028','3101869924030035','3101869924030040','3101869924030042','3101869924030044','3101869924030046','3101869924030048','3101869924030051','3101869924040015','3101869924040022','3101869924040045','3101869924040049','3101869924040056','3101869924040061','3101869924040071','3101869924040073','3101869924040079','3101869924040083','3101869924040109','3101869924040116','3101869924040129','310186992404013728','3101869924040142','3101869924040143','3101869924100023','3101869924180015','3101869924180030','3101869924180049','3101869924180060','3101869924180068','3101869924180070','3101869924180088','3101869924180090','3101869924200011','3101869924200040','3101869924230052','3101869924230057','3101869924230058','3101869924230061','3101869924230073','3101869924230075','3101869924230080','3101869924230099','3101869924250005','3101869924250015','3101869924250023','3101869924250026','3101869924250027','3101869924450120','3101869924450123','31018709 23500033','3101875424280080','31018756 24280005','3101875622325000','3101875623133118','3101875623133146','3101875623140075','3101875623163003','3101875623196009','3101875623196018','3101875623196019','3101875623196029','3101875623196030','3101875623196033','3101875623196035','3101875623196036','3101875623196038','3101875623196042','3101875623240058','3101875623250002','3101875623250007','3101875623250013','3101875623250019','3101875623250023','3101875623250025','3101875623250034','3101875623250036','3101875623250040','3101875624280004','3101875624280014','3101875624280025','3101875624280028','3101875624280094','3101875624280098','3101875624280103','3101875624280106','3101875624280108','3101875624280121','3101875624280124','3101875624280128','3101875624280132','3101875624280141','3101875624280150','3101875624280163','3101875624280169','3101875624280185','3101875624280202','3101875624280205','3101875624320007','3101875624320024','3101875624320028','3101875624320029','3101875624320050','3101875624320055','3101875624320066','3101875624320074','3101875624320088','3101875624320089','3101875624320132','3101875624320158','3101875624320167','3101875624320196','3101875624320200','3101875624320232','3101875624320235','3101875624320252','3101875624320275','3101875624320282','3101875624320289','3101875624330002','3101875624330012','3101875624330033','3101875624330035','3101875624330041','3101875821251478','3101875821252467','3101875821261171','3101875821261337','3101875821261347','3101875821310068','3101875821310540','3101875822180143','3101875823100029','3101875823100048','3101875823100049','3101875823100051','3101875823100064','3101875823100072','3101875823100079','3101875823100085','3101875823100098','3101875823140044','3101875823140108','3101875823140143','3101875823140147','3101875823140155','3101875823140168','3101875823140173','3101875823140174','3101875823140181','3101875823140183','3101875823140186','3101875823140192','3101875823140193','3101875823140194','3101875823140198','3101875823140199','3101875823140200','3101875823140201','3101875823140204','3101875823140209','3101875823210337','3101875921290068','3101875921290115','3101875921290117','3101875921290142','3101875921310125','3101875922300101','3101875922300784','3101875922300891','3101875922300925','3101875922300926','3101875922300979','3101875922300984','3101875922301007','3101875922301009','3101875922350029','3101875922350033','3101875922350044','3101875922350047','3101875922350049','3101875922350075','3101875922350080','3101875922350088','3101875922350090','3101875922350095','3101875922350100','3101875922350158','3101875922350196','3101875922350211','3101875922350212','3101875922350214','3101875922350223','3101875922350226','3101875922350231','3101875922350302','3101875922350303','3101875922350304','3101875922350306','3101875922350313','3101875922350315','3101875922350317','3101875922350326','3101875922350327','3101875922350337','3101876321440008','3101876724120022','3101880723306370','3101880724150016','31018809 23443068','3101880922233010','3101880922233015','3101880922233025','3101880922233035','3101880922363037','3101880922373012','3101880922373026','3101880922436012','3101880923063013','3101880923063040','3101880923063049','3101880923113027','3101880923146015','3101880923383016','3101880923383026','3101880923383029','3101880923383032','3101880923383033','3101880923383041','3101880923383060','3101880923383065','3101880923426023','3101880923426032','3101880923426038','3101880923426046','3101880923443010','3101880923443017','3101880923443029','3101880923443031','3101880923443033','3101880923443034','3101880923443043','3101880923443044','3101880923443053','3101880923443055','3101880923443069','3101880923466002','3101880923466008','3101880923493009','3101880923493010','3101880923493016','3101880923493021','3101880923493025','3101880923493030','3101880923493032','3101880923493035','3101880923493037','3101880923493038','3101880923493043','3101880923493044','3101880923493045','31018809234933001','3101880924030016','3101880924120003','31018810 23253457','31018810 24260104','3101881021333208','3101881022223038','3101881022223083','3101881022223102','3101881022223109','3101881022223128','3101881022353005','3101881022353011','3101881022353014','3101881022353023','3101881022353037','3101881022353045','3101881022353050','3101881022373003','3101881022373007','3101881022373016','3101881022373037','3101881022373046','3101881022373048','3101881022373067','3101881022373069','3101881022373081','3101881022373095','3101881023013086','3101881023166010','3101881023166017','3101881023166020','3101881023166028','3101881023166045','3101881023166050','3101881023213091','3101881023225323','3101881023233004','3101881023233005','3101881023233007','3101881023233014','3101881023233017','3101881023233022','3101881023233026','3101881023233031','3101881023233037','3101881023233048','3101881023233050','3101881023253009','3101881023253014','3101881023253020','3101881023253025','3101881023253030','3101881023253062','3101881023253081','3101881023253094','3101881023253156','3101881023253209','3101881023253210','3101881023253212','3101881023253213','3101881023253215','3101881023253219','3101881023253220','3101881023253230','3101881023253249','3101881023253259','3101881023253269','3101881023253285','3101881023253304','3101881023253362','3101881023253368','3101881023253378','3101881023253380','3101881023253395','3101881023253410','3101881023253422','3101881023253426','3101881023253436','3101881023253449','3101881023253458','3101881023253474','3101881023323005','3101881023323018','3101881023323022','3101881023323026','3101881023323033','3101881023473018','3101881024020022','3101881024020135','3101881024020138','3101881024020170','3101881024020190','3101881024020276','3101881024020278','3101881024020287','3101881024020291','3101881024020293','3101881024020316','3101881024020333','3101881024020341','3101881024020384','3101881024020529','3101881024020561','3101881024020580','3101881024020591','3101881024020603','3101881024020615','3101881024020634','3101881024020639','3101881024020646','3101881024020691','3101881024020694','3101881024020695','3101881024020709','3101881024020710','3101881024020719','3101881024020721','3101881024020723','3101881024030090','31018810242260019','3101881024260001','3101881024260005','3101881024260030','3101881024260035','3101881024260047','3101881024260050','3101881024260058','3101881024260061','3101881024260067','3101881024260069','3101881024260071','3101881024260073','3101881024260075','3101881024260079','3101881024260086','3101881024260087','3101881024260092','3101881024260108','3101881024260110','3101881024260112','3101881024260126','3101881024260140','3101881024260148','3101881024320011','3101881024320036','3101881024320042','3101881024320055','3101881024320068','3101881024320072','3101881024320073','3101881024320101','31018811123506175','3101881122326028','3101881122436005','3101881122436013','3101881122436039','3101881122436046','3101881122436049','3101881122436050','3101881122466001','3101881122466042','3101881122466043','3101881122466046','3101881123196010','3101881123196041','3101881123256034','3101881123256042','3101881123386032','3101881123456010','3101881123456024','3101881123486019','3101881123486022','3101881123486023','3101881123486051','3101881123486078','3101881123506004','3101881123506019','3101881123506030','3101881123506032','3101881123506104','3101881123506127','3101881123506176','3101881124240167','3101881124240226','3101881124260023','3101881124260024','3101881124260033','3101881124260038','3101881124260049','3101881124310106','3101881124340021','3101881124340022','3101881124340100','3101881124340106','3101881124340151','3101881124340152','3101881124340171','3101881124370171','3101881124420132','3101881124470043','31018816 23306050','3101881622176004','3101881622176008','3101881622176013','3101881622176014','3101881623033018','3101881623076020','3101881623076021','3101881623076022','3101881623076032','3101881623076033','3101881623076035','3101881623076037','3101881623076061','3101881623076079','3101881623146004','3101881623146006','3101881623146008','3101881623146014','3101881623146018','3101881623146019','3101881623146024','3101881623146045','3101881623146046','3101881623146049','3101881623166001','3101881623166019','3101881623166026','3101881623166037','3101881623166045','3101881623166050','3101881623186025','3101881623186046','3101881623276037','3101881623276044','3101881623296001','3101881623296007','3101881623296009','3101881623296058','3101881623306009','3101881623306055','3101881623306082','3101881623306104','3101881623306112','3101881623306400','3101881623386010','3101881623386040','3101881623496246','3101881623496384','3101881623516029','3101881624030009','3101881624030317','3101881624080029','3101881624080041','3101881624090002','3101881624090006','3101881624090016','3101881624090017','3101881624090018','3101881624090019','3101881624090022','3101881624090023','3101881624090029','3101881624090030','3101881624090031','3101881624090032','3101881624090033','3101881624090035','3101881624090042','3101881624090045','3101881624090047','3101881722023030','3101881722023149','3101881722023218','3101881722156039','3101881722186006','3101881723103046','3101881723103072','3101881723126017','3101881723246021','3101881723246044','3101881723286002','3101881723286015','3101881723316054','3101881723316057','3101881723316120','3101881723316124','3101881723326003','3101881723346007','3101881723346026','3101881723346039','3101881723346047','3101881723446057','3101881723456002','3101881723456016','3101881723456019','3101881723456022','3101881723456026','3101881723456028','3101881723456030','3101881723456041','3101881723456044','3101881723456048','3101881723456049','3101881723496030','3101881724020009','3101881724020028','3101881724020042','3101881724020044','3101881724020045','3101881724020054','3101881724020062','3101881724020111','3101881724030002','3101881724030024','3101881724030026','3101881724130042 ','3101881724130048','3101881724130054','3101881724130059','3101881724140023','3101882122226057','3101882123463065','3101882123463074','3101882124060001','3101882124060010','3101882124060144','3101882323056131','3101882323056147','3101882323066266','3101882323143054','3101882323143058','3101882323143060','3101882323143075','3101882323143080','3101882323163010','3101882323163013','3101882323163020','3101882323163026','3101882323163033','3101882323163034','3101882323163036','3101882323163038','3101882323163235','3101882323163369','3101882323163386','3101882323163391','3101882323163395','3101882323163397','3101882323163403','3101882323183014','3101882323183017','3101882323183022','3101882323183028','3101882323183042','3101882323183046','3101882323203347','3101882323273006','3101882323273020','3101882323273032','3101882323273042','3101882323273044','3101882323273048','3101882323313018','3101882323313050','3101882323323001','3101882323323005','3101882323323006','3101882323323012','3101882323323015','3101882323323019','3101882323323023','3101882323323024','3101882323323026','3101882323323027','3101882323323028','3101882323323031','3101882323323035','3101882323323040','3101882323323044','3101882323323050','3101882323363025','3101882323363034','3101882323363040','3101882323363043','3101882323363045','3101882323363050','3101882323363110','3101882323363123','3101882323363141','3101882323363142','3101882323363148','3101882323363150','3101882323363161','3101882323363162','3101882323363181','3101882323363258','3101882323446054','3101882323446093','3101882323446101','3101882323446104','3101882323446108','3101882323446109','3101882323446142','3101882323446145','3101882323446146','3101882323446151','3101882323446166','3101882323446176','3101882323446184','3101882323506009','3101882324030019','3101882324030028','3101882324030047','3101882324030048','3101882324030087','3101882324040015','3101882324040018','3101882324040022','3101882324040027','3101882324040037','3101882324040048','3101882324150058','3101882324210023','3101882324210027','3101882324210031','3101882324210069','3101882324210070','3101882324210071','3101882324210074','3101882324210076','3101882324210080','3101882324280002','3101882324300009','3101882324300037','3101882324300039','3101882324320326','3101882324330001','3101882324350035','3101882324350080','3101882324350167','3101882324350171','3101882324350217','3101882324400019','3101882324460013','3101882324460046','31018825 24340140','3101882523013003','3101882523013046','3101882523023009','3101882523023057','3101882523023063','3101882523023179','3101882523023287','3101882523023311','3101882523023322','3101882523023323','3101882523053118','3101882523063061','3101882523096449','3101882523096554','3101882523243072','3101882523263031','3101882523263036','3101882523263042','3101882523263043','3101882523263046','3101882523263048','3101882523263049','3101882523263238','3101882523263352','3101882523263368','3101882523263372','3101882523263392','3101882523263456','3101882523263459','3101882523263460','3101882523263476','3101882523283109','3101882523283229','3101882523283252','3101882523300024','3101882523300031','3101882523300065','3101882523300087','3101882523300124','3101882523300132','3101882523300139','3101882523343182','3101882523343437','3101882523343510','3101882523343519','3101882523343523','3101882523343531','3101882523483009','3101882523483022','3101882523483337','3101882523493229','3101882524060367','3101882524190006','3101882524190033','3101882524190039','3101882524200350','3101882524200592','3101882524200612','3101882524200676','3101882524200842','3101882524270178','3101882524270194','3101882524280042','3101882524350171','3101882524410030','3101882524410036','3101882524410040 ','3101882524410050','310188252523483304','310188262230330039','3101882623033002','3101882623056030','3101882623076201','3101882623096002','3101882623096007','3101882623146008','3101882623146010','3101882623146021','3101882623146035','3101882623146044','3101882623146046','3101882623146047','3101882623146048','3101882623146053','3101882623146061','3101882623146067','3101882623146073','3101882623146077','3101882623146099','3101882623146105','3101882623146114','3101882623146136','3101882623286003','3101882623286011','3101882623286012','3101882623286017','3101882623286019','3101882623286025','3101882623286030','3101882623286032','3101882623286033','3101882623286034','3101882623286035','3101882623286036','3101882623286037','3101882623286038','3101882623286043','3101882623286050','3101882623496020','3101882623496034','3101882623496036','3101882624030003','3101882624030007','3101882624030008','3101882624030011','3101882624030012','3101882624030021','3101882624030024','3101882624030031','3101882624030033','3101882624030034','3101882624030035','3101882624030037','3101882624030049','3101882624030050','3101882624380010','3101882624380039','3101882624380046','3101882624480004','3101882624480005','3101882624480058','3101882624480081','3101882624480145','3101882624480161','31018827 23446957','3101882714310018','3101882723446034','3101882723446060','3101882723446070','3101882723446085','3101882723446441','3101882723446447','3101882723446861','3101882723446935','3101882723446936','3101882723446951','3101882723446972','3101882723447027','3101882724280018','3101882724280037','3101882724310015','3101882724310102','3101882724310162','3101882724310167','3101883022476012','3101883022476015','3101883022476029','3101883022476031','3101883022476034','3101883022476037','3101883022476038','3101883022476039','3101883022476040','3101883022476043','3101883022476045','3101883022476048','3101883022476049','3101883023096002','3101883023096009','3101883023096018','3101883023256025','3101883023256041','3101883023256045','3101883023256050','3101883023256055','3101883023256059','3101883023256065','3101883023256076','3101883023256081','3101883023256082','3101883023256106','3101883023256158','3101883023506009','3101883023506098','3101883023506108','3101883024090005','3101883024090053','3101883024090055','3101883122266006','3101883122266014','3101883122266019','3101883122266020','3101883122266022','3101883122266024','3101883122266028','3101883122266029','3101883122266047','3101883122353042','3101883122353049','3101883123023032','3101883123023048','3101883123083011','3101883123183011','3101883123183012','3101883123183017','3101883123183030 ','3101883123183040','3101883123183050','3101883123473035','3101883123473043','3101883123473050','3101883123473051','3101883123473052','-3101883123473053','3101883123473057','3101883123473060','3101883123473064','3101883123473068','3101883124030001','3101883124030003','3101883124030026','310188312403002718. ','3101883124030028','3101883124030029','3101883124030032','3101883124030033','3101883124030038','3101883124030040','3101883124030045','3101883124030047','3101883124030049','3101883124260008','3101883124260021','3101883124260037','3101883124270062','3101883124270151','3101883124450042','31018840 23166015','3101884022433017','3101884022433018','3101884022433021','3101884022433032','3101884022436283','3101884022446068','3101884022446203','3101884022483002','3101884022483003','3101884022483005','3101884022483007','3101884022483018','3101884022483020','3101884022483022','3101884022483027','3101884022483036','3101884022483040','3101884022483046','3101884022483047','3101884022483048','3101884022493006','3101884022493017','3101884022493023','3101884022493028','3101884022493029','3101884022493030','3101884023013005','3101884023013026','3101884023013054','3101884023083088','3101884023166050','3101884023183009','3101884023183111','3101884023213157','3101884023226017','3101884023226024','3101884023226025','3101884023226030','3101884023226038','3101884023226039','3101884023226059','3101884023226061','3101884023226062','3101884023313003','3101884023313007','3101884023313008','3101884023313009','3101884023313013','3101884023313025','3101884023313027','3101884023313028','3101884023313029','3101884023313032','3101884023313037','3101884023313047','3101884023313053','3101884023313058','3101884023313063','3101884023313064','3101884023313067','3101884023313071','3101884023313074','3101884023313075','3101884023313076','3101884023313077','3101884023313078','3101884023313083','3101884023313084','3101884023313086','3101884023313090','3101884023313095','3101884023313097','3101884023313098','3101884023313099','3101884023313100','3101884023313101','3101884023313104','3101884023313106','3101884023313107','3101884023313108','3101884023313110','3101884023313116','3101884023313117','3101884023313118','3101884023313119','3101884023313120','3101884023313123','3101884023313124','3101884023313125','3101884023313129','3101884023373002','3101884023403006','3101884023426062','3101884023513025','3101884023513047','3101884023513078','3101884023513090','3101884023513092','31018840240200003','3101884024020014','3101884024020040','3101884024060052','3101884024060053','3101884024060065','3101884024060068','3101884024060076','3101884024060096','3101884024060106','3101884024080027','3101884024230135','31018840RO1494DWMT/1','3101884122433705','3101884123033161','3101884123063025','3101884123063065','3101884123063299','3101884123063304','3101884123063308','3101884123063413','3101884123103075','3101884123133845','3101884123233010','3101884123233014','3101884123233020','3101884123233026','3101884123233050','3101884123233054','3101884123233099','3101884123233110','3101884123233116','3101884123233122','3101884123273005','3101884123273006','3101884123273019','3101884123273046','3101884123370251','3101884123373053','3101884123456009','3101884123456048','3101884123456071','3101884123456082','3101884123456084','3101884123456087','3101884123456089','3101884123456090','3101884123456223','3101884123456241','3101884123456248','3101884123516011','3101884123516022','3101884123516025','3101884123516027','3101884124420038','31018843 23230248','31018843 24270072','3101884322466036','3101884322483055','3101884322483063','310188432248308830.8','3101884322483099','3101884322483108','3101884322483110','3101884322483120','3101884322483152','3101884322483165','3101884322483170','3101884322483215','3101884322483271','3101884322483274','3101884322483290','3101884322483304','3101884322483306','3101884322483310','3101884322483311','3101884323023006','3101884323023020','3101884323023034','3101884323023045','3101884323023069','3101884323023113','3101884323023136','3101884323023153','3101884323023189','3101884323023230','3101884323166054','3101884323166089','3101884323166096','3101884323166106','3101884323166112','3101884323223002','3101884323223013','3101884323223016','3101884323223184','3101884323223190','3101884323223191','3101884323223192','3101884323223194','3101884323223202','3101884323223204','3101884323223213','3101884323223215','3101884323223216','3101884323223230','3101884323223233','3101884323223243','3101884323230079','3101884323230087','3101884323230088','3101884323230090','3101884323230092','3101884323230095','3101884323230096','3101884323230104','3101884323230107','3101884323230128','3101884323230218','3101884323230244','3101884323230252','3101884323263009','3101884323263017','3101884323263028','3101884323263045','3101884323263052','3101884323263149','3101884323263189','3101884323263192','3101884323263193','3101884323263194','3101884323263195','3101884323263197','3101884323263203','3101884323263211','3101884323263220','3101884323263225','3101884323263254','3101884323263280','3101884323263287','3101884323263291','3101884323263303','3101884323263308','3101884323263322','3101884323263331','3101884323263339','3101884323263344','3101884323263376','3101884323376022','3101884323386006','3101884323386012','310188432338601530','3101884323386016','3101884323386018','3101884323386024','3101884323386025','3101884323386029','3101884323386030','3101884323386032','3101884323386036','3101884323386042','3101884323386046','3101884323436008','3101884323436026','3101884323436033','3101884323436040','3101884323436048','3101884323473016','3101884323473021','3101884323473023','3101884323473031','3101884323473034','3101884323473036','3101884323473037','3101884323473039','3101884323473042','3101884323483001','3101884323483002','3101884323483003','3101884323483009','3101884323483010','3101884323483012','3101884323483017','3101884323483020','3101884323483021','3101884323483022','3101884323483023','3101884323483025','3101884323483030','3101884323483031','3101884323483032','3101884323483042','3101884323483043','3101884323483044','3101884323483045','3101884323483046','3101884323483048','3101884323483052','3101884323483057','3101884323483058','3101884323483063','3101884323483064','3101884323483065','3101884323493027','3101884323516001','3101884323516002','3101884323516017','3101884323516022','3101884323516023','3101884323516027','3101884323516028','3101884323516036','3101884323516038','3101884323516039','3101884323516042','3101884323516048','3101884324230028','3101884324240077','3101884324240103','3101884324240107','3101884324240111','3101884324270011','3101884324270012','3101884324270023','3101884324270024','3101884324270042','3101884324270043','3101884324270046','3101884324270055','3101884324270067','3101884324270068','3101884324270070','3101884324270125','3101884324300002','3101884324300021','3101884324300022','3101884324300028','3101884324300034','3101884324300045','3101884324300048','3101884324340025','3101884324410002','3101884324410027','3101884324410053','3101884324410058','3101884324410059','3101884324410070','3101884324410071','3101884324410072','3101884324410073','3101884324410079','3101884324410085','3101884523363004','3101884523363006','3101884523363011','3101884523363016','3101884523363019','3101884523363025','3101884523363028','3101884523363032','3101884523363040','3101884523363041','3101884523363044','3101884523363048','3101884523363052','3101884523363056','3101884523363059','3101884523363061','3101884523363067','3101884523363070','3101884523363071','3101884523363072','3101884523363078','3101884523363079','3101884523363082','3101884523363091','3101884523363093','3101884523363096','3101884523363099','3101884523363112','3101884523363128','3101884523363133','3101884523363145','3101884523373186','3101884523373189','3101884523373197','3101884523373230','3101884523373232','3101884523373248','3101884523373256','3101884523373265','3101884523373274','3101884523373279','3101884523373290','3101884523373294','3101884523373314','3101884523373316','3101884523373320','3101884523373325','3101884523373327','3101884523373337','3101884523373341','3101884523373399','3101884523373446','3101884523373449','3101884523373450','3101884523373470','3101884523373487','3101884523373497','31018850 23313162','31018850 23363430','31018850223313114','3101885022493039','3101885023016006','3101885023016060','3101885023016082','3101885023016087','3101885023016088','3101885023016094','3101885023056060','3101885023056114','3101885023056115','3101885023056155','3101885023056161','3101885023056163','3101885023066327','3101885023113008','3101885023143137','3101885023143171','3101885023143176','3101885023143189','3101885023143207','3101885023143237','3101885023143306','3101885023143313','3101885023143319','3101885023143323','3101885023143325','3101885023143432','3101885023153035','3101885023153113','3101885023153116','3101885023153167','3101885023153179','3101885023153180','3101885023163004','3101885023163068','3101885023163071','3101885023163128','3101885023213006','3101885023213007','3101885023213011','3101885023213013','3101885023213014','3101885023213015','3101885023213024','3101885023213039','3101885023213053','3101885023213055','3101885023213057','3101885023213067','3101885023213071','3101885023213079','3101885023213086','3101885023213087','3101885023213090','3101885023213108','3101885023273020','3101885023273030','3101885023273064','3101885023273079','3101885023273083','3101885023273088','3101885023293047','3101885023293049','3101885023293101','3101885023303013','3101885023303059','3101885023303068','3101885023303071','3101885023303077','3101885023303079','3101885023303089','3101885023303095','3101885023303157','3101885023303169','3101885023303170','3101885023303186','3101885023303187','3101885023303189','3101885023303191','3101885023303194','3101885023303195','3101885023303199','3101885023303204','3101885023303208','3101885023303281','3101885023303294','3101885023303303','31018850233033300','3101885023303505','3101885023303525','3101885023303533','3101885023303539','3101885023303543','3101885023313008','3101885023313043','3101885023313049','3101885023313064','310-1885023313064','3101885023313083','3101885023313106','3101885023313116','3101885023313169','3101885023313188','3101885023323040','3101885023323161','3101885023363006','3101885023363024','3101885023363027','3101885023363045','3101885023363058','3101885023363187','3101885023363200','3101885023363211','3101885023363223','3101885023363235','3101885023363245','3101885023363247','3101885023363251','3101885023363253','3101885023363255','3101885023363274','3101885023363365','3101885023363421','3101885023373088','3101885023383523','3101885023383749','3101885023383769','3101885023383900','3101885023403001','3101885023403016','3101885023403057','3101885023403085','3101885023433005','3101885023433032','3101885023433048','3101885023433050','3101885023433052','3101885023433063','3101885023433071','3101885023433109','3101885023433126','3101885023433141','3101885023433155','3101885023433166','31018850234931342','3101885023493166','3101885023493218','3101885023493219','3101885023493220','3101885023493225','3101885023493226','3101885024020112','3101885024020129','3101885024030018','3101885024030036','3101885024030050','3101885024060074','3101885024060075','3101885024060083','3101885024060087','3101885024060089','3101885024060218','3101885024060240','3101885024060247','3101885024060286','3101885024180131','3101885024270313','3101885024270340','3101885024270374','3101885024280005','3101885024280030','3101885024280038','3101885024290002','3101885024290010','3101885024290018','3101885024290027','3101885024290032','3101885024290035','3101885024290042','3101885024300022','3101885024300040','3101885024300047','3101885024380059','3101885024380095','3101885024380119','3101885024380123','3101885024380124','3101885223056047','3101885223146029','3101885223166347','3101885223166361','3101885223166377','3101885223166386','3101885223166387','3101885223166390','3101885223236070','3101885223256075','3101885223256088','3101885223256089','3101885223256090','3101885223256091','3101885223256115','3101885223366018','3101885223406005','3101885223483018','3101885224330005','3101885623353001','3101885623353002','3101885623353006','3101885623353023','3101885623353035','3101885623353043','3101885623353045','31018856233703005','3101885623373006','3101885623373011','3101885623373013','3101885623373017','3101885623373019','3101885623373020','3101885623373021','3101885623373025','3101885623373031','3101885623373034','3101885623373036','3101885623373038','3101885623373043','3101885623373045','3101885623373052','31018858 24060034','31018858223333052','3101885822473004','3101885822473005','3101885822473006','3101885822473013','3101885822473031','3101885822473033','3101885822473037','3101885822473045','3101885822473046','3101885822473050','3101885822516071','3101885823016014','3101885823016088','3101885823016098','3101885823016099','3101885823016101','3101885823253006','3101885823253011','3101885823253013','3101885823253020','3101885823253028','3101885823253045','3101885823253048','3101885823332050','3101885823333011','3101885823333012','3101885823333016','3101885823333030','3101885823333033','3101885823333039','3101885823413015','3101885823413057','3101885823413071','3101885823513035','3101885824060015','3101885824160004','3101885824160005','3101885824160008','3101885824160017','3101885824160021','3101885824160030','3101885824160032','3101885824160043','3101885824160044','3101885824160050','31018859224020261','3101885923056003','3101885923056004','3101885923056016','3101885923056028','3101885923056046','3101885923096048','3101885923096051','3101885923096056','3101885923096106','3101885923096109','3101885923186006','3101885923186008','3101885923186047','3101885923226005','3101885923226051','3101885923226063','3101885923276153','3101885923276205','3101885923276214','3101885923276222','3101885923276240','3101885923276241','3101885923276249','3101885923276251','3101885923276252','3101885923276257','3101885923276262','3101885923276268','3101885923276271','3101885923276276','3101885923276280','3101885923276281','3101885923276287','3101885923276301','3101885923326010','3101885923326026','3101885923326047','3101885923356060','3101885923356066','3101885923356079','3101885923356149','3101885923496044','3101885924020181','3101885924020232','3101885924020235','3101885924020261','3101885924020265','3101885924020602','3101885924020604','3101885924020605','3101885924020620','3101885924020623','3101885924060001','3101885924060018','3101885924060020','3101885924060030','3101885924060038','3101885924300623','3101885924370032','3101885924420093','3101885924420105','3101885924420269 ','3101886124180167','3101886223456047','3101886224030022','3101886224030024','3101886224030025','3101886224030026','3101886224030029','3101886224030031','3101886224030040','3101886224030051','3101886224060009','3101886224060014','3101886224060030','3101886224060034','3101886224090002','3101886224090018','3101886224090031','3101886224090032','3101886224100013','3101886224100037','3101886224100039','3101886224100043','3101886224100048','3101886224100056','3101886224100094','31018871224360027','3101887122436003','3101887122436006','3101887122436007','3101887122436008','3101887122436013','3101887122436014','3101887122436019','3101887122436023','3101887122436030','3101887122436032','3101887122436036','3101887122436037','3101887122436040','3101887122436043','3101887122436044','3101887122436050','3101887122436051','3101887122436055','3101887122436056','3101887122493007','3101887122493026','3101887122493037','3101887122503004','3101887122503013','3101887122503036','3101887122503044','3101887123156001','3101887123183028','3101887123193006','3101887123193016','3101887123193017','3101887123193018','3101887123193019','3101887123193023','3101887123193028','3101887123193033 ','3101887123193046','3101887123213039','3101887123213042','3101887724030113','3101887924330023','31018882134060017','31018884323023069','3101894024160018','3101897124110047','31018999202480504','3101915423080006','3101915423080023','3101915423080025','3101915423080043','3101915423160005','3101915423160031','3101915423160033','3101915423160035','3101915423160036','3101915423160039','31019156 22450086','3101915622450073','3101915622460023','3101915622460046','3101915622460059','3101915622460061','3101915622460095','3101915622460112','3101915622460127','3101915622460158','3101915622460163','3101915622460223','3101915622460245','3101915622460246','3101915622460248','3101915622520019','3101915622520035','3101915622520039','3101915622520047','31019156235000034','3101915623500007','3101915623500023','3101915623500025','3101915623500026','3101915624020004','3101915624020034','3101915624020035','3101915624020038','3101915624020046','3101915624020048','3101916224050022','3101916224050027','3101916224050031','3101916224050042','3101916224050045','3101916224050050','3101916224050063','3101916224050085','3101919023386009','3101919023386010','3101919023386016','3101919023386017','3101919023386019','3101919023386021','3101919023386027','3101919023386030','3101919023386036','3101919023386040','3101919023386043','3101919023386045','3101919023386054','3101919023386055','3101919023386058','3101919023386059','3101919023386064','3101919023386068','3101919023386071','3101919023386073','3101919023386075','3101919023386084','3101919023386090','3101919023386094','3101919023386097','3101919023386098','3101919024450081','3101923623066058','3101923623066065','3101923623066072','3101923623066088','3101923623066089','3101923623066100','3101923623083039','3101923623083049','3101923623113040','3101923623113050','310192372 308324','3101923723083001','3101923723083003','3101923723083005','3101923723083007','3101923723083010','3101923723083011','3101923723083015','3101923723083018','3101923723083020','3101923723083021','3101923723083026','3101923723083029','3101923723083031','3101923723083034','3101923723083040','3101923723083041','3101923723083043','3101923723083047','3101923723083048','3101923823096013','3101923823096023','3101923823096024','3101923823096032','3101923823096035','3101923823096040','3101923823096049','3101923923033002','3101923923033006','3101923923033015','3101923923033019','3101923923033023','3101923923033034','3101923923033035','3101923923033037','3101923923033048','3101928023366007','3101928023366043','3101928023366048','3101928023486007','3101928023486008','3101928023486010','3101928023486011','3101928023486015','3101928023486016','3101928023486018','3101928023486026','3101928023486031','3101928023486036','3101928023486040','3101928024030004','3101928024030007','3101928024030029','3101928024030030','3101928024380004','3101928024380021','3101944322456192','31019457 24160512','31019457 24170085','31019457 24340728','3101945722345316','3101945723310055','3101945723310086','3101945723310089','3101945723310104','3101945723310132','3101945723310170','3101945723310210','3101945723310230','3101945723313003','3101945723313042','3101945723313045','3101945723313074','3101945723380637','3101945723381058','3101945723381110','3101945723381172','3101945723420030','3101945723420092','3101945723453079','3101945723453119','3101945723453125','3101945723453140','3101945723453146','3101945723453150','3101945723453163','3101945723453164','3101945723453167','3101945723453201','3101945723453209','3101945723453212','3101945723453262','3101945723453271','3101945723453276','3101945723453376','3101945723453392','3101945723453435','3101945723453479','3101945723453483','3101945723453487','3101945724030715','3101945724031010','3101945724160012','3101945724160089','3101945724160091','3101945724160099','3101945724160179','3101945724160304','3101945724160339','3101945724160386','3101945724160609','3101945724160638','3101945724160641','3101945724170067','3101945724170072','3101945724170079','3101945724170083','3101945724170087','3101945724170323','3101945724170332','3101945724170336','3101945724170345','3101945724260286','3101945724260342','3101945724260346','3101945724260405','3101945724280178','3101945724330172','3101945724330208','3101945724330212','3101945724330485','3101945724340255','3101945724340256','3101945724340269','3101945724340354','3101945724340358','3101945724340361','3101945724340428','3101945724340625','3101945724340672','3101945724340678','3101945724340686','3101945724340711','3101945724340729','3101946123293105','3101946123293175','3101946123293641','3101948523073111','31019492524180013','31019495 24080104','3101949522383067','3101949522383099','3101949522383379','3101949522513061','3101949522513091','3101949522513094','3101949522513099','3101949523073080','3101949523073121','3101949523213015','3101949523213022','3101949523213024','3101949523213028','3101949523213032','3101949523213034','3101949523213036','3101949523213050','3101949523250001','3101949523250019','3101949523250045','3101949523250048','3101949523253002','3101949523310021','3101949523363020','3101949523363021','3101949523363057','3101949523363100','3101949523363141','3101949523363148','3101949523363158','3101949523380005','3101949523413011','3101949523413021','3101949523413068','3101949523413073','3101949523413076','3101949523430017','3101949523430032','3101949523430087','3101949523430146','3101949523430175','3101949523453115','3101949523470024','3101949523470035','3101949523470055','3101949523483060','3101949523503001','3101949523503006','3101949523503034','3101949523503058','3101949523503060','3101949523503070','3101949523503073','3101949523503101','3101949523503102','3101949523503103','3101949523503109','3101949523503111','3101949524080056','3101949524080070','3101949524080122','3101949524080354','3101949524080357','3101949524180007','3101949524180017','3101949524180024','3101949524180027','3101949524180029','3101949524180031','3101949524180034','3101949524180037','3101949524180041','3101949524180046','3101949524180048','3101949524200001','3101949524200009','3101949524200033','3101949524200037','3101949524200058','3101949524240065','3101949524240070','3101949524240075','3101949524240077','3101949524240086','3101949524240088','3101949524240105','3101949524240110','3101949524240115','3101949524240140','3101949524240148','3101949524240172','3101949524240176','3101949524240180','3101949524260017','3101949524260122','3101949524260124','3101949524260139','3101949524280004','3101949524280018','3101949524280052','3101949524280063','3101949524280086','3101949524350060','3101949524350297','3101949524350304','3101949524350346','3101949524350349','3101949524350374','3101949524380028','3101949524380050','3101949622383165','3101949622513014','3101949622513024','3101949622513031','3101949622513034','3101949622513038','3101949622513039','3101949622513043','3101949623363005','3101949623473158','3101949624240082','3101950022383056','3101950022383062','3101950022383089','3101950022493018','3101950022493023','3101950022493039','3101950022493047','3101950523213145','3101950523213197','3101950523213292','3101950523213398','3101950523213489','3101950523213533','3101950523213538','3101950523213543','3101950523213551','3101950523213567','3101950523213598','3101950523213599','3101950523213615','3101950523213627','3101950523213686','31019543 2245640','31019543223306033','3101954322456081','3101954322456132','3101954322456184','3101954322456186','3101954322456188','3101954322456352','3101954322456412','3101954322456447','3101954322456528','3101954322456552','3101954322456578','3101954323166076','3101954323286030','3101954323306027','3101954323306031','3101954323306033','3101954323306034','3101954323306039','3101954323306119','3101954323306120','3101954323306124','3101954323306135','3101954323306208','3101954323306224','3101954323306366','3101954323306373','3101954323306377','3101954323306406','3101954323306460','3101954323306531','3101954323326002','3101954323326003','3101954323326017','3101954323326068','3101954323326070','3101954323326071','3101954323326073','3101954323326074','3101954323326080','3101954323326093','3101954323326103','3101954323326106','3101954323326110','3101954323326116','3101954323326126','3101954323376024','3101954323376031','3101954323376038','3101954323376041','3101954323376047','31019543234336039','3101954323436002','3101954323436005.','3101954323436010','3101954323436013','3101954323436036','3101954323496009','3101954323496014','3101954323496016','3101954323496038','3101954323496042','3101954323496046','3101954323496050','3101954323496052','3101954323496061','3101954323496063','3101954323496065','3101954323496067','3101954323496070','31019543-2349-6086','3101954323496112','3101954323496120','3101954323496161','3101954323496199','3101954323496200','3101954323496211','3101954323496216','3101954323496236','3101954323496245','3101954323496248','3101954323496253','3101954323496261','3101954323496266','3101954324280009','3101954324280014','3101954324280052','3101954324280056','3101954324280146','3101954422513009','3101954422513017','31019547 2239 00','31019547 2242 0038','3101954700000000','3101954722390001','3101954722390021','3101954722390028','3101954722390035','3101954722420044','31019629 2235 7609','31019629 2235 7654','3101962922357418','3101962922357687','3101962922357786','3101962922359303','3101965324110015','3101967724430017','3101972324050032','31019731 23430097','31019731 23430210','31019731 24260054','3101973123316018','3101973123316024','3101973123316045','3101973123316049','3101973123316050','3101973123316055','3101973123316056','3101973123316061','3101973123316065','3101973123316071','3101973123316072','3101973123316080','3101973123316083','3101973123316084','3101973123343157','3101973123343173','3101973123343184','310197312334318712','3101973123343211','3101973123343213','3101973123343231','3101973123343233','3101973123343239','3101973123343244','3101973123350023','3101973123350040','3101973123350042','3101973123350044','3101973123350050','3101973123350053','3101973123350063','3101973123350069','3101973123350084','3101973123350088','3101973123350093','3101973123350095','3101973123350098','3101973123373010','3101973123373016','3101973123373017','3101973123373022','3101973123373032','3101973123373128','3101973123373132','3101973123373263','3101973123373276','3101973123393088','3101973123420079','3101973123420093','3101973123430091','3101973123430105','3101973123430106','3101973123430148','3101973123430153','3101973123430154','3101973123430177','3101973123430179','3101973123430183','3101973123430187','3101973123430197','3101973123430203','3101973123430204','3101973123430208','3101973123430216','3101973123430218','3101973123440080','3101973123496005','3101973123496026','3101973123496055','3101973123496096','3101973123496136','3101973123496155','3101973123496161','3101973123496176','3101973123496197','3101973124060144','3101973124060147','3101973124060152','3101973124060154','3101973124060156','3101973124060178','3101973124060179','3101973124060181','3101973124060199','3101973124060204','3101973124140008','3101973124220129','3101973124220143','3101973124220146','3101973124230008','3101973124230047 ','3101973124240035','3101973124240039','3101973124240250','3101973124250112','3101973124260041','3101973124260045','3101973124270025','3101973124270074','3101973124270082','3101973124270144','3101973124270145','3101973124290039','3101973124290079','3101973124290105','3101973124290170','3101973124290229','3101973124320106','3101975324110006','3101975324110023','3101975324110025','3101975324110034','31019753-2411-0042','3101975324170012','3101975324170013','3101975324170051','3101975324170080','3101975324170093','3101975324170106','3101975324170116','3101975324170120','3101975324170130','3101976823400341','3101977324210078','31019793 23430032','31019793 23453134','31019793 24140026','31019793 24210051','31019793 24270058','31019793 24490061','3101979323376003','3101979323376008','3101979323376010','3101979323376013','3101979323376015','310197932337601814','3101979323376020','3101979323376022','3101979323376023','3101979323376024','3101979323376027','3101979323376029','3101979323376035','3101979323376038','3101979323376039','3101979323376048','3101979323430001','3101979323430002','3101979323430003','3101979323430009','3101979323430010','3101979323430023','3101979323430026','3101979323430030','3101979323430033','3101979323430035','3101979323430036','3101979323430042','3101979323430046','3101979323430047','3101979323430049','3101979323430050','3101979323430053','3101979323430055','3101979323430063','31019793234530016','3101979323453009','3101979323453010','3101979323453011','3101979323453014','3101979323453017','3101979323453020','3101979323453027','3101979323453030','3101979323453031','3101979323453033','3101979323453043','3101979323453044','3101979323453053','3101979323453055','3101979323453057','3101979323453061','3101979323453062','3101979323453063','3101979323453065','3101979323453068','3101979323453072','3101979323453075','3101979323453080','3101979323453084','3101979323453087','3101979323453090','310197932345309116','3101979323453094','3101979323453102','3101979323453103','3101979323453104','3101979323453105','3101979323453107','3101979323453112','3101979323453113','3101979323453118','3101979323453119','3101979323453129','3101979323453130','3101979323453131','3101979323453132','3101979323453133','3101979323453138','3101979323453144','3101979323453149','3101979323453150','3101979323453153','3101979323453154','3101979323453155','3101979323453159','3101979323453162','3101979323453165','3101979323453166','310197932345317017','3101979323453171','3101979323453173','3101979323453177','3101979323453180','3101979323463026','3101979323463027','3101979323463030','3101979323463031','3101979323463033','3101979323463052','3101979323463054','3101979323483006','3101979323483022','3101979323483023','3101979323483024','3101979323483030','3101979323483033','3101979323483038','3101979323483040','3101979323483043','3101979323483044','3101979323483050','3101979323483059','3101979323483063','3101979323483064','3101979323483066','3101979323483068','3101979323483072','3101979323483074','3101979323483076','3101979323483077','3101979323493012','3101979323493092','3101979323493103','3101979323493105','3101979323513022','3101979324020027','3101979324020052','3101979324050002','3101979324050004','3101979324050005','3101979324050010','3101979324050012','3101979324050017','3101979324050020','3101979324050021','3101979324050022','3101979324050025','3101979324050026','3101979324050034','3101979324050035','3101979324050042','3101979324050044','3101979324060004','3101979324060010','3101979324060011','3101979324060015','3101979324060016','3101979324060017','3101979324060018','3101979324060019','3101979324060023','3101979324060026','3101979324060038','3101979324060039','3101979324060048','3101979324060051','3101979324060060','3101979324060061','3101979324060062','3101979324060064','3101979324060068','3101979324060069','3101979324060075','3101979324060079','3101979324060085','3101979324060088','3101979324060090','3101979324060091','3101979324060092','3101979324060095','3101979324060096','3101979324060101','3101979324060102','3101979324060103','3101979324060104','3101979324140004','3101979324140005','310-1979324140008','3101979324140009','3101979324140010','3101979324140015','3101979324140017','3101979324140029','3101979324140031','3101979324140033','3101979324140035','3101979324140036','3101979324140038','3101979324140041','3101979324140043','3101979324140047','3101979324140050','3101979324140937','3101979324180001','3101979324180004','3101979324180073','3101979324180097','3101979324180121','3101979324180122','3101979324180132','3101979324180140','3101979324180145','3101979324180149','3101979324180151','3101979324180154','3101979324180158','3101979324180167','3101979324180171','3101979324180184','3101979324180185','3101979324180186','3101979324180190','3101979324180202','3101979324180212','3101979324190000','3101979324210006','3101979324210063','3101979324210076','3101979324210084','3101979324210090','3101979324210092','3101979324230048','3101979324240032','3101979324260001','3101979324260004','3101979324260010','3101979324260011','3101979324260015','3101979324260018','3101979324260021','3101979324260022','3101979324260024','3101979324260025','3101979324260026','3101979324260035','3101979324260036','3101979324260038','3101979324260040','3101979324260047','3101979324260049','3101979324260050','3101979324270003','3101979324270004','3101979324270005','3101979324270009','3101979324270022','3101979324270028','3101979324270033','3101979324270039','3101979324270040','3101979324270061','3101979324270072','3101979324270090','3101979324270091','3101979324270101','3101979324270106','3101979324270107','3101979324270114','3101979324340067','3101979324370082','3101979324390001','3101979324390002','3101979324390003','310197932439000619','3101979324390007','3101979324390013','3101979324390016','3101979324390017','3101979324390018','3101979324390021','3101979324390027','3101979324390028','3101979324390030','3101979324390038','3101979324390040','3101979324390042','3101979324390045','3101979324390046','3101979324390049','3101979324390052','3101979324390054','3101979324390062','3101979324390063','3101979324390068','3101979324390069','3101979324390074','3101979324390079','3101979324390089','3101979324390094','3101979324390095','3101979324390110','3101979324390113','3101979324390115','3101979324420002','3101979324420003','31019793244200038','3101979324420017','3101979324420019','3101979324420022','3101979324420024','3101979324420026','3101979324420061','3101979324420062','3101979324430004','3101979324430016','3101979324430017','3101979324430019','3101979324430022','3101979324430023','3101979324430027','3101979324430031','3101979324430038','3101979324430045','3101979324430046','3101979324430048','3101979324430049','3101979324430051','3101979324430054','3101979324430055','3101979324430056','3101979324450001','3101979324450025','3101979324450027','3101979324450049','3101979324450090','3101979324490008','3101979324490014','3101979324490022','3101979324490042','3101979324490047','3101979324490062','3101979324490102','3101979327060047','3101984024160033','3101984024290052','3101984024310145','3101984024310149','3101984024330002','3101984024330017','3101984024330067','3101984024330103','3101984024330104','3101984224140004','3101984224140027','3101984224140030','3101984224140046','3101984224140048','3101984224140049','3101984224190024','3101984224190032','3101984224190037','3101984224240028','3101984224240055','3101984224240083','3101984224240104','3101984224240121','3101984224240162','3101984224240168','3101984224240185','3101984224340093','3101984224470047','31019846223493087','3101984623463007','3101984623463011','3101984623463016','3101984623463022','3101984623463026','3101984623483003','3101984623483088','3101984623493014','3101984623493028','3101984623493030','3101984623493035','3101984623493040','3101984623493050','3101984623493060','3101984623493064','3101984623493066','3101984623493069','3101984623493070','3101984623493076','3101984623493078','3101984623493080','3101984623493081','3101984623493083','3101984623493089','3101984623493093','3101984623493095','3101984623493096','3101984623493097','3101984623493100','3101984623493103','3101984623493105','3101984623493107','3101984623493110','3101984623493113','3101984623493114','3101984623493115','3101984623493142','3101984623493157','3101984623493158','3101984623493160','3101984623493177','3101984623493195','3101984623493202','3101984624020001','31019846240200031','3101984624020005','3101984624020008','3101984624020009','3101984624020010','3101984624020012','3101984624020014','3101984624020015','3101984624020018','3101984624020020','3101984624020025','3101984624020029','3101984624020032','3101984624020033','3101984624020034','3101984624020035','3101984624020038','3101984624020043','3101984624020047','3101984624020048','3101984624020049','3101984624020050','3101984624030005','3101984624030011','3101984624030012','3101984624030017','3101984624030040','3101984624030043','3101984624030053','3101984624030061','3101984624030084','3101984624030085','3101984624030103','3101984624030108','3101984624030110','3101984624030125³','3101984624030144','31019851 24290067','31019851232296031','3101985123296002','3101985123296003','3101985123296005','3101985123296006','3101985123296007','3101985123296008','3101985123296011','3101985123296013','3101985123296016','3101985123296018','3101985123296019','3101985123296020','3101985123296022','3101985123296024','3101985123296026','3101985123296028','3101985123296034','3101985123296038','3101985123296040','3101985123296041','3101985123296042','3101985123296043','3101985123296046','3101985123296048','3101985123356014','3101985123356048','3101985123356050','3101985123356075','3101985123356078','3101985123356080','3101985123356125','3101985123356140','3101985123356152','3101985123356157','3101985123356188','3101985123476011 ','3101985123476050','3101985123476054','3101985123476079','3101985123476082','3101985123476110','3101985123476111','3101985123476134','3101985123476164','3101985123476182','3101985123476187','3101985123476191','3101985123476199','3101985123476200','3101985123476203','3101985123476224','3101985123476232','3101985124020008','3101985124020010','3101985124020013','3101985124020014','3101985124020041','3101985124030025','3101985124030030','3101985124030031','3101985124030055','3101985124030058','3101985124030067','3101985124030073','3101985124030078','3101985124030084','3101985124030099','3101985124030105','3101985124030123','3101985124030127','3101985124030156','3101985124050073','3101985124050086','3101985124050165','3101985124050174','3101985124050176','3101985124050177','3101985124050180','3101985124050182','3101985124210192','3101985124250217','3101985124250245','3101985124250247','3101985124250252','3101985124260003','3101985124260024','3101985124260030','3101985124260096','3101985124260120','3101985124260219','3101985124260233','3101985124290040','3101985124290083','3101985124290095','3101985124290101','3101985124460195','3101988223440221','31019934 24380049','31019934224370267','3101993423470044','3101993423470085','3101993423470097','3101993423470108','3101993423470231','3101993423470243','3101993423470246','3101993423490002','3101993423490008','3101993423490026','3101993423490050','3101993423490065','3101993423490077','3101993423490083','3101993423490091','3101993423490098','3101993423490099','3101993423490104','3101993423490108','3101993423490110','3101993423490129','3101993423490130','3101993423490132','3101993423490142','3101993423490144','3101993423490154','3101993423490158','3101993423490159','3101993423490164','3101993423490165','3101993423490168','3101993423490172','3101993423490174','3101993423490180','3101993423490187','3101993423490203','3101993423490218','3101993424040107','3101993424040297','3101993424040299','3101993424040305','3101993424040311','3101993424040319','3101993424040322','3101993424040373','3101993424040379','3101993424040381','3101993424040622','3101993424040623','3101993424080013','3101993424080018','31019934-2408-0083','3101993424080105','3101993424080125','3101993424080145','3101993424100046','3101993424150005','3101993424150006','3101993424150010','3101993424150011','3101993424150014','3101993424150020','3101993424150022','3101993424150042','3101993424150043','3101993424150048','3101993424150069','3101993424150077','3101993424150080','3101993424150086','3101993424150097','3101993424150105','31019934241501131','3101993424150114','3101993424150123','3101993424150137','3101993424160012','3101993424160029','3101993424160055','3101993424160063','3101993424160066','3101993424160090','3101993424180026','3101993424180041','3101993424180162','3101993424180196','3101993424180201','3101993424190093','3101993424190156','31019934241990034','3101993424200007','3101993424200013','3101993424200018','3101993424200027','3101993424200040','3101993424200042','3101993424200079','3101993424200090','3101993424290001','3101993424290011','3101993424380007','3101993424380046','3101993424380048','3101993424380108','3101993424430014','3101993424430030','3101993424430082','3101993424430086','3101994824170003','31019971 2420 0022','31019971 2420 0091','31019971 24231932','3101997123463001','3101997123463035','3101997123463044','3101997123463058','3101997123463059','3101997123463066','3101997123463069','3101997123463079','3101997123463081','3101997123463098','3101997123476005','3101997123476007','3101997123476008','3101997123476014','3101997123476015','3101997123476016','3101997123476031','3101997123476045','3101997123476046','3101997124040006','3101997124040024','3101997124040025','3101997124040029','3101997124040105','3101997124100341','3101997124100420','3101997124180457','3101997124200005','3101997124200024','3101997124200025','3101997124200028','3101997124200031','3101997124200032','3101997124200034','3101997124200038','3101997124200046','3101997124200049','3101997124200052','3101997124210095','3101997124230521','3101997124230524','3101997124230535','3101997124231712','3101997124231718','3101997124232486','3101997124232992','3101997124232996','3101997124260018','3101997124260020','3101997124260022','3101997124260026','3101997124260036','3101997124260038','3101997124260039','3101997124260040','3101997124260050','3101997124270008','3101997124290377','3101997124301534','3101997124340164','3101997124340165','3101997124340501','3101997124430517','31019977 23466074','31019977 24430184','3101997723466001','3101997723466002','3101997723466003','3101997723466005','3101997723466008','3101997723466009','3101997723466011','3101997723466012','3101997723466014','3101997723466015','3101997723466018','3101997723466025','3101997723466029','3101997723466031','3101997723466032','3101997723466033','3101997723466035','3101997723466036','3101997723466037','3101997723466039','3101997723466040','3101997723466044','3101997723466045','3101997723466048','310199772346605029','3101997723466051','3101997723466055','3101997723466056','3101997723466065','3101997723466067','3101997723466071','3101997723466076','3101997723466077','3101997724040081','3101997724040173','31019977240440271','3101997724280211','3101997724280233','3101997724350052','3101997724350083','3101997724350092','3101997724350108','3101997724350109','3101997724350111','3101997724350113','3101997724350134','3101997724350138','3101997724350260','3101997724370014','3101997724370125','3101997724420463','3101997724430115','3101997724430179','3101997724430189','3101997724430363','3101997724430384','31019977723466046','31019982 23440031','31019982 CEOG23E0000','31019982 XXXXXXX','3101998200000000','310199820000PHPB4022','3101998223370418','3101998223370752','3101998223440011','3101998223440016','3101998223440021','3101998223440040','3101998223440047','3101998223440057','3101998223440077','3101998223440151','3101998223440172','3101998223440173','3101998223440183','3101998223440185','3101998223440187','3101998223440199','3101998223440205','3101998223440216','3101998223440236','3101998223490134','3101998223490592','3101998224020181','3101998224020194','3101998224080072','3101998224080078','31019982-CE0G23E0000','31019982CW50BP12307S','3102000011725563','31020017 24310262','31020017 24310317','3102001724220249','3102001724220426','3102001724240027','3102001724240036','3102001724240048','3102001724240061','3102001724240103','3102001724240113','3102001724240137','3102001724240156','3102001724240175','3102001724240222','3102001724240226','3102001724240255','3102001724240259','3102001724240529','3102001724240551','3102001724240590','3102001724240650','3102001724240673','3102001724240675','3102001724310005','3102001724310021','3102001724310043','3102001724310182','3102001724310184','3102001724310248','3102001724310260','3102001724310278','3102001724310316','3102001724310320','3102001724310355','3102001724310410','3102001724310495','3102001724310539','3102001724310540','3102001724310541','3102001724310558','3102001724310561','3102001724310562','3102001724370010','3102001724370020','3102001724370036','3102001724370039','3102001724370049','3102001724370057','3102001724370075','3102001724370129','3102001724370148','3102001724370153','3102001724370201','3102001724370217','3102001724370219','3102001724370236','3102001724370304','3102001724430006','3102001724430019','3102001724430030','3102001724430036','3102001724430046','3102002624370028','3102006924270019','3102009324120059','3102009324120087','310200932412009210','3102009324150018','3102009324150021','3102009324150026','3102009324150029','3102009324150057','3102009324150296','3102009324150317','3102009324150318','3102009324150324','3102009324150351','3102009324150361','3102009324150363','3102009324150365 ','3102009324150542','3102009324150573','3102009324150741','3102009324150762','3102009324150773','3102009324200119','3102009324200129','3102009324200133','3102009324200157','3102009324200162','3102009324200164','3102009324200165','3102009324200166','3102009324200252','3102009324200269','3102009324200271','3102009324200275','3102009324200276','3102009324200329','3102009324210025','3102009324210047','3102009324210048','3102009324210475','3102009324210484','3102009324210501','3102009324210504','3102009324210625','3102009324210664','3102009324210706','3102009324220002','3102009324220007','3102009324220010','3102009324220014','3102009324220028','3102009324220067','31020094 24170042','31020094 24250089','3102009414170071','3102009424130037','3102009424160004','3102009424160008','3102009424160045','3102009424160048','3102009424160049','3102009424160050','3102009424160051','3102009424160052','3102009424170006','3102009424170028','3102009424170031','3102009424170038','3102009424170043','3102009424170044','3102009424170085','3102009424170090','3102009424170092','3102009424170097','3102009424170106','3102009424170108','3102009424170114','3102009424170126','3102009424170128','3102009424170134','3102009424240240','3102009424240247','3102009424240248','3102009424240295','3102009424240434','3102009424240491','310200942424240181','3102009424250110','3102009424250140','3102009424250153','3102009424250199','3102009424250217','3102009424280050','3102009424290224','3102009424320003','3102009424320014','3102009424320034','3102009424330012','3102009424330013','3102009424330018','3102009424330039','3102009424330062','3102009424330086','3102009424330087','3102009424330088','3102009424330090','3102009424330098','3102009424330100','3102009424330121','3102009424330123','3102009424330141','3102009424330153','3102009424330156','31020096 24200102','3102009624160458','3102009624160466','3102009624160851','3102009624161133','3102009624161150','3102009624161167','3102009624170099','3102009624200067','3102009624200068','3102009624200070','3102009624200101','3102009624200141','3102009624200148','3102009624200253','3102009624200282','3102009624200283','3102009624200295','3102009624200308','3102009624210058','3102009624210096','3102009624210102','3102009624210155','3102009624210314','3102009624210345','3102009624210517','3102009624210527','3102009624210771','3102009624210779','3102009624270042','3102009624270059','3102010024161079','3102010024170353','3102010024170363','3102010024170368','3102010024170371','3102010024170379','3102010024170381','3102010024170851','3102010024170857','3102010024170861','3102010024170867','3102010024170868','3102010024170870','3102010024170871','3102010024170976','3102010024170994','3102010024171025','3102010024171029','3102010024171061','3102010024171064','3102010024171065','3102010024171066','3102010024171069','3102010024171070','3102010024171447','3102010024171492','3102010024240001','3102010024240219','3102010024240224','3102010024240230','3102010024240243','3102010024240244','3102010024240253','3102010024240254','3102010024240255','3102010024240260','3102010024240261','3102010024240262','3102010024240264','3102010024260001','3102010024260082','3102010024270002','3102010024270052','3102010024270084','3102010024270090','3102010024270111','3102010024270129','3102010024270151','3102010024270155','3102010024280834','3102010024280843','3102010024280940','3102010024290056','3102010024290134','3102010024290950','3102016624200002','3102016624200014','3102016624220015','3102016624220094','3102016624230009','3102016624230022','3102016624230028','3102016624230041','3102016624230047','3102016624230049','3102016624230051','3102016624230058','3102016624230061','3102016624230068','3102016624380006','3102016624400023','3102016624400037','3102016624430014','3102016624430166','3102016624440129','3102017824230001','3102017824230004','3102017824230006','3102017824230008','3102017824230011','3102017824230012','3102017824230013','3102017824230015','3102017824230027','3102017824230032','3102017824230035','3102017824230044','3102017824230046','3102017824230050','3102017824230057','3102017824230059','3102017824230082','3102017824230084','3102017824230086','3102017824230107','3102017824230109','3102017824230118','3102017824230123','3102017824230129','3102017824230133','3102017824230141','3102017824230143','3102017824230154','3102017824230157','3102017824230159','3102017824230252','3102017824230320','3102017824230334','3102017824230346','3102017824230348','3102020524330074','3102023624330001','3102023624330006','3102023624330007','3102023624330009','3102023624330010','3102023624330013','3102023624330014','3102023624330015','3102023624330017','3102023624330025','3102023624330027','3102023624330028','3102023624330030','3102023624330034','3102023624330044','3102023624330045','3102023624330048','3102023624330054','3102023624330055','3102023624330059','3102023624330060','3102023624330061','3102023624330063','3102023624330066','3102023624330069','3102023624330072','3102023624330073','3102023624330079','3102023624330083','3102023624330084','3102023624330086','3102023624330088','3102023624330093','3102023624330095','3102023624330102','3102023624330103','3102023624330106','3102023624330107','3102023624330114','3102023624330115','3102023624330116','3102023624330117','3102023624330119','3102023624330126','3102023624330127','3102023624330129','3102023624330130','3102023624330132','3102023624330133','3102023624330134','3102023624330136','3102023624330138','3102023624330139','3102023624330140','3102023624330141','3102023624330145','3102023624330150','3102023624330151','3102023624330152','3102023624330160','3102023624330164','3102023624330165','3102023624330174','3102023624330176','3102023624330179','3102023624330183','3102023624330184','31020250224160121','3102025024160061','3102025024160076','3102025024160095','3102025024160096','3102025024160103','3102025024160111','3102025024160121','3102025024160125','3102025024160130','3102025024160132','3102025024160162','3102025024160359','3102025024300051','3102025124250336','3102033624330112','3102041024270019','3102041024270038','3102041024270130','3102041024270174','3102041024330018','3102041024340018','3102041024340024','3102041024340026','3102041024340030','3102041024340037','3102041024340040','3102041024340048','3102041024340060','3102041024340067','3102041024340068','3102041024340079','3102041024340088','3102041024340090','3102041024360087','3102041024360092','3102041124270435','3102041124280013','3102041124280023','3102041124280028','3102041124280034','3102041124280059','3102041124280082','3102041124280090','3102041124280093','3102041124280094','3102041124280098','3102041124280108','3102041124340907','3102041124360055','3102041124360102','3102041124370211','3102041131020411','3102041224270051','3102041224270073','3102041224270146','3102041224280007-G.0','3102041224280008','3102041224280011','3102041224280016','3102041224280021','3102041224280026','3102041224280041','3102041224280047','3102041224280048','3102041224280053','3102041224280054','3102041224280058','3102041224280071','3102041224280079','3102041224280083','3102041224280084','3102041224280085','3102041224280097','3102041224280099','3102041224280100','3102041224280105','3102041224330095','3102041224330169','3102041224330181','3102041224330203','3102041224370052','3102041224430055','3102041924270192','3102041924270277','3102043129100499','3102099900018640','3102161244201160','3102344223070039','310290158622470268','310-3101979324450087','3103290157523430020','3103290169324230040','3103290169324240038','3103290182124430015','3103370207823170','3103370343023400039','3103370347723040','3103370406224390075','3103380178423230034','3103380178424250','31033801960-2019','3103380290324470021','31033803082-2203','3103380317823283910','310338031782328394','3103380321323440143','3103380321524190108','3103380332323240706','3103380335023340192','3103400456623040201','3103790055623130','3103830001430509','3103838551018768','3103840405327180','3103890004923261017','3104562310000242','3106901018072031','3106921081596005','3106925777854127','3107332543819898','31073856643430877','31074047040130129','3108016361809086','3108016361877696','3108016361878730','3108016361929326','3108016361954823','3108016361974003','3108016361995588','3108016361999053','3108035111100050','31080590119038100','3108059019000664','3108059019004488','3108059019004969','3108059019005218','3108059019005713','3108059019005751','3108059019005966','3108059019005980','3108059019016344','3108059019016474','3108059019018867','3108059019019710','3108059019020235','3108059019021942','3108059019021997','3108059019022796','3108059019023274','3108059019023410','3108059019031439','3108059019034997','3108059019035550','3108059019035833','3108059019037363','3108059019038094','3108059019038100','3108059019040356','3108059019042558','3108059019042770','3108059019044217','3108059019044347','3108059019044644','3108059019046624','3108059019049830','3108059019053820','3108059019054773','3108059019056401','3108059019059174','3108059019059433','3108059019059822','3108059019065151','3108059019066401','3108059019067506','3108059019067902','3108059019069135','3108059019069753','3108059019070698','3108059019075822','310-8059019075822','31080590190758223435','3108059019077055','3108059019077918','3108059019080437','3108059019083322','3108059019099279','3108690842404641','3108699272074356','310883023256104L2M9','3109317385021324','3109500000005803','310DD1330MK1090Y','310NRSI240039336','310RP496BWMUC8/1-S','310RP586BWMBC/1-S','311 023422336 0032','311 0261822360001','31100217523490378','31100235324300170','3110026402250111','3110113820520306','3110174320400159','3110176120030072','3110178320280368','3110178820040086','31101882623056064','311021017524290189','3110211612440065','31102117424360201','3110214522500146','3110214523180030','3110214523240046','3110214523390175','3110214523390203','3110214523390211','3110214523390214','3110214523420999','3110214523421011','3110214523421013','3110214523421017','3110214523421019','3110214524020020','3110214524060002','3110214524060048','3110214524420011','3110214524420026','3110215724030021','3110216121240048','3110216121330060','3110216121370017','3110216121420044','3110216122040084','3110216122050026','3110216122240066','3110216122400142','3110216122440268','3110216122440396','3110216122440397','3110216122440447','3110216123020079','3110216123050101','3110216123050109','3110216123050140','3110216123050141','3110216123060141','3110216123080028','3110216123080036','3110216123080047','3110216123080049','3110216123090017','3110216123090021','3110216123230083','3110216123230088','3110216123230089','3110216123230091','3110216123230096','3110216123230101','3110216123230110','3110216123230118','3110216123250013','3110216123250016','3110216123250017','3110216123250028','3110216123320815','3110216123320832','3110216123320853','3110216123320856','3110216123320861','3110216123320868','3110216123320873','3110216123320874','3110216123320876','3110216123320877','3110216123340065','3110216123340121','3110216123340322','3110216123340330','3110216123340334','3110216123340354','3110216123340374','3110216123340377','3110216123340378','3110216123340407','3110216123340412','3110216123340443','3110216123340464','3110216123340474','3110216123420005','3110216123420015','3110216123420021','3110216123420034','3110216123480203','3110216123480369','3110216123480376','3110216123490113','3110216123520081','3110216123520149','3110216123520152','3110216123520156','3110216123520157','3110216123520159','3110216123520164','3110216123520170','3110216123520171','3110216123520172','3110216123520174','31102161235520150','3110216124030233','3110216124030346','3110216124060137','3110216124060141','3110216124060151','3110216124060152','3110216124060176','3110216124060187','3110216124080031','3110216124080037','3110216124080047','3110216124210057','3110216124210067','3110216124210081','3110216124210093','31102161242400207','3110216124240033','3110216124240034','3110216124240035','3110216124240039','3110216124240045','3110216124240047','3110216124290001','3110216124290003','3110216124290011','3110216124290021','3110216124290037','3110216124290039','3110216124290041','3110216124290042','3110216124290043','3110216124290044','3110216124290050','3110216124290055','31102161242900569','3110216124290068','3110216124290071','3110216124290097 ','3110216124290141','3110216124290352','3110216124290358','3110216124380092','3110216124380116','3110216124380137','3110216124380147','3110216124380151','3110216124380173','3110216124380204','3110216124380221','3110216124380250','3110216124380262','3110216124380275','3110216124390111','3110216124400025','3110216124400059','3110216124400131','3110216124400143','3110216124400147','3110216124400154','3110216124400155','3110216124400160','3110216124400163','3110216124400164','3110216124400165','3110216124400176','3110216124400179','3110216124400199','3110216124420229','3110216124420233','3110216124420249','3110216124420289','3110216124420295','3110216124430097','3110216124430123','3110216124430126','3110216124430127','3110216124460045','3110216124460117','3110216124460125','3110216124460162','3110216124460165','3110216124460167','3110216124460168','3110216124460172','3110216124460187','3110216124460188','3110216124460189','3110216124460212','31102161ROE H8A2TE-S','3110216321470537','3110216321471224','3110216321471229','3110216322360010','3110216322360032','3110216322360048','3110216323310437','311021632338012729','3110216323380629','3110216323380640','3110216323380646','3110216323380650','3110216323380656','3110216323380723','3110216323380732','3110216323380733','3110216323380736','3110216323380740','3110216323380749','3110216324060071','3110216324060101','3110216324060102','3110216324060116','3110216324060122','31102163ROEH8A2TCEXS','31102167 y24 w290148','3110216721480154','3110216721480161','3110216722240064','3110216722470232','3110216722470243','3110216722470253','3110216722470254','3110216722470262','3110216722500274','3110216722500275','3110216723060226','3110216723060660','3110216723060687','3110216723170042','3110216723170045','3110216723170047','3110216723170057','3110216723250009','3110216723250021','3110216723250024','3110216723250026','3110216723250030','3110216723250031','3110216723250033','3110216723250035','3110216723320052','3110216723320055','3110216723320091','3110216723340002','3110216723340013','3110216723340022','3110216723340027','3110216723340028','3110216723340030','3110216723340035','3110216723350005','3110216723350011','3110216723350014','3110216723350016','3110216723350025','3110216723490006','3110216723490010','3110216723490013','3110216723490014','3110216723490016','3110216723490017','3110216723490031','3110216723490034','3110216723490035','3110216723490040','3110216723490052','3110216723490059','3110216723490077','3110216723490082','3110216723490098','3110216723490106','3110216723490114','3110216723490127','3110216723490133','3110216723490136','3110216723490150','3110216724030001','3110216724030002','3110216724030005','3110216724030010','3110216724030013','3110216724030017','3110216724030022','3110216724030032','3110216724060001','3110216724060002','3110216724060007','3110216724060008','3110216724060036','3110216724060037','3110216724060038','3110216724060039','3110216724060043','3110216724060044','3110216724060046','3110216724060047','3110216724060050','3110216724060053','3110216724060054','3110216724060057','3110216724060060','3110216724060072','3110216724090004','3110216724090006','3110216724090007','3110216724090012','3110216724090046','3110216724180029','3110216724180030','3110216724180031','3110216724180036','3110216724290123','3110216724290127','3110216724290129','3110216724290130','3110216724290135','3110216724290145','3110216724290146','3110216724290155','3110216724350003','3110216724350012','3110216724350018','3110216724350022','3110216724350029','3110216724350049','3110216724350050','3110216724350053','3110216724350055','3110216823020203','3110216823020205','3110216823020227','3110216823090027','3110216823090055','3110216823090059','3110216823090061','3110216823090068','3110216823090082','3110216823090085','3110216823090091','3110216823090095','3110216823170066','3110216823170083','3110216823250002','3110216823250015','3110216823250017','3110216823250023','3110216823380083','3110216824020324','3110216824060079','3110216824060084','3110216824060102','3110216824060107','3110216824060113','3110216824060118','3110216824060123','3110216824060130','3110216824240023','3110216824240024','3110216824280001','3110216824280005','3110216824280046','3110216824400004','3110216824400013','3110216824400015','3110216824400039','3110216824400048','3110216824400062','3110216824400069','3110216824400085','3110216824420036','3110216824430441','31102168ROEH9A2TES','3110216924390001','3110217121490043','3110217122080058','3110217122080065','3110217122080068','3110217122080069','3110217122080076','3110217122080080','3110217122080088','3110217122080090','3110217122080092','3110217122080100','3110217122080101','3110217122080105','3110217122080108','3110217122080131','3110217122140019','3110217124070001','3110217124070003','3110217124070004','3110217124070026','3110217124070028','3110217124070033','3110217124070035','3110217124070046','31102172231700005','3110217223170011','3110217223170046','3110217223180019','3110217223180023','311021722323 0017','3110217223230007','3110217223230012','3110217223230015','3110217223230016','3110217223230027','3110217223230036','3110217223490125','311021722349012510','3110217223490129','3110217223490131','3110217224430009','3110217224430012','3110217224430021','3110217423300266','3110217423300268','3110217423300280','3110217423300287','3110217423300295','3110217423300296','3110217423300301','3110217423300313','3110217423300325','3110217423300333','3110217423300350','3110217423300352','3110217423300432','3110217423300451','3110217423311400','3110217423311493','3110217423311508','3110217423311561','3110217423311569','3110217423311571','3110217423311574','3110217423311581','3110217423311638','3110217423311647','3110217423311656','3110217423311667','3110217423311695','3110217423311717','3110217423311722','3110217423311727','3110217423311781','3110217423311796','3110217423312371','3110217423312435','3110217423312436','3110217423312437','3110217423312438','3110217423312449','3110217423312455','3110217423312460','3110217423312467','3110217423312468','3110217423312469','3110217423312471','3110217423312476','3110217423312480','3110217423312483','3110217423312484','3110217423312486','3110217423312487','3110217423312489','3110217423312497','3110217423312499','3110217423312500','3110217423312502','3110217423312504','3110217423312505','3110217423312509','3110217423312523','3110217423312524','3110217423312578','3110217423312582','3110217423312594','3110217423330031','3110217423330086','3110217423330089','3110217423330110','3110217423330114','3110217423330155','3110217423330216','3110217423330223','3110217423330224','3110217423330227','3110217423330228','3110217423330255','3110217423330273','3110217423330274','3110217423330284','3110217423330289','3110217423330294','3110217423330305','3110217423330316','3110217423330321','3110217423330325','3110217423330336','3110217423330359','3110217423330364','3110217423330477','3110217423330479','3110217423330480','3110217423330482','3110217423330486','3110217423330488','3110217423330495','3110217423330514','3110217423330527','3110217423330533','3110217423330537','3110217423330538','3110217423330542','3110217423330552','3110217423350105','3110217423500001','3110217423500003','3110217423500004','31102174235000051','3110217423500006','3110217423500008','3110217423500009','3110217423500010','3110217423500011','3110217423500020','3110217423500021','3110217423500025','3110217423500028','3110217423500031','3110217423500033','3110217423500037','3110217423500040','3110217423500048','3110217423500049','3110217423500052','3110217423500055','3110217423500064','3110217423500065','3110217423500067','3110217423500068','3110217423500069','3110217423500070','3110217424030007','3110217424030025','3110217424030034','3110217424030041','3110217424030101','3110217424280314','3110217424330188','3110217424340229','3110217424350194','3110217424350290','3110217424350304','3110217424360009','3110217424360020','3110217424360023','3110217424360058','3110217424360067','3110217424360070','3110217424360079','3110217424360087','3110217424360094','3110217424360097','3110217424360102','3110217424360172','3110217442331165','3110217442331253','31102174CSOEH10A2DE-','3110217523290749','3110217523490415','3110217523490431','3110217523490444','3110217523490465','3110217523490499','3110217523490505','3110217524170087','3110217524170088','3110217524170097','3110217524170106','3110217524170109','3110217524170119','3110217524170128','3110217524270011','3110217524270034','3110217524270041','3110217524270049','3110217524270173','3110217524290001','3110217524290002','31102175-24290010','3110217524290013','3110217524290014','31102175242900161.2.','3110217524290023','3110217524290028','3110217524290036','3110217524290037','3110217524290049','3110217524290058','3110217524290128','3110217524290170','3110217524290193','3110217524290207','3110217524290294','3110217524290298','3110217524290326','3110217524290489','3110217524290597','3110217524290719','3110217524290726','3110217524290736','3110217524290740','3110217524290744','3110217524290820','3110217524290846','3110217524300112','3110217721040192','3110217724400011','31102178 24190018','3110217822231407','3110217822240062','3110217823160230','3110217823160252','3110217823160384','3110217823160400','3110217823160496','3110217823160503','3110217823160519','3110217823160520','3110217823160550','3110217823160636','3110217823160715','3110217823160716','3110217823160720','3110217823160727','3110217823160739','3110217823350120','3110217823350122','3110217823350133','3110217823350146','3110217823350148','3110217823350152','3110217823350168','3110217823390535','3110217823390563','3110217823390565','3110217823390566','3110217823450072','3110217823450190','3110217823450204','3110217823450205','3110217823450210','3110217823450239','3110217824060069','3110217824060072','3110217824060367','3110217824060386','3110217824060398','3110217824060402','3110217824060407','3110217824060408','3110217824060409','3110217824060419','3110217824060421','3110217824060433','3110217824060447','3110217824060463','3110217824060636','3110217824060657','3110217824060813','3110217824060815','3110217824060831','3110217824060941','3110217824061360','3110217824061533','3110217824170018','3110217824170040','3110217824170065','3110217824170102','3110217824190015','3110217824190019','3110217824190029','3110217824190041','3110217824190049','3110217824190050','3110217824190051','3110217824190053','3110217824190062','3110217824190066','3110217824190068','3110217824190070','3110217824190075','3110217824190077','3110217824190083','3110217824190087','3110217824190088','3110217824190094','3110217824190096','311021782427002121','3110217824270036','3110217824270039','3110217824270041','3110217824280123','3110217824410170','3110217824430002','3110217824430027','3110217824430028','3110217824430036','3110217824430060','3110217824430063','3110217824430072','3110217824430079','3110217824430221','3110217824430222','3110217824430230','3110217824430244','3110217824430247','3110217824430248','3110217824430278','3110217824430279','3110217824430300','3110217824430307','3110217824430308','3110217824430324 ','3110217824430349','3110217824430379','3110217824430404','3110217824430416','3110217824430425','3110217824430431','3110217824430462','3110217824430473','3110217824430474','3110217824430477','3110217824430478','3110217824430479','3110217824430480','3110217824430486','3110217824430487','3110217824430493','3110217824430506','3110217824430508','3110217824430511','3110217824430512','3110217824430516','3110217824430519','3110217824430527','3110217824430528','3110217824430529','3110217824430530','3110217824430544','31102179 2406 0096','3110217921310287','3110217921490769','3110217921490787','3110217922240011','3110217922240020','3110217923020077','3110217923020095','3110217923020100','3110217923020113','3110217923020115','3110217923061310','3110217923061323','3110217923120863','3110217923120878','3110217923120881','3110217923120882','3110217923120888','3110217923120911','3110217923170005','3110217923170114','3110217923230375','311021792330 067','3110217923300673','3110217923300676','3110217923300698','3110217923300716','3110217923301200','3110217923340707','3110217923340710','3110217923340711','3110217923340712','3110217923340713','3110217923340714','3110217923340719','3110217923340720','3110217923340722','3110217923340726','3110217923340727','3110217923340733','3110217923340735','3110217923340744','3110217924060005','3110217924060085','3110217924060099','3110217924060101','3110217924060107','3110217924060110','3110217924060115','3110217924060119','3110217924060129','3110217924060131','3110217924060138','3110217924080039','3110217924080046','3110217924080047','3110217924240066','3110217924300087','3110217924300188','3110217924300192','3110217924300200','3110217924300201','3110217924300209','3110217924300210','3110217924300213','3110217924300217','3110217924300241','3110217924300246','3110217924300254','3110217924300257','3110218100000000','3110218122440151','3110218122501323','3110218123020065','3110218123080069','3110218123310009','3110218123310015','3110218123310033','3110218123310049','3110218123310068','3110218123310071','3110218123310072','3110218123310086','3110218123310096','3110218123310108','3110218123310114','3110218123310129','3110218123330369','3110218123330615','3110218123330638','3110218123330664','3110218123330668','3110218123330761','3110218123331019','3110218123331029','3110218123331030','3110218123331032','3110218123331124','3110218123380713','3110218123380791','3110218123450115','3110218123450145','3110218123490399','3110218123490404','3110218123490405','31102181234904071','3110218123490421','3110218123490438','3110218123490440','3110218123490456','3110218123490462','3110218123490469','3110218123490470','3110218123490472','3110218123490484','3110218123490496','3110218123490497','3110218123490498','3110218123490500','3110218123490510','3110218123490511','3110218123490513','3110218124050032','3110218124050037','3110218124050062','3110218124050067','3110218124050071','3110218124050075','3110218124050076','3110218124050081','3110218124050084','3110218124050085','3110218124080014','3110218124080343','3110218124080359','3110218124080410','3110218124080421','3110218124080426','3110218124300397','3110219323300140','3110219324290339','3110219324300134','3110219324500100','3110219423241344','3110219423366414','3110219423366531','3110219423366535','3110219423366536','3110219423366552','3110219423366560','3110219423366568','3110219423366786','3110219423366800','3110219423366818','3110219423366819','3110219423366841','3110219423366943','3110219423367088','3110219423367092','3110219423394181','3110219423394187','3110219423394192','3110219423394196','3110219423394202','3110219423394223','3110219423394230','3110219423394241','3110219423394242','3110219423394256','3110219423394260','3110219423394270','3110219423394276','3110219423394287','3110219423394288','3110219423394295','3110219423394301','3110219423394309','3110219423394820','3110219423394821','31102194240060014','311021942403 0548','311021942403 0607 ','3110219424030225','3110219424030235','3110219424030245','3110219424030250','3110219424030258','3110219424030268','3110219424030275','3110219424030327','3110219424030355','3110219424030356','3110219424030357','3110219424030385','3110219424030386','3110219424030509','3110219424030510','3110219424030513','3110219424030517','3110219424030518','3110219424030521','3110219424030522','3110219424030525','3110219424030526','3110219424030529','3110219424030535','3110219424030543','3110219424030557','3110219424030558','3110219424030561','3110219424030573','3110219424030577','3110219424030586','3110219424030593','3110219424030602','3110219424030623','3110219424030624','3110219424030632','3110219424030641','3110219424030642','3110219424050776','3110219424050779','3110219424060001','3110219424060002','3110219424060020','3110219424060029','3110219424060041','3110219424060086','3110219424060092','3110219424060097','3110219424060284','3110219424060298','3110219424060305','3110219424160014','3110219424160093','3110219424160124','3110219424200071','3110219424270300','3110219424270437','3110219424270438','3110219424280021','3110219424280026','3110219424280029','3110219424280030','3110219424281158','3110219424281161','3110219424281173','3110219424281177','3110219424281187','3110219424281194','3110219424281208','3110219424281221','3110219424281225','311021942436 1444','3110219424361436','3110219424361445','3110219424361456','3110219424361461','3110219424361462','3110219424361477','3110219424361482','3110219424361485','3110219424361497','3110219424361561','3110219424361707','3110219424361716','3110219424361728','3110219424361737','3110219424361751','3110219424361763','3110219424361767','3110219424361771','3110219424362042','3110219424362071','3110219424362107','3110219424362109','3110219424362125','3110219424362127','3110219424362128','3110219424362154','3110219424362155','3110219424362156','311021942439094727','3110219424390957','3110219424391638','3110219424391708','31102194244461371','31102194244606663','3110219424460669','3110219424460678','3110219424461155','3110219424461159','3110219424461377','3110219424462284','3110219424462295','3110219424462314','3110219424462324','3110219424462332','3110219424470311','31102194249030606','31102194CSOEH8A2DE-S','3110219724300214','3110220024450048','3110221523230163','31102216723250023','3110223023300208','3110223024290017','31102235924420105','3110224222110060','3110224223160147','3110224223160159','3110224223160163','3110224223350172','3110224223350182','3110224223350184','3110224223350188','3110224223350190','3110224223350192','3110224223350199','3110224223350202','3110224223350204','3110224223350212','3110224223350214','3110224223350222','3110224223350223','3110224223350225','3110224223350226','3110224223350234','3110224223350238','3110224223350241','3110224223350244','3110224223350260','3110224223350261','3110224224020213','3110224224030007','3110224224030010','3110224224030014','3110224224030020','3110224224030023','3110224224030026','3110224224030028','3110224224030029','3110224224030034','3110224224030035','3110224224030036','3110224224030037','311022422403004120','3110224224030043','3110224224030044','3110224224210007','3110224224210018','3110224224290036','3110224224290040','3110224224290045','3110224421370196','3110224422460030','3110224423220190','3110224423220194','3110224423390233','3110224523480828','3110228424400045','3110230221440009','3110230221440092','3110230221440129','3110230221440131','3110230221440144','3110230221440166','3110230221440218','3110230221450106','3110230221480086','3110230221480116','3110230221480121','3110230222310015','3110230222310027','3110234223360004','3110234223360006','3110234223360014','3110234223360016','3110234223360023','3110234223360028','3110234223360033','3110234223360038','3110234223360043','3110234223400011','3110234223400012','3110234223400016','3110234223400031','3110234223400034','3110234223400046','3110234223400047','3110234522360122','3110234522450496','3110234522450516','3110234522450630','3110234523340224','3110234523340236','3110234523340254','3110234523340285','3110234523340294','3110234523340319','3110234523340321','3110234523340322','3110234523340335','3110234523340336','3110234523340338','3110234523340376','3110234523340383','3110234523380002','3110234523480352','3110234523480542','3110234523480687','3110234523480714','3110234523480736','3110234523480738','3110234523480775','3110234523480782','3110234523480825','3110234524030002','3110234524030006','3110234524030007','3110234524030024','3110234524030025','3110234524030027','3110234524030030','3110234524030041','3110234524030064','3110234524260371','3110234524260394','3110234524290009','3110234524290018','3110234524290025','3110234524290034','3110234822060713','3110234824290175','3110234824290179','3110234824290183','3110234824290247','3110234824290251','3110234824290264','3110234824290274','3110234824290279','3110234824290283','3110234824290289','3110234824290290','3110234824290309','3110234824290312','3110234824290322','3110234824290325','3110234824290327','3110234824290331','3110234824290332','3110234824290334','3110234824290338','31102348244 003627','31102348CSOE C8TE-S','3110234922060126','31102349223430003','3110234923231093','3110234923231103','3110234923231105','3110234923231139','3110234923231143','3110234923231149','3110234923231154','3110234923231165','3110234923231168','3110234923231188','3110234923231263','3110234923231362','3110234923231500','3110234923231505','3110234923231512','3110234923231518','3110234923231523','3110234923290554','3110234923300092','3110234923360211','3110234923360218','3110234923360221','3110234923360225','3110234923360227','3110234923360252','3110234923360266','3110234923360273','3110234923430023','3110234923430029','3110234923430046','3110234923430125','3110234923430132','3110234923430162','31102349240200324','3110234924020331','3110234924080102','3110234924080118','3110234924080120','3110234924280006','3110234924280045','3110234924280428','3110234924280456','3110234924280463','3110234924280468','3110234924280491','3110234924280498','3110234924280513','3110234924280517','3110234924280531','3110234924280537','3110234924280624','3110234924280765','3110234924280783','3110234924390391','3110235114480080','3110235123190025','3110235123190053','3110235123190060','3110235123330291','3110235123330296','3110235123330304','3110235123330314','3110235123330320','3110235123330324','3110235123330326','3110235123330328','3110235123330333','3110235123330346','3110235123330353','3110235123330358','3110235123360264','3110235123360284','3110235123500181','3110235124030167','3110235124030212','3110235124060032','3110235124060037','3110235124060051','3110235124070078','3110235124070094','3110235124070115','3110235124070134','3110235124370072','3110235124370228','3110235124430089','3110235124450042','3110235124470281','3110235124470283','3110235124480067','3110235124480080','3110235124480183','3110235124480193','31102353 23500031','31102353 CSOE C8DF-S','3110235322150488','3110235323230045','3110235323230046','3110235323230061','3110235323230068','3110235323230092','3110235323230111','3110235323230142','3110235323230159','3110235323230174','3110235323230184','3110235323230231','3110235323310173','3110235323310183','3110235323310211','3110235323330274','3110235323400005','3110235323400023','3110235323400029','3110235323400032','3110235323400054','3110235323400094','3110235323400098','3110235323400131','3110235323400135','3110235323400142','3110235323400143','3110235323400177','3110235323400190','3110235323400193','3110235323400196','3110235323400218','3110235323400234','3110235323400237','3110235323400241','3110235323400246','3110235323400269','3110235323400270','3110235323400283','311023532350 0010','3110235323500005','3110235323500022','3110235323500029','3110235323500034','3110235323500103','3110235323500111','3110235323500119','3110235324030033','3110235324030049','3110235324030054','3110235324030062','3110235324030094','3110235324030105','3110235324030149','3110235324030162','311023532403018424.4','3110235324200009','3110235324200021','3110235324300006','3110235324300007','31102353243000122','3110235324300014','3110235324300026','3110235324300032','3110235324300055','3110235324300066','3110235324300081','3110235324300090','3110235324300096','3110235324300100','3110235324300102','3110235324300111','3110235324300120','3110235324300125','3110235324300134','3110235324300145','3110235324300146','3110235324300150','3110235324300152','3110235324300166','3110235324330008','3110235324330011','3110235324330013','3110235324330020','3110235324380017','3110235324380019','3110235324380043','3110235324380055','3110235324380060','3110235324380074','3110235324380114','3110235324380122','3110235324380131','3110235324380139','3110235324380205','3110235324380208','3110235324380210','3110235324380211','3110235324380217','3110235324380220','3110235324380256','3110235324380264','3110235324380290','3110235324380291','3110235324380305','3110235324380320','3110235324450021','3110235324450143','3110235324470057','3110235324470077','3110235324470090','3110235324470094','3110235328400014','3110235329400015','3110235422070024','31102359224430273','3110235924360008','3110235924360065','3110235924360103','3110235924360104','3110235924360121','3110235924360122','3110235924360134','3110235924360140','3110235924360147','3110235924360159','3110235924360166','3110235924420087','3110235924420090','3110235924420113','3110235924420135','3110235924430297','3110235924430838','3110235924430847','3110235924430853','3110235924430871','31102359CSEC9LF-S','3110237422320021','3110237422360046','3110237422440022','3110237422440050','3110237422460005','3110237422460008','3110237422460011','3110237422460016','3110237422460066','3110237422460073','3110237422460078','3110237422460092','3110237422460097','3110237422460106','3110237422460108','3110237422460162','3110237422460176','3110237422460230','3110237422460231','3110237422460256','3110237422460287','3110237423030037','3110237423030041','3110237423290005','3110237423290016','3110237423290021','3110237423290022','3110237423290025','3110237423290029','3110237423290031','3110237423290048','3110237423290050','3110237423290051','3110237423290054','3110237423290057','3110237423290075','3110237423330027','3110237423330029','3110237423330037','3110237423330038','3110237423330045','3110237423330048','3110237423330049','3110237423330051','3110237423330056','3110237423330057','3110237423330058','3110237423330062','3110237423330066','3110237423330067','3110237423330085','3110237423330086','3110237423330098','3110237423330101','3110237423330102','3110237423330105','3110237423330106','3110237423330109','3110237423330116','3110237423330117','3110237423330121','3110237423330123','3110237423330131','3110237423330133','3110237423330139','3110237423330140','3110237423330141','3110237423330144','3110237423360109','3110237423360129','3110237423360135','3110237423360136','3110237423360168','3110237423400001','3110237423400002','3110237423400003','3110237423400005','3110237423400006','3110237423400019','3110237423400022','3110237423400026','3110237423400027','3110237423440098','3110237423440099','3110237423440104','3110237423440105','3110237423440106','3110237423440107','3110237423440109','3110237423440142','3110237423440143','3110237424030005','3110237424030007','3110237424030012','3110237424030013','3110237424030014','3110237424030016','3110237424030020','3110237424030030','3110237424030042','3110237424030048','31102374240330029','3110237424040011','3110237424040013','3110237424040042','3110237424080001','3110237424080002','3110237424080013','3110237424080017','3110237424360027','3110237424360037','3110237424400002','3110237424400053','3110237424400059','3110237424400089','3110237424450022','3110237424450035','3110237424470006','3110237424470036','3110237521460064','3110237522410142','3110237522410190','3110237522440119','3110237522440283','3110237523290238','3110237523290306','3110237523290323','3110237523290504','3110237523290507','3110237523290513','3110237523290519','3110237523290522','3110237523290524','3110237523290528','3110237523320014','3110237523320148','3110237523320149','3110237523320155','3110237523320177','3110237523320178','3110237523320194','31102375233202882','3110237523320423','3110237523320603','3110237523320635','3110237523350001','3110237523350096','3110237523450024','3110237523450059','3110237524030067','3110237524030084','3110237524030129','3110237524030147','3110237524030152','3110237524030161','3110237524030163','3110237524030213','3110237524030233','3110237524070049','3110237524070052','3110237524070057','3110237524070073','3110237524070075','3110237524070084','3110237524070087','3110237524070105','3110237524070106','3110237524070130','3110237524070138','3110237524070139','3110237524070140','3110237524070141','3110237524300040','3110237524340059','3110237524340060','3110237524340061','3110237524410054','3110237524450364','31102375CSO4H7A2DE-S','3110237623330188','3110237623330228','3110237623330254','3110237623330260','3110237623330266','3110237623330267','3110237623330270','3110237623330283','3110237623330284','3110237623330287','3110237623330289','3110237623330298','3110237623330303','3110237623330304','3110237623400035','3110237623400064','3110237624040030','3110237624070086','3110237624070087','3110237624270007','3110237624270052','3110237624440108','31102376CS04H7A1TBE','3110238321460006','3110238321460018','3110238321460046','3110238322200011','3110238322200085','3110238423360764','3110238423360862','3110238423360882','3110238423360909','3110238423360913','3110238423360924','3110238423360925','3110238423360935','3110238423360938','3110238423360947','3110238423360959','3110238423360960','3110238423360963','3110238423360980','3110238423360990','3110238423361001','3110238423361027','3110238423361029','3110238423361043','3110238423361047','3110238423450009','3110238423450340','3110238423450351','3110238423450397','3110238423450403','3110238423450405','3110238423450414','3110238423450529','3110238423450567','3110238423450860','3110238423450864','3110238423450874','3110238423450887','3110238423450907','3110238423450919','3110238423451365','3110238423451373','3110238423451387','3110238423460001','3110238423460010','3110238423460015','3110238423460036','3110238423460037','3110238423460041','3110238423460049','3110238423460053','3110238423460056','3110238423460057','3110238423460061','3110238423460062','3110238423460065','3110238423460066','3110238423460072','3110238423460084','3110238423460126','3110238423460127','3110238423460131','3110238423460134','3110238424300102','3110238424300129','3110238424300130','3110238424300143','3110238424300381','3110238424300523','3110238424300785','3110238424300806','3110238424300809','3110238424381039','3110238424381311','3110238424381376','3110238424381425','3110238424381444','3110238424381476','31102384CSE C8LF-S','31102384CSEC8LF-S','31102389 24451501','3110238923230692','3110238923230917','3110238923291117','3110238923291121','3110238923330058','3110238923330060','3110238923330062','3110238923330068','3110238923330076','3110238923330080','3110238923330086','3110238923330090','3110238923330122','3110238923360023','3110238923360204','3110238923360324','3110238923360471','3110238924070186','3110238924070188','3110238924070205','3110238924070208','3110238924070212','3110238924070430','3110238924070442','3110238924071083','3110238924071102','3110238924250251','3110238924250254','3110238924250281','3110238924250345','3110238924270037','3110238924270238','3110238924270249','3110238924270255','311023892441 0178SI9','3110238924410107','3110238924410235','3110238924410236','3110238924410285','3110238924410318','3110238924410319','3110238924410320','3110238924410325','3110238924410335','3110238924410337','3110238924410354','3110238924410475','3110238924410506','3110238924450870','3110238924450889','3110238924451071','3110238924451121','3110238924451469','3110238924451489','3110238924451492','3110238924451499','3110238924451519','3110238924451524','3110238924470021','3110238924470043','3110238924470243','31102389CSOE C10DG-S','3110242223090151','3110242223090237','3110242223090250','3110242223090251','3110242223090254','3110242223090256','3110242223090258','3110242223090260','3110242223090265','3110242223090270','3110242223090272','3110242223090275','3110242223090276','3110242223090278','3110242223090293','3110242223090296','3110242223090374','3110242223090375','3110242223090382','3110242223090607','3110242223090622','3110242223090654','3110242223090669','3110242223090671','3110242223090673','3110242223090737','3110242224090007','3110245521411974','3110245522430580','3110245522430843','3110245522430967','3110245522431042','3110245523030011','3110245523030018','3110245523030029','3110245523030036','3110245523030039','3110245523030053','3110245523030095','3110245523360043','3110245523360134','3110245523360284','3110245523360336','3110245523360340','3110245523360353','3110245523360418','3110245523360421','3110245523360427','3110245523360439','3110245523370418','3110245523370425','3110245523370426','3110245523370433','3110245523370434','3110245523370442','3110245523370452','3110245523370477','3110245523370493','3110245523370497','3110245523370516','3110245523370518','3110245524030057','3110245524030136','3110245524030174','3110245524030178','3110245524070104','3110245524070125','3110245524070138','3110245524070156','3110245524070412','3110245524090199','311024552438004706','3110245524430142','3110245524430178','3110245524430186','3110245540009648','3110251621370238','3110251621370371','3110251621370497','3110251621370532','3110251621370535','3110251621400001','3110251621400055','3110251621400070','3110251621400073','3110251621400104','3110251621400118','3110251621400128','3110251621400140','3110251621400141','3110251621400144','3110251621400148','3110251621400182','3110251621400197','3110251621430043','3110251621430076','3110251622030032','3110251622060008','3110251622060016','3110251622060018','3110251622060023','3110251622060026','3110251622060032','3110251622060040','3110251622060042','3110251622060043','3110251622060044','3110251622060045','3110251711020045','3110251721480064','3110251722020123','3110251722020202','31102517222020126','3110251722300864','3110251722310002','3110251722310039','3110251722310045','3110251722310046','3110251722310065','3110251722310076','3110251722310085','3110251722310096','3110251722310110','3110251722310111','3110251722310452','3110251722310454','3110251722310525','3110251722310537','3110251722310549','3110251722310607','3110251722311035','3110251723330458','3110251723330460','3110251723330465','3110251723330477','3110251723330494','3110251723330496','3110251723330498','3110251723330503','3110251723330508','3110251723330512','3110251723330514','3110251723330516','3110251723330525','3110251723330527','3110251723330530','3110251723330531','3110251723330532','3110251723330545','3110251723330546','3110251723330547','3110251723330552','3110251723420002','3110251723420004','3110251723420021','3110251723420025','3110251723420030','3110251723420032','3110251723420033','3110251723420034','3110251723420035','3110251723420036','31102517-2342-0038','3110251723420039','3110251723420040','3110251723420042','3110251723420047','3110251724240010','3110251724240015','3110251724240026','3110251724240030','3110251724240033','3110251724240034','3110251724240047','3110251724240055','3110251724240056','3110251724240062','3110251724240069','3110251724240070','3110251724240071','3110251724240078','3110251724240083','3110251724240093','3110251724260011','3110251724260012','3110251724260026','3110251724280018','3110251724280039','3110251724280044','3110251724370002','3110251724370004','3110251724370007','3110251724370012','3110251724370026','3110251724370034','3110251724370039','3110251724370040','3110251724370043','3110251724370072','3110251724370080','3110251724370100','3110251724370107','3110251724370117','3110251724370125','3110251724370146','3110251724370150','3110251724370155','3110251724370156','3110251724370158','3110251724370173','3110251724370178','3110251724400099','3110251724400112','3110252021490193','3110252022370348','3110252022431535','3110252022431537','3110252022431543','3110252022460008','3110252023320698','3110252023320766','3110252023320778','3110252023380014','3110252023380046','3110252023380062','3110252023380151','3110252023380174','3110252023380223','3110252023380244','3110252023380248','3110252023380343','3110252023380586','3110252023380597','3110252023380603','3110252023380609','3110252023380610','3110252023380616','3110252023380619','3110252023380621','3110252023380622','3110252023380630','3110252023380641','3110252023380648','3110252023380659','3110252023380684','3110252023380692','3110252023380696','3110252023380704','3110252023520003','3110252023520004','3110252023520008','3110252023520009','3110252023520017','3110252023520018','3110252023520036','3110252023520038','3110252023520044','3110252023520045','3110252023520046','3110252023520049','3110252023520058','3110252023520059','3110252023520063','3110252023520067','31102520-2352-0069','3110252023520071','3110252023520076','3110252023520079','3110252023520080','3110252023520081','3110252024240097','3110252024240116','3110252024240118','3110252024240129','3110252024240132','3110252024240133','3110252024240135','3110252024240136','3110252024240149','3110252024240155','3110252024240181','3110252024260028','3110252024260044','3110252024260053','3110252024260069','3110252024260101','3110252024260170','3110252024260206','3110252024260209','3110252024260227','3110252024260230','3110252024260241','3110252024260245','3110252024260253','3110252024260284','3110252024260357','31102520242660143','3110252024330534','3110252024330766','3110252024330767','3110252024330771','3110252024330776','3110252024330781','31102520-2433-0796','3110252024330997','311025202440 0025','3110252024400002','3110252024400007','3110252024400016','3110252024400018','3110252024400024','3110252024400026','3110252024400041','3110252024400045','3110252024400069','3110252024400070','3110252024400079','3110252024400081','3110252024400091','3110252024400092','3110252024400104','3110252122200022','3110252122410013','3110252122410019','3110252122410043','3110252122410067','3110252122410070','3110252122410076','3110252122410104','3110252122410119','3110252122440002','3110252122440014','3110252123250001','3110252123250002','3110252123250008','3110252123250013','3110252123250021','3110252123250033','3110252123250034','3110252123250041','3110252123340049','3110252123340052','3110252123340057','3110252123340059','3110252123340061','3110252123340064','3110252123340079','3110252123340082','3110252123340084','3110252123340086','3110252123340088','3110252123340090','3110252123340093','3110252123340100','3110252123340109','3110252123340110','3110252123340112','3110252123340114','3110252123340116','3110252123340118','3110252123344006','3110252123370003','3110252123370004','3110252123370006','3110252123370007','3110252123370009','3110252123370010','3110252123370013','3110252123370026','3110252123370028','3110252123370041','3110252123390001','3110252123390003','3110252123390008','3110252123390011','3110252123390013','3110252123390016','3110252123390019','3110252123390020','3110252123390022','3110252123390023','3110252123390026','3110252123390027','3110252123390030','3110252123390031','3110252123390036','3110252123390037','3110252123390038','3110252123390040','3110252123390045','3110252124390004','3110252124390008','3110252124400082','3110252124400088','3110252124400095','3110252124400102','3110252124400111','3110252124400113','3110252124400137','3110252124400141','3110252124400148','3110252124400153','3110252124400158','3110252124490030','3110252124490031','3110252124490048','31102531233700018','3110254022440049','3110259200000000','3110261722370003','3110261722370007','3110261722370009','3110261722370019','311026172237002019.0','3110261722370022','3110261722370027','3110261722370052','3110261722370061','3110261722370063','3110261723230009','3110261723230014','3110261723230018','3110261723230020','3110261723230042','3110261723420013','3110261723420020','3110261723420021','3110261723420023','3110261723420024','3110261723420036','3110261723420042','3110261723420045','3110261723420048','3110261724410010','3110261724410021','3110261724410022','3110261724410026','3110261724410028','3110261724410034','3110261724410035','3110261724410037','3110261724410038','3110261922350017','3110261922350060','3110261922370002','3110261922370009','3110261922370011','3110261922370014','3110261922370024','3110261922370027','3110261922370029','3110261922370034','3110261922370037','3110261922370043','3110261922370044','3110261922370057','31102619231170016','3110261924160003','3110261924160007','3110261924160008','3110261924160012','3110261924160016','3110261924160017','3110261924160019','3110261924170009','3110261924170011','3110261924170012','3110261924170023','3110261924170031','3110261924170035','3110261924210027','3110261924210028','3110263722440013','3110263722440033','3110263722440036','3110263722440039','3110263722440047','3110263722440056','3110263722440077','3110263722440078','3110263722440083','3110263722440142','3110263722440156','3110263722440162','3110263722440187','3110263923360117','3110263923360124','3110263923360178','3110263923360186','3110263923360204','3110263923360215','3110263923360216','3110263924070007','3110263924070041','3110264022250001','3110264022250023','3110264022250027','3110264022250030','3110264022250031','3110264022250060','3110264022250082','3110264022250099','3110264022250124','3110264022250136','3110264022250141','3110264022350009','3110264022350016','3110264022350024','3110264022350038','3110264022350049','3110264022350050','3110264022350054','3110264022350057','3110264022350068','3110264022350073','3110264022350074','3110264022350086','3110264022350089','3110264022350109','3110264022350113','31102640223550006','3110264022440036','3110264022440041','3110264022440044','3110264022440053','3110264022440058','3110264022440078','3110264023160001','3110264023160012','3110264023160016','3110264023160019','3110264023160020','3110264023160023','3110264023160024','3110264023160035','3110264023160036','3110264023160037','3110264023160039','3110264023160043','3110264023160044','3110264023160047','3110264023160048','3110264024020019','3110264024070008','3110264024070010','3110264024070014','3110264024070015','3110264024070017','3110264024070020','3110264024070021','3110264024070083','3110264024070087','3110264024070091','3110264024070093','3110264024070094','3110264024070096','3110264024140005','3110264024140013','3110264024140042','3110264024210015','3110264024210027','3110264024210033','3110264024210040','3110264024210043','3110264024210045','31102640RPE-H8A2TCBS','3110264800000000','3110264806704004','3110264824010033','3110285424290034','3110285424350058','3110285424350107','3110285424350130','3110285424350135','3110285424350147','3110285424350156','3110285424350168','3110285424350169','3110285424350170','3110285424350173','3110285424350180','3110285424350192','3110285424350206','3110285424350211','3110288424400011','3110288424400016','3110288424400041','3110288424400160','3110288424400187','3110288424400218','3110288424400359','3110288424400453','3110288424400483','3110288424410037','3110288424480024','3110288424480041','3110317423500057','3110352022460011','31202017824230121','3120245523370448','3131148923380087','3180095023063143','3180095023153035','3180095023193029','3180095023193068','3180095023193166','3180095023463002','3180095023463012','3180095024030020','3180095024250027','3180095024250062','31800952 2329 0088','31800952 2346 1746','31800952 23461169','3180095222140369','3180095223461657','3180095223461714','3180095223463666','3190169323310002','31902025024160057','32000232524410113','320002336 2428 0210','32000238024390258','32000246023250221','32000246024260011','32000257023290150','3200104220192869','3200183320410036','32002125 2052 00','32002125 2149 00','32002125 2217 0026','3200212500000000','3200212521150021','3200212522010041','3200212522040027','3200212522040028','3200212522040034','3200212522160005','3200212522160011','3200212522170066','3200212522170073','3200212522170089','3200212522170099','3200212522250010','3200212522250016','3200212522250044','3200212522250051','32002148 2213 0037','32002150 2148 031820','32002150 2225 0045','3200215021480003','3200215021480338','32002159 2207 00','32002159 2212 0100','3200215922020119','3200215922020198','3200215922070198','3200215922330035','3200215922330241','32002176 2221 0333','3200217621460121','3200217622020035','320021762206 006','3200217622100025','3200217622210173','3200217622310040','3200217622310558','3200221121520027','3200221122070035','3200221122110002','3200221122110040','3200221122110041','3200221122110048','3200221122110069','3200221122110101','3200221220510103','3200221220510350','3200221220510374','3200221220510476','3200221220520060','3200221520320132','3200221521510041','3200221521510100','3200221521510167','3200221522200143','3200221522250008','3200221522250012','3200221522250019','3200221522250024','3200221522250026','3200221522250028','3200221522250032','3200221522250034','3200221522250035','3200221522250038','3200221522250043','3200221522250050','3200221522250055','3200221522250056','3200221522250064','3200221522250071','3200221522250079','3200221522250081','3200221522250083','3200221522250084','3200221522250085','3200221522250089','3200221522250090','3200221522250097','3200221522250100','3200221620500072','3200221620520035','3200221620520057','3200221620520058','3200221620520085','3200221621500008','3200221621500022','3200221700000000','3200221722070041','3200221722070044','3200221921500009','3200221921510031','3200221921510060','3200221921510099','3200221921510101','3200221922120018','3200221922120124','3200221922120154','3200221922120162','3200221922120176','3200222120520044','3200222120520089','3200222122120025','3200222921063303','3200222922201026','3200222922201037','3200222922212084','3200222922212098','3200222923190244','32002230 2329 0618','3200223023290518','3200223023290662','3200223422053695','3200223422053702','3200223423290377','3200223423290424','32002325 2332 0027','3200232523190009','3200232523210005','3200232523300019','3200232523320005','3200232523320008','32002327 2249 0031','32002327 2249 0082','32002327 2249 0086','32002327 2249 0121','32002327 2249 0169','32002327 2249 0211','32002327 2249 022002','3200232722490028','3200232722490048','3200232722490081','3200232722490124','3200232722490145','3200232722490149','3200232722490154','3200232722490184','3200232722490199','3200232722490200','3200232722490235','3200232722500263','3200232722500264','3200232722500275','3200232722500282','3200232722500341','3200232723060119','32002330 2244 0456','32002330 2427 0034','3200233022410010','3200233022440069','3200233022440152','3200233022440326','3200233022440337','3200233022440415','3200233022440432','3200233022440435','3200233022440456','3200233022450120','3200233022450212','3200233022470264','3200233022490447','3200233022510048','3200233022510056','3200233022510058','3200233022510060','3200233022510082','3200233022510084','3200233023030078','3200233023030106','3200233023030112','3200233023030118','3200233023030141','3200233023030144','3200233023030191','3200233023030203','3200233023030220','3200233023030222','3200233023030224','3200233023030247','3200233023030249','3200233023360099','3200233024040044','3200233024140037','3200233024140043','3200233024140044','3200233024270033','320023336 2423 0004','3200233523170205','32002336 172350 0034','32002336 2330 0646','32002336 2330 0856','32002336 2330 0864','32002336 2330 0886','32002336 2330 0951','32002336 2330 0955','32002336 2330 0968','32002336 2330 0985','32002336 2330 0991','32002336 2350 0008','32002336 2350 0038','32002336 2350 0043','32002336 2409 0038','32002336 2409 0058','32002336 2409 0114','32002336 2419 044','32002336 2423 0030','32002336 2423 0033','32002336 2423 0034','32002336 2428 0021','32002336 2428 0230','32002336 24280011','32002336 2443 0012','32002336 2443 0018','32002336 2443 0029','32002336 2443 0041','32002336 2450 0068','320023362330 0548','3200233623300483','3200233623300513','3200233623300595','3200233623300635','3200233623300650','3200233623300664','3200233623300691','3200233623300712','3200233623300726','3200233623300735','3200233623300749','3200233623300801','3200233623300836','3200233623300847','3200233623300861','3200233623300903','3200233623300943','3200233623300949','3200233623300959','3200233623300963','3200233623300965','3200233623300978','3200233623300982','3200233623300984','3200233623300986','3200233623300996','3200233623301005','3200233623301017','3200233623301019','3200233623301025','3200233623301026','3200233623301029','3200233623301047','3200233623301079','3200233623500003','3200233623500004','3200233623500007','3200233623500044','3200233623500045','3200233624090010','3200233624090011','3200233624090057','3200233624090067','3200233624090119','3200233624090144','3200233624090147','3200233624190035','3200233624190039','3200233624230003','3200233624230013','3200233624230016','3200233624230020','3200233624230033','3200233624230041','3200233624280012','3200233624280025','3200233624280030','3200233624280035','3200233624280043','3200233624280046','3200233624280054','3200233624280065','3200233624280070','3200233624280089','3200233624280092','3200233624280169','3200233624280173','3200233624280211','3200233624390015','3200233624390054','3200233624430010','3200233624430020','3200233624430026','3200233624430027','3200233624430036','3200233624430039','3200233624430043','3200233624430044','3200233624430048','3200233624500048','32002339 2311 016326','32002339 2311 0183','32002339 2311 0232','32002339 2311 0246','32002339 2311 0254','32002339 2311 0278','32002339 2321 0008','32002339 2321 0047','32002339 2321 0053','32002339 2321 0054','3200233922310451','3200233923110014','3200233923110030','3200233923110032','3200233923110043','3200233923110058','3200233923110131','3200233923110137','3200233923110152','3200233923110159','3200233923110162','3200233923110171','3200233923110192','3200233923110213','3200233923110258','3200233923110293','3200233923110323','3200233923110393','3200233923110413','3200233923110419','3200233923110421','3200233923110427','3200233923110428','3200233923110429','3200233923110451','3200233923110454','3200233923110455','3200233923210004','3200233923210006','3200233923210022','3200233923210027','3200233923210037','3200233923210042','3200233923210051','3200233923210058','3200233923210064','3200233923210065','3200233923210066','3200233923360072','3200233923360097','32002367 2444 0036','3200236724510045','3200236724510047','32002368 22430004','3200236822450138','3200236822450293','3200236822450360','3200236822450474','3200236822460154','3200236822510238','3200236822510249','3200236822510292','3200236822510299','3200236823420005','3200236823420017','3200236823420018','3200236823420028','32002380 2332 0096','32002380 2332 01','32002380 2332 0121','32002380 2334 0032','32002380 2350 0005','32002380 2350 0072','32002380 2402 0036 ','32002380 2402 0045','32002380 2402 0048','32002380 2403 0019','32002380 2403 0025','32002380 2403 0038','32002380 2404 0001','32002380 2404 0004','32002380 24040043','32002380 2409 0043','32002380 2421 0107','32002380 2421 0113','32002380 2421 0175','32002380 2421 0185','32002380 2421 0196','32002380 2421 0226','32002380 2421 0249','32002380 2439 0231','32002380 2439 0506','32002380 2439 0520','32002380 2446 0026','32002380 2450 0011','32002380 2450 0056','3200238023320055','3200238023320081','3200238023320101','3200238023320103','3200238023320107','3200238023320135','3200238023320146','3200238023340005','3200238023340011','3200238023340038','3200238023340089','3200238023500003','3200238023500004','3200238023500007','3200238023500009','3200238023500010','3200238023500014','3200238023500021','3200238023500034','3200238023500056','3200238024020035','3200238024020042','3200238024020043','3200238024030002','3200238024030008','3200238024030011','3200238024030018','3200238024030021','3200238024030040','3200238024030046','3200238024030048','3200238024040007','3200238024040011','3200238024040025','3200238024040048','3200238024090015','3200238024090036','3200238024170012','3200238024170022','3200238024170024','3200238024170031','3200238024170034','320023802421 0247','3200238024210043','3200238024210051','3200238024210071','3200238024210089','3200238024210112','3200238024210118','3200238024210122','3200238024210159','3200238024210170','3200238024210177','3200238024210221','3200238024210233','3200238024390209','3200238024390234','3200238024390500','3200238024390502 ','3200238024390518','3200238024460012','3200238024480073','3200238024480077','3200238024480082','3200238024480092','3200238024500004','3200238223200017','320023822321 0015','3200238223210014','32002385 2303 0083','32002385 2303 0089','32002385 2303 0095','32002385 2305 0082','32002385 2305 0208','32002385 2305 0309','3200238523030057','3200238523030085','3200238523030090','3200238523030093','3200238523030094','3200238523050133','3200238523050173','3200238523050181','3200238523050200','3200238523050227','3200238523050278','3200238523050343','3200238523050344','3200238523050351','3200238523050376','3200238523100493','3200238523100539','32002386 2251 ','32002387 2246 0025','32002387 2246 0064','32002387 2247 0051','3200238722460071','3200238722460101','3200238722460103','3200238722470019','3200238722490151','3200238722490167','3200238722490187','3200238722490189','3200238722490195','3200238722490196','3200238722490199','3200238722490255','3200238722490258','3200238722490259','3200238722490261','3200238722510290','3200238722510299','3200238722510365','32002392 2250 0497','32002392 2304 0037','32002392 24 39 0037','32002392 2439 0013','32002392 2439 0021','32002392 2439 0032','3200239222500137','3200239223040067','3200239223040168','3200239223040292','3200239223040385','3200239223040425','3200239223040438','3200239224390018','3200239224390020','3200239224390023','3200239224390027','3200239224390036','3200239224390046','3200239224390047','3200239224410014','3200239224410021','3200239224410040','3200239224410045','3200239224410047','3200239324390039','3200243223180002','3200243223180005','3200243223180006','3200243223210023','3200243223210033','32002434 2304 0036','3200243422520034','3200243422520042','3200243423040003','3200243423040013','3200243423040027','3200243423040028','3200243423040032','3200243423040040','3200243423040041','3200243423040042','3200243423040044','3200243423040046','32002437 2343 0047','32002437 2414 0013','32002437 2438 0429','32002437 2438 0437','32002437 2439 0029','3200243723200013','3200243723210005','3200243723210008','3200243723210010','3200243723210078','3200243723210111','320024372343 0047','3200243724210047','3200243724380369','3200244624290021','3200245024290013','3200246 2320 0236','32002460 2325 0083','32002460 2325 0105','32002460 2325 02','32002460 2325 0260','32002460 23250088','32002460 2420 0047','32002460 2420 0069','32002460 2426 0009','32002460 2429 0003','32002460 2429 0009','32002460 2429 0022','32002460 2429 0044','32002460 2439 0013','32002460 2439 0081','32002460 2445 0031','32002460 2502 0015','3200246023190019','3200246023200018','3200246023200312','3200246023250046','3200246023250047','3200246023250069','3200246023250073','3200246023250074','3200246023250075','3200246023250079','3200246023250081','3200246023250084','3200246023250090','3200246023250091','3200246023250093','3200246023250094','3200246023250100','3200246023250102','3200246023250103','3200246023250112','3200246023250114','3200246023250140','3200246023250157','3200246023250176','3200246023250187','3200246023250204','3200246023250207','3200246023250211','3200246023250264','3200246023250265','3200246023250268','3200246023250272','3200246023250287','3200246023250331','3200246023300052','3200246023300061','3200246023300142','3200246023300201','3200246023300208','3200246023300247','320024602420 0055','3200246024200014','3200246024200018','3200246024200043','3200246024200066','32002460-24200074','3200246024200076','3200246024260007','3200246024260012','3200246024260020','3200246024260047','3200246024290004','3200246024290007','3200246024290008','3200246024290014','3200246024290028','3200246024290029','3200246024390021','3200246024390038','3200246024450018','3200246024450026','3200246024450027','32002460244500337','3200246024450045','3200246024450046','3200246024450054','3200246024450122','3200246024450134','3200246024450135','3200246025020042','3200256 823350221','32002568 23350202','32002568 23350221','3200256823310034','3200256823310045','3200256823310058','3200256823310068','3200256823310073','3200256823310075','3200256823310076','3200256823310079','3200256823310082','3200256823310084','3200256823310086','3200256823310093','3200256823310095','3200256823310098','3200256823340037','3200256823340045','3200256823340050','3200256823340057','3200256823340214','3200256823350008','3200256823350086','3200256823350202','3200256823350221','3200256823350295','3200256823350353','3200256823359351','3200256824160008','3200256824210061','3200256824250091','3200256824250096','3200257023290001','3200257023290046','3200257023290056','3200257023290104','3200257023290146','3200257123310008','3200257123310014','3200257123310021','3200257123310024','3200257123310035','3200257123310039','3200257123310043','3200257123310046','3200257123310058','3200257123310067','3200257123310073','3200257124270026','3200257124270157','3200257124270184','3200257124270331','3200257323450154','3200257323450809','3200257323450884','3200257323470178','3200257424010314','3200257424010348','3200257623450054','3200257623450275','3200258023290149','3200258023290150','3200258023290164','3200258023290196','3200258023290209','3200258023290211','3200258023290233','3200258023290245','3200258023290248','3200258023290260','3200259924210050','32002607 2445 0014','32002607 2445 0024','32002607 2445 0085','3200260724450045','3200260724450046','32002939222500072','3200328024210001','3200533761XX31504289','32008728059019052359','32010490249024180449','3201050024300146','3201885223406006','3201916224050028','3206925777867776','321000102404110012','3210152723373145','3220021522020193','32290157524480001','3243443434334434','3275180327240010','3280170723210138','329 014682329328','329 01601 2339 1404','3290 1720 2311 0414','32900169324190090','32900172023110660','3290029932002387','3290029932008720','32900563 1729 4980','32900721 2151 0041','3290072121460145','3290072121510015','3290072122030201','3290072123180048','3290072123180074','3290074621230471','3290074621320688 ','3290074621320731','3290074621480434','32901 405 2221 0262','32901 468 230126','32901 468 2325 0002','32901 468 2329 0','32901 468 2329 0014','32901 468 2329 0031','32901 468 2329 0142','32901 468 2329 0309 ','32901 468 2338 0075','32901 468 2338 0128','32901 468 2338 0164','32901 468 2338 0197','32901 46823290025','32901 693 2419 0078','32901 693 2427 0011','32901 693 2433 0012','32901 707 2320 0133','32901 821 2440 0040','3290114552320010','32901158624050134','3290115972336009','32901170323310001','32901182124140090','32901305 2138 0137','32901305 2248 0047','3290130521361018','3290130521361515','3290130522380156','3290130522380773','3290130522510044','3290130523050078','3290130523050124','3290130523050261','3290130523050781','3290130523050795','3290130523050850','3290130620360100','3290130620360121','3290130620490205','329013062136 0443','3290130621451188','3290130621451205','3290130622060164','3290130622170196','3290130622210626','3290130622210634','3290132120080522','3290135922520032','3290139822080019','3290139823280135','32901405 2212 0091','3290140521510141','3290140521510160','3290140521510197','3290140522010144','3290140522120046','3290140522160152','3290142722080690','3290142722081680','3290142722081740','3290142722190090','3290142722190531','3290142722190653','3290142722200445','3290142722200615','3290142723470292','3290142723470300','3290142723470353','3290142723470460','3290142723470523','3290142723470524','3290143922110048','3290145522260002','3290145522260014','3290145522260020','3290145522260133','32901455223480011','3290145522490186','3290145523200001','3290145523200012','3290145523200034','3290145523200041','3290145523200042','3290145523200043','3290145523200045','3290145523200051','3290145523200056','3290145523200058','3290145523200063','3290145523200068','3290145523200071','3290145523200077','3290145523200084','3290145523200086','3290145523200088','3290145523200090','3290145523200095','3290145523200103','3290145523200104','3290145523200115','3290145523200123','3290145523480016','3290145523480026','3290145523480033','3290145523480036','3290145523480045','3290145523480061','3290145523480090','3290145523480161','3290145523480163','3290145523480188','3290145523480228','3290145523480253','3290145523480279','3290145523480350','3290145523480438','3290145523480489','3290145523480491','3290145524130075','3290145524200131','3290145524200212','32901455524200121','3290145723520012','3290145723520035','3290145723520058','3290145723520064','3290145724030017','3290145724030018','3290145724030026','3290145724030105','3290145724030153','3290145724030162','3290145724030165','3290145724030171','3290145724030309','3290145724030312','3290145724030329','3290145724030365','3290145724030379','3290145724030406','3290145724030412','3290145724280277','3290145724330254','3290145724360026','3290145724360073','32901457CDIH 2L 1047','3290145822510043','3290145921310083','3290145922100081','3290145922160151','3290145922160225','3290145922160245','3290145922160247','3290145922160321','3290145922160335','3290145922160344','3290145922160346','3290145922190003','3290145922190033','3290145922190045','3290145922190056','32901459222160244','3290145922520001','3290145922520002','3290145922520005','3290145922520009','32901459225200091','3290145922520016','3290145922520017','3290145922520030','3290145922520031','3290145922520047','3290145922520051','3290145922520063','3290145922520076','3290145922520081','3290145922520082','3290145922520084','3290145922520089','3290145922520098','3290145922520099','3290145922520104','3290145922520105','3290145922520117','3290145922520121','3290145922520122','3290146022250068','3290146022250111','3290146022250122','3290146022250146','3290146022250188','3290146022250209','3290146023220010','3290146023220028','3290146023220036','3290146023220041','3290146023220061','3290146023220083','3290146023220104','3290146023220106','3290146023220215','3290146023220218','3290146023220219','3290146023220226','3290146023220244','3290146023220265','3290146023220315','3290146023220327','3290146023220342','3290146024030181','3290146024030201','3290146024030203','3290146024030210','3290146024030287','3290146024030337','3290146024080060','3290146024080069','3290146024080074','3290146024080207','3290146024080256','3290146024130117','3290146024130273','3290146024200150','3290146024230036','3290146024230046','3290146024230049','3290146024230077','3290146024230084','3290146024230089','3290146024230115','3290146024230123','3290146024230132','3290146024230135','3290146024230149','3290146024240184','3290146024240185','3290146024240192','3290146024240308','32901468 23290276','32901468 2329 0041','32901468 2329 0075','32901468 2329 0145','32901468 2329 0324','32901468 2329 0347','32901468 23290009','32901468 23290047','32901468 23290286','32901468 23290310','3290146822460024','3290146822460031','3290146822510009','3290146822510011','3290146822510040','3290146823200349','3290146823250034','3290146823290001','3290146823290002','3290146823290003','3290146823290006','3290146823290007','3290146823290011','3290146823290013','3290146823290015','3290146823290017','3290146823290019','3290146823290020','3290146823290021','3290146823290023','3290146823290027','3290146823290028','3290146823290035','3290146823290037','3290146823290039','3290146823290045','3290146823290048','3290146823290054','3290146823290055','3290146823290056','3290146823290057','3290146823290059','3290146823290062','3290146823290065','3290146823290072','3290146823290073','3290146823290078','3290146823290080','3290146823290082','3290146823290083','3290146823290085','3290146823290086','3290146823290088','3290146823290090','3290146823290093','3290146823290094','3290146823290096','3290146823290100','3290146823290101','3290146823290104','3290146823290106','3290146823290107','3290146823290112','3290146823290115','3290146823290118','3290146823290127','3290146823290130','3290146823290131','3290146823290140','3290146823290143','3290146823290144','3290146823290149','3290146823290151','3290146823290152','3290146823290153','3290146823290154','3290146823290243','3290146823290250','3290146823290263','3290146823290264','3290146823290265','3290146823290271','3290146823290274','3290146823290277','3290146823290279','3290146823290282','3290146823290283','3290146823290315','3290146823290321','3290146823290326','3290146823290327','3290146823290331','3290146823290336','3290146823290337','3290146823290340','3290146823290341','3290146823290343','3290146823290344','3290146823290345','3290146823290351','3290146823290354','3290146823290355','3290146823380003','3290146823380004','3290146823380007','3290146823380011','3290146823380028','3290146823380031','3290146823380047','3290146823380061','3290146823380065','3290146823380066','3290146823380077','3290146823380078','3290146823380079','3290146823380104','3290146823380120','3290146823380129','3290146823380132','3290146823380134','3290146823380135','3290146823380138','3290146823380156','3290146823380168','3290146823380175','3290146823380176','3290146823380180','3290146823380187','3290146823380189','3290146823380191','3290146823380195','3290146823380198','3290146823380215','3290146823380219','3290146823390161','32901476823380093','32901575 2313 0375','32901575 2313 04','32901575 2314 0039','32901575 23140039','32901575 2320 03','32901575 2343 00','32901575 2348 0016','32901575 2348 0103','32901575 2416 0024','32901575 2416 0176','32901575 2418 0194','32901575 2418 0274','32901575 2418 0375','32901575 2421 0003','32901575 2421 0037','32901575 2421 0045','32901575 2421 0069','32901575 2429 0018','32901575 2437 0012','3290157523100060','3290157523100103','3290157523130457','3290157523140217','3290157523140247','3290157523140305','3290157523140375','3290157523180328','3290157523180396','3290157523180442','3290157523180620','3290157523180658','3290157523200334','3290157523200986','3290157523310010','3290157523310012','3290157523310013','3290157523310026','3290157523310053','3290157523330006','3290157523330015','3290157523330016','3290157523330024','3290157523330027','3290157523330040','3290157523330043','3290157523330049','3290157523430055','3290157523430068','3290157523440045','3290157523480029','3290157523480060','3290157523480068','3290157523480071','3290157523480081','3290157523480492','3290157523480619','3290157523480624','3290157523480651','3290157524090036','3290157524140052','3290157524140054','3290157524140077','3290157524160038','3290157524160041','3290157524180257','3290157524210011','3290157524210031','3290157524210238','3290157524290020','3290157524360011','3290157524360025','3290157524360031','32901576 2251 0200','32901576 2252 0285','3290157622510457','3290157622520008','3290157622520015','3290157622520258','3290157622520333','3290157622520500','3290157622520570','3290157622520599','3290157622520632','3290157623450025','3290157623450027','32901586 2247 0122','32901586 2247 0269','32901586 2248 0065','32901586 2307 4435','32901586 2346 2322','32901586 2348 3876','32901586 2430 0196','32901586 24300059','3290158622470063','3290158622470092','3290158622470250','3290158622470289','3290158622480120','3290158622480231','3290158622510036','3290158623020113','3290158623024788','3290158623050743','3290158623053322','3290158623071150','3290158623071158','3290158623071219','3290158623071251','3290158623071264','3290158623072376','3290158623074400','3290158623080918','3290158623080925','3290158623081172','3290158623082337','3290158623450141','3290158623461985','3290158623462294','3290158623491619','3290158624050220','3290158624050258','3290158624050520','3290158624170182','32901586-2417-17101','3290158624210163','32901590 2347 0068','3290159023180007','3290159023180016','3290159023180029','3290159023180033','3290159023190007','3290159023190030','3290159023190047','3290159023200013','3290159023200014','3290159023200016','3290159023200026','3290159023200028','3290159023310101','3290159023470021','3290159023470038','3290159023470040','3290159023470045','3290159023470061','3290159023470070','3290159023470072','3290159024030013','3290159024030018','3290159024030037','3290159024030043','3290159024410006','3290159024410031','3290159024410046','32901594 2319 0060','32901594 2320 0036','32901594 2320 0196','32901594 2404 0252','32901594 2419 0022','32901594 2419 0045','32901594 2424 0027','32901594 2429 0029','32901594 2442 0032','3290159423190042','3290159423190043','3290159423190118','3290159423190119','3290159423190168','3290159423200056','3290159423200064','3290159423200089','3290159423200215','3290159424040251','3290159424040263','3290159424080007','3290159424190035','3290159424240015','3290159424240025','3290159424240028','329015942429 0030','3290159424290023','3290159424290035','3290159424420007','3290159424420014','3290159424420020','3290159424420033','3290159424420039','3290159424420041','3290159424420044','3290159424440072','3290159424440074','3290159424440129','3290159424460066','3290159424460069','3290159424460123','3290159424460133','3290159424460139','3290159424460147','32901597 2246 0895','32901597 22460534','32901597 2252 0942','32901597 2252 1021','32901597 2252 1262','32901597 2333608','32901597 2339 0038','32901597 2339 0043','3290159722460188','3290159722460462','3290159722480138','3290159722481045','3290159722502231','3290159722520029','3290159722520030','3290159722520408','3290159722520503','3290159722520770','3290159722520933','3290159722521008','3290159722521244','3290159722521247','3290159722521273','3290159722521280','3290159723110127','3290159723110131','3290159723110133','3290159723110137','3290159723110141','3290159723110145','3290159723110163','3290159723110232','3290159723110466','3290159723110469','3290159723311307','3290159723360001','3290159723360033','3290159723360046','3290159723360049','3290159723360385','3290159723380017','3290159723380018','3290159723390044','3290159723390058','3290159723461239','3290159723461245','3290159723461249','3290159723461251','3290159723481253','3290159723481372','3290159724070005','32901597CI3E6L0W','32901601 2338 0700','32901601 2339 04','32901601 2339 0914','32901601 2339 0922','32901601 2339 1390','32901601 2339 2339','3290160123380191','3290160123380574','3290160123380579','3290160123380581','3290160123380586','3290160123380591','3290160123380753','3290160123380803','3290160123380815','3290160123380827','3290160123380830','3290160123380846','3290160123380862','3290160123380907','3290160123390024','3290160123390196','3290160123390471','3290160123390479','3290160123390705','3290160123390712','3290160123390756','3290160123390805','3290160123390842','3290160123390857','3290160123390879','3290160123390884','3290160123390897','3290160123390900','3290160123390902','3290160123390906','3290160123390908','3290160123390909','3290160123390920','3290160123390926','3290160123390927','3290160123390941','3290160123391173','3290160123391381','3290160123391382','3290160123391391','3290160123391402','3290160123391413','3290160123391419','3290160123391454','3290160123391462','3290160123391856','3290160123391874','3290160123392291','3290160123400081','329016012443 0085','3290161423310081','32901618 2404 0036','32901618 2410 0030','32901618 2410 0047','32901618 2423 0044','3290161823210129','3290161824040003','3290161824040005','3290161824040008','3290161824040010','3290161824040011','3290161824040013','3290161824040016','3290161824040033','3290161824040043','3290161824040044','3290161824040047','3290161824100001','3290161824100002','3290161824100011','3290161824100013','3290161824100031','3290161824100034','3290161824100035','3290161824100036','3290161824100038','3290161824100045','3290161824230001','3290161824230008','3290161824230028','3290161824230042','3290161824230043','3290161824230068','3290161824230074','3290161824230081','3290161824230088','3290161824280056','3290161824280068','3290161824280080','3290161824280086','3290161824280089','3290161824500038','32901620 2302 0548','32901620 2347 0010','32901620 2347 0052','3290162022520141','3290162023020040','3290162023020072','3290162023020082','3290162023020223','3290162023020243','3290162023020545','3290162023040035','3290162023040086','3290162023040185','3290162023070104','3290162023070305','3290162023070366','3290162023070371','3290162023470006','3290162023470059','3290162023470061','3290162023470064','3290162023470085','3290162023470088','3290162023470091','3290162023470097','32901644 2319 00','32901644 2319 0029','3290164423190004','3290164423190010','3290164423190014','3290164423190031','3290164423190035','3290164423190036','3290164423190038','3290164423190039','3290164423190047','3290164423190050','3290164423190053','3290164423190055','3290164423190062','3290164423190068','3290164423190074','3290164423190089','3290164423190091','3290164423310004','3290164423310010','3290164423310022','3290164423310028','3290164423310042','3290164423310044','3290164423310045','3290164423310046','3290164423310047','32901647 2318 0897','32901647 2318 1154','32901647 23180728','3290164723110133','3290164723120010','3290164723130978','3290164723131205','3290164723131250','3290164723180039','3290164723180147','3290164723180186','3290164723180188','3290164723180382','3290164723180467','3290164723180665','3290164723180697','3290164723181046','3290164723181198','3290164723181466','3290164723181543','3290164723181550','3290164723181553','3290164723480042','3290164823290109','3290168324190014','3290169023180252','32901693 2319 0025','32901693 2319 0062','32901693 2319 0336','32901693 2319 0558','32901693 2319 0643','32901693 2319 0674','32901693 2331 0004','32901693 2331 0055','32901693 2331 0241','32901693 23310022','32901693 23310051','32901693 2404 0035','32901693 2404 0047','32901693 2409 0011','32901693 2419 0082','32901693 2419 0134','32901693 24190077','32901693 2429 0039','32901693 2433 0033','32901693 2437 0006','32901693 2437 0026','32901693 2440 0021','32901693 2441 0044','32901693 2445 0013','32901693 2445 0016','32901693 2445 0018','32901693 2445 008','32901693 2448 0029','32901693 2448 0109','32901693 2448 0127','3290169323190014','3290169323190128','3290169323190137','3290169323190139','3290169323190159','3290169323190161','3290169323190162','3290169323190174','3290169323190205','3290169323190308','3290169323190337','3290169323190495','3290169323190511','3290169323190588','3290169323190626','3290169323190657','3290169323190727','3290169323190747','3290169323190760','3290169323190813','3290169323190826','3290169323190840','3290169323210008','3290169323210010','3290169323210012','3290169323210022','3290169323250003','3290169323250006','3290169323250007','3290169323250015','3290169323250030','3290169323250031','3290169323250040','3290169323250198','3290169323250218','3290169323250239','3290169323310003','3290169323310009','3290169323310018','3290169323310020','3290169323310023','3290169323310026','3290169323310027','3290169323310033','3290169323310040','3290169323310041','3290169323310052','3290169323310056','3290169323310058','3290169323310059','3290169323310061','3290169323310177','3290169323310195','3290169323310200','3290169323310208','3290169323310224','3290169323310225','3290169323310229','3290169323310240','3290169323310245','3290169323310248','3290169323340088','3290169323340094 ','3290169324040001','3290169324040012','3290169324040041','3290169324040046','3290169324040048','3290169324090001','3290169324090023','3290169324090034','3290169324190001','3290169324190006','3290169324190007','3290169324190009','3290169324190012','3290169324190060','3290169324190068','3290169324190072','3290169324190120','3290169324190127','3290169324190132','3290169324190133','3290169324190147','3290169324190148','3290169324230005','3290169324230029','3290169324230039','3290169324240008','3290169324270031','3290169324270047','329016932429 0034','3290169324290004','3290169324290007','3290169324290008 ','3290169324290020','3290169324290043','3290169324290047','3290169324330004','3290169324330009','3290169324330010','3290169324330014','3290169324330018','3290169324330019','3290169324330021','3290169324330029','3290169324330055','3290169324330057','3290169324370005','3290169324370028','3290169324370030','3290169324370031','3290169324370034','3290169324370036','3290169324370038','3290169324370042','3290169324370047','3290169324400008','3290169324400017','3290169324400026','3290169324400027','3290169324400033','3290169324400035','3290169324410003','3290169324410046','3290169324410048','3290169324450014','3290169324450030','3290169324450036','3290169324450041','3290169324480016','3290169324480036','3290169324480055','3290169324480062','3290169324480079','3290169324480097','3290169324480111','3290169324480115','3290169324480118','3290169324480132','3290169324480139','3290169324480167','3290169324480183','3290169324480184','3290169325020012','3290169325020027','3290169325020040','3290169325020056','32901693CI6C4F1PA','32901694 2421 0021','3290169424210021','3290169623370142','3290169623370180','3290169623490018','3290169623490041','3290169623490045','329016962407 0055','3290169624070020','3290169624070041','3290169624070044','32901699324090016','32901703 2321 0010','32901703 2321 0014','32901703 2321 0015','32901703 2321 0020','32901703 2321 0023','32901703 2331 0006','329017032321 0027','3290170323210001','3290170323210006','3290170323210008','3290170323210013','3290170323210018','3290170323210031','3290170323210039','329017032331 0029','3290170323310008','3290170323310009','3290170323310011','3290170323310014','3290170323310028','3290170323310037','3290170323310038','3290170323310039','3290170323310045','3290170323310048','32901707 2320 02','32901707 2320 0213','32901707 2320 0234','32901707 23200140','32901707 2321 0070','32901707 2321 0095','32901707 2323 0023','32901707 2323 0192','32901707 2427 0031','3290170723110087','3290170723110348','3290170723110381','3290170723130008','3290170723130083','3290170723130102','3290170723130104','3290170723130167','3290170723130173','3290170723130188','3290170723130189','3290170723130191','3290170723140039','3290170723140050','3290170723140069','3290170723200043','3290170723200055','3290170723200111','3290170723200120','3290170723200125','3290170723200127','3290170723200133','3290170723200269','3290170723200341','3290170723210008','3290170723230009','3290170723230015','3290170723230026','3290170723230029','3290170723230030','3290170723230033','3290170723230039','3290170723230040','3290170723230073','3290170723230077','3290170723230101','3290170723230110','3290170723230119','3290170723230124','3290170723230135','3290170723230174','3290170723230181','3290170724200023','3290170724200027','3290170724200033','3290170724200037','3290170724200042','3290170724270007','3290170724270048','32901711 2330 0057','32901711 2330 0179','32901711 23300338','3290171123300046','3290171123300053','32901711233002032408','3290171123300211','3290171123300227','3290171123300328','3290171123300341','3290171123300363','3290171123300399','3290171123300447','32901714 2334 0022','32901714 2334 0045','329017142334 0039','3290171423340003','3290171423340004','3290171423340018','3290171423340025','3290171423340027','3290171423340043','3290171423340048','32901720 2311 0024','32901720 2311 01','32901720 2311 0287','32901720 2311 0312','32901720 2311 0322','32901720 2311 0370','32901720 2313 0057','32901720 2348 0010','3290172023110005','3290172023110012','3290172023110020','3290172023110054','3290172023110063','3290172023110070','3290172023110102','3290172023110104','3290172023110123','3290172023110135','3290172023110150','3290172023110197','3290172023110208','3290172023110218','3290172023110246','3290172023110293','3290172023110308','3290172023110345','3290172023110389','3290172023110390','3290172023110430','3290172023110463','3290172023110475','3290172023110476','3290172023110489','3290172023110495','3290172023110496','3290172023110498','3290172023110503','3290172023110510','3290172023110584','3290172023110610','3290172023110626','3290172023110646','3290172023110652','3290172023110654','3290172023110661','3290172023480008','3290172023480013','3290172023480014','3290172023480052','3290172023480081','3290172024040036','3290172024040038','3290177923460558','3290177923460642','3290177923460644','3290177923460665','3290177923460668','32901779234609700','3290177923500032','32901792224030047','3290179224030018','3290179224030026','3290179224030033','3290179224030035','3290179224030043','329017922403005620','3290179224030089','3290179224030095','3290179224030099','3290179224030103','3290179224030111','3290179224030135','3290179224030147','3290179224280066','3290179224280067','3290179224280097','3290179224310016','3290179224310023','32901803 2423 0210','32901803 2423 0222','32901803 2423 1739','32901803 2424 0039','32901803 2424 0083','32901803 2427 0524','329018032423 1741','32901803242300006','3290180324230002','3290180324230011','3290180324230013','3290180324230024','3290180324230182','3290180324230212','3290180324230251','3290180324230465','3290180324230484','3290180324230580','3290180324230592','3290180324230881','3290180324231709','3290180324231714','3290180324231715','3290180324231814','3290180324231818','3290180324231820','3290180324231821','3290180324240018 ','3290180324240021','3290180324240032','3290180324240039','3290180324240060','32901803242440369','3290180324270278','3290180324270315','3290180324270354','3290180324270409','3290180324270448','3290180324270478','3290180324270498','3290180324270521','3290180324270522','3290180324300213','3290180324400390','32901818 2419 0131','32901818 2423 0038','32901818 2423 0074','32901818 2423 0080','3290181824190082','3290181824190101','3290181824190102','3290181824190127','3290181824190316','3290181824190319','3290181824230011','3290181824230022','3290181824230028','3290181824230035','3290181824230048','3290181824230051','3290181824230070','3290181824230074','3290181824230090','3290181824420024','3290181824450004','32901821 2428 0268','32901821 2414 0011','32901821 2414 0037','32901821 2414 0054','32901821 2414 0070','32901821 2414 0106','32901821 2414 0109','32901821 2414 0354','32901821 2424 0107','32901821 2428 0055','32901821 2436 1029','32901821 2440 0143','32901821 2444 0079','32901821 2444 0094','32901821 2444 0098','32901821 2448 0230','32901821003344765498','3290182124000012','3290182124140014','3290182124140024','3290182124140030','3290182124140032','3290182124140033','3290182124140036','3290182124140048','3290182124140061','3290182124140062','3290182124140064','3290182124140068','3290182124140071','3290182124140080','3290182124140089','3290182124140096','3290182124180391','3290182124180409','3290182124180565','3290182124181523','3290182124201271','3290182124201355','3290182124201834','3290182124280045','3290182124280199','3290182124280207','3290182124280214','3290182124280267','3290182124280270','3290182124280302','3290182124360867','3290182124360880','3290182124360884','3290182124360889','3290182124360891','3290182124360920','3290182124360924','3290182124360931','3290182124360980','3290182124360982','3290182124361000','3290182124361016','3290182124380950','3290182124381162','3290182124400061','3290182124400106','3290182124400149','3290182124430003','3290182124430017','3290182124430070','3290182124430496','3290182124440009','3290182124440022','3290182124440023','3290182124440028','3290182124440044','3290182124440058','3290182124440173','3290182124440199','3290182124440403','3290182124440465','3290182124440478','3290182124440489','3290182124500522','3290182124500536','3290182124500539 ','3290182125051001','3290182125051046','32901821805901909419','3290269324240031','3290q61824100048','3297180324259122','3299157524290029','3300150800000000','3300150823100016','3300150823100019','3300150823100020','3300150823100024','3300150823100030','3300150823100032','3300150823100034','3300150823100036','3300150823100038','3300150823100039','3300150823100043','3300150823100044','3300150823100054','3300211123380013','3300211123380016','3300211123380022','3300211123380025','3300211123380046','3300211123380049','3300213022380176','3300213022380193','3300213023120088','3300213024450012','3300213123170031','3300213123500018','3300213124040039','3300213422120203','3300213423240092','3300213423500011','3300213423500014','3300213423500016','3300213423500028','3300213424130041','3300213424130042','3300213424240064','3300213424430001','3300213424460093','3300213623160003','3300213623510047','3300213624040003','3300213624250007','3300213624250030','3300223433290424','3300243423040044','3300321623440326','330803350 2334029','33700343224170002','33700343224290031','3370207821500012','3370207822050008','3370207822050021','3370207822050045','3370207822050075','3370207822080186','3370207822080187','3370207823140121','3370207823170003','3370207823170028','3370207823170030','3370207823170032','3370207823170035','3370207823170039','3370207823170040','3370207823170042','3370207823170045','3370207823170046','3370207823170110','3370207823170117','3370207823170120','3370207823177510','3370207823180017','3370207823180019','3370207823180022','3370207823180025','3370207823180026','3370207823180029','3370207823180034','3370207823180038','3370207823180039','3370207823180044','3370207823180046','3370207823180049','3370207823180053','3370207823180096','3370207823290131','3370207823290153','3370207823290154','3370207823290155','3370208022150009','3370208521250170','3370208523057663','3370208523067525','3370208523237504','3370208523237514','3370208523237518','3370208523237520','3370208523237530','3370208523237531','3370208523237537','3370208523237567','3370208524067592','3370208524067596','3370208524077566','3370208524077583','3370208524077591','3370208524127566','3370208524127595','3370208524307519','3370208524307530','3370208524307541','3370208524307544','3370209622021206','3370209622021233','3370209622021258','3370209622021294','3370209622030608','3370209622030614','3370209622030623','3370209622030627','3370210221490031','3370211220260296','3370212821430209','3370212822040519','3370217621190031','33702210221490031','33702216221500009','3370221622150044','3370221622150050','3370225820480017','3370231521430021','3370231521430054','3370231521430067','3370235521430009','3370235521430010','3370235521430024','3370235521430033','3370241223060086','3370241223060091','3370241223060108','3370241422090065','3370241422230009','3370241423140117','3370241424120209','3370292721510012','3370292721510034','3370292722240030','3370292722500010','3370292723110004','3370292723110030','3370306522070038','3370306522110007','3370306522110028','3370306522110032','3370306600000000','3370306621270038','3370306621270050','3370306621270061','3370306621340035','3370306621340039','3370306621430094','3370306621480011','3370306621480032','3370306821130026','3370306822020022','3370306920160036','3370306921070071','3370306921140028','3370306921200033','3370306921210010','3370306921210024','3370306921280021','3370306921280024','3370306921280031','3370306921330044','3370306921410042','3370306921450012','3370306921450034','3370306921460044','3370306921490012','3370306921500012','3370306922240024','3370306922240029','3370306922240031','3370306922240037','3370306922450016','3370306923070004','3370306923070007','3370306923210005','3370306923210007','3370306923210008','3370306923210027','3370306923210054','3370306923210056','3370306923210061','3370306923210065','3370306923210068','3370306923210071','3370306923210080','3370306923210083','3370306923230003','3370306923230005','3370306923230009','3370306923230029','3370306923230042','3370306923230043','3370306923230045','33703071 2111021','3370307121210069','3370307121510024','3370307121510078','3370307121510079','3370308023060087','3370308023180091','3370308023300001','3370308023300003','3370308023300008','3370308023300062','3370308123030024','3370308123190047','3370308123390030','3370308221350037','3370308222510046','3370308222510047','3370308222510048','3370308223370086','3370308320060011','3370308322430018','3370308323120003','3370308323120009','3370308323120011','3370308323120013','3370308323120018','3370308323120024','3370308323120025','3370308323120043','3370308323120094','3370308323180066','3370308822070015','3370308822070076','3370308822070081','3370308822070083','3370308822070090','3370308822160018','3370308822160019','3370308822160025','3370308822160032','3370309122490040','3370319022500022','3370319122470020','3370319122470022','3370319122470023','3370319122470055','3370319122470058','3370319123050030','3370319123050040','3370319123050045','3370319123050046','3370319123060010','3370319123060017 ','3370319123060038','3370319123250008','3370319123250012','3370319123250017','3370319123250018','3370319123250020','3370323723460105','3370324123070042','3370324123070044','3370329822070013','3370329822070023','3370329822100010','3370329822100057','3370329822100072','3370332724080126','33703359023230084','3370342722490508','3370342723380003','3370342723380006','3370342723380007','3370342723380009','3370342723380010','3370342723380012','3370342723380014','3370342723380016','3370342723380019','3370342723380020','3370342723380021','3370342723380022','3370342723380023','3370342723380027','3370342723380028','3370342723380030','3370342723380037','3370342723380039','3370342723380040','3370342723380041','3370342723380043','3370342723380045','3370342723380049','3370342723380052','3370342723380054','3370342723380055','3370342723380058','3370342723380070','3370342723380071','3370342723470018','3370342723470024','3370342723470026','3370342723510156','3370342724030494','3370342724030495','3370342724070029','3370342724080140','3370342724160156','3370342724160180','3370342724220041','3370342724450152','337034273380049 ','3370342733803178','3370342824020208','3370343022360055','3370343023070004','3370343023070053','3370343023070068','3370343023080081','3370343023140021','3370343023140040','3370343023280065','3370343023280069','3370343023280077','3370343023350080','3370343023400002','3370343023400005','3370343023400016','3370343023400065','3370343024090067','3370343024090069','3370343024090070','3370343024090075','3370343024190037','3370343024190071','3370343024270024','3370343024340011','3370343024340012','3370343024340040','3370343123110074','3370343123250332','3370343123250338','3370343123250342','3370343123270117','3370343223370265','3370343223370333','3370343223370365','3370343223370370','3370343223430095','3370343223490202','3370343223490237','3370343223490238','3370343223490239','3370343223510006','3370343223510057','3370343223510075','3370343224020026','3370343224020033','3370343224020034','3370343224020058','3370343224170006','3370343224170077','3370343224170099','3370343224170110','3370343224170111','3370343224170113','3370343224170114','3370343224170116','3370343224170126','3370343224210016','3370343224210020','3370343224210023','3370343224210025','3370343224210026','3370343224210062','3370343224210066','3370343224210070','3370343224250021','3370343224260023','3370343224260043','3370343224260049','3370343224260095','3370343224290002','3370343224290027','3370343224290028','3370343224290033','3370343224290037','3370343224290043','3370343224290060','3370343224290072','3370343224290079','3370343224290080','3370343224290081','3370343224330059','3370343224330064','3370343224490097','3370343225040030','3370343323041266','3370343323042959','3370343323240162','3370343323380357','3370343323380362','3370343323380372','3370343323380413','3370343323380451','3370343323400095','3370343323480165','3370343323503045','3370343323503162','3370343323503169','3370343324021468','3370343324040220','3370343324040222','3370343324040261','3370343324040492','3370343324040537','3370343324090265','3370343324110683','3370343324130242','3370343324140118','3370343324190436','3370343324200015','3370343324220446','3370343324220447','3370343324270103','3370343324270142','3370343324270170','3370343324390056','3370343423070812','3370343423100022','3370343423120091','3370343423120512','3370346358022460','33703470 33803350','3370347022380027','3370347022380033','3370347022380047','3370347022380074','3370347022490011','3370347022490013','3370347022490022','3370347022490026','3370347022490030','3370347023100006','33703470231100130','3370347023110041','3370347023110042','3370347023140044','3370347023140050','3370347023140053','3370347023140055','3370347023140059','3370347023140062','3370347023140063','3370347023140067','3370347023140078','3370347023140080','3370347023140087','3370347023140092','3370347023140093','3370347023240011','3370347023240052','3370347023240054','3370347023240070','3370347023240082','3370347023240085','3370347023240086','3370347023240088','3370347023240089','3370347023240093','3370347023240096','3370347023240109','3370347023240114','3370347024090024','3370347024090067','3370347024090068','3370347024090069','3370347024090072','3370347024110025','3370347024110029','3370347024220041','3370347024220043','3370347024220044','3370347024220045','3370347024270003','3370347024270046','3370347024300028','3370347024300029','3370347024410011','3370347024410043','3370347723120016','3370347723140407','3370347723140431','3370347723240244','3370347723240374','3370347723370283','3370347723370567','3370348722490087','3370348722490092','3370348722500072','3370348723090030','3370348723090089','3370348723240566','3370348723300036','3370348723360005','3370348723360066','3370348723360082','3370348723490154','3370348723490166','3370348723490233','3370348724060050','3370348724060052','3370348724060078','3370348724060087','3370348724060095','3370348724220003','3370348724220007','3370348724220027','3370348724220034','3370348724220042','3370348724220043','3370348724220044','3370348724220046','3370348724220112','3370348724220114','3370348724220119','3370348724330093','3370348724330103','3370348724460052','3370348724460079','3370348724460080','33703487724060052','3370348923270009','3370348924030031','3370348924030037','3370348924030066','3370348970017020','3370349422470012','3370349422470016','3370349423120056','3370349423120061','3370349423120085','3370349423250003','3370349423250004','3370349423250007','3370349423250010','3370349423250012','3370349423250013','3370349423250039','3370349423250042','3370349423250045','3370349423250127','3370349423250220','3370349423250234','3370349423250244','3370349423250247','3370349423250251','3370349423250257','3370349423250275','3370349423250295','3370349423250300','3370349423390595','3370349423390599','3370349423420123','3370349423430041','3370349423490036','3370349424030019','3370349424030034','3370349424030035','3370349424030045','3370349424030087','3370349424030092','3370349424070052','3370349424070070','3370349424070093','3370349424070095','3370349424070096','3370349424110071','3370349424110075','3370349424110078','3370349424160043','3370349424160088','3370349424160089','3370349424210009','3370349424210025','3370349424210044','3370349424230016','3370349424230205','3370349424230215','3370351024170035','3370351424090013','3370351424150003','3370351424150005','3370351424150011','3370351424150049','3370353022420012','3370353022420016','3370353023190021','3370353023240134','3370353023240136','3370353023240139','3370353023240142','3370353023240144','3370353023240162','3370353023240167','3370353023240330','3370353023240344','3370353023250226','337035302325040312,1','3370353023250404','3370353023330010','3370353023330045','3370353023430026','3370353023430028','3370353023430035','3370353023430040','3370353023430041','3370353023430043','3370353023430047','3370353023430054','3370353023430055','3370353023430059','3370353023430062','3370353024090001','3370353024090009','3370353024090015','3370353024120026','3370353024120046','3370353024190050','3370358022310093','3370358022330003','3370358022330004','3370358022330033','3370358022330035','3370358022330039','3370358022330043','3370358022330046','3370358022360086','3370358022360626','3370358022360628','3370358022360629','3370358022430018','3370358022430019','3370358022430024','3370358022430025','3370358022430032','3370358022460337','3370358022460625','3370358022460730','3370358022460767','3370358022460886','3370358022460973','3370358022470047','3370358022470048','3370358022470050','3370358022490078','3370358022490081','3370358022510007','3370358022510023','3370358022510025','3370358022510029','3370358024050037','3370358024050038','3370358024050040','3370358024050072','3370358024050080','3370358024050081','3370358024050194','3370358024050204','3370358024070096','3370358024187523','3370358024187539','3370358024187580','3370358024187630','3370358024187635','3370358024187647','3370358024197621','3370358024197624','3370358024210125','3370358024210127','3370358024210139','3370358024210143','3370358024210146','3370358024210152','3370358024210188','3370358024340485','3370358024380140','3370358122410014','3370358122420079','3370358122490257','3370358122490281','3370358122490286','3370358122490334','3370358122490344','3370358123240645','3370358123250116','3370358123250133','3370358123250135','3370358123430305','3370358123430315','3370358123430324','3370358123430325','3370358123430326','3370358123490666','3370358124030027','3370358124030029','3370358124030032','3370358124030036','3370358124030037','3370358124030072','3370358124070003','3370358124070004','3370358124070008','3370358124070011','3370358124140027','3370358124140229','3370358124140261','3370358124170282','3370358124170283','3370358124170313','3370358124170413','3370358124170415','3370358124200008','3370358124210241','3370358124220004','3370358124220006','3370358124220008','3370358124220009','3370358124220010','3370358124220107','3370358124220176','3370358124220208','3370358124220220','3370358124220236','3370358124220237','3370358124220244','3370358124220249','3370358124220251','3370358124220334','3370358124220339','3370358124240001','3370358124240036','3370358124240037','3370358124240047','3370358124270259','3370358124270260','3370358124270261','3370358124270262','3370358124270277','3370358124270280','3370358124330149','3370358124330151','3370358124330153','3370358124330155','3370358124330161','3370358124330162','3370358124330168','3370358124330169','3370358124330170','3370358124330207','3370358124330208','3370358124330209','3370358124330213','3370358124330215','3370358124390038','3370358124390044','3370358124390074','3370358124390076','3370358124390122','3370358124390309','3370358124390314','3370358124390317','3370358124390360','3370358124390361','3370358124390436','3370358124390463','3370358124390477','3370358124390622','3370358124410505','3370358124410514','3370358124410518','3370358124410526','3370358124410529','3370358124410662','3370358124430635','3370358125020657','3370358133803263','3370358170017016','3370358722360019','3370358722360032','3370358722360041','3370358722460016','3370358722460035','3370358722460036','3370358722460038','3370358723180001','3370358723180002','3370358723180004','3370358723180005','3370358723180006','3370358723180010','3370358723180012','3370358723180022','3370358723180037','3370358723180041','3370358723230001','3370358723230013','3370358723230014','3370358723230018','3370358723230036','3370358723230040','3370358723230045','3370358723230046','3370358723230049','3370358723230052','3370358723230062','3370358723230064','3370358723230068','3370358723230076','3370358723230085','3370358723230090','3370358922370194','3370358922370195','3370358923060021','3370358923060031','3370358923060033','3370358923060034','3370358923060035','3370358923060041','3370358923060045','3370358923060047','3370358923060096','3370359022320026','33703590223230014','3370359022480021','3370359022480027','3370359022480040','3370359022480375','3370359022480377','3370359022500021','3370359022500024','3370359022500025','3370359022500026','3370359022500042','3370359023230002','3370359023230016','3370359023230026','3370359023230033','3370359023230034','3370359023230041','3370359023230047','3370359023230049','3370359023230052','3370359023230057','3370359023230061','3370359023230066','3370359023230110','3370359023230115','3370359023230116','3370359023230119','3370359023230120','3370359023230122','3370359023230123','3370359023230130','3370359023230132','3370359023230133','3370359023230135','3370359023440016','3370359023440019','3370359023440020','3370359023440034','3370359023440037','3370359023440043','3370359023440044','3370359023440047','3370359023440048','3370359023470005','3370359023470009','3370359023470019','3370359023470031','3370359023470032','3370359024070010','3370359322370032','3370359322470046','3370359322480001','3370359322480007','3370359322480018','3370359423100010','3370359423120019','3370359423120021','3370359424110028','3370359424130040','3370359424130048','3370359424200023','3370359424200029','3370359424200037','3370359424200039','3370359424250031','3370359622460028','3370359622460040','3370365823110002','3370365823110003','3370365823110018','3370365823110019','3370365823110021','3370365823110030','3370365823110047','3370365823190041','3370365823190046','3370365823240013','3370365823240018','3370365823240024','3370365823240026','3370365823240027','3370365823240033','3370365823240037','3370365823290080','3370375323360152','3370375423360002','3370375423360012','3370375423360063','3370375423360067','3370375423360102','3370375423360104','3370375423360110','3370375423360146','3370375423360147','3370375423360163','33703760232500083','3370376023250203','3370376023250208','3370376023250214','3370376023290010','3370376024040053','3370376024040238','3370376024040239','3370376024080027','3370376024080034','3370376024080036','3370376024110063','3370376024110087','3370376024110152','3370376024110156','3370376024110282','33703761123460025','3370376123400092','3370376123400115','3370376123400130','3370376123400135','3370376123400136','3370376123400138','3370376123400151','3370376123420015','3370376123420017','3370376123420018','3370376123420040','3370376123420041','3370376123460019','3370378723490040','3370378723490044','3370378723490048','3370378723490050','3370378723490051','3370378723490112','3370378723490114','3370378724270008','3370378724270009','3370378724290011','3370378724290025','3370378724290043','3370378724290105','3370378724290106','3370378724290113','3370378724290115','3370378724290117','337037872429011839','3370385624180012','3370385624180187','33703862 2427 0032','3370386224190026','3370386224270024','3370386224270072','3370387324230160','3370387324280706','3370387324280724','3370387324280824','3370387424200042','3370387424200047','3370387424200050','3370387424200052','3370387424200057','3370387424200058','3370387424200064','3370387424200066','3370387424200067','3370387424300023','33703890 24300107','3370389024230041','3370389024300095','3370389024300112','33703956 2419 0007','3370395624200014','3370395624200027','3370395624200033','3370395624200034','3370395624200090','3370397823440001','3370397823440049','3370397823440091','3370397823440094','3370397823440095','3370397823440100','3370397823440106','3370397823440112','3370397823440115','3370397823440116','3370397823440122','3370397823440132','3370397823440141','3370397823440147','3370397823440167','3370397824020010','3370397824020012','3370397824020013','3370397824020014','3370397824020016','3370397824020023','3370397824020033','3370397824020034','3370397824020035','3370397824020037','3370397824020039','3370397824020040','3370397824020042','3370397824020044','3370397824020046','3370397824020048','3370397824030002','3370397824030012','3370397824030014','3370397824030015','3370397824030022','3370397824030024','3370397824030025','3370397824030027','3370397824030043','3370397824030046','3370406124370492','3370406124370626','3370406124400100','3370406124400108','3370406124400111','3370406224340016','3370406224340019','3370406224340025','3370406224340031','3370406224340032','3370406224340034','3370406224340037','3370406224340072','3370406224340086','3370406224390053','3370406224390065','3370406224390067','3370406224390070','3370406224390091','3370406224390095','3370919122470023','3370959023230136','337300102401170056','33770359023230019','33770376123460008','3378059019059235','3378343323420868','3378359022500047','33800231-0640 4993','3380030852090619','3380096518190070','3380113400000000','3380113421070153','3380173024400020','3380178322410007','3380178322410013','3380178322410015','3380178322410018','3380178322410021','3380178322410033','33801784 70050917','33801784224080093','3380178423090114','3380178423090118','3380178423090120','3380178423170036','3380178423170073','3380178423170076','3380178423170081','3380178423170115','3380178424080017','3380178424080028','3380178424080089','3380178424100060','3380178424190081','3380178424190109','3380178424190185','3380178424250112','3380178424250113','3380178424250114','3380178424250115','3380178424250117','3380178424250122','3380178424250123','3380178424250124','3380178424410066','3380178424410070','3380178800000000','3380178823090453','3380178823090465','3380178823140239','3380178823170063','3380178823170140','3380178823170144','3380178823170148','3380178823170149','3380178823170150','3380178823170174','3380178823230028','3380178823360055','3380178823360103','3380178823410167','3380178824020128','3380178824020129','3380178824050107','3380178824050157','3380178824050173','3380178824060011','3380178824060065','3380178824060090','3380178824070087','3380178824070404','3380178824100078','33801788242230538','3380178824230526','3380178824230550','3380179123030023','3380179123030031','3380179123030040','3380179123070045','3380179123070093','3380179123140002','3380179123230010','3380179123230033','3380179123300045','3380179123390045','3380179123480065','3380179123480084','3380179123480088','3380179124100003','3380179124100013','3380179124100018','3380179124100041','3380179124100043','3380179124100044','3380179223390017','3380179323057673','3380179323061497','3380179323068106','3380179323160224','3380179323191629','3380179323221632','3380179323227671','3380179323227846','3380179323227958','3380179323230000','3380179323237735','3380179323237843','3380179323450331','3380179323450379','3380179323450413','3380179324030088','3380179324047939','3380179324060084','3380179324060342','3380179324060373','3380179324077901','3380179324077913','3380179324100700','3380179324100701','3380179324101318','3380179324127567','3380179324180141','3380179324180143','3380179324200183','3380179324240240','3380179324297680','3380179324297698','3380179324308008','3380179324308025','3380179324308053','3380179422490046','3380179423140116','3380179423350053','3380179423410126','3380179423420025','3380179423450015','3380179424210026','3380179424210027','3380179424210029','3380179424260032','3380179424260038','3380179523390004','3380179523450210','3380179523450240','3380179524110219','3380191723040045','3380196020190016','3380196020190054','3380196020190090','3380196922511029','3380197122040023','3380197123040042','3380197223330027','3380197224030026','3380197324050051','3380197324130176','3380197324200027','3380197324270181','3380197324270188','3380197621510002','3380197621510053','3380197622020014','3380197622020033','3380197622030416','3380197624052159','3380197624070906','3380197723460902','3380197724020022','3380197724200415','3380197724460083','3380197724480045','3380197724480159','3380198224140008','3380202523347617','3380202823070043','3380202824060007','3380202824060026','33802028xxxxxxxx','3380265420420207','33802670-21 34 0083','33802672 21400017','3380267221130171','33802672-21400011','3380267221400023','3380271421010076','3380271421010085','33802714-2113 0313','3380271421130131','3380271421130251','33802714-2113026','3380271421130326','3380271421130351','3380271421130369','3380271421130430','3380271421130440','3380271421130447','3380271421130462','3380271421170050','3380271421220012','3380271421220041','3380271421400021','33802714-21400024','3380271421400041','3380271422160024','33802714-22160029','33802714-22160033','3380271422160036','3380271422160039','33802714-2219014','3380271422250089','3380271422250099','3380271422250104','3380271422250105','33802714-2225087','3380271924100048','3380271924160002','3380273021010303','3380273021010313','3380273021010322','3380273022080356','3380273022200021','3380273022200093','3380273022420057','3380273023100027','3380273023100041','3380273023330020','3380273023470101','3380273023470118','3380273023510110','3380273024070002','3380273024070079','3380273024300013','3380273024300017','3380273024400006','3380274621350010','3380286722110034','33802897-2043 4984','3380290321360479','3380290324070061','3380290324160011','3380290324230026','3380290324470035','33802962 2349192','33802962-2317919','3380296223179193','3380296223179232','3380296223179258','3380296223253362','3380296223253388','3380296223253441','3380296223253457','3380296223253579','33802962-2349 6175','3380296223496186','3380296224166209','33802962-2418 7438','33802962-24198598','33802962-24210257','33802962-24210345 ','33802962XXXXXXXX','3380296421120043','3380296822130006','33802968-22130007','33802968-2216 0004 ','3380296822160005','3380296822160007','33802968-2216-0027','3380296822160035','3380296822190006','3380296822190038','3380296822190040','3380296822190042','33802993 2326 6255','3380299323213968','33802993-2323 52','3380299323235112','3380299323235166','3380299323235185','3380299323235316','3380299323245329','3380299323245349','3380299323245380','3380299324050861','3380299324050873','3380299324081665','33802993-2412 2578','33802993-2412 2677','3380299324122511','3380299324122579','33802993-24122667','33802993-24122679','3380299324122683','3380299324122690','3380299324214624','3380299324224787','33802993-2427 5262','3380301521500044','33803025 - 2401 0647','33803025 2334726','33803025 23347546','33803025 2428 0720','3380302523088744','3380302523261381','3380302523261392','3380302523261450','3380302523347269','3380302523347284','3380302523347296','33803025-23347306','33803025-23347344','3380302523370931','33803025-2401 0917','3380302524010650','3380302524010697','3380302524010709','3380302524010874','3380302524010893','3380302524051770','33803025-2408 3174','33803025-2408 3503','3380302524083017','3380302524083026','33803025-24083505','33803025-24083506','33803025-2419 1463','33803025-2419-1456','3380302524191630','3380302524191633','33803025-2428 9410','33803025-2428 9420','33803025-2428 9960','33803025-24289018','33803025-24289430','3380302524289727','33803025-2428-9738','338030308522501785','33803082 2220 0700','3380308222030041','3380308222030153','3380308222030160','3380308222030162','3380308222030163','33803082-2220 0733','3380308222240835','3380308222240836','3380308222240857','3380308222370926','3380308222370929','33803082-2301 0040','33803085 - 2419 0038','33803085 - 2423 0416','33803085-2137 0262','3380308521370233','3380308521370245','33803085-2143037','3380308521430392','3380308521430417','3380308521430426','3380308522040304','3380308522090615','3380308522090635','3380308522501781','3380308522501793','33803085-22501801','3380308522501813','3380308522501816','3380308522501818','3380308522501823','3380308523080425','33803085-2325 1377','3380308523251361','3380308523251404','3380308523251408','3380308523251414','3380308523251426','3380308523251427','3380308523251430','3380308523251450','3380308523261519','33803085-2328 1748','3380308523281716','3380308523281739','3380308523281741','3380308523281761','3380308523281765','33803085-23281767','3380308523281769','3380308523281770','3380308523281775','3380308523281784','3380308523281785','3380308523281786','3380308523281787','3380308523281788','3380308523281789','3380308523281790','3380308523281794','3380308524080014','3380308524080017','33803085-24190008','33803085-24190022','3380308524190028','3380308524190029','3380308524190030','3380308524190032','3380308524190099','3380308524190102','33803085-2422 0325','3380308524230374','3380308524230376','3380308524230382','3380308524230384','3380308524230387','3380308524230389','3380308524230390','3380308524230391','33803085-24230412','3380308524230416','3380308524230421','3380311323440211','33803136 - 2351 3469','33803136-2350 2540','33803136-2351 3528','3380313623513186','3380313623513217','3380313623513318','3380313623513451','3380313623513459','3380313623513652','3380313623513659','33803136-2402 0441','3380313624020274','3380313624020276','3380313624020451','3380313624020455','3380313624020465','3380313624020499','33803136-2408 0859','3380313624080745','3380313624080746','3380313624080836','3380313624120887','33803136-24120947','33803136-2418 1816','3380313624181548','3380313624181585','3380313624181651','33803136-2422 2534','33803136-2422 2547','33803136-2422 2619','33803136-2422 263','33803136-2422 2701','33803136-24222615','33803136-24222616','3380313624222617','3380313624222621','3380313624222633','3380313624222646','3380313624222671','3380313624222686','3380313624222703','33803147824010064','33803177 23211857','3380317722240394','3380317722240399','33803177-22240446','3380317722375944','3380317722375961','3380317722375963','33803177-22375998','3380317722438339','3380317722438408','3380317722438420','3380317722438423','3380317722438428','3380317722438438','33803177-2308 0133','3380317723080078','33803177-23080101','3380317723080103','33803177-23080105','33803177-23080108','33803177-23080118','3380317723080134','33803177-2310 0221','3380317723100218','3380317723100223','3380317723150442','3380317723150445','3380317723150446','3380317723150474','3380317723150475','3380317723150476','3380317723150479','3380317723150483','33803177-2321 1834','33803177-2321 1863','3380317723211766','3380317723211788','3380317723211848','3380317723211868','3380317723211927','33803177-23211935','3380317723211942','3380317723211943','33803177-23211956','3380317723211993','3380317723212002','3380317723212006','33803178 - 2416 1315','33803178 - 2419 1957','33803178 231 296','33803178 24 12 1001','3380317800000000','3380317821372894','3380317821421219','33803178222373913','3380317822301773','3380317822301782','3380317822373663','3380317822373689','3380317822373723','3380317822373915','3380317822373918','33803178-2315 2519','3380317823152425','3380317823152428','3380317823152462','33803178-23152493','3380317823152501','3380317823152514','3380317823152517','3380317823152520','33803178-2315253','3380317823152542','3380317823152563','3380317823152575','3380317823152597','3380317823152598','33803178-2317 29','3380317823172665','3380317823172673','3380317823172678','3380317823172690','3380317823172694','3380317823172710','3380317823172805','3380317823172887','33803178-2317289','3380317823172913','3380317823172953','3380317823172961','3380317823172964','3380317823172965','3380317823172975','3380317823172979','33803178-2317298','3380317823172982','3380317823172985','3380317823172986','3380317823172990','3380317823173007','3380317823173081','3380317823173979','3380317823283881','3380317823283895','3380317823283903','3380317823283917','3380317823283919','3380317823283925','3380317823283946','3380317823283954','3380317823283965','3380317823283967','3380317823283970','3380317823283971','3380317823283972','3380317823283978','3380317823284021','33803178-2341 5261','3380317823415216','3380317823415221','3380317823415227','3380317823415253','3380317823415259','3380317823415266','3380317823415276','3380317823415292','33803178-2341-5327','3380317824010054','3380317824010083','33803178-2412 1161','33803178-2412 1176','33803178-2412 1182','33803178-24120981','3380317824120982','3380317824120983','33803178-24120988','33803178-24120997','3380317824121009','3380317824121023','3380317824121067','33803178-2412-1151','3380317824121152','3380317824121157','3380317824121166','3380317824121168','3380317824121173','33803178-24121174','3380317824121184','3380317824121192','3380317824121201','3380317824121205','3380317824121210','3380317824121222','33803178-2416 1268','33803178-2416 1320','3380317824161278','3380317824161281','3380317824161286','3380317824161297','3380317824161299','3380317824161301','3380317824161309','3380317824161323','33803178-24161335','33803178-2419 1352','33803178-2419 1393','33803178-2419 1514','33803178-2419 1904','33803178-2419 1942','33803178-2419 1959','3380317824191354','3380317824191379','3380317824191381','3380317824191450','3380317824191506','33803178-2419-1681','3380317824191757','3380317824191768','3380317824191826','3380317824191843','3380317824191863','3380317824191878','3380317824191885','3380317824191886','33803178-2419-1911','3380317824191921','3380317824191922','3380317824191934','3380317824191947','3380317824191961','33803178-24191968','3380317824191969','3380317824191973','3380317824191976','3380317824191977','3380317824191979','3380317824191982','3380317824191985','3380317824191992','3380317824191996','3380317824191998','33803178-2422 2120','33803178-24222090','3380317824222149','33803178-24222157','3380317824222199','3380317824222212','3380317824222215','3380317824222216','3380317824222223','3380317824222266','3380317824222269','3380317824222271','33803178-24222278','3380317824222286','33803178-24222288','3380317824423047','3380317824423064','33803192- 23220167','33803192 2331065','33803192 23330321','33803192-2322 0318','3380319223220053','3380319223220297','3380319223220308','3380319223220313','3380319223220314','3380319223220325','33803192-2327 0246','33803192-2331 0025','33803192-2331 0190','3380319223310041','3380319223310070','3380319223310125','3380319223310128','3380319223310136','3380319223310197','33803192-23310202','33803192-2333 0328','33803192-2333 0335','3380319223330021','33803192-23330295','3380319223330299','3380319223330309','3380319223330311','3380319223330312','3380319223330320','3380319223330321','3380319223330322','3380319223330325','3380319223330326','33803192-23330345','3380319223330351','3380319223330562','33803192-2402 0120','3380319224020023','3380320724270080','3380320900000000','3380320923100331','3380320923100366','3380320923160223','3380320923160226','3380320923160265','3380320923170059','3380320923170067','3380320923220270','3380320923220412','3380320923460353','3380320923460360','3380320923460361','3380320923460395','3380320923460396','3380320923460405','3380320923460414','3380320923460426','3380320923460442','3380320923460446','3380320923460450','3380321234190037','33803212410000243','3380321322430010','3380321322430023','3380321322430027','33803213224300271','3380321322430031','3380321322430032','33803213224300328','33803213224300337','3380321322430035','33803213224300353','3380321322430040','3380321322430042','3380321322430043','3380321322430055','3380321322430072','3380321322430076','3380321322430084','3380321322430087','3380321322430091','3380321322430096','3380321322430136','3380321322430161','3380321322430172','3380321322430190','33803213224330136','3380321323440015','3380321323440017','3380321323440043','3380321323440047','3380321323440054','3380321323440070','3380321323440082','3380321323440091','3380321323440094','3380321323440097','3380321323440109','3380321323440118','3380321323440120','3380321323440134','3380321323440161','3380321323440164','3380321323440166','3380321323440168','3380321323440195','3380321323440199','3380321323440214','3380321323440250','3380321324190027','3380321324190045','3380321324190048','3380321324190062','3380321324190081','3380321324190088','3380321324190099','3380321324190185','3380321324190216','3380321324390020','3380321523090088','3380321524190153','3380321622430025','3380321622430026','3380321622430029','3380321622430032','3380321622430042','3380321622430076','3380321622430093','3380321622430095','3380321622430097','3380321622430103','3380321622430107','3380321622430160','3380321622430226','3380321623440011','3380321623440013','3380321623440016','3380321623440036','3380321623440037','3380321623440055','3380321623440056','3380321623440061','3380321623440066','3380321623440069','3380321623440084','3380321623440113','3380321623440129','3380321623440130','3380321623440134','3380321623440153','3380321623440154','3380321623440162','3380321623440163','3380321623440177','3380321623440195','3380321623440199','3380321623440209','3380321623440227','3380321623440229','3380321623440231','3380321623440243','3380321623440245','3380321623440249','3380321623440253','3380321623440256','3380321623440258','3380321623440266','3380321623440267','3380321623440271','3380321623440273','3380321623440276','3380321623440290','3380321623440293','3380321623440297','3380321623440318','3380321624390046','3380321624390061','3380321624390114','3380321624390200','3380321624390229','3380321624390240','3380322023020079','33803263 23 01 0155','33803263/24060181','3380326322440034','3380326322520015','3380326322520017','33803263-2252003','3380326322520039','3380326322520058','33803263-23010001','3380326323010021','3380326323010026','3380326323010048','3380326323010069','33803263-23010100','3380326323010112','3380326323010126','3380326323010167','33803263-2301079','33803263-23290018','3380326323290051','3380326323290058','3380326323290115','33803263-23290125','33803263-23290135','3380326323290152','3380326324060075','3380326324060088','33803263-24060089','33803263-24060098','3380326324060099','33803263-24060121','3380326324060146','33803263-24060153','3380326324060167','33803263-24060172','3380326324060181','3380326324060185','3380326324060187','3380326324060190','3380326324060208','3380326324060215','3380326324060222','3380326324060247','33803263-24090019','3380326324090066','3380326324270119','33803263-24300001','33803263-24300012','3380326324300032','33803263-24300036','3380326324300050','33803263-24300053','3380326324300060','3380326324300064','3380326324300069','33803263-24300084','33803263-24300103','3380326324300104','33803265-23330274','3380326523360921','33803265-2408 036511','338032652408002010','3380326524080033','3380326524080366','3380326524080416','33803265-2412 2521','3380326524122465','3380326524122484','33803265-24122489','3380326524122503','33803265-24122515','3380326524122530','33803265-24122584','3380326524122672','3380326524122693','33803265-2422 2691','3380326524222697','33803265-24222716','3380326524222719','3380326524222722','3380326524222743','33803265-24290864','3380329223110038','3380329223300062','3380329224350031','3380331623130001','33803316-23130017','33803316-2317 0030','3380331623170030','3380331623170035','3380331723130028','3380331723130035','3380331723130041','33803317-2313006','33803317-23130063','3380331723130082','33803322 - 2317 0276','3380332223080197','33803322-2317030','3380332223170373','33803322-2321 0441','33803322-2321 0444','3380332223210402','3380332223210442','33803322-2322 0472','33803322-2324 0579','3380332223240539','3380332223240541','3380332223250693','33803322-2341 1204 ','33803322-2341 1219','3380332223411189','33803322-2423 0062','3380332224230025','3380332224230042','33803323 - 2324 0673','3380332323060075','3380332323060088','3380332323170430','3380332323220602','33803323-23220608','33803323-2324 0668','33803323-2324 0678','33803323-2324 0681','33803323-2324 0723','3380332323240667','3380332323240674','3380332323240707','3380333023170023','3380333923170008','33803339-23170011','33803339-23170014','3380333923170019','3380333923170021','3380333923170024','3380333923170025','3380333923170033','3380333923170037','3380333923170043','3380333923170045','3380333923170053','3380333923170055','33803340 - 2317 0038','33803340-23130017','3380334023130019','33803340-23130022','3380334023130023','33803340-23130024','33803340-23130032','3380334023130040','3380334023130048 ','33803340-2334 0116','33803350 23220118','33803350 23340219','33803350 23440111','33803350-2244-0204','33803350-2322 009210','33803350-2322 0179','3380335023220059','33803350-23220132','3380335023220133','3380335023220135','33803350-23220140','33803350-2331 0184','3380335023310069','3380335023310108','33803350-2334 0090','33803350-2334 0179','3380335023340102','3380335023340108','3380335023340150','3380335023340206','3380335023430008','3380335023430023','3380335023430057','3380335023430068','33803350-2344 0189','33803350-2344 0229','33803350-2344-001','33803350-23440076','3380335023440082','3380335023440200','3380335023440201','3380335023440206','3380335023440211','3380335023440297','33803350-2346 0217','3380335023460301','33803350-24340304','3380335033803350','33804085-23080438','33808335023340122','338803178-2422 2228','3390063722030002','3390066523060006','3390066523060024','3390066523230022','3390066524070060','3390070724200278','33903263-23010015','339490536171100012','340 05227 2314 0113','3400 5215 2319 0503','34000460022150047','34000485922450340','34000485924200080','340005231 2312 0005','3400377820460000','3400404720320043','3400416415221220','3400416423010090','3400416423010094','3400416423100003','3400416423100018','3400416423100025','3400416423100048','3400416423100134','3400416423100137','3400416423100156','3400416423100168','3400416423500026','3400416423500029','3400416423500031','3400416423500052','3400416423500054','3400416423500059','3400416423500076','3400416423500095','3400416423500096','3400416423500104','3400416423500105','3400416423500106','3400416423500108','3400416423500112','3400416423500138','3400433222510374','3400433222510575','3400433222510599','3400433222510614','3400433223030202','3400433223040447','3400433223060015','3400433223060019','3400433223060022','3400433223060040','3400433223060041','3400433223060044','3400433223060150','3400433223060152','3400433223060175','3400433223060177','3400433223060188','3400433223060207','3400433223060212','3400433722061173','3400433723040062','3400433723050037','3400433723050492','3400433723100018','3400433723100183','3400433723110036','3400433723110198','3400433723110202','3400433723110208','3400433723110211','3400433723110235','3400433723190006','3400433723190007','3400433723190009','3400433723190010','3400433723190020','3400433723190022','3400433723190023','3400433723190029','3400433723190037','3400433723190039','3400433723190054','3400433723190061','3400433723190064','3400433723190073','3400433723190075','3400433723190093','3400433723190094','3400433723190170','3400433723190178','3400433723190207','3400433723190208','3400433723190220','3400433723190229','3400433723190237','3400433723190252','3400433723190271','3400433723190285','3400433723190313','3400433723200047','3400437422130001','3400437422130131','340043861G2306121143','3400438621420080','3400438622200164','3400438623010231','3400438623010265','3400438623080132','3400438623080135','3400438623080159','3400438623080170','3400438623080187','3400438623080189','3400438623150010','3400438623150014','3400438623150111','3400438623150196','3400438623150202','3400438623150882','3400438623150899','3400438623150915','3400438623151141','3400438623151152','3400438623151172','3400438623151181','3400438623151184','34004480323040179','3400448621120313','3400450722120512','3400450722510127','3400451322350168','3400451322350169','3400451323170261','3400451323220167','3400451323220298','3400451323220304','3400451323220359','3400451323250241','3400451323250249','3400451323250250','3400451323250284','3400451323250303','3400451522530179','3400451523220195','3400451523220279','3400451523220285','3400451523220290','3400451523230102','3400451523270061','3400451523270073','3400451523300152','3400452020460151','3400456124080005','3400456124080010','3400456124080138','3400456124080525','3400456124080685','3400456124080731','3400456124080809','3400456124080912','3400456124080915','3400456124080936','3400456124081048','3400456124081071','3400456124081407','3400456124081418','340045612413005916.1','3400456124130312','3400456124130402','3400456124130816','3400456523040202','340045661G2403300476','340045661G2403300708','340045661G2404290094','3400456623040089','3400456623040114','3400456623040210','3400456623040227','3400456623040236','3400456623040238','3400456623040351','3400456623050071','3400456623050161','3400456624040220','3400456624080028','3400456624080031','3400456624080078','3400456624080141','3400456624080176','3400456624080273','3400456624080279','3400456624080292','3400456624080294','3400456624080472','3400456624080486','3400456624080492','3400456624080498','3400456624080500','3400456624080601','3400456624080607','3400456624080610','3400456624080617','3400456624080697','3400456624080702','3400456624080712','3400456624080720','3400456624080722','3400456624080732','3400456624080735','3400456624080744','3400456624080746','3400456624080750','3400456624080755','3400456624080756','3400456624080758','3400456624080759','3400456624080806','3400456624080808','3400456624080920','3400456624080932','3400456624080937','3400456624080940','3400456624140042','3400456624140046','3400456624140051','3400456624140065','3400456624140074','3400456624140095','3400456624140140','3400456624140406','3400456624140447','34004566cctls544whn','3400457223200067','3400457223200087','3400457223300040','3400457223300125','3400457223300135','3400457223300143','3400457321400074','3400457322260206','3400457323180076','3400457323290017','3400457323300031','3400459621120016','3400459621120022','3400459621440281','3400460021010187','3400460021090153','3400460021090345','3400460022150003','3400460022150008','3400460022150042','3400460022150071','3400460022200032','3400460022200035','340046002220004012.0','3400460022200041','3400460022200043','3400460022200054','3400460022200131','3400460022280034','3400460022280043','3400460022280050','3400460023070016','3400460023070033','3400460023070039','3400460023070042','3400460023070046','3400460023070051','3400460023070052','3400460023070058','3400460023070059','3400460023070061','3400460023070065','3400460023190078','3400460023190081','3400460023190085','3400460023190088','3400460023190089','3400460023190101','34004600231901019','3400460023190102','3400460023190104','3400460023190110','3400460821340090','3400461221430153','3400461223050237','3400461322170096','3400465623120387','3400466621480128','3400467422210082','3400467423110008','3400467423110166','3400467423110175','3400467423110176','3400467423110182','3400467423140028','3400467423140036','3400467423140066','3400467423140081','3400467423140114','3400467423140154','3400467423140167','3400467423160012','3400467423160021','3400467423160031','3400467423160055','3400467423160056','3400467423160060','3400477820460000','34004803152302210181','3400480321520087','3400480323040011','3400480323040019','3400480323040131','3400480323040180','340048032304018418.0','3400483823300002','3400483823300028','3400483823300031','3400483823300041','3400483823300050','3400483823300052','3400483823300056','3400483823300064','3400483823300115','340048382330012023','3400483823300121','3400483823300141','3400483823300145 ','3400483823300152','3400483823300153','3400483823300160','3400483823300170','3400483823300197','3400483823300204','3400483823300207','3400483823300210','3400483823300227','3400483823300234','3400483823300236','3400484023050364','3400484023100082','3400484023100091','3400484023100097','3400484023100312','3400484023100405','3400484023100580','3400484023140026','3400484023140089','3400484023140104','3400484023140110','3400484023140118','3400484023140138','3400484023140140','3400484023140198','3400484023140203','3400484023140205','3400484023490009','3400484023490011','3400484023490049','3400484023490051','3400484023490052','3400484023490054','3400484023490074','3400484023490078','3400484023490083','3400484023490145','3400484023490154','3400484023490158','3400484023490159','3400484023490162','3400484024070007','3400484024070036','3400484024070132','3400484024070136','3400484024070147','3400484024070148','3400484024070155','3400484024070158','3400484024070160','3400484024070166','3400484024070168','3400484024070175','3400484024070176','3400484024070219','3400484024070230','3400484024070232','3400484024070236','340048402407023721.1','3400484024080252','3400484024080523','3400484024080606','3400484024130043','3400484024130094','3400484024130115','3400484024130125','3400484024130127','3400484024130201','3400484024130249','3400484024130282','3400484024130476','3400484024130487','3400484024130494','3400484024130497','3400484024130506','3400484024130510','3400484024130513','3400484024130520','3400484024130531','3400484024130533','3400484024130640','340048402413O486','3400484123480061','3400484123480066','3400484123480165','3400484123480283','3400484123480286','3400484123480290','3400484123480305','3400484123480306','3400484123490013','3400484123490029','3400484123490035','3400484123490072','3400484123490090','3400484123490192','3400484123490195','3400484123490201','3400484123490230','3400484124070003','3400484124070016','3400484124070019','3400484124070021','3400484124070028','3400484124070037','3400484124070046','3400484124070048','3400484124070052','3400484124070054','3400484124070058','3400484124070064','3400484124070069','3400484124070071','3400484124070073','3400484124070090','3400484124130244','3400484124130276','3400484124130466','3400484124130485','3400484124130487','3400484124130492','3400484124130494','3400484124130517','3400484124130521','3400484124130533','3400484124210096','3400484124370206','3400484221150412','3400484221450052','3400484221450087','3400484222170028','3400484222170501','3400484223030343','3400484223040258','3400484223040483','3400484223060090','3400484223140023','3400484223140027','3400484223140030','3400484223140033','3400484223140042','3400484223140103','3400484223140113','3400484223140114','3400484223140115','3400484223140166','3400484223140170','3400484223140177','3400484223140178','3400484223140186','3400484223140189','3400484223140193','3400484223140194','3400484223140201','3400484223140204','3400484223140216','3400484223140218','3400484223140219','3400484223140220','3400484223140227','3400484223140234','3400484223140239','3400484422293086','3400484423110261','3400484423130032','3400484423130088','3400484423130594','3400484423130621','3400484423260638','3400484523060033','3400484523130138','3400484523240080','3400484523240081','3400484523240105','3400484523240107','3400484523260243','3400484523260268','3400485223110860','3400485223460305','3400485323040260','3400485522030471','3400485522033002','3400485522040532','3400485522040593','3400485522460391','3400485523020155','3400485523020157','3400485523020159','3400485523020799','3400485523020805','3400485523050041','3400485523050116','3400485523050139','3400485523050140','3400485523050150','3400485523050151','3400485523060751','3400485523060931','3400485523060933','3400485523130947','3400485523130962','3400485523130969','3400485523130973','3400485523130974','3400485523130977','3400485523250348','3400485523250349','3400485523250414','3400485523250421','3400485523250423','3400485523250426','3400485523250427','3400485523250502','3400485524130687','3400485524211057','3400485524211061','3400485524230001','3400485524230043','3400485524230045','3400485524230048','3400485524270058','3400485524280505','3400485524280517','3400485524280523','3400485524280589','3400485524280827','3400485524280843','3400485524320121','3400485524320131','3400485524340029','3400485524350132','3400485621420011','3400485621420161','3400485621440133','3400485622010177','3400485622010196','3400485622090055','3400485622090061','3400485622210310','3400485622420466','3400485622420563','3400485622420690','3400485623080249','3400485623080313','3400485623080343','3400485623120442','3400485623170546','3400485623170820','3400485623210321','3400485623210433','3400485623210440','3400485623270116','3400485623270124','3400485623270125','3400485623270142','3400485623390213','3400485623410239','3400485623490082','3400485623490176','3400485624040247','3400485624040272','3400485624040369','3400485624070369','3400485624130166','3400485624130255','3400485624130263','3400485624130266','3400485624130271','3400485624140007','3400485624140085','3400485624210108','3400485624210124','3400485624210129','3400485624210131','3400485624210135','3400485624210141','3400485624210145','3400485624210146','3400485624210149','3400485624210164','3400485624210166','3400485624210168','3400485624210175','340048562424210134','3400485624310054','3400485624310058','3400485624310061','3400485624310062','3400485624310102','3400485624310146','3400485624310170','3400485624310172','3400485624310173','3400485624310174','3400485624310181','3400485624360066','3400485624410168','3400485624410202','3400485624410204','3400485624410208','3400485624410218','3400485624410219','3400485624410234','3400485624410236','3400485624450028','3400485624450030','3400485624450035','3400485624450037','3400485624450042','3400485624450044','3400485624450048','3400485624450062','3400485922230233','3400485922230242','3400485922250194','3400485922250203','3400485922400156','3400485922400165','3400485922420351','3400485922450149','3400485922500246','3400485922500261','3400485922500265','3400485922500277','3400485923110050','3400485923110094','3400485923110151','3400485923220332','3400485923220342','3400485923220356','3400485923220458','3400485924130302','3400485924200025','3400485924200028','3400485924200035','3400485924200056','3400485924200079','3400485924360074','3400485924360075','3400485924360078','3400486322500364','3400486323140162','3400486323140169','3400486323140182','3400486323210108','340048632321U253','3400486323230035','3400486323230036','3400486323310079','3400486323310091','3400486323310116','3400486323323003','3400486323450182','3400486323450185','3400486323450187','3400486324010003','3400486324010039','3400486324010045','3400486324300023','3400486324300044','3400486324300056','3400486324300078','3400486324300080','3400486324300082','3400486324430229','3400486422310032','3400486422310079','3400486422410129','3400486423150063','3400486423150086','3400486423150093','3400486423150102','3400486423150120','3400486423230032','3400486423230039','3400486423230056','3400486423230057','3400486423230075','3400486423230088','3400486423310099','3400486423310136','3400486423350002','3400486423350006','3400486423350019','3400486423350036','3400486423350037','3400486424360095','3400486922130078','3400486923210209','3400486923230164','3400486923230168','3400486923230179','3400486923260020','34004960024150032','3400496022270284','3400496022410705','3400496022410719','3400496022420023','3400496023170424','3400496023170426','3400496024250196','3400496024270075','3400496024360087','3400496024450030','3400496322320093','3400496322320106','3400496322490266','3400496323020444','3400496323060383','3400496323060388','3400496323130094','3400496323180696','3400496323180707','3400496323180745','3400496323190981','3400496323190986','3400496323190988','3400496323270174','3400496323310037','3400496323310142','3400496323310203','3400496323320088','3400496323430065','3400496323430073','3400496323430080','3400496323430086','3400496323430091','3400496323500073','3400496323500074','3400496324040225','3400496324040333','3400496324220065','3400496324220119','3400496324220133','3400496324220139','3400496324220143','3400496324220145','3400496324220152','3400496324220155','3400496324220163','3400496324260021','3400496324260050','3400496324260102','3400496324360105','3400496324360165','3400496324410080','3400496324460101','34004966323500173','3400502322180131','3400502322180159','3400502322180177','3400502322180188','3400502322180193','3400502322180216','3400502322180221','3400502322180229','3400502322180240','3400502322200030','3400502323080381','3400502323080383','3400502323080443','3400502323080525','3400502323100323','3400502323130011','3400502323130012','3400502323130033','3400502323150014','3400502323150080','3400502323150081','3400502323150202','3400502323150232','3400502323150240','3400502323150247','3400502323150251','3400502323150264','3400502323150273','3400502323150276','3400502323150278','3400502323150281','3400502323150284','3400502323150317','3400502323150324','3400502323150333','3400502323150339','3400502323150342','3400502323150343','3400502323150411','3400502323150413','3400502323160027','3400502323160290','3400502323160295','3400502323210010','3400502323210036','3400502323210039','3400502323210040','3400502323210049','3400502323210072','3400502323230666','3400502323230691','3400502323230732','3400502323240651','3400502323308040','34005023CC3L517FW','3400502722140156','3400502722340191','3400502723060170','3400502723060203','3400502723060294','3400502723060342','3400502723150131','3400502723150173','3400502723150179','3400502723150187','3400502723150191','3400502723150197','3400502723150222','3400502723160297','3400502723160426','3400502723200300','3400502723200315','3400502723200319','3400502723210002','3400502723210004','34005027232100081','3400502723210011','3400502723210017','3400502723210054','3400502723210083','3400502723210149','3400502723210161','3400502723280065','3400502723280066','3400503100000000','3400503123520226','3400503123520353','3400503123520355','3400503123520357','3400503123520464','3400503123520480','3400503123520498','3400503123520508','3400503123520509','3400503123520511','3400503123520517','3400503123520528','3400503123520532','3400503123520536','3400503123520545','3400503123520553','3400503123520557','3400503123520558','3400503123520561','3400503123520563','3400503123520571','3400503123520573','3400503123520581','3400503123520592','3400503123520594','3400503123520596','3400503124080667','3400503124090037','3400503124090039','3400503124090055','3400503124090058','3400503124090061','3400503124090093','3400503124090100','3400503124090526','3400503124090646','3400503124160229','3400503124160238','3400503124160288','3400503124170078','3400503124170128','3400503124170143','3400503124170150','3400503124170152','3400503124170157','3400503124170161','3400503124170190','3400503124170216','34005031241703111','3400503124170313','3400503124170315','34005031CCT3L517EW','3400503224130113','3400503224200307','3400503224200324','3400503224200326','3400503224200333','3400503224200336','3400503224200342','3400503224200344','3400503224200346','3400503224200354','3400503224200358','3400503224200359','3400503224200377','3400503224200397','3400503224200401','3400503224200402','3400503224200403','3400503224200408','3400503224200413','3400503224200417','3400503224200420','3400503244200387','3400503323150004','3400503323150007','3400503323150009','3400503323150010','3400503323150011','3400503323150016','3400503323150022','3400503323150023','3400503323150034','3400503323150042','3400503323150045','3400503323150048','3400503323150050','3400503323150096','3400503323150101','3400503324010040','3400503324030189','3400503324030319','3400503324030350','3400503324030438','3400503324030445','3400503324030461','3400503324030475','3400503324030484','3400503324030485','3400503324030491','3400503324030500','3400503324030685','3400503324090019','3400503324090034','3400503324090078','3400503324090079','3400503324090096','3400503324090097','3400503324090103','3400503324120043','3400505522210264','3400505523100107','3400505523100109','3400505523170286','3400505523170289','3400505523170331','3400505523170353','3400505523170494','3400505523240656','3400505523240670','3400505523240699','3400505523240715','3400505523240718','3400505523240721','3400505523240725','3400505523240733','3400505523240734','3400505523240736','3400505523240769','3400505523240776','34005075 COT1S45EV','34005075224121006','3400507523510089','3400507523510434','3400507523510493','3400507523510514','3400507523510520','3400507523510523','3400507523510526','3400507523510535','3400507523510543','3400507523510550','3400507523510559','3400507523510562','3400507523510563','3400507523510570','3400507523510586','3400507523510619','3400507523510631','3400507523510675','3400507523510679','3400507523510684','3400507523510698','3400507523510701','3400507523510704','3400507523510708','3400507523510720','3400507523510728','3400507523510732','3400507523510739','3400507523510740','3400507523510745','3400507523510782','3400507523510788','3400507523510811','3400507523510815','3400507523510820','3400507524120730','3400507524120748','3400507524120750','3400507524120753','3400507524120768','3400507524120771','3400507524120773','3400507524120775','3400507524120784','3400507524120840','3400507524120888','3400507524120897','3400507524120909','3400507524120912','3400507524120917','3400507524120925','3400507524120928','3400507524120930','3400507524120933','3400507524120938','3400507524120950','3400507524120954','3400507524120957','3400507524120958','3400507524120972','3400507524120973','3400507524120977','3400507524120981','3400507524120982','3400507524120987','3400507524120996','3400507524120999','3400507524121002','3400507524121010','3400507524121019','3400507524121048','3400507524121050','3400507524121054','3400507524121059','3400507524121065','3400507524121066','3400507524121073','3400507524121074','3400507524121082','3400507524330207','34005075C0T1S45EW','3400508021470132','3400508022240002','3400508023150288','3400508023150336','3400508023150498','3400508023150503','3400508023150517','3400508023150519','3400508023150525','3400508023280286','3400508023280292','3400508023280301','3400508023280306','3400508023280312','3400508023280320','3400508023280334','3400508023280405','3400508023280407','3400508023280408','3400508023280424','3400508023280428','3400508023310037','3400508023310041','3400508023310042','3400508023310044','3400508023310051','3400508023310058','3400508023310067','3400508023310070','3400508023310080','3400508023310089','3400508023310091','3400508023310092','3400508023310111','3400508023310130','3400508023310134','3400508023310138','3400508023310143','3400508023310148','3400508023310167','3400508023310169','3400508023310171','3400510422010094','3400510422010342','3400510422120202','3400510422121416','3400510423250186','3400510423300170','3400510423300176','3400510423320027','3400510423490118','3400510423490119','3400510423490122','3400510424251814','3400510922500133','3400510923110012','3400513423190086','3400513924080180','3400513924080209','3400513924080217','3400513924080250','3400513924080382','3400513924080447','3400513924080555','3400513924080580','3400519423040004','3400520522050428','3400520522050483','3400520522210104','3400520522210142','3400520522210144','3400520522210145','3400520522210157','3400520522210158','3400520522210161','3400520522320114','3400520522460010','34005205231 20039','3400520523120034','3400520523240041','3400520523240102','3400520523240103','3400520523240136','3400520523240146','3400520523240154','3400520523240157','3400520523240174','3400520523240202','3400520523240210','3400520523240213','3400520523240214','3400520523240232','3400520523240233','3400520524270030','3400520524270032','3400520524270040','3400520524270046','3400520524270107','34005215 2314 0081','34005215 23190584','3400521523190108','3400521523190133','3400521523190140','3400521523190185','3400521523190244','3400521523190253','3400521523190254','3400521523190413','3400521523190415','3400521523190424','3400521523190425','3400521523190428','3400521523190434','3400521523190564','3400521523190594','3400521523190597','3400521523190599','3400521523190603','3400521723330164','3400521724160036','3400521724160038','3400521724160055','3400521724160065','3400521724160078','3400521724160080','34005227 2314 0182','3400522722490012','3400522722490039','3400522722490051','3400522723140002','3400522723140102','3400522723140127','3400522723140152','3400522723140159','3400522723140160','3400522723140167','3400522723140182','3400522723140201','3400522723140212','3400522723140217','3400522723140219','3400522723140228','3400522723140238','3400522723140248','3400522723140250','34005230 2324 00','34005230 2329 0004','3400523023020027','3400523023240007','3400523023240015','3400523023240026','3400523023240037','3400523023240041','3400523023240057','3400523023240062','3400523023240063','3400523023240079','3400523023240081','3400523023240082','3400523023240096','3400523023240097','3400523023240105','3400523023240111','3400523023240121','3400523023240131','3400523023290010','3400523023290032','3400523023290043','3400523023290062','3400523023290072','3400523023290108','3400523023290133','34005231 2312 0026','34005231 23120022','34005231 23120023','3400523123120004','3400523123120013','3400523123120014','3400523123120015','3400523123120028','3400523123120061','34005239 2329 0056','34005239 2329 0009','34005239 2329 0090','3400523912290087','3400523923290003','3400523923290004','3400523923290019','3400523923290021','3400523923290026','3400523923290054','3400523923290077','3400523923290094','3400523923290103','3400523923290106','3400523923290110','3400523923290114','3400523923290115','3400523923290122','3400523923290126','3400523923290127','3400523923290129','34005388CCG1S518EX','3400538924100029','3400538924100047','3400538924100089','3400538924100178','3400538924110248','3400539124250335','3400539323170182','3400539323170186','3400539323170204','3400539323170451','3400539323170487','3400539323170513','3400539323170524','3400539323170558','3400539323171166','3400539323180092','3400539323210224','3400539323220013','3400539323220017','3400539323220256','3400539323220509','3400539723210215','3400539723220027','3400539723220028','3400539723220044','3400539723220052','3400539723220100','3400539723220107','3400539723220132','3400539723230020','3400539723230026','3400539723230031','3400539723230052','3400539723230061','3400539723230097','3400539723230116','3400539723230126','3400539723230137','340053972323220178','3400539900000000','3400539924180392','3400539924180397','3400539924180400','3400539924180476','3400539924180708','3400539924180721','3400539924180722','3400539924180731','3400539924200062','3400539924200077','3400539924200079','3400539924200318','3400539924200386','3400539924200390','3400539924200393','3400539924200397','3400539924200409','3400539924200418','3400539924200419','3400539924200424','3400539924200426','3400539924200429','3400539924200436','3400539924200445','3400540 223180061','3400540223180044','3400540223180050','3400540223180051','3400540223180054','3400540223180064','3400540223180127','340054022318012913','3400540223180149','3400540224170054','3400540224170072','340054022417007615,7','3400540224170186','3400540224170204','3400540224170207','3400540224170218','3400540224170262','3400540224170281','3400540224-180001','3400540224180039','3400540224180080','3400540224180102','3400540224180103','3400540224180117','3400540224180123','3400540224180138','3400540224180444','3400540323480147','3400540323480203','3400540323480218','3400540323480222','3400540324190341','3400540324190349','3400540324190380','3400540324190413','3400540324190437','3400540324190441','3400540324190446','3400540324190447','3400540324190454','3400540324190519','3400540324190528','3400540324190615','3400540324190719','3400540324190721','3400540324190782','3400540324190793','3400540324190825','3400540324191288','3400540324191289','3400540324191292','3400540324191301','3400540324191316','3400540324191327','3400540324191332','3400540324191335','3400540324191348','3400540324191404','3400540324191454','3400540324191455','3400540324191456','3400540324200158','3400540324200223','3400540324210001','3400540324210002','3400540324210003','340054032421000515','3400540324210011','3400540324210021','3400540324210055','3400540324210057','3400540324210065','3400540324210114','3400540324210130','3400540324210131','3400540324210136','3400540324210144','3400540324430528','3400540324430531','3400540324430532','3400540324430533','3400540324430583','3400540324430595','3400540324430599','3400540523130315','3400540523130316','3400540523130318','3400540523130327','3400540523130328','3400540523130332','3400540523130339','3400540523130340','3400540523130350','3400540523130351','3400540523130360','3400540523130366','3400540523130370','3400540523130372','3400540523130374','3400540523130382','3400540523130421','3400540523130440','3400540523130441','3400540523130444','3400540523130455','3400540523130461','3400540523130466','3400540523130478','3400540523130498','3400540523130504','3400540523130505','3400540523130580','3400540523130590','3400540523130594','3400540523130597','3400540523130601','3400540523130604','3400540523130606','3400540523130610','3400540523130611','3400540523130614','3400540523130616','3400540523180001','3400540523430344','3400540524180017','3400540524180020','3400540524180027','3400540524180034','3400540524180089','3400540524180103','3400540524180116','3400540524180136','3400540524180139','3400540524180180','3400540524180239','3400540524180282','3400540524180284','3400540524180289','3400540524180306','3400540524180448','34005411224080010','3400541124080004','3400541124080005','3400541124080047','3400541124080078','3400541124080080','3400541124080085','3400541124080091','3400541124080093','3400541124080098','3400541124080102','3400541124080105','3400541124080106','3400541124080108','3400551623500001','3400551623500017','3400551623500023','3400551623500027','3400551623500028','3400551623500030','3400551623500032','3400551623500033','3400551623500034','3400551623500037','3400551623500038','3400551623500045','3400551623500046','3400551623500048','3400551623500049','3400551623500053','3400551623500056','3400551623500058','3400551623500059','3400551623500066','3400551623500067','3400551623500068','3400551623500075','3400551623500077','3400551623500082','340055162350008722','3400551623500097','3400551623500107','3400551623500109','3400551623500117','3400551623500118','3400551623500123','3400551623500124','3400551623500126','3400551623500128','3400551623500131','3400551624020015','3400551624020062','3400551624020065','3400551624020249','3400551624020258','3400551624020334','3400551624020397','3400551624020419','3400551624190017','3400551624190674','3400551624190713','3400551624190718','3400551624191048','3400551624191051','3400551624191259','3400551624191268','3400551624191269','3400551624191458','3400551624191462','3400551624191528','3400551624191529','3400551624191531','3400551624191537','3400551624191547','3400551624191557','3400551624191585','3400551624191617','3400551624221324','3400551624221354','3400551624221388','3400551624221411','3400551624221412','3400551624221415','3400551624221418','3400551624221421','3400551624221426','3400551624221428','3400551624221431','3400551624221432','3400551624221442','34005516424191542','3400551823410553','3400552123510230','3400552123510245','3400552123510255','3400552123510257 ','3400552123510263','3400552123510285','3400552123510289','3400552123510290','3400552123510300','3400552123510302','3400552123510308','3400552123510318','3400552123510420','3400552123520158','3400552123520193','3400552123520200','3400552123520227','3400552123520233','3400552123520237','3400552123520263','3400552123520409','3400552123520412','3400552123520522','3400552124161930','3400552124161970','3400552124161974','3400552124162012','3400552124162046','3400552124162156','3400552124162159 ','3400552124162162','3400552124162928','3400552124163155','340055212418080417','34005521241962049','3400552124200507','3400552124200521','3400552124200522','3400552124200532','3400552124200595','3400552124200597','3400552124200637','3400552124200748','34005521CDG1S514EW','3400553524090026','3400553524090031','3400553524090044','3400553524090045','3400553524090047','3400553524090052','3400553524090055','3400553524090059','3400553524090079','3400553524090087','3400553524090089','3400553524090090','3400553524090122','3400553524090124','3400553524090169','34005540523130607','3400554500000000','3400554523370009','3400554523370017','3400554523370019','3400554523370028','3400554523370030','3400554523370031','3400554523370043','3400554523370048','3400554523370058','340055452337006612.','3400554523370073','3400554523370077','3400554523370087','3400554523370100','3400554523370108','3400554523370133','3400554523370136','3400554523370139','3400554523370142','3400554523370143','3400554523370146','3400554523370166','3400554523370180','3400554523370186','34005545CDH1S313EW','3400556924020086','3400556924030097','3400560824090428','3400560824090451','3400560824090466','3400560824100260','3400560824150197','3400560824150244','3400560824150269','3400560824150279','3400560824150294','3400560824150356','3400560824150361','3400560824150369','3400560824150374','3400560824150375','3400560824150376','3400561024100410','3400561024100416','3400561024100419','3400561024100424','3400561024100425','3400561024100441','3400561024100470','3400561024100509','3400561324090035','3400561324090278','3400561324090361','3400561324090657','3400561324090665','3400561324090745','3400561524380197','3400561724110001','3400561724110012','3400561724110014','3400561724120001','3400561724120008','3400561724120020','3400561724120029','3400561724120030','34005649 24120146','34005649 24120332','3400564924120133','3400564924120137','3400564924120244','3400564924120260','3400564924120354','3400564924380026','3400565124080142','3400565124080144','3400565124080146','3400565124080521','3400565124080542','3400565124080835','3400565124080850','3400576934005769','3400580624250487','3400580624250573','3427029826100050','3490022313964610','3490027452404123','3490034920490180','3490034922090086','3490034922530616','3490034922530847','3490034923190091','3490034923190220','3490034923191287','3490034923191309','3490034923201052','3490034923270476','3490034923280238','3490034923290124','3490037621380008','3490037623280002','3490037623280004','3490037623280045','3490037623280046','3490037623280049','3490037623280052','3490037623280060','3490037623280079','3490059121150064','3490059122140035','3490059123160164','3490059123160182','3490120221490370','3490120223170603','3490120224100062','3490120721490975','3490120722330243','3490120723110110','3490120723170462','3490120723210211','3490120723210223','3490120723500043','3490120723500059','3490120724020243','3490120724020365','3490120724100494','3490120724140135','3490120724140146','3490120724170059','3490120724180132','3490120724180296','3490120724180514','3490120922080063','3490120922180042','3490120922180047','3490120922330228','3490120922330229','3490120923170033','3490122323170094','3490122323170099','3490122323300107','3490122323300139','3490122323300152','3490122323310004','3490123722530102','3490123722530150','3490123723160178','3490123723160195','3490124621150056','3490124624160031','3490124624160034','3490124624160044','3490124624160061','3490124624160071','3490124624160080','3490124624160091','3490124624160106','3490124624160126','3490124624160161','3490124624160163','349012462416016412.1','3490124624160176','3490124821270070','3490124822430109','3490124822430111','3490124822430129','3490124822430191','3490124822430194','3490124822430196','3490124822520079','3490124822520089','3490124822520202','3490124822520204','3490125323290148','3490125323290158','3490125323510077','3490125324140088','3490125324150031','3490125324150034','3490125324150036','3490125324150049','3490125324150066','3490125324150068','3490125324150071','3490125324150078','3490125324150079','3490125324150081','3490125324150082','3490125324160172','3490125324160208','3490125324160210','3490125324160213','3490125921260032','3490125922470015','3490125922530130','3490125923270021','3490125923270097','3490125923270103','3490125923270209','3490125923270228','3490125923270244','3490125923270255','3490125923270256','3490125923300095','3490125923300122','3490125923300127','3490125923300129','3490126921520463','3490126923090467','3490126923230017','3490126923230027','3490126923230037','3490126923300019','3490126923420501','3490126923420511','3490126923420542','3490127322530146','3490127322530158','3490127322530163','3490127322530176','3490127322530197','3490127322530206','3490127322530211','3490127322530286','3490127323190025','3490127323190060','3490127323190062','3490127323190063','3490138422050192','3490138422240802','3490138423121627','3490138423240094','3490138423311498','3490138423311531','3490138423311547','3490138423321518','3490138423321523','3490138423321527','3490138423461225','3490138423461586','3490138423461598','3490138423471030','3490138423491417','3490138423491557','3490138423491574','3490138423491587','3490138423491593','3490138824320119','3490139422440397','3490139422440619','3490139422500091','3490139621391283','3490139621430218','3490139621430477','3490139621431093','3490139622030059','3490139622030140','3490139623500802','3490139623500973','3490139624030789','3490139624030820','3490139624030858','3490139624030866','3490139624030868','3490139624030875','3490139624030880','3490139624030891','3490139624110057','3490139624110136','3490139624110137','3490139624110145','3490139624170021','3490139624290361','3490139624290398','3490139624290401','3490139822210004','3490139822380023','3490139823320195','3490139823320243','3490139823320260','3490139823320378','3490139823440168','3490139824030147','3490139824030174','3490139824130002','3490139824130027','3490139824130064','3490139824140002','3490139824140004','3490139824140013','3490139824140019','3490139824140023','3490139824140027','3490139824140039','3490139824140041','3490139824140042','3490139824140046','3490139824140048','3490139824140049','3490139824140053','3490139824140059','3490139824140060','3490139824230205','3490139824230215','3490139824490040','3490141422100026','3490141422100029','3490141422100042','3490142723250200','3490150723190059','3490150723190133','3490150723200002','3490150723280495','3490150724040020','3490150724120320','3490150724140107','3490150724140117','3490152523290055','3490152523290058','3490152523300002','3490152523300044','3490152523300074','3490157023480080','3490157023480680','3490157023480683','3490157024110356','3490157024110555','3490157024110652','3490157024140486','3490157024140493','3490157024140604','3490157123470340','3490157223470580','3490158623520168','3490160124090069','3490160124090162','3490160124090164','3490160124090166','3490160124250022','3490160124250073','3490160224230074','3490161124190015','3490161124190038','3490161124190054','3490161124190068','3490161124190083','3490161124190091','3490161124190099','3490161124190104','3490161124190106','3490161124190113','3490161124190115','3490161124190127','3490161124190143','3490161124190144','3490161124190210','3490161124190213','3490161624120213','3490161624120244','3490161624120247','34901619224090434','34901619240090848','3490161924020882','3490161924021007','3490161924061739','3490161924062299','3490161924062375','3490161924074334','3490161924075835','3490161924080354','3490161924080800','3490161924090155','3490161924090164','3490161924090424','3490161924090755','3490161924090815','3490161924090831','3490161924090835','3490161924090840','3490161924090852','3490161924090863','3490161924090865','3490161924110592','349016192411062710','3490161924110638','3490161924110645','3490161924170642','3490161924170649','3490161924170657','3490161924410323','3490161924410328','3490161924410714','3490161924420648','3490161924460025','3490161924460030','3490161924460161','3490161924460192','3490161924500275','3490161924500525','3490161925040331','3490161925040333','3490163623510041','3490163624140017','3490163624140136','3490163624150037','3490163624200012','3490163624200046','3490163624200072','3490163624200082','3490163823090024','3490163823510022','3490163823520092','3490163824080133','3490163824080167','3490163824080173','3490163824080180','3490163824080202','3490163824080216','3490163824090001','3490163824090006','3490163824090013','3490163824090014','3490163824090031','3490163824090032','3490163824090034','3490163824090035','3490163824090036','3490163824090037','3490163824090046','3490163824090048','3490163824090050','3490163824090372','3490163824150015','3490163824150026','3498059019042558','3503001023041400','3590120724020264','3600480323040180','3622286041000219','3690038221430008','3690038222110027','3690038223330002','3690038223330026','3690072922030092','3690072922030126','3690072922220001','3690072922260003','3690072922260047','3690072922260056','3690072924130016','3690072924130017','3690072924130019','3690072924130022','3690072924160164','3690073021310065','3690073021490009','3690073021490011','3690073021490103','3690073022220216','3690073022220248','3690073022260019','3690073024120186','3690073024120193','3690073024120196','3690073024160108','3690073024160109','3690073024160110','3690073024160115','3690073024160121','3690073024160152','3690075118440012','3690075119510003','3690075322140034','3690075323250048','3690075323250052','3690075323250088','3690075323250100','3690075324160052','3690075324160061','3690075324160063','3690075324160069','3690075917420029','3690078322260055','3690078323380073','3690078323380094','3690078323380100','3690078324230063','3690092822530046','3690092823080038','3690092823210096','3690094421240055','36900946 2046 0125','3690094621240250','3690098422030585','3690101521371413','3690101522520470','3690101523300147','3690101523300155','3690101523300168','3690101523300215','3690101523300240','3690101523300310','3690101523370213 ','3690101523530010','3690101523530074','3690101523530086','3690101523530092','3690101524180034','3690101524180041','3690101524230010','3690101524230037','3690101524230054','3690101524230071','3690101524230072','3690173100000000','36901741 2414 1216','3690174123210025','3690174123210027','3690174123210060','3690174123210068','3690174123210084','3690174123210085','3690174123210099','3690174123210229','3690174123210316','3690174123210321','3690174123210325','3690174123210327','3690174123330128','3690174123330273','3690174123330275','3690174123330282','3690174123330290','3690174124010367','3690174124010412','3690174124010413','3690174124010415040','3690174124010420','3690174124010545','3690174124010589','3690174124080324','3690174124080338','3690174124140208','3690174124140223','3690174124140413','3690174124140797','3690174124140841','3690174124140853','3690174124141199','3690174124141236','3690174124310178','3690174124310472','3690174222200094','36901746 2219 0267','36901746 2412 0097','36901746 2412 0122','3690174622110114','3690174622110139€','3690174622200045','3690174622200088','3690174622260177','3690174622480017','3690174623080129','3690174623080132','3690174623080146','3690174623080147','3690174623080225','3690174623130048','3690174623130056','3690174623130099','3690174623130143','3690174623130148','3690174623370106','3690174623370110','3690174623370138','3690174624120134','3690174624140130','3690174624140140','37000156223410634','3700030023140303','3700038800000000','3700038812304080','3700038823040016','3700038823040022','3700038823050380','3700038823050482','3700038823050497','3700038823140155','3700038823140169','3700038823140269','3700038823140278','3700038823140285','3700038823140287','3700038823140295','3700038823140298','3700038823140306','3700038823140309','3700038823140312','3700038823140317','3700038823140319','3700038823140322','3700038823140323','3700038823140333','3700038823140346','3700038823140362','3700038923010411','3700038923010414','3700038923040006','3700038923040350','3700038923040353','3700038923040367','3700038923140170','3700038923140204','3700038923140214','3700038923140219','3700038923140224','3700038923140226','3700038923140231','3700038923140255','3700038923140261','3700038923140274','3700038923140277','3700038923140290','3700038923140311','3700038923140328','3700038923140348','3700038923140354','3700040023040046','3700040023040060','3700040023040134','3700040023040135','3700040023040139','3700040023040216','3700040023040220','3700040023040222','3700040023040223','3700040023040230','3700040023040231','3700040023040245','3700040023040251','3700040023040255','3700040023080118','3700137220430030','3700137220430061','3700137221430153','3700137221430161','3700137221430207','3700137221430234','3700137221430252','3700137221430259','3700137221430266','3700137221430275','3700137321130024','3700137420430292','3700137420430352','3700137421150395','3700137421150522','3700137421150532','3700137421430042','3700137421430058','3700137421430062','3700137421430069','3700137421430075','3700137421430086','3700137421430087','3700137422050004','3700137422050013','3700137422050025','3700137422050052','3700146623140398','3700146623140399','3700146623140428','3700146623140450','3700146623140452','3700146623420154','3700146623420217','3700146623420218','3700146623420222','3700146623420225','3700146623420234','3700146623420241','3700146623420245','3700146623420246','3700146623420247','3700146623420251','3700146623420252','3700146623420263','3700146623420270','3700146623420291','3700146623420298','3700146822250236','3700146823030330','3700146823140846','3700146823430080','3700146823430096','3700146823430098','3700146823430316','3700146823430320','3700146823430326','3700146823430328','3700146823430330','3700146823430343','3700146823430347','3700146823430350','3700146823430351','3700146823430375','3700146823430506','3700146823430509','3700146823430510','3700146823430522','3700146823430711','3700146823430712','3700146823430774','3700146823430778','3700146823430789','3700146823430798','3700146823430799','3700146823430802','3700146823430803','37001547 2310 00','3700154723100030','3700154723100057','3700154723100082','3700154723100088','3700154723100100','3700154723100108','3700156323500031','3700156323500060','3700156323510046','3700156324121152','3700156324121155','3700156324121165','3700156324121174','3700156324121176','3700156324121177','3700156324121178','3700156324121181','3700156324121185','3700156324121186','3700156324121188','3700156324121189','3700156324121191','3700156324121192','3700156324121193','3700156324121203','3700156324121215','3700156324121222','3700156324121224','3700156324121230','3700157000000000','3700157023040022','3700157023040093','3700157023040120','3700157023040313','3700157023040316','3700157023040321','3700157023040325','3700157023040337','3700157023080088','3700157023080140','3700157023080162','3700157023080187','3700157023080205','3700157023080206','3700157023080237','3700157023080250','3700157023080269','3700157023080277','37001576 24010004','37001576 24030037','37001576 24030039','37001576 24030051','37001576 24030114','37001576 24150151','37001576 24240369','3700157623460309','3700157624010015','3700157624010016','3700157624010022','3700157624010023','3700157624010027','3700157624030029','3700157624030036','3700157624030053','3700157624030080','3700157624030086','3700157624030087','3700157624030093','3700157624030098','3700157624030101','3700157624030103','3700157624030106','3700157624030107','3700157624030119','3700157624030120','3700157624160161','3700157624160165','3700157624160168','3700157624160193','3700157624160198','3700157624160207','3700157624240003','3700157624240324','3700157624240328','3700157624240339','3700157624240356','3700157624270042','37001582 23410063 ','37001582 23410203','37001582 23410381','37001582 23420537','37001582 24240130','3700158200000000','3700158223380016','3700158223380017','3700158223380062','3700158223380115','3700158223380118','370015822341005428.0','3700158223410174','3700158223410257','3700158223410311','3700158223410312','3700158223410401','3700158223410582','3700158223410657','3700158223420059','3700158223420060','3700158223420077','3700158223420082','3700158223420098','3700158223420107','3700158223420117','3700158223420124','3700158223420242','3700158223420426','3700158223420509','3700158223420514','3700158223420526','3700158223420553','3700158224240131','3700158224240134','3700158224240231','3700158224240267','3700158224240297','37001582XXXXXXXX','3730209622021296','37400102401150043','3790004419280033','3790055623140042','3790056623140061','3790059024200015','3790059624210004','3800024521270485','3800024522470131','3800024522470133','3800024523260405','3800024523260406','3800024523350032','3800024523350048','3800024524040029','3800024524040041','3800024524040140','3800025021311051','3800025023260556','3800025023260562','3800025023260566','3800025023260584','3800025024140079','3800025823260797','3800025823262984','3800026322220087','3800090420050106','3800090921010095','3800093022290205','3800093022290395','3800093022290941','3800097421395383','3800097421396836','3800097422140009','3800097423500014','3800097423500019','3800097424150489','3800097524150409','3800097722500702','3800097722500826','3800097723140660','3800097723160033','3800097923082145','3800097923082147','3800097923082233','3800097923082242','3800097923130073','3800097923132039','3800097923300133','3800097923300152','3800098023350246','3800099522290372','3800099522290398','3800103523320443','3800103523320894','3803213224300345','3803216224300266','3813002361212000','3830317824191987','38385510186872588','38385510199131184','38385510212249070','3890002123183483','3890002123262798','3890002123262872','3890002123330302','3890002123430311','3890002123530389','3890002124170460','3890002124170679','3890002124370285','3890003523260467','3890003523260482','3890003523260490','3890003523260509','3890004923260998','3890004923261009','3890004923261010','3890004923261015','3890004923262012','3890004924170071','3890004924210005','3890004924210007','3890004924220026','3890004924220964','391000102305310127','3930101524230050','3940037623280013','3def19c17426687bb720','400172392407250061','400172392407250713','4300523023240008','5102990528222846','540K2184503361111000','540K4135401360611000','540L54209013A2812000','540N113060341221','540N5906405430411000','540N8631705440511000','540N9408301441411000','7000283424410066','7003758223092703','71883014002420759509','718830174023205934','72784469122310285711','7739182310008802','8016361986886 S7420','805650249301100073','8057019021997S590761','8059019005713 326561','8059019006543s609769','8059019021997S590761','805901902305SI35554','80590190449413420688','80590190484063271190','8059019052472S135554','8059019053820S841430','8059019055121S788859','8059019059259 S84143','8059019059259S841434','8059019059518S048754','8059019059914S149804','8059019060873 S73747','8059019064017S601853','805901906630126.07','8059019066301S344828','8059019075822 343520','80590190758223435206','8059019077864S5907','8059019083322S423250','8059019086200 34','8059019099255 350171','805901966981S788863','900024562310000114','900024562310000201','90002531230000104','900025312310000139','900025312310000191','900025312310000312','900025312410000001','900025312410000215','90011672404000135','900116732404000047','90481664P042G0505012','91153647140521505','9118703241411001','9494947404051938804','9900025312310000247','A109A2E0586A00525','A109a3s3912a00455','A109A4A3373A00207','A109A4C5493A00286','A109A4J4114A00044','A204C3F3849A00163','A204C3F3850A00034','A21383C1800A00125','A213B3C1800A00075','A213B3C1800A00095','A213B3C1800A00131','A219B31721A00251','A219B3F0953A00044','A223A2E1873A00108','A223A3G2725A00103','A264b3e3402a00007','B00UT1E1G00BFQ2R0002','B07035-1ML-3WDF-1','B30H9AE0600BLPAT0035','B30H9AE0600BLQ2S0081','B30H9AE0600BLQ2S0095','B30LJ0E0000QLPAA0296','B30LX 1E000 088P9K00','B30LX 1E000 0B8PA','B30LX1E000088P9K0009','B30LX1E0000B8P9J0028','B30LX1E0000B8PAB0031','B30LX1E0000B8PAC0015','B30LX1E0000B8PAC0059','B30LX1E0000B8PAE0093','B30LX1E0000B8PAG0029','B30LX1E0000B8PAG0122','B30LX1E0000B8PAG0150','B30LX1E0000B8PAJ0048','B30LX1E0000B8PAJ0061','B30LX1E0000B8PAK0013','B30LX1E0000B8PAK0058','B30LX1E0000B8PAK0142','B30LX1E0000B8Q6D0103','B30LX1E0000B8Q6D0126','B30LX1E0000B8Q6D0177','B30LX1E0000B8Q6E0013','B30LX1E0000BBPAK0098','B30LX1E0005002121975','B30LX1E0005002137244','B30LX1E000OB8PAB0091','B30M10E000088Q4H0002','B30M10E0000B8Q130017','B408U0E000003N7E0012','B408W0E000003Q1H0135','B408W0E000003Q1J0169','BB0V9JE0000BDP4J0017','BB0V9JE0000BDP4K0162','BBOV9KE0000BDPCU0074','Bc122e01003gqag0148','BC12G7E0000BCQ620051','BC12G7E0000BCQ620178','BC12GGE0000BCQ630011','BC12GGE0000BCQ630019','BC12GGE0000BCQ630024','BC12GGE0000BCQ640036','BC12GGE0000BCQ640047','BC12GWE00003GQAG0018','BC12GXE00003GQANH022','BC12H2E01003GQAG0179','BC12H2E01003GQAGO165','BC12H3E000080Q6H0051','BC12H3E0000BDQ6H0018','BC12H9E0000BDQ660010','BC12H9E0000BDQ660085','Bc12h9e0000bdq660094','BC12HBE0000BDQ5H0042','BOOUT1E11GOOBFQ2R004','BOOUTBEOOOOBFQ1QOO2','BS0BL4E0000B8P4T0095','BS0BL4E0000B8P4T0153','BS0BL4E0000B8P4U0131','BS0BL4E0000B8P5R0099','BS0BL6E0000B8P610033','BS0BL6E0000B8P620022','bs0bl6e0000b8p620047','BS0BL6E0000B8P620094','BS0BL6E0000B8P650119','BS0BM1E0000B8Q6H0179','BS0BM3E0000B8Q370089','C1000383855102096896','Candy CCE4T618ES','Candy ceh6dxectt','CANDY CHASD4385EBC','Candy csow 4856TWMB','CandyCO4474TWM6/1-S','CANDYFMBCA896SE0','CD9Z34A2014001024011','cd9z34a3373001024011','CE0G23E0000PHP840162','CE0G23E0000PHP9H0255','CE0G23E0000PHP9H0281','CE0G23E0000PHP9H0296','CE0G23E0000PHP9H0580','CE0G23E0000PHP9H0617','CE0G23E0000PHP9H0749','CE0G23E0000PHP9H100','CE0G23E0000PHPB40007','CE0G23E0000PHPB40014','CE0G23E0000PHPB40020','CE0G23E0000PHPB40043','CE0G23E0000PHPB40052','CE0G23E0000PHPB40061','CE0G23E0000PHPB40069','CE0G23E0000PHPB40090','CE0G23E0000PHPB40098','CE0G23E0000PHPB40115','CE0G23E0000PHPB40121','CE0G23E0000PHPB40122','CE0G23E0000PHPB40129','CE0G23E0000PHPB40152','CE0G23E0000PHPB40159','CE0G23E0000PHPB40168','CE0G23E0000PHPB40204','CE0G23E0000PHPB40208','CE0G23E0000PHPB40212','CE0G23E0000PHPB40213','CE0G23E0000PHPC40258','CE0G23E0000PHPC40261','CE0G23E0000PHQ1B0112','CE0G23E0000PHQ1B0140','CE0G23E0000PHQ1B0291','CE0G23E0000PHQ1B0342','CE0G23E0000PHQ1K0074','CE0G23E0000PHQ2R0044','CE0G23E0000PHQ5Q0170','CE0G23E0000PHQ671032','CE0G23E0000PHQ671129','CE0G23E0000PHQ7C0875','CE0J9KE0100T7P470190','CE0JK6E0400TQQ7R0019','CE0JP9E0300TQQ4M0089','CE0JP9E0300TQQ4M0135','CE0JW3E0100T7N7W0920','CE0JW8E0100TQQ670020','CE0JW8E0100TQQ670108','CE0JW8E0100TQQ670127','CEAAF3E0000PVP560077','CEAAFHE0000PVQ1R0248','CEAAFVE0000PNP610342','CEAAH0E0400T7P8K0014','CEAAH0E0400T7PC80017','CEAAH0E0400T7PC80144','CEAAH0E0400T7Q1N0062','CEAAH0E0400T7Q320064','CEAAH0E0400T7Q320089','CEAAH0E0400T7Q320105','CEAAH0E0400T7Q320147','CEAAH8E0100PVP5K0062','CEAAH8E0300PVM9S0105','CEAAH8E0300PVQ2R0555','CEAAHUE0000PVP5P0223','CEAAHUE0000PVQ140034','CEAAHVE0200PNQ330268','CEAAJSE0500T7PCU0113','CEAAJSE0500T7PCU0268','CEAAJSE0500T7Q1P0070','CEDG23E0000PHPC40621','CEDG23E0000PHQ1KO111','CEOG23E0000PHPB40013','CEOG23E0000PHPB40045','CEOG23E0000PHPB40084','CEOG23E0000PHPB40123','CEOG23E0000PHPB40174','CEOG23E0000PHPB40181','CEOG23E0000PHPC40572','CEOG23E0000PHQ1B0078','CEOG23E0000PHQ2R0115','CEOG23E0000PHQ630380','CEOJP9E0300TQQ4M0074','CEOJP9E0300TQQ4M0363','CEOJW3E0100T7N910053','Cep. No 22 31 0189','CF0674E0200CXQ4T0065','CF0677E0400CXP6Q0016','CF0677E0400CXP6Q0043','CF067CE0300CXP480026','CF067CE0300CXP6R','CF067CE0300CXP6R0004','CF067DE0400CXQ3H0008','CF067FE0400CXP730286','CF067GE0000CXP970040','CF067GE0000CXQ170098','CF067GE0000CXQ170235','CF067VE0500CXPBN0020','CI 4E6L0W 32901707','CS0 496TWMB6/1-S','CS06106TWMB6/1-S','CS0GI06TWMC7I - S','CSO 496TWMB6/1-S','CSO 496TWMB6/1Sqq','CSOE H9A2DE-31102175','CSWS 4962DWE/1-S','D430A4A5269C00058','Ean 8059019040356','Ean:8059019040356','ean8059019019710','ECC64AC8143E666D','FA03V6E1300FBN6Q0051','FA03V9E0000FBN6M0040','FA03V9E0000FBN6M0209','FA03V9E0000FBQ1J0308','FA03V9E0000FBQ660048','FA03V9E0000FBQ6F0145','FA03V9E0000FBQ6F0186','FA03VAE0300FBQ1K0021','FA03VAE0300FBQ1K0104','FA03VAE0300FBQ1K0176','FA03VAE0300FBQ780062','FA03VAE0300FBQ780085','FA03VAE0300FBQ820071','FA03VAE0300FBQ820076','fa03vae0300fbq820078','FA03VFE0000DBPBV0485','FA03VFE0000FBPBV0005','FA03VFE0000FBPBV0230','FA03VFE0000FBPV0094','FA03VGE0000FBN5C0813','FA03VGE0000FBN5J0363','FA03VSE0200FBP820034','FA03VSE0200FBP820070','FA03VSE0200FBQ730197','FA03VTE0000FBP7J0160','FA03VTE0000FBP7J0213','FA03VTE0000FBP7J0243','FA03VVE0200FBP8W0233','FA03VVE0200FBQ4J0016','FA07T7E000002PB30800','FA07T7E00000ZPC10090','FA07TBE00000ZQ150343','FAO3VFE0000FBQ5H0253','FTDCX676 CT642C/E14','m.3101979323453042','MAC: 78E36D3D6A5C','N 3101886224100077','n 3101979324060001','N .3101881123506162','N 3101050024300165','N 3101052224200021','N 3101084823143135','N 31011180243901 48','N 3101867224390095','N 3101867923383101','N 3101881724030010','N 3101979324050015','N 3101985124020026','N 3101997724430367','N 3102041024360086','N 3110217524270045','N. 3101866524030046','N. 3101867224120217','N. 3101867724270101','N. 3101880922363022','N. 3102023624330082','N. 3110219424361454','N.3101047222273040','N.3101049024250608','N.3101050023443123','N.3101118024110061','N.3101159923493043','N.3101867924200008','N.3101875624320123','N.3101884323483029','N.3101884324300005','N.3101884523373474','N.3101885023433023','N.3101949523430158','N.3101979324390064','N.31019851234476205','N.3110216124430124','N.3110217524290221','N.3110219424030330','N.3110235124030108','N.3110235124370218','N.3110251721480066','N310 1979324180137','N3101049024250480','N3101117823480081','N310186524080107','N3101867224130002','N3101869924040037','N3101881124260011','N3101945724340427','N3101973123373052','N3101979324270060','N3101984624020024','N31019846240200302','N3102009624270030','n3102023624330047','N3110217824060640','N3110245523030033','N3110317924240053','N311883124030048','PA03VAE0000FBPCT0069','RO 1486DWMCT/1-S','RO14104DWMST/1-S','Rp 3101984624030122','s 3101049024250661','S/36901741 2408 0364','S3101050024300103','S3101867723360033','S3108690842542893','S310CEH6DXECTT/1','V0000632042210000008','V000695382303000034','W50-BP12307-S, CE0G','wwww222222222222222a','В30Н9АЕ0600BLQ2S0064']
},
hiddenRecaptcha: {
required: function() {
if(grecaptcha.getResponse() == '') {
return true;
} else {
return false;
}
}
}
},
/* continua funzione sorgente formoid*/
errorClass:"error-label",wrapper:"label",errorElement:"span",ignore:"",success:function(b,c){if(b.parent().hasClass("tooltip")){b.parent().remove()}else{b.remove()}var d=a(c).parent();d.removeClass("error-field")},errorPlacement:function(b,c){var d=a(c).parent();d.addClass("error-field");b.css("marginLeft",0).appendTo(d||c).addClass("tooltip").addClass("bottom").addClass("error").append(a("").addClass("tooltip-arrow"))}});jQuery("[required=required]").keyup(function(){a(this).valid()})});