/*  Prototype JavaScript framework - Copyright (c) Sam Stephenson. Prototype is freely distributable under the terms of an MIT-style license. For details, see the Prototype web site: http://www.prototypejs.org/ */
var Prototype={Version:"1.6.1_rc2",Browser:{IE:!!(window.attachEvent&&navigator.userAgent.indexOf("Opera")===-1),Opera:navigator.userAgent.indexOf("Opera")>-1,WebKit:navigator.userAgent.indexOf("AppleWebKit/")>-1,Gecko:navigator.userAgent.indexOf("Gecko")>-1&&navigator.userAgent.indexOf("KHTML")===-1,MobileSafari:!!navigator.userAgent.match(/Apple.*Mobile.*Safari/)},BrowserFeatures:{XPath:!!document.evaluate,SelectorsAPI:!!document.querySelector,ElementExtensions:(function(){if(window.HTMLElement&&window.HTMLElement.prototype){return true}if(window.Element&&window.Element.prototype){return true}})(),SpecificElementExtensions:(function(){if(typeof window.HTMLDivElement!=="undefined"){return true}var a=document.createElement("div");if(a.__proto__&&a.__proto__!==document.createElement("form")["__proto__"]){return true}return false})()},ScriptFragment:"<script[^>]*>([\\S\\s]*?)<\/script>",JSONFilter:/^\/\*-secure-([\s\S]*)\*\/\s*$/,emptyFunction:function(){},K:function(a){return a}};if(Prototype.Browser.MobileSafari){Prototype.BrowserFeatures.SpecificElementExtensions=false}var Abstract={};var Try={these:function(){var c;for(var b=0,f=arguments.length;b<f;b++){var a=arguments[b];try{c=a();break}catch(g){}}return c}};var Class=(function(){function a(){var h=null,g=$A(arguments);if(Object.isFunction(g[0])){h=g.shift()}function c(){this.initialize.apply(this,arguments)}Object.extend(c,Class.Methods);c.superclass=h;c.subclasses=[];if(h){var e=function(){};e.prototype=h.prototype;c.prototype=new e;h.subclasses.push(c)}for(var f=0;f<g.length;f++){c.addMethods(g[f])}if(!c.prototype.initialize){c.prototype.initialize=Prototype.emptyFunction}c.prototype.constructor=c;return c}function b(k){var f=this.superclass&&this.superclass.prototype;var e=Object.keys(k);if(!Object.keys({toString:true}).length){if(k.toString!=Object.prototype.toString){e.push("toString")}if(k.valueOf!=Object.prototype.valueOf){e.push("valueOf")}}for(var c=0,g=e.length;c<g;c++){var j=e[c],h=k[j];if(f&&Object.isFunction(h)&&h.argumentNames().first()=="$super"){var l=h;h=(function(n){return function(){return f[n].apply(this,arguments)}})(j).wrap(l);h.valueOf=l.valueOf.bind(l);h.toString=l.toString.bind(l)}this.prototype[j]=h}return this}return{create:a,Methods:{addMethods:b}}})();(function(){function n(s){return Object.prototype.toString.call(s).match(/^\[object\s(.*)\]$/)[1]}function j(s,u){for(var t in u){s[t]=u[t]}return s}function m(s){try{if(e(s)){return"undefined"}if(s===null){return"null"}return s.inspect?s.inspect():String(s)}catch(t){if(t instanceof RangeError){return"..."}throw t}}function l(s){var u=typeof s;switch(u){case"undefined":case"function":case"unknown":return;case"boolean":return s.toString()}if(s===null){return"null"}if(s.toJSON){return s.toJSON()}if(h(s)){return}var t=[];for(var w in s){var v=l(s[w]);if(!e(v)){t.push(w.toJSON()+": "+v)}}return"{"+t.join(", ")+"}"}function c(s){return $H(s).toQueryString()}function f(s){return s&&s.toHTML?s.toHTML():String.interpret(s)}function q(s){var t=[];for(var u in s){t.push(u)}return t}function o(s){var t=[];for(var u in s){t.push(s[u])}return t}function k(s){return j({},s)}function h(s){return !!(s&&s.nodeType==1)}function g(s){return n(s)==="Array"}function r(s){return s instanceof Hash}function b(s){return typeof s==="function"}function a(s){return n(s)==="String"}function p(s){return n(s)==="Number"}function e(s){return typeof s==="undefined"}j(Object,{extend:j,inspect:m,toJSON:l,toQueryString:c,toHTML:f,keys:q,values:o,clone:k,isElement:h,isArray:g,isHash:r,isFunction:b,isString:a,isNumber:p,isUndefined:e})})();Object.extend(Function.prototype,(function(){var m=Array.prototype.slice;function e(q,n){var p=q.length,o=n.length;while(o--){q[p+o]=n[o]}return q}function k(o,n){o=m.call(o,0);return e(o,n)}function h(){var n=this.toString().match(/^[\s\(]*function[^(]*\(([^)]*)\)/)[1].replace(/\/\/.*?[\r\n]|\/\*(?:.|[\r\n])*?\*\//g,"").replace(/\s+/g,"").split(",");return n.length==1&&!n[0]?[]:n}function j(p){if(arguments.length<2&&Object.isUndefined(arguments[0])){return this}var n=this,o=m.call(arguments,1);return function(){var q=k(o,arguments);return n.apply(p,q)}}function g(p){var n=this,o=m.call(arguments,1);return function(r){var q=e([r||window.event],o);return n.apply(p,q)}}function l(){if(!arguments.length){return this}var n=this,o=m.call(arguments,0);return function(){var p=k(o,arguments);return n.apply(this,p)}}function f(p){var n=this,o=m.call(arguments,1);p=p*1000;return window.setTimeout(function(){return n.apply(n,o)},p)}function a(){var n=e([0.01],arguments);return this.delay.apply(this,n)}function c(o){var n=this;return function(){var p=e([n.bind(this)],arguments);return o.apply(this,p)}}function b(){if(this._methodized){return this._methodized}var n=this;return this._methodized=function(){var o=e([this],arguments);return n.apply(null,o)}}return{argumentNames:h,bind:j,bindAsEventListener:g,curry:l,delay:f,defer:a,wrap:c,methodize:b}})());Date.prototype.toJSON=function(){return'"'+this.getUTCFullYear()+"-"+(this.getUTCMonth()+1).toPaddedString(2)+"-"+this.getUTCDate().toPaddedString(2)+"T"+this.getUTCHours().toPaddedString(2)+":"+this.getUTCMinutes().toPaddedString(2)+":"+this.getUTCSeconds().toPaddedString(2)+'Z"'};RegExp.prototype.match=RegExp.prototype.test;RegExp.escape=function(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};var PeriodicalExecuter=Class.create({initialize:function(b,a){this.callback=b;this.frequency=a;this.currentlyExecuting=false;this.registerCallback()},registerCallback:function(){this.timer=setInterval(this.onTimerEvent.bind(this),this.frequency*1000)},execute:function(){this.callback(this)},stop:function(){if(!this.timer){return}clearInterval(this.timer);this.timer=null},onTimerEvent:function(){if(!this.currentlyExecuting){try{this.currentlyExecuting=true;this.execute()}catch(a){}finally{this.currentlyExecuting=false}}}});Object.extend(String,{interpret:function(a){return a==null?"":String(a)},specialChar:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","\\":"\\\\"}});Object.extend(String.prototype,(function(){function prepareReplacement(replacement){if(Object.isFunction(replacement)){return replacement}var template=new Template(replacement);return function(match){return template.evaluate(match)}}function gsub(pattern,replacement){var result="",source=this,match;replacement=prepareReplacement(replacement);if(Object.isString(pattern)){pattern=RegExp.escape(pattern)}if(!(pattern.length||pattern.source)){replacement=replacement("");return replacement+source.split("").join(replacement)+replacement}while(source.length>0){if(match=source.match(pattern)){result+=source.slice(0,match.index);result+=String.interpret(replacement(match));source=source.slice(match.index+match[0].length)}else{result+=source,source=""}}return result}function sub(pattern,replacement,count){replacement=prepareReplacement(replacement);count=Object.isUndefined(count)?1:count;return this.gsub(pattern,function(match){if(--count<0){return match[0]}return replacement(match)})}function scan(pattern,iterator){this.gsub(pattern,iterator);return String(this)}function truncate(length,truncation){length=length||30;truncation=Object.isUndefined(truncation)?"...":truncation;return this.length>length?this.slice(0,length-truncation.length)+truncation:String(this)}function strip(){return this.replace(/^\s+/,"").replace(/\s+$/,"")}function stripTags(){return this.replace(/<\/?[^>]+>/gi,"")}function stripScripts(){return this.replace(new RegExp(Prototype.ScriptFragment,"img"),"")}function extractScripts(){var matchAll=new RegExp(Prototype.ScriptFragment,"img");var matchOne=new RegExp(Prototype.ScriptFragment,"im");return(this.match(matchAll)||[]).map(function(scriptTag){return(scriptTag.match(matchOne)||["",""])[1]})}function evalScripts(){return this.extractScripts().map(function(script){return eval(script)})}function escapeHTML(){escapeHTML.text.data=this;return escapeHTML.div.innerHTML}function unescapeHTML(){var div=document.createElement("div");div.innerHTML=this.stripTags();return div.childNodes[0]?(div.childNodes.length>1?$A(div.childNodes).inject("",function(memo,node){return memo+node.nodeValue}):div.childNodes[0].nodeValue):""}function toQueryParams(separator){var match=this.strip().match(/([^?#]*)(#.*)?$/);if(!match){return{}}return match[1].split(separator||"&").inject({},function(hash,pair){if((pair=pair.split("="))[0]){var key=decodeURIComponent(pair.shift());var value=pair.length>1?pair.join("="):pair[0];if(value!=undefined){value=decodeURIComponent(value)}if(key in hash){if(!Object.isArray(hash[key])){hash[key]=[hash[key]]}hash[key].push(value)}else{hash[key]=value}}return hash})}function toArray(){return this.split("")}function succ(){return this.slice(0,this.length-1)+String.fromCharCode(this.charCodeAt(this.length-1)+1)}function times(count){return count<1?"":new Array(count+1).join(this)}function camelize(){var parts=this.split("-"),len=parts.length;if(len==1){return parts[0]}var camelized=this.charAt(0)=="-"?parts[0].charAt(0).toUpperCase()+parts[0].substring(1):parts[0];for(var i=1;i<len;i++){camelized+=parts[i].charAt(0).toUpperCase()+parts[i].substring(1)}return camelized}function capitalize(){return this.charAt(0).toUpperCase()+this.substring(1).toLowerCase()}function underscore(){return this.gsub(/::/,"/").gsub(/([A-Z]+)([A-Z][a-z])/,"#{1}_#{2}").gsub(/([a-z\d])([A-Z])/,"#{1}_#{2}").gsub(/-/,"_").toLowerCase()}function dasherize(){return this.gsub(/_/,"-")}function inspect(useDoubleQuotes){var escapedString=this.gsub(/[\x00-\x1f\\]/,function(match){var character=String.specialChar[match[0]];return character?character:"\\u00"+match[0].charCodeAt().toPaddedString(2,16)});if(useDoubleQuotes){return'"'+escapedString.replace(/"/g,'\\"')+'"'}return"'"+escapedString.replace(/'/g,"\\'")+"'"}function toJSON(){return this.inspect(true)}function unfilterJSON(filter){return this.sub(filter||Prototype.JSONFilter,"#{1}")}function isJSON(){var str=this;if(str.blank()){return false}str=this.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,"");return(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str)}function evalJSON(sanitize){var json=this.unfilterJSON();try{if(!sanitize||json.isJSON()){return eval("("+json+")")}}catch(e){}throw new SyntaxError("Badly formed JSON string: "+this.inspect())}function include(pattern){return this.indexOf(pattern)>-1}function startsWith(pattern){return this.indexOf(pattern)===0}function endsWith(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d}function empty(){return this==""}function blank(){return/^\s*$/.test(this)}function interpolate(object,pattern){return new Template(this,pattern).evaluate(object)}return{gsub:gsub,sub:sub,scan:scan,truncate:truncate,strip:strip,stripTags:stripTags,stripScripts:stripScripts,extractScripts:extractScripts,evalScripts:evalScripts,escapeHTML:escapeHTML,unescapeHTML:unescapeHTML,toQueryParams:toQueryParams,parseQuery:toQueryParams,toArray:toArray,succ:succ,times:times,camelize:camelize,capitalize:capitalize,underscore:underscore,dasherize:dasherize,inspect:inspect,toJSON:toJSON,unfilterJSON:unfilterJSON,isJSON:isJSON,evalJSON:evalJSON,include:include,startsWith:startsWith,endsWith:endsWith,empty:empty,blank:blank,interpolate:interpolate}})());Object.extend(String.prototype.escapeHTML,{div:document.createElement("div"),text:document.createTextNode("")});String.prototype.escapeHTML.div.appendChild(String.prototype.escapeHTML.text);if("<\n>".escapeHTML()!=="&lt;\n&gt;"){String.prototype.escapeHTML=function(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}}if("&lt;\n&gt;".unescapeHTML()!=="<\n>"){String.prototype.unescapeHTML=function(){return this.stripTags().replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")}}var Template=Class.create({initialize:function(a,b){this.template=a.toString();this.pattern=b||Template.Pattern},evaluate:function(a){if(Object.isFunction(a.toTemplateReplacements)){a=a.toTemplateReplacements()}return this.template.gsub(this.pattern,function(e){if(a==null){return""}var g=e[1]||"";if(g=="\\"){return e[2]}var b=a,h=e[3];var f=/^([^.[]+|\[((?:.*?[^\\])?)\])(\.|\[|$)/;e=f.exec(h);if(e==null){return g}while(e!=null){var c=e[1].startsWith("[")?e[2].gsub("\\\\]","]"):e[1];b=b[c];if(null==b||""==e[3]){break}h=h.substring("["==e[3]?e[1].length:e[0].length);e=f.exec(h)}return g+String.interpret(b)})}});Template.Pattern=/(^|.|\r|\n)(#\{(.*?)\})/;var $break={};var Enumerable=(function(){function c(A,z){var y=0;try{this._each(function(C){A.call(z,C,y++)})}catch(B){if(B!=$break){throw B}}return this}function t(B,A,z){var y=-B,C=[],D=this.toArray();if(B<1){return D}while((y+=B)<D.length){C.push(D.slice(y,y+B))}return C.collect(A,z)}function b(A,z){A=A||Prototype.K;var y=true;this.each(function(C,B){y=y&&!!A.call(z,C,B);if(!y){throw $break}});return y}function k(A,z){A=A||Prototype.K;var y=false;this.each(function(C,B){if(y=!!A.call(z,C,B)){throw $break}});return y}function l(A,z){A=A||Prototype.K;var y=[];this.each(function(C,B){y.push(A.call(z,C,B))});return y}function v(A,z){var y;this.each(function(C,B){if(A.call(z,C,B)){y=C;throw $break}});return y}function j(A,z){var y=[];this.each(function(C,B){if(A.call(z,C,B)){y.push(C)}});return y}function h(B,A,z){A=A||Prototype.K;var y=[];if(Object.isString(B)){B=new RegExp(RegExp.escape(B))}this.each(function(D,C){if(B.match(D)){y.push(A.call(z,D,C))}});return y}function a(y){if(Object.isFunction(this.indexOf)){if(this.indexOf(y)!=-1){return true}}var z=false;this.each(function(A){if(A==y){z=true;throw $break}});return z}function s(z,y){y=Object.isUndefined(y)?null:y;return this.eachSlice(z,function(A){while(A.length<z){A.push(y)}return A})}function n(y,A,z){this.each(function(C,B){y=A.call(z,y,C,B)});return y}function x(z){var y=$A(arguments).slice(1);return this.map(function(A){return A[z].apply(A,y)})}function r(A,z){A=A||Prototype.K;var y;this.each(function(C,B){C=A.call(z,C,B);if(y==null||C>=y){y=C}});return y}function p(A,z){A=A||Prototype.K;var y;this.each(function(C,B){C=A.call(z,C,B);if(y==null||C<y){y=C}});return y}function f(B,z){B=B||Prototype.K;var A=[],y=[];this.each(function(D,C){(B.call(z,D,C)?A:y).push(D)});return[A,y]}function g(z){var y=[];this.each(function(A){y.push(A[z])});return y}function e(A,z){var y=[];this.each(function(C,B){if(!A.call(z,C,B)){y.push(C)}});return y}function o(z,y){return this.map(function(B,A){return{value:B,criteria:z.call(y,B,A)}}).sort(function(D,C){var B=D.criteria,A=C.criteria;return B<A?-1:B>A?1:0}).pluck("value")}function q(){return this.map()}function u(){var z=Prototype.K,y=$A(arguments);if(Object.isFunction(y.last())){z=y.pop()}var A=[this].concat(y).map($A);return this.map(function(C,B){return z(A.pluck(B))})}function m(){return this.toArray().length}function w(){return"#<Enumerable:"+this.toArray().inspect()+">"}return{each:c,eachSlice:t,all:b,every:b,any:k,some:k,collect:l,map:l,detect:v,findAll:j,select:j,filter:j,grep:h,include:a,member:a,inGroupsOf:s,inject:n,invoke:x,max:r,min:p,partition:f,pluck:g,reject:e,sortBy:o,toArray:q,entries:q,zip:u,size:m,inspect:w,find:v}})();function $A(c){if(!c){return[]}if("toArray" in c){return c.toArray()}var b=c.length||0,a=new Array(b);while(b--){a[b]=c[b]}return a}function $w(a){if(!Object.isString(a)){return[]}a=a.strip();return a?a.split(/\s+/):[]}Array.from=$A;(function(){var u=Array.prototype,o=u.slice,q=u.forEach;function b(y){for(var x=0,z=this.length;x<z;x++){y(this[x])}}if(!q){q=b}function n(){this.length=0;return this}function e(){return this[0]}function h(){return this[this.length-1]}function k(){return this.select(function(x){return x!=null})}function w(){return this.inject([],function(y,x){if(Object.isArray(x)){return y.concat(x.flatten())}y.push(x);return y})}function j(){var x=o.call(arguments,0);return this.select(function(y){return !x.include(y)})}function g(x){return(x!==false?this:this.toArray())._reverse()}function m(x){return this.inject([],function(A,z,y){if(0==y||(x?A.last()!=z:!A.include(z))){A.push(z)}return A})}function r(x){return this.uniq().findAll(function(y){return x.detect(function(z){return y===z})})}function s(){return o.call(this,0)}function l(){return this.length}function v(){return"["+this.map(Object.inspect).join(", ")+"]"}function t(){var x=[];this.each(function(y){var z=Object.toJSON(y);if(!Object.isUndefined(z)){x.push(z)}});return"["+x.join(", ")+"]"}function a(z,x){x||(x=0);var y=this.length;if(x<0){x=y+x}for(;x<y;x++){if(this[x]===z){return x}}return -1}function p(y,x){x=isNaN(x)?this.length:(x<0?this.length+x:x)+1;var z=this.slice(0,x).reverse().indexOf(y);return(z<0)?z:x-z-1}function c(){var C=o.call(this,0),A;for(var y=0,z=arguments.length;y<z;y++){A=arguments[y];if(Object.isArray(A)&&!("callee" in A)){for(var x=0,B=A.length;x<B;x++){C.push(A[x])}}else{C.push(A)}}return C}Object.extend(u,Enumerable);if(!u._reverse){u._reverse=u.reverse}Object.extend(u,{_each:q,clear:n,first:e,last:h,compact:k,flatten:w,without:j,reverse:g,uniq:m,intersect:r,clone:s,toArray:s,size:l,inspect:v,toJSON:t});var f=(function(){return[].concat(arguments)[0][0]!==1})(1,2);if(f){u.concat=c}if(!u.indexOf){u.indexOf=a}if(!u.lastIndexOf){u.lastIndexOf=p}})();function $H(a){return new Hash(a)}var Hash=Class.create(Enumerable,(function(){function f(s){this._object=Object.isHash(s)?s.toObject():Object.clone(s)}function g(t){for(var s in this._object){var u=this._object[s],v=[s,u];v.key=s;v.value=u;t(v)}}function m(s,t){return this._object[s]=t}function c(s){if(this._object[s]!==Object.prototype[s]){return this._object[s]}}function p(s){var t=this._object[s];delete this._object[s];return t}function r(){return Object.clone(this._object)}function q(){return this.pluck("key")}function o(){return this.pluck("value")}function h(t){var s=this.detect(function(u){return u.value===t});return s&&s.key}function k(s){return this.clone().update(s)}function e(s){return new Hash(s).inject(this,function(t,u){t.set(u.key,u.value);return t})}function b(s,t){if(Object.isUndefined(t)){return s}return s+"="+encodeURIComponent(String.interpret(t))}function a(){return this.inject([],function(u,v){var t=encodeURIComponent(v.key),s=v.value;if(s&&typeof s=="object"){if(Object.isArray(s)){return u.concat(s.map(b.curry(t)))}}else{u.push(b(t,s))}return u}).join("&")}function n(){return"#<Hash:{"+this.map(function(s){return s.map(Object.inspect).join(": ")}).join(", ")+"}>"}function l(){return Object.toJSON(this.toObject())}function j(){return new Hash(this)}return{initialize:f,_each:g,set:m,get:c,unset:p,toObject:r,toTemplateReplacements:r,keys:q,values:o,index:h,merge:k,update:e,toQueryString:a,inspect:n,toJSON:l,clone:j}})());Hash.from=$H;Object.extend(Number.prototype,(function(){function e(){return this.toPaddedString(2,16)}function f(){return this+1}function a(m,l){$R(0,this,true).each(m,l);return this}function b(n,m){var l=this.toString(m||10);return"0".times(n-l.length)+l}function g(){return isFinite(this)?this.toString():"null"}function k(){return Math.abs(this)}function j(){return Math.round(this)}function h(){return Math.ceil(this)}function c(){return Math.floor(this)}return{toColorPart:e,succ:f,times:a,toPaddedString:b,toJSON:g,abs:k,round:j,ceil:h,floor:c}})());function $R(c,a,b){return new ObjectRange(c,a,b)}var ObjectRange=Class.create(Enumerable,(function(){function b(g,e,f){this.start=g;this.end=e;this.exclusive=f}function c(e){var f=this.start;while(this.include(f)){e(f);f=f.succ()}}function a(e){if(e<this.start){return false}if(this.exclusive){return e<this.end}return e<=this.end}return{initialize:b,_each:c,include:a}})());var Ajax={getTransport:function(){return Try.these(function(){return new XMLHttpRequest()},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")})||false},activeRequestCount:0};Ajax.Responders={responders:[],_each:function(a){this.responders._each(a)},register:function(a){if(!this.include(a)){this.responders.push(a)}},unregister:function(a){this.responders=this.responders.without(a)},dispatch:function(e,b,c,a){this.each(function(f){if(Object.isFunction(f[e])){try{f[e].apply(f,[b,c,a])}catch(g){}}})}};Object.extend(Ajax.Responders,Enumerable);Ajax.Responders.register({onCreate:function(){Ajax.activeRequestCount++},onComplete:function(){Ajax.activeRequestCount--}});Ajax.Base=Class.create({initialize:function(a){this.options={method:"post",asynchronous:true,contentType:"application/x-www-form-urlencoded",encoding:"UTF-8",parameters:"",evalJSON:true,evalJS:true};Object.extend(this.options,a||{});this.options.method=this.options.method.toLowerCase();if(Object.isString(this.options.parameters)){this.options.parameters=this.options.parameters.toQueryParams()}else{if(Object.isHash(this.options.parameters)){this.options.parameters=this.options.parameters.toObject()}}}});Ajax.Request=Class.create(Ajax.Base,{_complete:false,initialize:function($super,b,a){$super(a);this.transport=Ajax.getTransport();this.request(b)},request:function(b){this.url=b;this.method=this.options.method;var f=Object.clone(this.options.parameters);if(!["get","post"].include(this.method)){f._method=this.method;this.method="post"}this.parameters=f;if(f=Object.toQueryString(f)){if(this.method=="get"){this.url+=(this.url.include("?")?"&":"?")+f}else{if(/Konqueror|Safari|KHTML/.test(navigator.userAgent)){f+="&_="}}}try{var a=new Ajax.Response(this);if(this.options.onCreate){this.options.onCreate(a)}Ajax.Responders.dispatch("onCreate",this,a);this.transport.open(this.method.toUpperCase(),this.url,this.options.asynchronous);if(this.options.asynchronous){this.respondToReadyState.bind(this).defer(1)}this.transport.onreadystatechange=this.onStateChange.bind(this);this.setRequestHeaders();this.body=this.method=="post"?(this.options.postBody||f):null;this.transport.send(this.body);if(!this.options.asynchronous&&this.transport.overrideMimeType){this.onStateChange()}}catch(c){this.dispatchException(c)}},onStateChange:function(){var a=this.transport.readyState;if(a>1&&!((a==4)&&this._complete)){this.respondToReadyState(this.transport.readyState)}},setRequestHeaders:function(){var f={"X-Requested-With":"XMLHttpRequest","X-Prototype-Version":Prototype.Version,Accept:"text/javascript, text/html, application/xml, text/xml, */*"};if(this.method=="post"){f["Content-type"]=this.options.contentType+(this.options.encoding?"; charset="+this.options.encoding:"");if(this.transport.overrideMimeType&&(navigator.userAgent.match(/Gecko\/(\d{4})/)||[0,2005])[1]<2005){f.Connection="close"}}if(typeof this.options.requestHeaders=="object"){var c=this.options.requestHeaders;if(Object.isFunction(c.push)){for(var b=0,e=c.length;b<e;b+=2){f[c[b]]=c[b+1]}}else{$H(c).each(function(g){f[g.key]=g.value})}}for(var a in f){this.transport.setRequestHeader(a,f[a])}},success:function(){var a=this.getStatus();return !a||(a>=200&&a<300)},getStatus:function(){try{return this.transport.status||0}catch(a){return 0}},respondToReadyState:function(a){var c=Ajax.Request.Events[a],b=new Ajax.Response(this);if(c=="Complete"){try{this._complete=true;(this.options["on"+b.status]||this.options["on"+(this.success()?"Success":"Failure")]||Prototype.emptyFunction)(b,b.headerJSON)}catch(f){this.dispatchException(f)}var g=b.getHeader("Content-type");if(this.options.evalJS=="force"||(this.options.evalJS&&this.isSameOrigin()&&g&&g.match(/^\s*(text|application)\/(x-)?(java|ecma)script(;.*)?\s*$/i))){this.evalResponse()}}try{(this.options["on"+c]||Prototype.emptyFunction)(b,b.headerJSON);Ajax.Responders.dispatch("on"+c,this,b,b.headerJSON)}catch(f){this.dispatchException(f)}if(c=="Complete"){this.transport.onreadystatechange=Prototype.emptyFunction}},isSameOrigin:function(){var a=this.url.match(/^\s*https?:\/\/[^\/]*/);return !a||(a[0]=="#{protocol}//#{domain}#{port}".interpolate({protocol:location.protocol,domain:document.domain,port:location.port?":"+location.port:""}))},getHeader:function(a){try{return this.transport.getResponseHeader(a)||null}catch(b){return null}},evalResponse:function(){try{return eval((this.transport.responseText||"").unfilterJSON())}catch(e){this.dispatchException(e)}},dispatchException:function(a){(this.options.onException||Prototype.emptyFunction)(this,a);Ajax.Responders.dispatch("onException",this,a)}});Ajax.Request.Events=["Uninitialized","Loading","Loaded","Interactive","Complete"];Ajax.Response=Class.create({initialize:function(c){this.request=c;var e=this.transport=c.transport,a=this.readyState=e.readyState;if((a>2&&!Prototype.Browser.IE)||a==4){this.status=this.getStatus();this.statusText=this.getStatusText();this.responseText=String.interpret(e.responseText);this.headerJSON=this._getHeaderJSON()}if(a==4){var b=e.responseXML;this.responseXML=Object.isUndefined(b)?null:b;this.responseJSON=this._getResponseJSON()}},status:0,statusText:"",getStatus:Ajax.Request.prototype.getStatus,getStatusText:function(){try{return this.transport.statusText||""}catch(a){return""}},getHeader:Ajax.Request.prototype.getHeader,getAllHeaders:function(){try{return this.getAllResponseHeaders()}catch(a){return null}},getResponseHeader:function(a){return this.transport.getResponseHeader(a)},getAllResponseHeaders:function(){return this.transport.getAllResponseHeaders()},_getHeaderJSON:function(){var a=this.getHeader("X-JSON");if(!a){return null}a=decodeURIComponent(escape(a));try{return a.evalJSON(this.request.options.sanitizeJSON||!this.request.isSameOrigin())}catch(b){this.request.dispatchException(b)}},_getResponseJSON:function(){var a=this.request.options;if(!a.evalJSON||(a.evalJSON!="force"&&!(this.getHeader("Content-type")||"").include("application/json"))||this.responseText.blank()){return null}try{return this.responseText.evalJSON(a.sanitizeJSON||!this.request.isSameOrigin())}catch(b){this.request.dispatchException(b)}}});Ajax.Updater=Class.create(Ajax.Request,{initialize:function($super,a,c,b){this.container={success:(a.success||a),failure:(a.failure||(a.success?null:a))};b=Object.clone(b);var e=b.onComplete;b.onComplete=(function(f,g){this.updateContent(f.responseText);if(Object.isFunction(e)){e(f,g)}}).bind(this);$super(c,b)},updateContent:function(e){var c=this.container[this.success()?"success":"failure"],a=this.options;if(!a.evalScripts){e=e.stripScripts()}if(c=$(c)){if(a.insertion){if(Object.isString(a.insertion)){var b={};b[a.insertion]=e;c.insert(b)}else{a.insertion(c,e)}}else{c.update(e)}}}});Ajax.PeriodicalUpdater=Class.create(Ajax.Base,{initialize:function($super,a,c,b){$super(b);this.onComplete=this.options.onComplete;this.frequency=(this.options.frequency||2);this.decay=(this.options.decay||1);this.updater={};this.container=a;this.url=c;this.start()},start:function(){this.options.onComplete=this.updateComplete.bind(this);this.onTimerEvent()},stop:function(){this.updater.options.onComplete=undefined;clearTimeout(this.timer);(this.onComplete||Prototype.emptyFunction).apply(this,arguments)},updateComplete:function(a){if(this.options.decay){this.decay=(a.responseText==this.lastText?this.decay*this.options.decay:1);this.lastText=a.responseText}this.timer=this.onTimerEvent.bind(this).delay(this.decay*this.frequency)},onTimerEvent:function(){this.updater=new Ajax.Updater(this.container,this.url,this.options)}});function $(b){if(arguments.length>1){for(var a=0,e=[],c=arguments.length;a<c;a++){e.push($(arguments[a]))}return e}if(Object.isString(b)){b=document.getElementById(b)}return Element.extend(b)}if(Prototype.BrowserFeatures.XPath){document._getElementsByXPath=function(g,a){var c=[];var f=document.evaluate(g,$(a)||document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var b=0,e=f.snapshotLength;b<e;b++){c.push(Element.extend(f.snapshotItem(b)))}return c}}if(!window.Node){var Node={}}if(!Node.ELEMENT_NODE){Object.extend(Node,{ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12})}(function(c){var b=(function(){var g=document.createElement("form");var f=document.createElement("input");var e=document.documentElement;f.setAttribute("name","test");g.appendChild(f);e.appendChild(g);var h=g.elements?(typeof g.elements.test=="undefined"):null;e.removeChild(g);g=f=null;return h})();var a=c.Element;c.Element=function(g,f){f=f||{};g=g.toLowerCase();var e=Element.cache;if(b&&f.name){g="<"+g+' name="'+f.name+'">';delete f.name;return Element.writeAttribute(document.createElement(g),f)}if(!e[g]){e[g]=Element.extend(document.createElement(g))}return Element.writeAttribute(e[g].cloneNode(false),f)};Object.extend(c.Element,a||{});if(a){c.Element.prototype=a.prototype}})(this);Element.cache={};Element.idCounter=1;Element.Methods={visible:function(a){return $(a).style.display!="none"},toggle:function(a){a=$(a);Element[Element.visible(a)?"hide":"show"](a);return a},hide:function(a){a=$(a);a.style.display="none";return a},show:function(a){a=$(a);a.style.display="";return a},remove:function(a){a=$(a);a.parentNode.removeChild(a);return a},update:(function(){var b=(function(){var f=document.createElement("select"),g=true;f.innerHTML='<option value="test">test</option>';if(f.options&&f.options[0]){g=f.options[0].nodeName.toUpperCase()!=="OPTION"}f=null;return g})();var a=(function(){try{var f=document.createElement("table");if(f&&f.tBodies){f.innerHTML="<tbody><tr><td>test</td></tr></tbody>";var h=typeof f.tBodies[0]=="undefined";f=null;return h}}catch(g){return true}})();var e=(function(){var f=document.createElement("script"),h=false;try{f.appendChild(document.createTextNode(""));h=!f.firstChild||f.firstChild&&f.firstChild.nodeType!==3}catch(g){h=true}f=null;return h})();function c(g,h){g=$(g);if(h&&h.toElement){h=h.toElement()}if(Object.isElement(h)){return g.update().insert(h)}h=Object.toHTML(h);var f=g.tagName.toUpperCase();if(f==="SCRIPT"&&e){g.text=h;return g}if(b||a){if(f in Element._insertionTranslations.tags){$A(g.childNodes).each(function(j){g.removeChild(j)});Element._getContentFromAnonymousElement(f,h.stripScripts()).each(function(j){g.appendChild(j)})}else{g.innerHTML=h.stripScripts()}}else{g.innerHTML=h.stripScripts()}h.evalScripts.bind(h).defer();return g}return c})(),replace:function(b,c){b=$(b);if(c&&c.toElement){c=c.toElement()}else{if(!Object.isElement(c)){c=Object.toHTML(c);var a=b.ownerDocument.createRange();a.selectNode(b);c.evalScripts.bind(c).defer();c=a.createContextualFragment(c.stripScripts())}}b.parentNode.replaceChild(c,b);return b},insert:function(c,f){c=$(c);if(Object.isString(f)||Object.isNumber(f)||Object.isElement(f)||(f&&(f.toElement||f.toHTML))){f={bottom:f}}var e,g,b,h;for(var a in f){e=f[a];a=a.toLowerCase();g=Element._insertionTranslations[a];if(e&&e.toElement){e=e.toElement()}if(Object.isElement(e)){g(c,e);continue}e=Object.toHTML(e);b=((a=="before"||a=="after")?c.parentNode:c).tagName.toUpperCase();h=Element._getContentFromAnonymousElement(b,e.stripScripts());if(a=="top"||a=="after"){h.reverse()}h.each(g.curry(c));e.evalScripts.bind(e).defer()}return c},wrap:function(b,c,a){b=$(b);if(Object.isElement(c)){$(c).writeAttribute(a||{})}else{if(Object.isString(c)){c=new Element(c,a)}else{c=new Element("div",c)}}if(b.parentNode){b.parentNode.replaceChild(c,b)}c.appendChild(b);return c},inspect:function(b){b=$(b);var a="<"+b.tagName.toLowerCase();$H({id:"id",className:"class"}).each(function(g){var f=g.first(),c=g.last();var e=(b[f]||"").toString();if(e){a+=" "+c+"="+e.inspect(true)}});return a+">"},recursivelyCollect:function(a,c){a=$(a);var b=[];while(a=a[c]){if(a.nodeType==1){b.push(Element.extend(a))}}return b},ancestors:function(a){return $(a).recursivelyCollect("parentNode")},descendants:function(a){return Element.select(a,"*")},firstDescendant:function(a){a=$(a).firstChild;while(a&&a.nodeType!=1){a=a.nextSibling}return $(a)},immediateDescendants:function(a){if(!(a=$(a).firstChild)){return[]}while(a&&a.nodeType!=1){a=a.nextSibling}if(a){return[a].concat($(a).nextSiblings())}return[]},previousSiblings:function(a){return $(a).recursivelyCollect("previousSibling")},nextSiblings:function(a){return $(a).recursivelyCollect("nextSibling")},siblings:function(a){a=$(a);return a.previousSiblings().reverse().concat(a.nextSiblings())},match:function(b,a){if(Object.isString(a)){a=new Selector(a)}return a.match($(b))},up:function(b,e,a){b=$(b);if(arguments.length==1){return $(b.parentNode)}var c=b.ancestors();return Object.isNumber(e)?c[e]:Selector.findElement(c,e,a)},down:function(b,c,a){b=$(b);if(arguments.length==1){return b.firstDescendant()}return Object.isNumber(c)?b.descendants()[c]:Element.select(b,c)[a||0]},previous:function(b,e,a){b=$(b);if(arguments.length==1){return $(Selector.handlers.previousElementSibling(b))}var c=b.previousSiblings();return Object.isNumber(e)?c[e]:Selector.findElement(c,e,a)},next:function(c,e,b){c=$(c);if(arguments.length==1){return $(Selector.handlers.nextElementSibling(c))}var a=c.nextSiblings();return Object.isNumber(e)?a[e]:Selector.findElement(a,e,b)},select:function(){var a=$A(arguments),b=$(a.shift());return Selector.findChildElements(b,a)},adjacent:function(){var a=$A(arguments),b=$(a.shift());return Selector.findChildElements(b.parentNode,a).without(b)},identify:function(a){a=$(a);var b=a.readAttribute("id");if(b){return b}do{b="anonymous_element_"+Element.idCounter++}while($(b));a.writeAttribute("id",b);return b},readAttribute:(function(){var a=(function(){var b=document.createElement("iframe"),f=false;document.documentElement.appendChild(b);try{b.getAttribute("type",2)}catch(c){f=true}document.documentElement.removeChild(b);b=null;return f})();return function(e,b){e=$(e);if(a&&b==="type"&&e.tagName.toUpperCase()=="IFRAME"){return e.getAttribute("type")}if(Prototype.Browser.IE){var c=Element._attributeTranslations.read;if(c.values[b]){return c.values[b](e,b)}if(c.names[b]){b=c.names[b]}if(b.include(":")){return(!e.attributes||!e.attributes[b])?null:e.attributes[b].value}}return e.getAttribute(b)}})(),writeAttribute:function(f,c,g){f=$(f);var b={},e=Element._attributeTranslations.write;if(typeof c=="object"){b=c}else{b[c]=Object.isUndefined(g)?true:g}for(var a in b){c=e.names[a]||a;g=b[a];if(e.values[a]){c=e.values[a](f,g)}if(g===false||g===null){f.removeAttribute(c)}else{if(g===true){f.setAttribute(c,c)}else{f.setAttribute(c,g)}}}return f},getHeight:function(a){return $(a).getDimensions().height},getWidth:function(a){return $(a).getDimensions().width},classNames:function(a){return new Element.ClassNames(a)},hasClassName:function(a,b){if(!(a=$(a))){return}var c=a.className;return(c.length>0&&(c==b||new RegExp("(^|\\s)"+b+"(\\s|$)").test(c)))},addClassName:function(a,b){if(!(a=$(a))){return}if(!a.hasClassName(b)){a.className+=(a.className?" ":"")+b}return a},removeClassName:function(a,b){if(!(a=$(a))){return}a.className=a.className.replace(new RegExp("(^|\\s+)"+b+"(\\s+|$)")," ").strip();return a},toggleClassName:function(a,b){if(!(a=$(a))){return}return a[a.hasClassName(b)?"removeClassName":"addClassName"](b)},cleanWhitespace:function(b){b=$(b);var c=b.firstChild;while(c){var a=c.nextSibling;if(c.nodeType==3&&!/\S/.test(c.nodeValue)){b.removeChild(c)}c=a}return b},empty:function(a){return $(a).innerHTML.blank()},descendantOf:function(b,a){b=$(b),a=$(a);if(b.compareDocumentPosition){return(b.compareDocumentPosition(a)&8)===8}if(a.contains){return a.contains(b)&&a!==b}while(b=b.parentNode){if(b==a){return true}}return false},scrollTo:function(a){a=$(a);var b=a.cumulativeOffset();window.scrollTo(b[0],b[1]);return a},getStyle:function(b,c){b=$(b);c=c=="float"?"cssFloat":c.camelize();var e=b.style[c];if(!e||e=="auto"){var a=document.defaultView.getComputedStyle(b,null);e=a?a[c]:null}if(c=="opacity"){return e?parseFloat(e):1}return e=="auto"?null:e},getOpacity:function(a){return $(a).getStyle("opacity")},setStyle:function(b,c){b=$(b);var f=b.style,a;if(Object.isString(c)){b.style.cssText+=";"+c;return c.include("opacity")?b.setOpacity(c.match(/opacity:\s*(\d?\.?\d*)/)[1]):b}for(var e in c){if(e=="opacity"){b.setOpacity(c[e])}else{f[(e=="float"||e=="cssFloat")?(Object.isUndefined(f.styleFloat)?"cssFloat":"styleFloat"):e]=c[e]}}return b},setOpacity:function(a,b){a=$(a);a.style.opacity=(b==1||b==="")?"":(b<0.00001)?0:b;return a},getDimensions:function(c){c=$(c);var h=c.getStyle("display");if(h!="none"&&h!=null){return{width:c.offsetWidth,height:c.offsetHeight}}var b=c.style;var g=b.visibility;var e=b.position;var a=b.display;b.visibility="hidden";if(e!="fixed"){b.position="absolute"}b.display="block";var j=c.clientWidth;var f=c.clientHeight;b.display=a;b.position=e;b.visibility=g;return{width:j,height:f}},makePositioned:function(a){a=$(a);var b=Element.getStyle(a,"position");if(b=="static"||!b){a._madePositioned=true;a.style.position="relative";if(Prototype.Browser.Opera){a.style.top=0;a.style.left=0}}return a},undoPositioned:function(a){a=$(a);if(a._madePositioned){a._madePositioned=undefined;a.style.position=a.style.top=a.style.left=a.style.bottom=a.style.right=""}return a},makeClipping:function(a){a=$(a);if(a._overflow){return a}a._overflow=Element.getStyle(a,"overflow")||"auto";if(a._overflow!=="hidden"){a.style.overflow="hidden"}return a},undoClipping:function(a){a=$(a);if(!a._overflow){return a}a.style.overflow=a._overflow=="auto"?"":a._overflow;a._overflow=null;return a},cumulativeOffset:function(b){var a=0,c=0;do{a+=b.offsetTop||0;c+=b.offsetLeft||0;b=b.offsetParent}while(b);return Element._returnOffset(c,a)},positionedOffset:function(b){var a=0,e=0;do{a+=b.offsetTop||0;e+=b.offsetLeft||0;b=b.offsetParent;if(b){if(b.tagName.toUpperCase()=="BODY"){break}var c=Element.getStyle(b,"position");if(c!=="static"){break}}}while(b);return Element._returnOffset(e,a)},absolutize:function(b){b=$(b);if(b.getStyle("position")=="absolute"){return b}var e=b.positionedOffset();var g=e[1];var f=e[0];var c=b.clientWidth;var a=b.clientHeight;b._originalLeft=f-parseFloat(b.style.left||0);b._originalTop=g-parseFloat(b.style.top||0);b._originalWidth=b.style.width;b._originalHeight=b.style.height;b.style.position="absolute";b.style.top=g+"px";b.style.left=f+"px";b.style.width=c+"px";b.style.height=a+"px";return b},relativize:function(a){a=$(a);if(a.getStyle("position")=="relative"){return a}a.style.position="relative";var c=parseFloat(a.style.top||0)-(a._originalTop||0);var b=parseFloat(a.style.left||0)-(a._originalLeft||0);a.style.top=c+"px";a.style.left=b+"px";a.style.height=a._originalHeight;a.style.width=a._originalWidth;return a},cumulativeScrollOffset:function(b){var a=0,c=0;do{a+=b.scrollTop||0;c+=b.scrollLeft||0;b=b.parentNode}while(b);return Element._returnOffset(c,a)},getOffsetParent:function(a){if(a.offsetParent){return $(a.offsetParent)}if(a==document.body){return $(a)}while((a=a.parentNode)&&a!=document.body){if(Element.getStyle(a,"position")!="static"){return $(a)}}return $(document.body)},viewportOffset:function(e){var a=0,c=0;var b=e;do{a+=b.offsetTop||0;c+=b.offsetLeft||0;if(b.offsetParent==document.body&&Element.getStyle(b,"position")=="absolute"){break}}while(b=b.offsetParent);b=e;do{if(!Prototype.Browser.Opera||(b.tagName&&(b.tagName.toUpperCase()=="BODY"))){a-=b.scrollTop||0;c-=b.scrollLeft||0}}while(b=b.parentNode);return Element._returnOffset(c,a)},clonePosition:function(b,e){var a=Object.extend({setLeft:true,setTop:true,setWidth:true,setHeight:true,offsetTop:0,offsetLeft:0},arguments[2]||{});e=$(e);var f=e.viewportOffset();b=$(b);var g=[0,0];var c=null;if(Element.getStyle(b,"position")=="absolute"){c=b.getOffsetParent();g=c.viewportOffset()}if(c==document.body){g[0]-=document.body.offsetLeft;g[1]-=document.body.offsetTop}if(a.setLeft){b.style.left=(f[0]-g[0]+a.offsetLeft)+"px"}if(a.setTop){b.style.top=(f[1]-g[1]+a.offsetTop)+"px"}if(a.setWidth){b.style.width=e.offsetWidth+"px"}if(a.setHeight){b.style.height=e.offsetHeight+"px"}return b}};Object.extend(Element.Methods,{getElementsBySelector:Element.Methods.select,childElements:Element.Methods.immediateDescendants});Element._attributeTranslations={write:{names:{className:"class",htmlFor:"for"},values:{}}};if(Prototype.Browser.Opera){Element.Methods.getStyle=Element.Methods.getStyle.wrap(function(e,b,c){switch(c){case"left":case"top":case"right":case"bottom":if(e(b,"position")==="static"){return null}case"height":case"width":if(!Element.visible(b)){return null}var f=parseInt(e(b,c),10);if(f!==b["offset"+c.capitalize()]){return f+"px"}var a;if(c==="height"){a=["border-top-width","padding-top","padding-bottom","border-bottom-width"]}else{a=["border-left-width","padding-left","padding-right","border-right-width"]}return a.inject(f,function(g,h){var j=e(b,h);return j===null?g:g-parseInt(j,10)})+"px";default:return e(b,c)}});Element.Methods.readAttribute=Element.Methods.readAttribute.wrap(function(c,a,b){if(b==="title"){return a.title}return c(a,b)})}else{if(Prototype.Browser.IE){Element.Methods.getOffsetParent=Element.Methods.getOffsetParent.wrap(function(c,b){b=$(b);try{b.offsetParent}catch(g){return $(document.body)}var a=b.getStyle("position");if(a!=="static"){return c(b)}b.setStyle({position:"relative"});var f=c(b);b.setStyle({position:a});return f});$w("positionedOffset viewportOffset").each(function(a){Element.Methods[a]=Element.Methods[a].wrap(function(g,c){c=$(c);try{c.offsetParent}catch(j){return Element._returnOffset(0,0)}var b=c.getStyle("position");if(b!=="static"){return g(c)}var f=c.getOffsetParent();if(f&&f.getStyle("position")==="fixed"){f.setStyle({zoom:1})}c.setStyle({position:"relative"});var h=g(c);c.setStyle({position:b});return h})});Element.Methods.cumulativeOffset=Element.Methods.cumulativeOffset.wrap(function(b,a){try{a.offsetParent}catch(c){return Element._returnOffset(0,0)}return b(a)});Element.Methods.getStyle=function(a,b){a=$(a);b=(b=="float"||b=="cssFloat")?"styleFloat":b.camelize();var c=a.style[b];if(!c&&a.currentStyle){c=a.currentStyle[b]}if(b=="opacity"){if(c=(a.getStyle("filter")||"").match(/alpha\(opacity=(.*)\)/)){if(c[1]){return parseFloat(c[1])/100}}return 1}if(c=="auto"){if((b=="width"||b=="height")&&(a.getStyle("display")!="none")){return a["offset"+b.capitalize()]+"px"}return null}return c};Element.Methods.setOpacity=function(b,f){function g(h){return h.replace(/alpha\([^\)]*\)/gi,"")}b=$(b);var a=b.currentStyle;if((a&&!a.hasLayout)||(!a&&b.style.zoom=="normal")){b.style.zoom=1}var e=b.getStyle("filter"),c=b.style;if(f==1||f===""){(e=g(e))?c.filter=e:c.removeAttribute("filter");return b}else{if(f<0.00001){f=0}}c.filter=g(e)+"alpha(opacity="+(f*100)+")";return b};Element._attributeTranslations=(function(){var b="className";var a="for";var c=document.createElement("div");c.setAttribute(b,"x");if(c.className!=="x"){c.setAttribute("class","x");if(c.className==="x"){b="class"}}c=null;c=document.createElement("label");c.setAttribute(a,"x");if(c.htmlFor!=="x"){c.setAttribute("htmlFor","x");if(c.htmlFor==="x"){a="htmlFor"}}c=null;return{read:{names:{"class":b,className:b,"for":a,htmlFor:a},values:{_getAttr:function(e,f){return e.getAttribute(f,2)},_getAttrNode:function(e,g){var f=e.getAttributeNode(g);return f?f.value:""},_getEv:(function(){var e=document.createElement("div");e.onclick=Prototype.emptyFunction;var h=e.getAttribute("onclick");var g;if(String(h).indexOf("{")>-1){g=function(f,j){j=f.getAttribute(j);if(!j){return null}j=j.toString();j=j.split("{")[1];j=j.split("}")[0];return j.strip()}}else{if(h===""){g=function(f,j){j=f.getAttribute(j);if(!j){return null}return j.strip()}}}e=null;return g})(),_flag:function(e,f){return $(e).hasAttribute(f)?f:null},style:function(e){return e.style.cssText.toLowerCase()},title:function(e){return e.title}}}}})();Element._attributeTranslations.write={names:Object.extend({cellpadding:"cellPadding",cellspacing:"cellSpacing"},Element._attributeTranslations.read.names),values:{checked:function(a,b){a.checked=!!b},style:function(a,b){a.style.cssText=b?b:""}}};Element._attributeTranslations.has={};$w("colSpan rowSpan vAlign dateTime accessKey tabIndex encType maxLength readOnly longDesc frameBorder").each(function(a){Element._attributeTranslations.write.names[a.toLowerCase()]=a;Element._attributeTranslations.has[a.toLowerCase()]=a});(function(a){Object.extend(a,{href:a._getAttr,src:a._getAttr,type:a._getAttr,action:a._getAttrNode,disabled:a._flag,checked:a._flag,readonly:a._flag,multiple:a._flag,onload:a._getEv,onunload:a._getEv,onclick:a._getEv,ondblclick:a._getEv,onmousedown:a._getEv,onmouseup:a._getEv,onmouseover:a._getEv,onmousemove:a._getEv,onmouseout:a._getEv,onfocus:a._getEv,onblur:a._getEv,onkeypress:a._getEv,onkeydown:a._getEv,onkeyup:a._getEv,onsubmit:a._getEv,onreset:a._getEv,onselect:a._getEv,onchange:a._getEv})})(Element._attributeTranslations.read.values);if(Prototype.BrowserFeatures.ElementExtensions){(function(){function a(f){var b=f.getElementsByTagName("*"),e=[];for(var c=0,g;g=b[c];c++){if(g.tagName!=="!"){e.push(g)}}return e}Element.Methods.down=function(c,e,b){c=$(c);if(arguments.length==1){return c.firstDescendant()}return Object.isNumber(e)?a(c)[e]:Element.select(c,e)[b||0]}})()}}else{if(Prototype.Browser.Gecko&&/rv:1\.8\.0/.test(navigator.userAgent)){Element.Methods.setOpacity=function(a,b){a=$(a);a.style.opacity=(b==1)?0.999999:(b==="")?"":(b<0.00001)?0:b;return a}}else{if(Prototype.Browser.WebKit){Element.Methods.setOpacity=function(a,b){a=$(a);a.style.opacity=(b==1||b==="")?"":(b<0.00001)?0:b;if(b==1){if(a.tagName.toUpperCase()=="IMG"&&a.width){a.width++;a.width--}else{try{var f=document.createTextNode(" ");a.appendChild(f);a.removeChild(f)}catch(c){}}}return a};Element.Methods.cumulativeOffset=function(b){var a=0,c=0;do{a+=b.offsetTop||0;c+=b.offsetLeft||0;if(b.offsetParent==document.body){if(Element.getStyle(b,"position")=="absolute"){break}}b=b.offsetParent}while(b);return Element._returnOffset(c,a)}}}}}if("outerHTML" in document.documentElement){Element.Methods.replace=function(c,f){c=$(c);if(f&&f.toElement){f=f.toElement()}if(Object.isElement(f)){c.parentNode.replaceChild(f,c);return c}f=Object.toHTML(f);var e=c.parentNode,b=e.tagName.toUpperCase();if(Element._insertionTranslations.tags[b]){var g=c.next();var a=Element._getContentFromAnonymousElement(b,f.stripScripts());e.removeChild(c);if(g){a.each(function(h){e.insertBefore(h,g)})}else{a.each(function(h){e.appendChild(h)})}}else{c.outerHTML=f.stripScripts()}f.evalScripts.bind(f).defer();return c}}Element._returnOffset=function(b,c){var a=[b,c];a.left=b;a.top=c;return a};Element._getContentFromAnonymousElement=function(c,b){var e=new Element("div"),a=Element._insertionTranslations.tags[c];if(a){e.innerHTML=a[0]+b+a[1];a[2].times(function(){e=e.firstChild})}else{e.innerHTML=b}return $A(e.childNodes)};Element._insertionTranslations={before:function(a,b){a.parentNode.insertBefore(b,a)},top:function(a,b){a.insertBefore(b,a.firstChild)},bottom:function(a,b){a.appendChild(b)},after:function(a,b){a.parentNode.insertBefore(b,a.nextSibling)},tags:{TABLE:["<table>","</table>",1],TBODY:["<table><tbody>","</tbody></table>",2],TR:["<table><tbody><tr>","</tr></tbody></table>",3],TD:["<table><tbody><tr><td>","</td></tr></tbody></table>",4],SELECT:["<select>","</select>",1]}};(function(){Object.extend(this.tags,{THEAD:this.tags.TBODY,TFOOT:this.tags.TBODY,TH:this.tags.TD})}).call(Element._insertionTranslations);Element.Methods.Simulated={hasAttribute:function(a,c){c=Element._attributeTranslations.has[c]||c;var b=$(a).getAttributeNode(c);return !!(b&&b.specified)}};Element.Methods.ByTag={};Object.extend(Element,Element.Methods);(function(a){if(!Prototype.BrowserFeatures.ElementExtensions&&a.__proto__){window.HTMLElement={};window.HTMLElement.prototype=a.__proto__;Prototype.BrowserFeatures.ElementExtensions=true}a=null})(document.createElement("div"));Element.extend=(function(){function c(j){if(typeof window.Element!="undefined"){var l=window.Element.prototype;if(l){var n="_"+(Math.random()+"").slice(2);var k=document.createElement(j);l[n]="x";var m=(k[n]!=="x");delete l[n];k=null;return m}}return false}function b(k,j){for(var m in j){var l=j[m];if(Object.isFunction(l)&&!(m in k)){k[m]=l.methodize()}}}var e=c("object");var g=c("applet");if(Prototype.BrowserFeatures.SpecificElementExtensions){if(e&&g){return function(k){if(k&&k.tagName){var j=k.tagName.toUpperCase();if(j==="OBJECT"||j==="APPLET"){b(k,Element.Methods);if(j==="OBJECT"){b(k,Element.Methods.ByTag.OBJECT)}else{if(j==="APPLET"){b(k,Element.Methods.ByTag.APPLET)}}}}return k}}return Prototype.K}var a={},f=Element.Methods.ByTag;var h=Object.extend(function(l){if(!l||typeof l._extendedByPrototype!="undefined"||l.nodeType!=1||l==window){return l}var j=Object.clone(a),k=l.tagName.toUpperCase();if(f[k]){Object.extend(j,f[k])}b(l,j);l._extendedByPrototype=Prototype.emptyFunction;return l},{refresh:function(){if(!Prototype.BrowserFeatures.ElementExtensions){Object.extend(a,Element.Methods);Object.extend(a,Element.Methods.Simulated)}}});h.refresh();return h})();Element.hasAttribute=function(a,b){if(a.hasAttribute){return a.hasAttribute(b)}return Element.Methods.Simulated.hasAttribute(a,b)};Element.addMethods=function(c){var k=Prototype.BrowserFeatures,e=Element.Methods.ByTag;if(!c){Object.extend(Form,Form.Methods);Object.extend(Form.Element,Form.Element.Methods);Object.extend(Element.Methods.ByTag,{FORM:Object.clone(Form.Methods),INPUT:Object.clone(Form.Element.Methods),SELECT:Object.clone(Form.Element.Methods),TEXTAREA:Object.clone(Form.Element.Methods)})}if(arguments.length==2){var b=c;c=arguments[1]}if(!b){Object.extend(Element.Methods,c||{})}else{if(Object.isArray(b)){b.each(h)}else{h(b)}}function h(m){m=m.toUpperCase();if(!Element.Methods.ByTag[m]){Element.Methods.ByTag[m]={}}Object.extend(Element.Methods.ByTag[m],c)}function a(o,n,m){m=m||false;for(var q in o){var p=o[q];if(!Object.isFunction(p)){continue}if(!m||!(q in n)){n[q]=p.methodize()}}}function f(p){var m;var o={OPTGROUP:"OptGroup",TEXTAREA:"TextArea",P:"Paragraph",FIELDSET:"FieldSet",UL:"UList",OL:"OList",DL:"DList",DIR:"Directory",H1:"Heading",H2:"Heading",H3:"Heading",H4:"Heading",H5:"Heading",H6:"Heading",Q:"Quote",INS:"Mod",DEL:"Mod",A:"Anchor",IMG:"Image",CAPTION:"TableCaption",COL:"TableCol",COLGROUP:"TableCol",THEAD:"TableSection",TFOOT:"TableSection",TBODY:"TableSection",TR:"TableRow",TH:"TableCell",TD:"TableCell",FRAMESET:"FrameSet",IFRAME:"IFrame"};if(o[p]){m="HTML"+o[p]+"Element"}if(window[m]){return window[m]}m="HTML"+p+"Element";if(window[m]){return window[m]}m="HTML"+p.capitalize()+"Element";if(window[m]){return window[m]}var n=document.createElement(p);var q=n.__proto__||n.constructor.prototype;n=null;return q}var j=window.HTMLElement?HTMLElement.prototype:Element.prototype;if(k.ElementExtensions){a(Element.Methods,j);a(Element.Methods.Simulated,j,true)}if(k.SpecificElementExtensions){for(var l in Element.Methods.ByTag){var g=f(l);if(Object.isUndefined(g)){continue}a(e[l],g.prototype)}}Object.extend(Element,Element.Methods);delete Element.ByTag;if(Element.extend.refresh){Element.extend.refresh()}Element.cache={}};document.viewport={getDimensions:function(){return{width:this.getWidth(),height:this.getHeight()}},getScrollOffsets:function(){return Element._returnOffset(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft,window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop)}};(function(b){var h=Prototype.Browser,f=document,c,e={};function a(){if(h.WebKit&&!f.evaluate){return document}if(h.Opera&&window.parseFloat(window.opera.version())<9.5){return document.body}return document.documentElement}function g(j){if(!c){c=a()}e[j]="client"+j;b["get"+j]=function(){return c[e[j]]};return b["get"+j]()}b.getWidth=g.curry("Width");b.getHeight=g.curry("Height")})(document.viewport);Element.Storage={UID:1};Element.addMethods({getStorage:function(b){if(!(b=$(b))){return}var a;if(b===window){a=0}else{if(typeof b._prototypeUID==="undefined"){b._prototypeUID=[Element.Storage.UID++]}a=b._prototypeUID[0]}if(!Element.Storage[a]){Element.Storage[a]=$H()}return Element.Storage[a]},store:function(b,a,c){if(!(b=$(b))){return}if(arguments.length===2){b.getStorage().update(a)}else{b.getStorage().set(a,c)}return b},retrieve:function(c,b,a){if(!(c=$(c))){return}var f=Element.getStorage(c),e=f.get(b);if(Object.isUndefined(e)){f.set(b,a);e=a}return e},clone:function(c,a){if(!(c=$(c))){return}var f=c.cloneNode(a);f._prototypeUID=void 0;if(a){var e=Element.select(f,"*"),b=e.length;while(b--){e[b]._prototypeUID=void 0}}return Element.extend(f)}});var Selector=Class.create({initialize:function(a){this.expression=a.strip();if(this.shouldUseSelectorsAPI()){this.mode="selectorsAPI"}else{if(this.shouldUseXPath()){this.mode="xpath";this.compileXPathMatcher()}else{this.mode="normal";this.compileMatcher()}}},shouldUseXPath:(function(){var a=(function(){var f=false;if(document.evaluate&&window.XPathResult){var e=document.createElement("div");e.innerHTML="<ul><li></li></ul><div><ul><li></li></ul></div>";var c=".//*[local-name()='ul' or local-name()='UL']//*[local-name()='li' or local-name()='LI']";var b=document.evaluate(c,e,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);f=(b.snapshotLength!==2);e=null}return f})();return function(){if(!Prototype.BrowserFeatures.XPath){return false}var b=this.expression;if(Prototype.Browser.WebKit&&(b.include("-of-type")||b.include(":empty"))){return false}if((/(\[[\w-]*?:|:checked)/).test(b)){return false}if(a){return false}return true}})(),shouldUseSelectorsAPI:function(){if(!Prototype.BrowserFeatures.SelectorsAPI){return false}if(Selector.CASE_INSENSITIVE_CLASS_NAMES){return false}if(!Selector._div){Selector._div=new Element("div")}try{Selector._div.querySelector(this.expression)}catch(a){return false}return true},compileMatcher:function(){var e=this.expression,ps=Selector.patterns,h=Selector.handlers,c=Selector.criteria,le,p,m,len=ps.length,name;if(Selector._cache[e]){this.matcher=Selector._cache[e];return}this.matcher=["this.matcher = function(root) {","var r = root, h = Selector.handlers, c = false, n;"];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i=0;i<len;i++){p=ps[i].re;name=ps[i].name;if(m=e.match(p)){this.matcher.push(Object.isFunction(c[name])?c[name](m):new Template(c[name]).evaluate(m));e=e.replace(m[0],"");break}}}this.matcher.push("return h.unique(n);\n}");eval(this.matcher.join("\n"));Selector._cache[this.expression]=this.matcher},compileXPathMatcher:function(){var j=this.expression,k=Selector.patterns,c=Selector.xpath,h,b,a=k.length,f;if(Selector._cache[j]){this.xpath=Selector._cache[j];return}this.matcher=[".//*"];while(j&&h!=j&&(/\S/).test(j)){h=j;for(var g=0;g<a;g++){f=k[g].name;if(b=j.match(k[g].re)){this.matcher.push(Object.isFunction(c[f])?c[f](b):new Template(c[f]).evaluate(b));j=j.replace(b[0],"");break}}}this.xpath=this.matcher.join("");Selector._cache[this.expression]=this.xpath},findElements:function(a){a=a||document;var c=this.expression,b;switch(this.mode){case"selectorsAPI":if(a!==document){var f=a.id,g=$(a).identify();g=g.replace(/[\.:]/g,"\\$0");c="#"+g+" "+c}b=$A(a.querySelectorAll(c)).map(Element.extend);a.id=f;return b;case"xpath":return document._getElementsByXPath(this.xpath,a);default:return this.matcher(a)}},match:function(l){this.tokens=[];var r=this.expression,a=Selector.patterns,g=Selector.assertions;var b,f,h,q=a.length,c;while(r&&b!==r&&(/\S/).test(r)){b=r;for(var k=0;k<q;k++){f=a[k].re;c=a[k].name;if(h=r.match(f)){if(g[c]){this.tokens.push([c,Object.clone(h)]);r=r.replace(h[0],"")}else{return this.findElements(document).include(l)}}}}var o=true,c,n;for(var k=0,j;j=this.tokens[k];k++){c=j[0],n=j[1];if(!Selector.assertions[c](l,n)){o=false;break}}return o},toString:function(){return this.expression},inspect:function(){return"#<Selector:"+this.expression.inspect()+">"}});if(Prototype.BrowserFeatures.SelectorsAPI&&document.compatMode==="BackCompat"){Selector.CASE_INSENSITIVE_CLASS_NAMES=(function(){var c=document.createElement("div"),a=document.createElement("span");c.id="prototype_test_id";a.className="Test";c.appendChild(a);var b=(c.querySelector("#prototype_test_id .test")!==null);c=a=null;return b})()}Object.extend(Selector,{_cache:{},xpath:{descendant:"//*",child:"/*",adjacent:"/following-sibling::*[1]",laterSibling:"/following-sibling::*",tagName:function(a){if(a[1]=="*"){return""}return"[local-name()='"+a[1].toLowerCase()+"' or local-name()='"+a[1].toUpperCase()+"']"},className:"[contains(concat(' ', @class, ' '), ' #{1} ')]",id:"[@id='#{1}']",attrPresence:function(a){a[1]=a[1].toLowerCase();return new Template("[@#{1}]").evaluate(a)},attr:function(a){a[1]=a[1].toLowerCase();a[3]=a[5]||a[6];return new Template(Selector.xpath.operators[a[2]]).evaluate(a)},pseudo:function(a){var b=Selector.xpath.pseudos[a[1]];if(!b){return""}if(Object.isFunction(b)){return b(a)}return new Template(Selector.xpath.pseudos[a[1]]).evaluate(a)},operators:{"=":"[@#{1}='#{3}']","!=":"[@#{1}!='#{3}']","^=":"[starts-with(@#{1}, '#{3}')]","$=":"[substring(@#{1}, (string-length(@#{1}) - string-length('#{3}') + 1))='#{3}']","*=":"[contains(@#{1}, '#{3}')]","~=":"[contains(concat(' ', @#{1}, ' '), ' #{3} ')]","|=":"[contains(concat('-', @#{1}, '-'), '-#{3}-')]"},pseudos:{"first-child":"[not(preceding-sibling::*)]","last-child":"[not(following-sibling::*)]","only-child":"[not(preceding-sibling::* or following-sibling::*)]",empty:"[count(*) = 0 and (count(text()) = 0)]",checked:"[@checked]",disabled:"[(@disabled) and (@type!='hidden')]",enabled:"[not(@disabled) and (@type!='hidden')]",not:function(g){var k=g[6],c=Selector.patterns,l=Selector.xpath,a,n,j=c.length,b;var f=[];while(k&&a!=k&&(/\S/).test(k)){a=k;for(var h=0;h<j;h++){b=c[h].name;if(g=k.match(c[h].re)){n=Object.isFunction(l[b])?l[b](g):new Template(l[b]).evaluate(g);f.push("("+n.substring(1,n.length-1)+")");k=k.replace(g[0],"");break}}}return"[not("+f.join(" and ")+")]"},"nth-child":function(a){return Selector.xpath.pseudos.nth("(count(./preceding-sibling::*) + 1) ",a)},"nth-last-child":function(a){return Selector.xpath.pseudos.nth("(count(./following-sibling::*) + 1) ",a)},"nth-of-type":function(a){return Selector.xpath.pseudos.nth("position() ",a)},"nth-last-of-type":function(a){return Selector.xpath.pseudos.nth("(last() + 1 - position()) ",a)},"first-of-type":function(a){a[6]="1";return Selector.xpath.pseudos["nth-of-type"](a)},"last-of-type":function(a){a[6]="1";return Selector.xpath.pseudos["nth-last-of-type"](a)},"only-of-type":function(a){var b=Selector.xpath.pseudos;return b["first-of-type"](a)+b["last-of-type"](a)},nth:function(h,f){var j,k=f[6],e;if(k=="even"){k="2n+0"}if(k=="odd"){k="2n+1"}if(j=k.match(/^(\d+)$/)){return"["+h+"= "+j[1]+"]"}if(j=k.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(j[1]=="-"){j[1]=-1}var g=j[1]?Number(j[1]):1;var c=j[2]?Number(j[2]):0;e="[((#{fragment} - #{b}) mod #{a} = 0) and ((#{fragment} - #{b}) div #{a} >= 0)]";return new Template(e).evaluate({fragment:h,a:g,b:c})}}}},criteria:{tagName:'n = h.tagName(n, r, "#{1}", c);      c = false;',className:'n = h.className(n, r, "#{1}", c);    c = false;',id:'n = h.id(n, r, "#{1}", c);           c = false;',attrPresence:'n = h.attrPresence(n, r, "#{1}", c); c = false;',attr:function(a){a[3]=(a[5]||a[6]);return new Template('n = h.attr(n, r, "#{1}", "#{3}", "#{2}", c); c = false;').evaluate(a)},pseudo:function(a){if(a[6]){a[6]=a[6].replace(/"/g,'\\"')}return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(a)},descendant:'c = "descendant";',child:'c = "child";',adjacent:'c = "adjacent";',laterSibling:'c = "laterSibling";'},patterns:[{name:"laterSibling",re:/^\s*~\s*/},{name:"child",re:/^\s*>\s*/},{name:"adjacent",re:/^\s*\+\s*/},{name:"descendant",re:/^\s/},{name:"tagName",re:/^\s*(\*|[\w\-]+)(\b|$)?/},{name:"id",re:/^#([\w\-\*]+)(\b|$)/},{name:"className",re:/^\.([\w\-\*]+)(\b|$)/},{name:"pseudo",re:/^:((first|last|nth|nth-last|only)(-child|-of-type)|empty|checked|(en|dis)abled|not)(\((.*?)\))?(\b|$|(?=\s|[:+~>]))/},{name:"attrPresence",re:/^\[((?:[\w-]+:)?[\w-]+)\]/},{name:"attr",re:/\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/}],assertions:{tagName:function(a,b){return b[1].toUpperCase()==a.tagName.toUpperCase()},className:function(a,b){return Element.hasClassName(a,b[1])},id:function(a,b){return a.id===b[1]},attrPresence:function(a,b){return Element.hasAttribute(a,b[1])},attr:function(b,c){var a=Element.readAttribute(b,c[1]);return a&&Selector.operators[c[2]](a,c[5]||c[6])}},handlers:{concat:function(e,c){for(var f=0,g;g=c[f];f++){e.push(g)}return e},mark:function(a){var e=Prototype.emptyFunction;for(var b=0,c;c=a[b];b++){c._countedByPrototype=e}return a},unmark:function(a){for(var b=0,c;c=a[b];b++){c._countedByPrototype=undefined}return a},index:function(a,e,h){a._countedByPrototype=Prototype.emptyFunction;if(e){for(var b=a.childNodes,f=b.length-1,c=1;f>=0;f--){var g=b[f];if(g.nodeType==1&&(!h||g._countedByPrototype)){g.nodeIndex=c++}}}else{for(var f=0,c=1,b=a.childNodes;g=b[f];f++){if(g.nodeType==1&&(!h||g._countedByPrototype)){g.nodeIndex=c++}}}},unique:function(b){if(b.length==0){return b}var e=[],f;for(var c=0,a=b.length;c<a;c++){if(typeof(f=b[c])._countedByPrototype=="undefined"){f._countedByPrototype=Prototype.emptyFunction;e.push(Element.extend(f))}}return Selector.handlers.unmark(e)},descendant:function(a){var e=Selector.handlers;for(var c=0,b=[],f;f=a[c];c++){e.concat(b,f.getElementsByTagName("*"))}return b},child:function(a){var f=Selector.handlers;for(var e=0,c=[],g;g=a[e];e++){for(var b=0,k;k=g.childNodes[b];b++){if(k.nodeType==1&&k.tagName!="!"){c.push(k)}}}return c},adjacent:function(a){for(var c=0,b=[],f;f=a[c];c++){var e=this.nextElementSibling(f);if(e){b.push(e)}}return b},laterSibling:function(a){var e=Selector.handlers;for(var c=0,b=[],f;f=a[c];c++){e.concat(b,Element.nextSiblings(f))}return b},nextElementSibling:function(a){while(a=a.nextSibling){if(a.nodeType==1){return a}}return null},previousElementSibling:function(a){while(a=a.previousSibling){if(a.nodeType==1){return a}}return null},tagName:function(a,k,c,b){var l=c.toUpperCase();var f=[],j=Selector.handlers;if(a){if(b){if(b=="descendant"){for(var g=0,e;e=a[g];g++){j.concat(f,e.getElementsByTagName(c))}return f}else{a=this[b](a)}if(c=="*"){return a}}for(var g=0,e;e=a[g];g++){if(e.tagName.toUpperCase()===l){f.push(e)}}return f}else{return k.getElementsByTagName(c)}},id:function(a,m,b,c){var l=$(b),k=Selector.handlers;if(m==document){if(!l){return[]}if(!a){return[l]}}else{if(!m.sourceIndex||m.sourceIndex<1){var a=m.getElementsByTagName("*");for(var f=0,e;e=a[f];f++){if(e.id===b){return[e]}}}}if(a){if(c){if(c=="child"){for(var g=0,e;e=a[g];g++){if(l.parentNode==e){return[l]}}}else{if(c=="descendant"){for(var g=0,e;e=a[g];g++){if(Element.descendantOf(l,e)){return[l]}}}else{if(c=="adjacent"){for(var g=0,e;e=a[g];g++){if(Selector.handlers.previousElementSibling(l)==e){return[l]}}}else{a=k[c](a)}}}}for(var g=0,e;e=a[g];g++){if(e==l){return[l]}}return[]}return(l&&Element.descendantOf(l,m))?[l]:[]},className:function(b,a,c,e){if(b&&e){b=this[e](b)}return Selector.handlers.byClassName(b,a,c)},byClassName:function(c,b,g){if(!c){c=Selector.handlers.descendant([b])}var j=" "+g+" ";for(var f=0,e=[],h,a;h=c[f];f++){a=h.className;if(a.length==0){continue}if(a==g||(" "+a+" ").include(j)){e.push(h)}}return e},attrPresence:function(c,b,a,h){if(!c){c=b.getElementsByTagName("*")}if(c&&h){c=this[h](c)}var f=[];for(var e=0,g;g=c[e];e++){if(Element.hasAttribute(g,a)){f.push(g)}}return f},attr:function(a,k,j,l,c,b){if(!a){a=k.getElementsByTagName("*")}if(a&&b){a=this[b](a)}var m=Selector.operators[c],g=[];for(var f=0,e;e=a[f];f++){var h=Element.readAttribute(e,j);if(h===null){continue}if(m(h,l)){g.push(e)}}return g},pseudo:function(b,c,f,a,e){if(b&&e){b=this[e](b)}if(!b){b=a.getElementsByTagName("*")}return Selector.pseudos[c](b,f,a)}},pseudos:{"first-child":function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(Selector.handlers.previousElementSibling(f)){continue}c.push(f)}return c},"last-child":function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(Selector.handlers.nextElementSibling(f)){continue}c.push(f)}return c},"only-child":function(b,j,a){var f=Selector.handlers;for(var e=0,c=[],g;g=b[e];e++){if(!f.previousElementSibling(g)&&!f.nextElementSibling(g)){c.push(g)}}return c},"nth-child":function(b,c,a){return Selector.pseudos.nth(b,c,a)},"nth-last-child":function(b,c,a){return Selector.pseudos.nth(b,c,a,true)},"nth-of-type":function(b,c,a){return Selector.pseudos.nth(b,c,a,false,true)},"nth-last-of-type":function(b,c,a){return Selector.pseudos.nth(b,c,a,true,true)},"first-of-type":function(b,c,a){return Selector.pseudos.nth(b,"1",a,false,true)},"last-of-type":function(b,c,a){return Selector.pseudos.nth(b,"1",a,true,true)},"only-of-type":function(b,e,a){var c=Selector.pseudos;return c["last-of-type"](c["first-of-type"](b,e,a),e,a)},getIndices:function(e,c,f){if(e==0){return c>0?[c]:[]}return $R(1,f).inject([],function(a,b){if(0==(b-c)%e&&(b-c)/e>=0){a.push(b)}return a})},nth:function(c,t,v,s,f){if(c.length==0){return[]}if(t=="even"){t="2n+0"}if(t=="odd"){t="2n+1"}var r=Selector.handlers,q=[],e=[],k;r.mark(c);for(var p=0,g;g=c[p];p++){if(!g.parentNode._countedByPrototype){r.index(g.parentNode,s,f);e.push(g.parentNode)}}if(t.match(/^\d+$/)){t=Number(t);for(var p=0,g;g=c[p];p++){if(g.nodeIndex==t){q.push(g)}}}else{if(k=t.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(k[1]=="-"){k[1]=-1}var w=k[1]?Number(k[1]):1;var u=k[2]?Number(k[2]):0;var x=Selector.pseudos.getIndices(w,u,c.length);for(var p=0,g,n=x.length;g=c[p];p++){for(var o=0;o<n;o++){if(g.nodeIndex==x[o]){q.push(g)}}}}}r.unmark(c);r.unmark(e);return q},empty:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(f.tagName=="!"||f.firstChild){continue}c.push(f)}return c},not:function(a,e,l){var j=Selector.handlers,n,c;var k=new Selector(e).findElements(l);j.mark(k);for(var g=0,f=[],b;b=a[g];g++){if(!b._countedByPrototype){f.push(b)}}j.unmark(k);return f},enabled:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(!f.disabled&&(!f.type||f.type!=="hidden")){c.push(f)}}return c},disabled:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(f.disabled){c.push(f)}}return c},checked:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(f.checked){c.push(f)}}return c}},operators:{"=":function(b,a){return b==a},"!=":function(b,a){return b!=a},"^=":function(b,a){return b==a||b&&b.startsWith(a)},"$=":function(b,a){return b==a||b&&b.endsWith(a)},"*=":function(b,a){return b==a||b&&b.include(a)},"~=":function(b,a){return(" "+b+" ").include(" "+a+" ")},"|=":function(b,a){return("-"+(b||"").toUpperCase()+"-").include("-"+(a||"").toUpperCase()+"-")}},split:function(b){var a=[];b.scan(/(([\w#:.~>+()\s-]+|\*|\[.*?\])+)\s*(,|$)/,function(c){a.push(c[1].strip())});return a},matchElements:function(g,j){var f=$$(j),e=Selector.handlers;e.mark(f);for(var c=0,b=[],a;a=g[c];c++){if(a._countedByPrototype){b.push(a)}}e.unmark(f);return b},findElement:function(b,c,a){if(Object.isNumber(c)){a=c;c=false}return Selector.matchElements(b,c||"*")[a||0]},findChildElements:function(f,j){j=Selector.split(j.join(","));var e=[],g=Selector.handlers;for(var c=0,b=j.length,a;c<b;c++){a=new Selector(j[c].strip());g.concat(e,a.findElements(f))}return(b>1)?g.unique(e):e}});if(Prototype.Browser.IE){Object.extend(Selector.handlers,{concat:function(e,c){for(var f=0,g;g=c[f];f++){if(g.tagName!=="!"){e.push(g)}}return e},unmark:function(a){for(var b=0,c;c=a[b];b++){c.removeAttribute("_countedByPrototype")}return a}})}function $$(){return Selector.findChildElements(document,$A(arguments))}var Form={reset:function(a){a=$(a);a.reset();return a},serializeElements:function(h,b){if(typeof b!="object"){b={hash:!!b}}else{if(Object.isUndefined(b.hash)){b.hash=true}}var c,g,a=false,f=b.submit;var e=h.inject({},function(j,k){if(!k.disabled&&k.name){c=k.name;g=$(k).getValue();if(g!=null&&k.type!="file"&&(k.type!="submit"||(!a&&f!==false&&(!f||c==f)&&(a=true)))){if(c in j){if(!Object.isArray(j[c])){j[c]=[j[c]]}j[c].push(g)}else{j[c]=g}}}return j});return b.hash?e:Object.toQueryString(e)}};Form.Methods={serialize:function(b,a){return Form.serializeElements(Form.getElements(b),a)},getElements:function(f){var g=$(f).getElementsByTagName("*"),e,a=[],c=Form.Element.Serializers;for(var b=0;e=g[b];b++){a.push(e)}return a.inject([],function(h,j){if(c[j.tagName.toLowerCase()]){h.push(Element.extend(j))}return h})},getInputs:function(h,c,e){h=$(h);var a=h.getElementsByTagName("input");if(!c&&!e){return $A(a).map(Element.extend)}for(var f=0,j=[],g=a.length;f<g;f++){var b=a[f];if((c&&b.type!=c)||(e&&b.name!=e)){continue}j.push(Element.extend(b))}return j},disable:function(a){a=$(a);Form.getElements(a).invoke("disable");return a},enable:function(a){a=$(a);Form.getElements(a).invoke("enable");return a},findFirstElement:function(b){var c=$(b).getElements().findAll(function(e){return"hidden"!=e.type&&!e.disabled});var a=c.findAll(function(e){return e.hasAttribute("tabIndex")&&e.tabIndex>=0}).sortBy(function(e){return e.tabIndex}).first();return a?a:c.find(function(e){return["input","select","textarea"].include(e.tagName.toLowerCase())})},focusFirstElement:function(a){a=$(a);a.findFirstElement().activate();return a},request:function(b,a){b=$(b),a=Object.clone(a||{});var e=a.parameters,c=b.readAttribute("action")||"";if(c.blank()){c=window.location.href}a.parameters=b.serialize(true);if(e){if(Object.isString(e)){e=e.toQueryParams()}Object.extend(a.parameters,e)}if(b.hasAttribute("method")&&!a.method){a.method=b.method}return new Ajax.Request(c,a)}};Form.Element={focus:function(a){$(a).focus();return a},select:function(a){$(a).select();return a}};Form.Element.Methods={serialize:function(a){a=$(a);if(!a.disabled&&a.name){var b=a.getValue();if(b!=undefined){var c={};c[a.name]=b;return Object.toQueryString(c)}}return""},getValue:function(a){a=$(a);var b=a.tagName.toLowerCase();return Form.Element.Serializers[b](a)},setValue:function(a,b){a=$(a);var c=a.tagName.toLowerCase();Form.Element.Serializers[c](a,b);return a},clear:function(a){$(a).value="";return a},present:function(a){return $(a).value!=""},activate:function(a){a=$(a);try{a.focus();if(a.select&&(a.tagName.toLowerCase()!="input"||!["button","reset","submit"].include(a.type))){a.select()}}catch(b){}return a},disable:function(a){a=$(a);a.disabled=true;return a},enable:function(a){a=$(a);a.disabled=false;return a}};var Field=Form.Element;var $F=Form.Element.Methods.getValue;Form.Element.Serializers={input:function(a,b){switch(a.type.toLowerCase()){case"checkbox":case"radio":return Form.Element.Serializers.inputSelector(a,b);default:return Form.Element.Serializers.textarea(a,b)}},inputSelector:function(a,b){if(Object.isUndefined(b)){return a.checked?a.value:null}else{a.checked=!!b}},textarea:function(a,b){if(Object.isUndefined(b)){return a.value}else{a.value=b}},select:function(c,g){if(Object.isUndefined(g)){return this[c.type=="select-one"?"selectOne":"selectMany"](c)}else{var b,e,h=!Object.isArray(g);for(var a=0,f=c.length;a<f;a++){b=c.options[a];e=this.optionValue(b);if(h){if(e==g){b.selected=true;return}}else{b.selected=g.include(e)}}}},selectOne:function(b){var a=b.selectedIndex;return a>=0?this.optionValue(b.options[a]):null},selectMany:function(e){var a,f=e.length;if(!f){return null}for(var c=0,a=[];c<f;c++){var b=e.options[c];if(b.selected){a.push(this.optionValue(b))}}return a},optionValue:function(a){return Element.extend(a).hasAttribute("value")?a.value:a.text}};Abstract.TimedObserver=Class.create(PeriodicalExecuter,{initialize:function($super,a,b,c){$super(c,b);this.element=$(a);this.lastValue=this.getValue()},execute:function(){var a=this.getValue();if(Object.isString(this.lastValue)&&Object.isString(a)?this.lastValue!=a:String(this.lastValue)!=String(a)){this.callback(this.element,a);this.lastValue=a}}});Form.Element.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.serialize(this.element)}});Abstract.EventObserver=Class.create({initialize:function(a,b){this.element=$(a);this.callback=b;this.lastValue=this.getValue();if(this.element.tagName.toLowerCase()=="form"){this.registerFormCallbacks()}else{this.registerCallback(this.element)}},onElementEvent:function(){var a=this.getValue();if(this.lastValue!=a){this.callback(this.element,a);this.lastValue=a}},registerFormCallbacks:function(){Form.getElements(this.element).each(this.registerCallback,this)},registerCallback:function(a){if(a.type){switch(a.type.toLowerCase()){case"checkbox":case"radio":Event.observe(a,"click",this.onElementEvent.bind(this));break;default:Event.observe(a,"change",this.onElementEvent.bind(this));break}}}});Form.Element.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.serialize(this.element)}});(function(){var w={KEY_BACKSPACE:8,KEY_TAB:9,KEY_RETURN:13,KEY_ESC:27,KEY_LEFT:37,KEY_UP:38,KEY_RIGHT:39,KEY_DOWN:40,KEY_DELETE:46,KEY_HOME:36,KEY_END:35,KEY_PAGEUP:33,KEY_PAGEDOWN:34,KEY_INSERT:45,cache:{}};var p;if(Prototype.Browser.IE){var h={0:1,1:4,2:2};p=function(y,x){return y.button===h[x]}}else{if(Prototype.Browser.WebKit){p=function(y,x){switch(x){case 0:return y.which==1&&!y.metaKey;case 1:return y.which==1&&y.metaKey;default:return false}}}else{p=function(y,x){return y.which?(y.which===x+1):(y.button===x)}}}function s(x){return p(x,0)}function r(x){return p(x,1)}function l(x){return p(x,2)}function c(z){z=w.extend(z);var y=z.target,x=z.type,A=z.currentTarget;if(A&&A.tagName){if(x==="load"||x==="error"||(x==="click"&&A.tagName.toLowerCase()==="input"&&A.type==="radio")){y=A}}if(y.nodeType==Node.TEXT_NODE){y=y.parentNode}return Element.extend(y)}function n(y,A){var x=w.element(y);if(!A){return x}var z=[x].concat(x.ancestors());return Selector.findElement(z,A,0)}function q(x){return{x:b(x),y:a(x)}}function b(z){var y=document.documentElement,x=document.body||{scrollLeft:0};return z.pageX||(z.clientX+(y.scrollLeft||x.scrollLeft)-(y.clientLeft||0))}function a(z){var y=document.documentElement,x=document.body||{scrollTop:0};return z.pageY||(z.clientY+(y.scrollTop||x.scrollTop)-(y.clientTop||0))}function o(x){w.extend(x);x.preventDefault();x.stopPropagation();x.stopped=true}w.Methods={isLeftClick:s,isMiddleClick:r,isRightClick:l,element:c,findElement:n,pointer:q,pointerX:b,pointerY:a,stop:o};var u=Object.keys(w.Methods).inject({},function(x,y){x[y]=w.Methods[y].methodize();return x});if(Prototype.Browser.IE){function g(y){var x;switch(y.type){case"mouseover":x=y.fromElement;break;case"mouseout":x=y.toElement;break;default:return null}return Element.extend(x)}Object.extend(u,{stopPropagation:function(){this.cancelBubble=true},preventDefault:function(){this.returnValue=false},inspect:function(){return"[object Event]"}});w.extend=function(y,x){if(!y){return false}if(y._extendedByPrototype){return y}y._extendedByPrototype=Prototype.emptyFunction;var z=w.pointer(y);Object.extend(y,{target:y.srcElement||x,relatedTarget:g(y),pageX:z.x,pageY:z.y});return Object.extend(y,u)}}else{w.prototype=window.Event.prototype||document.createEvent("HTMLEvents").__proto__;Object.extend(w.prototype,u);w.extend=Prototype.K}function m(B,A,C){var z=Element.retrieve(B,"prototype_event_registry");if(Object.isUndefined(z)){e.push(B);z=Element.retrieve(B,"prototype_event_registry",$H())}var x=z.get(A);if(Object.isUndefined()){x=[];z.set(A,x)}if(x.pluck("handler").include(C)){return false}var y;if(A.include(":")){y=function(D){if(Object.isUndefined(D.eventName)){return false}if(D.eventName!==A){return false}w.extend(D,B);C.call(B,D)}}else{if(!Prototype.Browser.IE&&(A==="mouseenter"||A==="mouseleave")){if(A==="mouseenter"||A==="mouseleave"){y=function(E){w.extend(E,B);var D=E.relatedTarget;while(D&&D!==B){try{D=D.parentNode}catch(F){D=B}}if(D===B){return}C.call(B,E)}}}else{y=function(D){w.extend(D,B);C.call(B,D)}}}y.handler=C;x.push(y);return y}function f(){for(var x=0,y=e.length;x<y;x++){w.stopObserving(e[x]);e[x]=null}}var e=[];if(Prototype.Browser.IE){window.attachEvent("onunload",f)}if(Prototype.Browser.WebKit){window.addEventListener("unload",Prototype.emptyFunction,false)}var k=Prototype.K;if(!Prototype.Browser.IE){k=function(y){var x={mouseenter:"mouseover",mouseleave:"mouseout"};return y in x?x[y]:y}}function t(A,z,B){A=$(A);var y=m(A,z,B);if(!y){return A}if(z.include(":")){if(A.addEventListener){A.addEventListener("dataavailable",y,false)}else{A.attachEvent("ondataavailable",y);A.attachEvent("onfilterchange",y)}}else{var x=k(z);if(A.addEventListener){A.addEventListener(x,y,false)}else{A.attachEvent("on"+x,y)}}return A}function j(C,A,D){C=$(C);var z=Element.retrieve(C,"prototype_event_registry");if(Object.isUndefined(z)){return C}if(A&&!D){var B=z.get(A);if(Object.isUndefined(B)){return C}B.each(function(E){Element.stopObserving(C,A,E.handler)});return C}else{if(!A){z.each(function(G){var E=G.key,F=G.value;F.each(function(H){Element.stopObserving(C,E,H.handler)})});return C}}var B=z.get(A);if(!B){return}var y=B.find(function(E){return E.handler===D});if(!y){return C}var x=k(A);if(A.include(":")){if(C.removeEventListener){C.removeEventListener("dataavailable",y,false)}else{C.detachEvent("ondataavailable",y);C.detachEvent("onfilterchange",y)}}else{if(C.removeEventListener){C.removeEventListener(x,y,false)}else{C.detachEvent("on"+x,y)}}z.set(A,B.without(y));return C}function v(A,z,y,x){A=$(A);if(Object.isUndefined(x)){x=true}if(A==document&&document.createEvent&&!A.dispatchEvent){A=document.documentElement}var B;if(document.createEvent){B=document.createEvent("HTMLEvents");B.initEvent("dataavailable",true,true)}else{B=document.createEventObject();B.eventType=x?"ondataavailable":"onfilterchange"}B.eventName=z;B.memo=y||{};if(document.createEvent){A.dispatchEvent(B)}else{A.fireEvent(B.eventType,B)}return w.extend(B)}Object.extend(w,w.Methods);Object.extend(w,{fire:v,observe:t,stopObserving:j});Element.addMethods({fire:v,observe:t,stopObserving:j});Object.extend(document,{fire:v.methodize(),observe:t.methodize(),stopObserving:j.methodize(),loaded:false});if(window.Event){Object.extend(window.Event,w)}else{window.Event=w}})();(function(){var e;function a(){if(document.loaded){return}if(e){window.clearTimeout(e)}document.loaded=true;document.fire("dom:loaded")}function c(){if(document.readyState==="complete"){document.stopObserving("readystatechange",c);a()}}function b(){try{document.documentElement.doScroll("left")}catch(f){e=b.defer();return}a()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false)}else{document.observe("readystatechange",c);if(window==top){e=b.defer()}}Event.observe(window,"load",a)})();Element.addMethods();Hash.toQueryString=Object.toQueryString;var Toggle={display:Element.toggle};Element.Methods.childOf=Element.Methods.descendantOf;var Insertion={Before:function(a,b){return Element.insert(a,{before:b})},Top:function(a,b){return Element.insert(a,{top:b})},Bottom:function(a,b){return Element.insert(a,{bottom:b})},After:function(a,b){return Element.insert(a,{after:b})}};var $continue=new Error('"throw $continue" is deprecated, use "return" instead');var Position={includeScrollOffsets:false,prepare:function(){this.deltaX=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;this.deltaY=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0},within:function(b,a,c){if(this.includeScrollOffsets){return this.withinIncludingScrolloffsets(b,a,c)}this.xcomp=a;this.ycomp=c;this.offset=Element.cumulativeOffset(b);return(c>=this.offset[1]&&c<this.offset[1]+b.offsetHeight&&a>=this.offset[0]&&a<this.offset[0]+b.offsetWidth)},withinIncludingScrolloffsets:function(b,a,e){var c=Element.cumulativeScrollOffset(b);this.xcomp=a+c[0]-this.deltaX;this.ycomp=e+c[1]-this.deltaY;this.offset=Element.cumulativeOffset(b);return(this.ycomp>=this.offset[1]&&this.ycomp<this.offset[1]+b.offsetHeight&&this.xcomp>=this.offset[0]&&this.xcomp<this.offset[0]+b.offsetWidth)},overlap:function(b,a){if(!b){return 0}if(b=="vertical"){return((this.offset[1]+a.offsetHeight)-this.ycomp)/a.offsetHeight}if(b=="horizontal"){return((this.offset[0]+a.offsetWidth)-this.xcomp)/a.offsetWidth}},cumulativeOffset:Element.Methods.cumulativeOffset,positionedOffset:Element.Methods.positionedOffset,absolutize:function(a){Position.prepare();return Element.absolutize(a)},relativize:function(a){Position.prepare();return Element.relativize(a)},realOffset:Element.Methods.cumulativeScrollOffset,offsetParent:Element.Methods.getOffsetParent,page:Element.Methods.viewportOffset,clone:function(b,c,a){a=a||{};return Element.clonePosition(c,b,a)}};if(!document.getElementsByClassName){document.getElementsByClassName=function(b){function a(c){return c.blank()?null:"[contains(concat(' ', @class, ' '), ' "+c+" ')]"}b.getElementsByClassName=Prototype.BrowserFeatures.XPath?function(c,f){f=f.toString().strip();var e=/\s/.test(f)?$w(f).map(a).join(""):a(f);return e?document._getElementsByXPath(".//*"+e,c):[]}:function(f,g){g=g.toString().strip();var h=[],j=(/\s/.test(g)?$w(g):null);if(!j&&!g){return h}var c=$(f).getElementsByTagName("*");g=" "+g+" ";for(var e=0,l,k;l=c[e];e++){if(l.className&&(k=" "+l.className+" ")&&(k.include(g)||(j&&j.all(function(m){return !m.toString().blank()&&k.include(" "+m+" ")})))){h.push(Element.extend(l))}}return h};return function(e,c){return $(c||document.body).getElementsByClassName(e)}}(Element.Methods)}Element.ClassNames=Class.create();Element.ClassNames.prototype={initialize:function(a){this.element=$(a)},_each:function(a){this.element.className.split(/\s+/).select(function(b){return b.length>0})._each(a)},set:function(a){this.element.className=a},add:function(a){if(this.include(a)){return}this.set($A(this).concat(a).join(" "))},remove:function(a){if(!this.include(a)){return}this.set($A(this).without(a).join(" "))},toString:function(){return $A(this).join(" ")}};Object.extend(Element.ClassNames.prototype,Enumerable);
/* script.aculo.us - Copyright (c) Thomas Fuchs, Justin Palmer, Mark Pilgrim, Martin Bialasinki. script.aculo.us is freely distributable under the terms of an MIT-style license. For details, see the script.aculo.us web site: http://script.aculo.us/ */
String.prototype.parseColor=function(){var a="#";if(this.slice(0,4)=="rgb("){var c=this.slice(4,this.length-1).split(",");var b=0;do{a+=parseInt(c[b]).toColorPart()}while(++b<3)}else{if(this.slice(0,1)=="#"){if(this.length==4){for(var b=1;b<4;b++){a+=(this.charAt(b)+this.charAt(b)).toLowerCase()}}if(this.length==7){a=this.toLowerCase()}}}return(a.length==7?a:(arguments[0]||this))};Element.collectTextNodes=function(a){return $A($(a).childNodes).collect(function(b){return(b.nodeType==3?b.nodeValue:(b.hasChildNodes()?Element.collectTextNodes(b):""))}).flatten().join("")};Element.collectTextNodesIgnoreClass=function(a,b){return $A($(a).childNodes).collect(function(c){return(c.nodeType==3?c.nodeValue:((c.hasChildNodes()&&!Element.hasClassName(c,b))?Element.collectTextNodesIgnoreClass(c,b):""))}).flatten().join("")};Element.setContentZoom=function(a,b){a=$(a);a.setStyle({fontSize:(b/100)+"em"});if(Prototype.Browser.WebKit){window.scrollBy(0,0)}return a};Element.getInlineOpacity=function(a){return $(a).style.opacity||""};Element.forceRerendering=function(a){try{a=$(a);var c=document.createTextNode(" ");a.appendChild(c);a.removeChild(c)}catch(b){}};var Effect={_elementDoesNotExistError:{name:"ElementDoesNotExistError",message:"The specified DOM element does not exist, but is required for this effect to operate"},Transitions:{linear:Prototype.K,sinoidal:function(a){return(-Math.cos(a*Math.PI)/2)+0.5},reverse:function(a){return 1-a},flicker:function(a){var a=((-Math.cos(a*Math.PI)/4)+0.75)+Math.random()/4;return a>1?1:a},wobble:function(a){return(-Math.cos(a*Math.PI*(9*a))/2)+0.5},pulse:function(b,a){return(-Math.cos((b*((a||5)-0.5)*2)*Math.PI)/2)+0.5},spring:function(a){return 1-(Math.cos(a*4.5*Math.PI)*Math.exp(-a*6))},none:function(a){return 0},full:function(a){return 1}},DefaultOptions:{duration:1,fps:100,sync:false,from:0,to:1,delay:0,queue:"parallel"},tagifyText:function(a){var b="position:relative";if(Prototype.Browser.IE){b+=";zoom:1"}a=$(a);$A(a.childNodes).each(function(c){if(c.nodeType==3){c.nodeValue.toArray().each(function(e){a.insertBefore(new Element("span",{style:b}).update(e==" "?String.fromCharCode(160):e),c)});Element.remove(c)}})},multiple:function(b,c){var f;if(((typeof b=="object")||Object.isFunction(b))&&(b.length)){f=b}else{f=$(b).childNodes}var a=Object.extend({speed:0.1,delay:0},arguments[2]||{});var e=a.delay;$A(f).each(function(h,g){new c(h,Object.extend(a,{delay:g*a.speed+e}))})},PAIRS:{slide:["SlideDown","SlideUp"],blind:["BlindDown","BlindUp"],appear:["Appear","Fade"]},toggle:function(b,c){b=$(b);c=(c||"appear").toLowerCase();var a=Object.extend({queue:{position:"end",scope:(b.id||"global"),limit:1}},arguments[2]||{});Effect[b.visible()?Effect.PAIRS[c][1]:Effect.PAIRS[c][0]](b,a)}};Effect.DefaultOptions.transition=Effect.Transitions.sinoidal;Effect.ScopedQueue=Class.create(Enumerable,{initialize:function(){this.effects=[];this.interval=null},_each:function(a){this.effects._each(a)},add:function(b){var c=new Date().getTime();var a=Object.isString(b.options.queue)?b.options.queue:b.options.queue.position;switch(a){case"front":this.effects.findAll(function(f){return f.state=="idle"}).each(function(f){f.startOn+=b.finishOn;f.finishOn+=b.finishOn});break;case"with-last":c=this.effects.pluck("startOn").max()||c;break;case"end":c=this.effects.pluck("finishOn").max()||c;break}b.startOn+=c;b.finishOn+=c;if(!b.options.queue.limit||(this.effects.length<b.options.queue.limit)){this.effects.push(b)}if(!this.interval){this.interval=setInterval(this.loop.bind(this),15)}},remove:function(a){this.effects=this.effects.reject(function(b){return b==a});if(this.effects.length==0){clearInterval(this.interval);this.interval=null}},loop:function(){var c=new Date().getTime();for(var b=0,a=this.effects.length;b<a;b++){this.effects[b]&&this.effects[b].loop(c)}}});Effect.Queues={instances:$H(),get:function(a){if(!Object.isString(a)){return a}return this.instances.get(a)||this.instances.set(a,new Effect.ScopedQueue())}};Effect.Queue=Effect.Queues.get("global");Effect.Base=Class.create({position:null,start:function(a){function b(e,c){return((e[c+"Internal"]?"this.options."+c+"Internal(this);":"")+(e[c]?"this.options."+c+"(this);":""))}if(a&&a.transition===false){a.transition=Effect.Transitions.linear}this.options=Object.extend(Object.extend({},Effect.DefaultOptions),a||{});this.currentFrame=0;this.state="idle";this.startOn=this.options.delay*1000;this.finishOn=this.startOn+(this.options.duration*1000);this.fromToDelta=this.options.to-this.options.from;this.totalTime=this.finishOn-this.startOn;this.totalFrames=this.options.fps*this.options.duration;this.render=(function(){function c(f,e){if(f.options[e+"Internal"]){f.options[e+"Internal"](f)}if(f.options[e]){f.options[e](f)}}return function(e){if(this.state==="idle"){this.state="running";c(this,"beforeSetup");if(this.setup){this.setup()}c(this,"afterSetup")}if(this.state==="running"){e=(this.options.transition(e)*this.fromToDelta)+this.options.from;this.position=e;c(this,"beforeUpdate");if(this.update){this.update(e)}c(this,"afterUpdate")}}})();this.event("beforeStart");if(!this.options.sync){Effect.Queues.get(Object.isString(this.options.queue)?"global":this.options.queue.scope).add(this)}},loop:function(c){if(c>=this.startOn){if(c>=this.finishOn){this.render(1);this.cancel();this.event("beforeFinish");if(this.finish){this.finish()}this.event("afterFinish");return}var b=(c-this.startOn)/this.totalTime,a=(b*this.totalFrames).round();if(a>this.currentFrame){this.render(b);this.currentFrame=a}}},cancel:function(){if(!this.options.sync){Effect.Queues.get(Object.isString(this.options.queue)?"global":this.options.queue.scope).remove(this)}this.state="finished"},event:function(a){if(this.options[a+"Internal"]){this.options[a+"Internal"](this)}if(this.options[a]){this.options[a](this)}},inspect:function(){var a=$H();for(property in this){if(!Object.isFunction(this[property])){a.set(property,this[property])}}return"#<Effect:"+a.inspect()+",options:"+$H(this.options).inspect()+">"}});Effect.Parallel=Class.create(Effect.Base,{initialize:function(a){this.effects=a||[];this.start(arguments[1])},update:function(a){this.effects.invoke("render",a)},finish:function(a){this.effects.each(function(b){b.render(1);b.cancel();b.event("beforeFinish");if(b.finish){b.finish(a)}b.event("afterFinish")})}});Effect.Tween=Class.create(Effect.Base,{initialize:function(c,g,f){c=Object.isString(c)?$(c):c;var b=$A(arguments),e=b.last(),a=b.length==5?b[3]:null;this.method=Object.isFunction(e)?e.bind(c):Object.isFunction(c[e])?c[e].bind(c):function(h){c[e]=h};this.start(Object.extend({from:g,to:f},a||{}))},update:function(a){this.method(a)}});Effect.Event=Class.create(Effect.Base,{initialize:function(){this.start(Object.extend({duration:0},arguments[0]||{}))},update:Prototype.emptyFunction});Effect.Opacity=Class.create(Effect.Base,{initialize:function(b){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout)){this.element.setStyle({zoom:1})}var a=Object.extend({from:this.element.getOpacity()||0,to:1},arguments[1]||{});this.start(a)},update:function(a){this.element.setOpacity(a)}});Effect.Move=Class.create(Effect.Base,{initialize:function(b){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({x:0,y:0,mode:"relative"},arguments[1]||{});this.start(a)},setup:function(){this.element.makePositioned();this.originalLeft=parseFloat(this.element.getStyle("left")||"0");this.originalTop=parseFloat(this.element.getStyle("top")||"0");if(this.options.mode=="absolute"){this.options.x=this.options.x-this.originalLeft;this.options.y=this.options.y-this.originalTop}},update:function(a){this.element.setStyle({left:(this.options.x*a+this.originalLeft).round()+"px",top:(this.options.y*a+this.originalTop).round()+"px"})}});Effect.MoveBy=function(b,a,c){return new Effect.Move(b,Object.extend({x:c,y:a},arguments[3]||{}))};Effect.Scale=Class.create(Effect.Base,{initialize:function(b,c){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({scaleX:true,scaleY:true,scaleContent:true,scaleFromCenter:false,scaleMode:"box",scaleFrom:100,scaleTo:c},arguments[2]||{});this.start(a)},setup:function(){this.restoreAfterFinish=this.options.restoreAfterFinish||false;this.elementPositioning=this.element.getStyle("position");this.originalStyle={};["top","left","width","height","fontSize"].each(function(b){this.originalStyle[b]=this.element.style[b]}.bind(this));this.originalTop=this.element.offsetTop;this.originalLeft=this.element.offsetLeft;var a=this.element.getStyle("font-size")||"100%";["em","px","%","pt"].each(function(b){if(a.indexOf(b)>0){this.fontSize=parseFloat(a);this.fontSizeType=b}}.bind(this));this.factor=(this.options.scaleTo-this.options.scaleFrom)/100;this.dims=null;if(this.options.scaleMode=="box"){this.dims=[this.element.offsetHeight,this.element.offsetWidth]}if(/^content/.test(this.options.scaleMode)){this.dims=[this.element.scrollHeight,this.element.scrollWidth]}if(!this.dims){this.dims=[this.options.scaleMode.originalHeight,this.options.scaleMode.originalWidth]}},update:function(a){var b=(this.options.scaleFrom/100)+(this.factor*a);if(this.options.scaleContent&&this.fontSize){this.element.setStyle({fontSize:this.fontSize*b+this.fontSizeType})}this.setDimensions(this.dims[0]*b,this.dims[1]*b)},finish:function(a){if(this.restoreAfterFinish){this.element.setStyle(this.originalStyle)}},setDimensions:function(a,e){var f={};if(this.options.scaleX){f.width=e.round()+"px"}if(this.options.scaleY){f.height=a.round()+"px"}if(this.options.scaleFromCenter){var c=(a-this.dims[0])/2;var b=(e-this.dims[1])/2;if(this.elementPositioning=="absolute"){if(this.options.scaleY){f.top=this.originalTop-c+"px"}if(this.options.scaleX){f.left=this.originalLeft-b+"px"}}else{if(this.options.scaleY){f.top=-c+"px"}if(this.options.scaleX){f.left=-b+"px"}}}this.element.setStyle(f)}});Effect.Highlight=Class.create(Effect.Base,{initialize:function(b){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({startcolor:"#ffff99"},arguments[1]||{});this.start(a)},setup:function(){if(this.element.getStyle("display")=="none"){this.cancel();return}this.oldStyle={};if(!this.options.keepBackgroundImage){this.oldStyle.backgroundImage=this.element.getStyle("background-image");this.element.setStyle({backgroundImage:"none"})}if(!this.options.endcolor){this.options.endcolor=this.element.getStyle("background-color").parseColor("#ffffff")}if(!this.options.restorecolor){this.options.restorecolor=this.element.getStyle("background-color")}this._base=$R(0,2).map(function(a){return parseInt(this.options.startcolor.slice(a*2+1,a*2+3),16)}.bind(this));this._delta=$R(0,2).map(function(a){return parseInt(this.options.endcolor.slice(a*2+1,a*2+3),16)-this._base[a]}.bind(this))},update:function(a){this.element.setStyle({backgroundColor:$R(0,2).inject("#",function(b,c,e){return b+((this._base[e]+(this._delta[e]*a)).round().toColorPart())}.bind(this))})},finish:function(){this.element.setStyle(Object.extend(this.oldStyle,{backgroundColor:this.options.restorecolor}))}});Effect.ScrollTo=function(c){var b=arguments[1]||{},a=document.viewport.getScrollOffsets(),e=$(c).cumulativeOffset();if(b.offset){e[1]+=b.offset}return new Effect.Tween(null,a.top,e[1],b,function(f){scrollTo(a.left,f.round())})};Effect.Fade=function(c){c=$(c);var a=c.getInlineOpacity();var b=Object.extend({from:c.getOpacity()||1,to:0,afterFinishInternal:function(e){if(e.options.to!=0){return}e.element.hide().setStyle({opacity:a})}},arguments[1]||{});return new Effect.Opacity(c,b)};Effect.Appear=function(b){b=$(b);var a=Object.extend({from:(b.getStyle("display")=="none"?0:b.getOpacity()||0),to:1,afterFinishInternal:function(c){c.element.forceRerendering()},beforeSetup:function(c){c.element.setOpacity(c.options.from).show()}},arguments[1]||{});return new Effect.Opacity(b,a)};Effect.Puff=function(b){b=$(b);var a={opacity:b.getInlineOpacity(),position:b.getStyle("position"),top:b.style.top,left:b.style.left,width:b.style.width,height:b.style.height};return new Effect.Parallel([new Effect.Scale(b,200,{sync:true,scaleFromCenter:true,scaleContent:true,restoreAfterFinish:true}),new Effect.Opacity(b,{sync:true,to:0})],Object.extend({duration:1,beforeSetupInternal:function(c){Position.absolutize(c.effects[0].element)},afterFinishInternal:function(c){c.effects[0].element.hide().setStyle(a)}},arguments[1]||{}))};Effect.BlindUp=function(a){a=$(a);a.makeClipping();return new Effect.Scale(a,0,Object.extend({scaleContent:false,scaleX:false,restoreAfterFinish:true,afterFinishInternal:function(b){b.element.hide().undoClipping()}},arguments[1]||{}))};Effect.BlindDown=function(b){b=$(b);var a=b.getDimensions();return new Effect.Scale(b,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:0,scaleMode:{originalHeight:a.height,originalWidth:a.width},restoreAfterFinish:true,afterSetup:function(c){c.element.makeClipping().setStyle({height:"0px"}).show()},afterFinishInternal:function(c){c.element.undoClipping()}},arguments[1]||{}))};Effect.SwitchOff=function(b){b=$(b);var a=b.getInlineOpacity();return new Effect.Appear(b,Object.extend({duration:0.4,from:0,transition:Effect.Transitions.flicker,afterFinishInternal:function(c){new Effect.Scale(c.element,1,{duration:0.3,scaleFromCenter:true,scaleX:false,scaleContent:false,restoreAfterFinish:true,beforeSetup:function(e){e.element.makePositioned().makeClipping()},afterFinishInternal:function(e){e.element.hide().undoClipping().undoPositioned().setStyle({opacity:a})}})}},arguments[1]||{}))};Effect.DropOut=function(b){b=$(b);var a={top:b.getStyle("top"),left:b.getStyle("left"),opacity:b.getInlineOpacity()};return new Effect.Parallel([new Effect.Move(b,{x:0,y:100,sync:true}),new Effect.Opacity(b,{sync:true,to:0})],Object.extend({duration:0.5,beforeSetup:function(c){c.effects[0].element.makePositioned()},afterFinishInternal:function(c){c.effects[0].element.hide().undoPositioned().setStyle(a)}},arguments[1]||{}))};Effect.Shake=function(e){e=$(e);var b=Object.extend({distance:20,duration:0.5},arguments[1]||{});var f=parseFloat(b.distance);var c=parseFloat(b.duration)/10;var a={top:e.getStyle("top"),left:e.getStyle("left")};return new Effect.Move(e,{x:f,y:0,duration:c,afterFinishInternal:function(g){new Effect.Move(g.element,{x:-f*2,y:0,duration:c*2,afterFinishInternal:function(h){new Effect.Move(h.element,{x:f*2,y:0,duration:c*2,afterFinishInternal:function(j){new Effect.Move(j.element,{x:-f*2,y:0,duration:c*2,afterFinishInternal:function(k){new Effect.Move(k.element,{x:f*2,y:0,duration:c*2,afterFinishInternal:function(l){new Effect.Move(l.element,{x:-f,y:0,duration:c,afterFinishInternal:function(m){m.element.undoPositioned().setStyle(a)}})}})}})}})}})}})};Effect.SlideDown=function(c){c=$(c).cleanWhitespace();var a=c.down().getStyle("bottom");var b=c.getDimensions();return new Effect.Scale(c,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:window.opera?0:1,scaleMode:{originalHeight:b.height,originalWidth:b.width},restoreAfterFinish:true,afterSetup:function(e){e.element.makePositioned();e.element.down().makePositioned();if(window.opera){e.element.setStyle({top:""})}e.element.makeClipping().setStyle({height:"0px"}).show()},afterUpdateInternal:function(e){e.element.down().setStyle({bottom:(e.dims[0]-e.element.clientHeight)+"px"})},afterFinishInternal:function(e){e.element.undoClipping().undoPositioned();e.element.down().undoPositioned().setStyle({bottom:a})}},arguments[1]||{}))};Effect.SlideUp=function(c){c=$(c).cleanWhitespace();var a=c.down().getStyle("bottom");var b=c.getDimensions();return new Effect.Scale(c,window.opera?0:1,Object.extend({scaleContent:false,scaleX:false,scaleMode:"box",scaleFrom:100,scaleMode:{originalHeight:b.height,originalWidth:b.width},restoreAfterFinish:true,afterSetup:function(e){e.element.makePositioned();e.element.down().makePositioned();if(window.opera){e.element.setStyle({top:""})}e.element.makeClipping().show()},afterUpdateInternal:function(e){e.element.down().setStyle({bottom:(e.dims[0]-e.element.clientHeight)+"px"})},afterFinishInternal:function(e){e.element.hide().undoClipping().undoPositioned();e.element.down().undoPositioned().setStyle({bottom:a})}},arguments[1]||{}))};Effect.Squish=function(a){return new Effect.Scale(a,window.opera?1:0,{restoreAfterFinish:true,beforeSetup:function(b){b.element.makeClipping()},afterFinishInternal:function(b){b.element.hide().undoClipping()}})};Effect.Grow=function(c){c=$(c);var b=Object.extend({direction:"center",moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.full},arguments[1]||{});var a={top:c.style.top,left:c.style.left,height:c.style.height,width:c.style.width,opacity:c.getInlineOpacity()};var h=c.getDimensions();var j,g;var f,e;switch(b.direction){case"top-left":j=g=f=e=0;break;case"top-right":j=h.width;g=e=0;f=-h.width;break;case"bottom-left":j=f=0;g=h.height;e=-h.height;break;case"bottom-right":j=h.width;g=h.height;f=-h.width;e=-h.height;break;case"center":j=h.width/2;g=h.height/2;f=-h.width/2;e=-h.height/2;break}return new Effect.Move(c,{x:j,y:g,duration:0.01,beforeSetup:function(k){k.element.hide().makeClipping().makePositioned()},afterFinishInternal:function(k){new Effect.Parallel([new Effect.Opacity(k.element,{sync:true,to:1,from:0,transition:b.opacityTransition}),new Effect.Move(k.element,{x:f,y:e,sync:true,transition:b.moveTransition}),new Effect.Scale(k.element,100,{scaleMode:{originalHeight:h.height,originalWidth:h.width},sync:true,scaleFrom:window.opera?1:0,transition:b.scaleTransition,restoreAfterFinish:true})],Object.extend({beforeSetup:function(l){l.effects[0].element.setStyle({height:"0px"}).show()},afterFinishInternal:function(l){l.effects[0].element.undoClipping().undoPositioned().setStyle(a)}},b))}})};Effect.Shrink=function(c){c=$(c);var b=Object.extend({direction:"center",moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.none},arguments[1]||{});var a={top:c.style.top,left:c.style.left,height:c.style.height,width:c.style.width,opacity:c.getInlineOpacity()};var g=c.getDimensions();var f,e;switch(b.direction){case"top-left":f=e=0;break;case"top-right":f=g.width;e=0;break;case"bottom-left":f=0;e=g.height;break;case"bottom-right":f=g.width;e=g.height;break;case"center":f=g.width/2;e=g.height/2;break}return new Effect.Parallel([new Effect.Opacity(c,{sync:true,to:0,from:1,transition:b.opacityTransition}),new Effect.Scale(c,window.opera?1:0,{sync:true,transition:b.scaleTransition,restoreAfterFinish:true}),new Effect.Move(c,{x:f,y:e,sync:true,transition:b.moveTransition})],Object.extend({beforeStartInternal:function(h){h.effects[0].element.makePositioned().makeClipping()},afterFinishInternal:function(h){h.effects[0].element.hide().undoClipping().undoPositioned().setStyle(a)}},b))};Effect.Pulsate=function(c){c=$(c);var b=arguments[1]||{},a=c.getInlineOpacity(),f=b.transition||Effect.Transitions.linear,e=function(g){return 1-f((-Math.cos((g*(b.pulses||5)*2)*Math.PI)/2)+0.5)};return new Effect.Opacity(c,Object.extend(Object.extend({duration:2,from:0,afterFinishInternal:function(g){g.element.setStyle({opacity:a})}},b),{transition:e}))};Effect.Fold=function(b){b=$(b);var a={top:b.style.top,left:b.style.left,width:b.style.width,height:b.style.height};b.makeClipping();return new Effect.Scale(b,5,Object.extend({scaleContent:false,scaleX:false,afterFinishInternal:function(c){new Effect.Scale(b,1,{scaleContent:false,scaleY:false,afterFinishInternal:function(e){e.element.hide().undoClipping().setStyle(a)}})}},arguments[1]||{}))};Effect.Morph=Class.create(Effect.Base,{initialize:function(c){this.element=$(c);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({style:{}},arguments[1]||{});if(!Object.isString(a.style)){this.style=$H(a.style)}else{if(a.style.include(":")){this.style=a.style.parseStyle()}else{this.element.addClassName(a.style);this.style=$H(this.element.getStyles());this.element.removeClassName(a.style);var b=this.element.getStyles();this.style=this.style.reject(function(e){return e.value==b[e.key]});a.afterFinishInternal=function(e){e.element.addClassName(e.options.style);e.transforms.each(function(f){e.element.style[f.style]=""})}}}this.start(a)},setup:function(){function a(b){if(!b||["rgba(0, 0, 0, 0)","transparent"].include(b)){b="#ffffff"}b=b.parseColor();return $R(0,2).map(function(c){return parseInt(b.slice(c*2+1,c*2+3),16)})}this.transforms=this.style.map(function(h){var g=h[0],f=h[1],e=null;if(f.parseColor("#zzzzzz")!="#zzzzzz"){f=f.parseColor();e="color"}else{if(g=="opacity"){f=parseFloat(f);if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout)){this.element.setStyle({zoom:1})}}else{if(Element.CSS_LENGTH.test(f)){var c=f.match(/^([\+\-]?[0-9\.]+)(.*)$/);f=parseFloat(c[1]);e=(c.length==3)?c[2]:null}}}var b=this.element.getStyle(g);return{style:g.camelize(),originalValue:e=="color"?a(b):parseFloat(b||0),targetValue:e=="color"?a(f):f,unit:e}}.bind(this)).reject(function(b){return((b.originalValue==b.targetValue)||(b.unit!="color"&&(isNaN(b.originalValue)||isNaN(b.targetValue))))})},update:function(a){var e={},b,c=this.transforms.length;while(c--){e[(b=this.transforms[c]).style]=b.unit=="color"?"#"+(Math.round(b.originalValue[0]+(b.targetValue[0]-b.originalValue[0])*a)).toColorPart()+(Math.round(b.originalValue[1]+(b.targetValue[1]-b.originalValue[1])*a)).toColorPart()+(Math.round(b.originalValue[2]+(b.targetValue[2]-b.originalValue[2])*a)).toColorPart():(b.originalValue+(b.targetValue-b.originalValue)*a).toFixed(3)+(b.unit===null?"":b.unit)}this.element.setStyle(e,true)}});Effect.Transform=Class.create({initialize:function(a){this.tracks=[];this.options=arguments[1]||{};this.addTracks(a)},addTracks:function(a){a.each(function(b){b=$H(b);var c=b.values().first();this.tracks.push($H({ids:b.keys().first(),effect:Effect.Morph,options:{style:c}}))}.bind(this));return this},play:function(){return new Effect.Parallel(this.tracks.map(function(a){var e=a.get("ids"),c=a.get("effect"),b=a.get("options");var f=[$(e)||$$(e)].flatten();return f.map(function(g){return new c(g,Object.extend({sync:true},b))})}).flatten(),this.options)}});Element.CSS_PROPERTIES=$w("backgroundColor backgroundPosition borderBottomColor borderBottomStyle borderBottomWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderSpacing borderTopColor borderTopStyle borderTopWidth bottom clip color fontSize fontWeight height left letterSpacing lineHeight marginBottom marginLeft marginRight marginTop markerOffset maxHeight maxWidth minHeight minWidth opacity outlineColor outlineOffset outlineWidth paddingBottom paddingLeft paddingRight paddingTop right textIndent top width wordSpacing zIndex");Element.CSS_LENGTH=/^(([\+\-]?[0-9\.]+)(em|ex|px|in|cm|mm|pt|pc|\%))|0$/;String._$1=document.createElement("div");String.prototype.parseStyle=function(){var b,a=$H();if(Prototype.Browser.WebKit){b=new Element("div",{style:this}).style}else{String._$1.innerHTML='<div style="'+this+'"></div>';b=String._$1.childNodes[0].style}Element.CSS_PROPERTIES.each(function(c){if(b[c]){a.set(c,b[c])}});if(Prototype.Browser.IE&&this.include("opacity")){a.set("opacity",this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1])}return a};if(document.defaultView&&document.defaultView.getComputedStyle){Element.getStyles=function(b){var a=document.defaultView.getComputedStyle($(b),null);return Element.CSS_PROPERTIES.inject({},function(c,e){c[e]=a[e];return c})}}else{Element.getStyles=function(b){b=$(b);var a=b.currentStyle,c;c=Element.CSS_PROPERTIES.inject({},function(e,f){e[f]=a[f];return e});if(!c.opacity){c.opacity=b.getOpacity()}return c}}Effect.Methods={morph:function(a,b){a=$(a);new Effect.Morph(a,Object.extend({style:b},arguments[2]||{}));return a},visualEffect:function(c,f,b){c=$(c);var e=f.dasherize().camelize(),a=e.charAt(0).toUpperCase()+e.substring(1);new Effect[a](c,b);return c},highlight:function(b,a){b=$(b);new Effect.Highlight(b,a);return b}};$w("fade appear grow shrink fold blindUp blindDown slideUp slideDown pulsate shake puff squish switchOff dropOut").each(function(a){Effect.Methods[a]=function(c,b){c=$(c);Effect[a.charAt(0).toUpperCase()+a.substring(1)](c,b);return c}});$w("getInlineOpacity forceRerendering setContentZoom collectTextNodes collectTextNodesIgnoreClass getStyles").each(function(a){Effect.Methods[a]=Element[a]});Element.addMethods(Effect.Methods);if(!window.console||!console.firebug){var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var i=0;i<names.length;++i){window.console[names[i]]=function(){}}}SCENES={normal_height:[327,327,327,327,327,327,325,327,327,325,327,327,327,327,325,327,326,327,327,327,327,327,327,300,327,327,327,327,326,327,327,327,327,327,327,327,327,327,298,327,327,327,327,327,327,327,327,327,327,327,325,325,325,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,306,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327],zoom_height:[990,740,742,730,728,681,660,760,776,660,780,745,849,911,660,678,663,878,945,792,862,812,703,609,810,815,1296,678,663,772,672,713,709,784,803,836,816,829,605,833,781,740,666,767,743,878,865,909,945,955,660,661,660,742,743,990,990,990,743,743,753,853,928,743,911,911,910,905,879,742,740,803,740,1042,874,818,767,743,736,623,743,743,768,1319,1319,739,743,743,770,743,743,728,681,862,666,879,742,803,1042,818],category:[["site-rasch.fr"],["site-rasch.fr"],["site-rasch.fr"],["site-rasch.fr"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"]],zoom_width:[990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990],objects:[{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"00123",colors:"mmxxx",mappings:"CCTTT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"0123",colors:"mxxx",mappings:"CTTT"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00000000123",colors:"mmmmmmmmxxx",mappings:"CCCCCCCCTTT"},{groups:"12345678",colors:"xxxxxxxx",mappings:"TTTTTTTT"},{groups:"000000123",colors:"mmmmmmxxx",mappings:"CCCCCCTTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"1234567",colors:"xxxxxxx",mappings:"TTTTTTT"},{groups:"00000012",colors:"mmmmmmxx",mappings:"CCCCCCTT"},{groups:"0000000012",colors:"mmmmmmmmxx",mappings:"CCCCCCCCTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"00000012",colors:"mmmmmmxx",mappings:"CCCCCCTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"000001",colors:"mmmmmx",mappings:"CCCCCT"},{groups:"1",colors:"x",mappings:"T"},{groups:"1",colors:"x",mappings:"T"},{groups:"1200",colors:"xxmm",mappings:"TTCC"},{x:{"4":3,"-1":-1},mappings:"CCCTx",groups:"00010",colors:"mmmxx"},{groups:"000000012",colors:"mmmmmmmxx",mappings:"CCCCCCCTT"},{groups:"01",colors:"mx",mappings:"CT"},{groups:"00000012",colors:"mmmmmmxx",mappings:"CCCCCCTT"},{groups:"00123",colors:"mmxxx",mappings:"CCTTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"01234",colors:"mxxxx",mappings:"CTTTT"},{groups:"00123",colors:"mmxxx",mappings:"CCTTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"0012",colors:"mmxx",mappings:"CCTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00001234",colors:"mmmmxxxx",mappings:"CCCCTTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00001234",colors:"mmmmxxxx",mappings:"CCCCTTTT"},{groups:"00000000012",colors:"mmmmmmmmmxx",mappings:"CCCCCCCCCTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"12345678",colors:"xxxxxxxx",mappings:"TTTTTTTT"},{groups:"0000123456",colors:"mmmmxxxxxx",mappings:"CCCCTTTTTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"},{groups:"000000123",colors:"mmmmmmxxx",mappings:"CCCCCCTTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"1234567",colors:"xxxxxxx",mappings:"TTTTTTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"1234",colors:"xxxx",mappings:"TTTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"1234",colors:"xxxx",mappings:"TTTT"},{groups:"12345678912",colors:"xxxxxxxxxxx",mappings:"TTTTTTTTTTT"},{groups:"1234567",colors:"xxxxxxx",mappings:"TTTTTTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"001234567",colors:"mmxxxxxxx",mappings:"CCTTTTTTT"},{groups:"0001234",colors:"mmmxxxx",mappings:"CCCTTTT"},{groups:"0001234",colors:"mmmxxxx",mappings:"CCCTTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"0001",colors:"mmmx",mappings:"CCCT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"0001234",colors:"mmmxxxx",mappings:"CCCTTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00001234",colors:"mmmmxxxx",mappings:"CCCCTTTT"},{groups:"0012",colors:"mmxx",mappings:"CCTT"},{groups:"0123",colors:"mxxx",mappings:"CTTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"},{groups:"1230",colors:"xxxm",mappings:"TTTC"},{groups:"012",colors:"mxx",mappings:"CTT"},{groups:"1",colors:"x",mappings:"T"},{groups:"012",colors:"mxx",mappings:"CTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"1",colors:"x",mappings:"T"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"1",colors:"x",mappings:"T"},{groups:"120",colors:"xxm",mappings:"TTC"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"001",colors:"mmx",mappings:"CCT"},{groups:"1",colors:"x",mappings:"T"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00000000123",colors:"mmmmmmmmxxx",mappings:"CCCCCCCCTTT"},{x:{"4":3,"-1":-1},mappings:"CCCTx",groups:"00010",colors:"mmmxx"},{groups:"00000000012",colors:"mmmmmmmmmxx",mappings:"CCCCCCCCCTT"},{groups:"0001",colors:"mmmx",mappings:"CCCT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"0012",colors:"mmxx",mappings:"CCTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"}],normal_width:[327,437,436,443,445,475,487,426,417,487,415,435,381,355,487,477,487,369,343,409,376,399,460,487,400,397,250,477,487,419,482,454,457,413,403,387,397,391,487,389,415,437,486,422,436,369,374,356,343,339,487,487,487,436,436,327,327,327,436,436,430,380,349,436,355,355,356,358,368,436,437,403,437,311,370,396,422,436,440,487,436,436,422,245,245,438,436,436,420,436,436,445,475,376,486,368,436,403,311,396],names:["R71210","R71400","R71420","R71450","NewAuthority-041446","NewAuthority-041509-00000","NewAuthority-041509--R_12200","NewAuthority-041578-00000","NewAuthority-041609-00000","R_12146","R15698","R15780","R_22330","R_22764","R_50527","R_50534","R_50556","R_62792","R_62795","R_62827","R_70607-G","R71060","R71071","R71131","R71520_RS","R71521_RS","R71547_RS","R_71826","R_71837","R_71850","R_71866","R_71888","R_71975","R72433_Ret","R72441","R72486_Ret","R73360","R73361","R73362","R73365","R73366","R73368","R_73942-G","R_75800","R_75854","R_75908","R_75924","R76120","R76143","R76208","R_76342","R_76354","R_76403","R_76433","R_76452","R_76548","R_76577","R_76598","R_76800","R_76820","R_76842","R_76932","R_76957","R_76964","R_77109","R_77168","R_77302","R_77312","R_81660","R_81682","R_81701","R_81750","R_81790","R_91180","R_91256","R_91292","RS-045571-2","RS-045589","RS-045603","RS-045637","RS-045645","RS-045653","RS-046347","RS-046363","RS-046375","RS-046417","RS-046439","RS-046450","RS-046530HG","RS-046546","RS-046550","NewAuthority-041446","NewAuthority-041509-00000","R_70607-G","R_73942-G","R_81660","R_81682","R_81750","R_91180","R_91292"]};TEXTURES={category:[["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.orchid"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.nobile-2010"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.otto1"],["extra.other2"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["extra.other3+leroy-merlin"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["tiles-more-2013"],["aqua-deco-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["extra.other3+castorama"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["aqua-deco-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["aqua-deco-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["extra.otto2+2011"],["tiles-more-2013"],["aqua-deco-2013"],["extra.other3+leroy-merlin"],["aqua-deco-2013"],["aqua-deco-2013"],["extra.otto2+2011"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["tiles-more-2013"],["aqua-deco-2013"],["tiles-more-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["tiles-more-2013"],["aqua-deco-2013"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["aqua-deco-2013"],["extra.aqua-deco-t-m-2010"],["tiles-more-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["aqua-deco-2013"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["aqua-deco-2013"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["aqua-deco-2013"],["aqua-deco-2013"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["extra.aqua-deco-t-m-2010"],["aqua-deco-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.aqua-relief-2011"],["aqua-deco-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["tiles-more-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["aqua-deco-2013"],["tiles-more-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["aqua-deco-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.aqua-relief-2011"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["tiles-more-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["aqua-deco-2013"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["diva"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["queens-2013"],["extra.bahr+2011"],["extra.bahr+2011"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["spice-up-2013"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["extra.bahr+2011"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["vanity-fair-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["extra.bahr+2011"],["extra.bahr+2011"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["in-the-woods-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["natural-instinct-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["extra.bahr+2011"],["good-vibrations-2012"],["good-vibrations-2012"],["extra.other3+leroy-merlin"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["tip-top"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["tip-top"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["tip-top"],["emocion-2013"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["emocion-2013"],["tip-top"],["emocion-2013"],["emocion-2013"],["tip-top"],["emocion-2013"],["tip-top"],["tip-top"],["emocion-2013"],["emocion-2013"],["tip-top"],["tip-top"],["good-vibrations-2012"],["good-vibrations-2012"],["tip-top"],["good-vibrations-2012"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["good-vibrations-2012"],["tip-top"],["good-vibrations-2012"],["tip-top"],["good-vibrations-2012"],["tip-top"],["extra.bahr+2011"],["tip-top"],["tip-top"],["extra.bahr+2011"],["tip-top"],["tip-top"],["good-vibrations-2012"],["tip-top"],["tip-top"],["good-vibrations-2012"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["good-vibrations-2012"],["tip-top"],["tip-top"],["good-vibrations-2012"],["tip-top"],["good-vibrations-2012"],["tip-top"],["good-vibrations-2012"],["tip-top"],["good-vibrations-2012"],["tip-top"],["tip-top"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["new-simplicity-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["city-vol-2"],["city-vol-2"],["brooklyn-2012"],["city-vol-2"],["brooklyn-2012"],["brooklyn-2012"],["vis-a-vis"],["brooklyn-2012"],["brooklyn-2012"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["brooklyn-2012"],["vis-a-vis"],["brooklyn-2012"],["vis-a-vis"],["vis-a-vis"],["brooklyn-2012"],["vis-a-vis"],["brooklyn-2012"],["vis-a-vis"],["brooklyn-2012"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["brooklyn-2012"],["brooklyn-2012"],["brooklyn-2012"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["vis-a-vis"],["good-vibrations-2012"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["vis-a-vis"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["good-vibrations-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["modern-update-2012"],["city-vol-2"],["modern-update-2012"],["city-vol-2"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["modern-update-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["aqua-deco-2013"],["aqua-deco-2013"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion-2013"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion-2013"],["b-b-home-passion-2013"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["nerissa"],["nerissa"],["nerissa"],["nerissa"],["nerissa"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["valverde-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["diva"],["diva"],["soft-senses-2012"],["diva"],["soft-senses-2012"],["diva"],["diva"],["diva"],["diva"],["diva"],["soft-senses-2012"],["diva"],["diva"],["diva"],["diva"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other3+fr"],["extra.otto2"],["extra.other3+fr"],["favourite"],["favourite"],["favourite"],["favourite"],["extra.otto2"],["favourite"],["favourite"],["extra.otto2"],["extra.other3+fr"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["favourite"],["favourite"],["extra.otto2"],["extra.otto2"],["favourite"],["extra.otto2"],["favourite"],["extra.otto2"],["favourite"],["favourite"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.chelsea-2011"],["extra.otto1"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.bahr"],["extra.chelsea-2011"],["extra.bahr"],["extra.chelsea-2011"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto2"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.bahr"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.bahr"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.otto1"],["extra.otto1"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.bahr"],["extra.bahr"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.chelsea-2011"],["extra.otto1"],["extra.chelsea-2011"],["extra.other2"],["extra.other2"],["good-vibrations-2012"],["extra.other2"],["good-vibrations-2012"],["extra.other2"],["good-vibrations-2012"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.otto2"],["extra.other2"],["extra.other2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.otto2"],["extra.other2"],["extra.otto2"],["extra.otto1"],["extra.other2"],["extra.otto1"],["extra.other2"],["extra.otto2"],["extra.otto2"],["extra.other2"],["extra.otto1"],["extra.other2"],["extra.otto1"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.other2"],["extra.aqua-relief-2011"],["extra.other2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.bahr"],["extra.otto2"],["extra.bahr"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.bahr"],["extra.otto1"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.otto1"],["extra.other2"],["extra.otto1"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.otto1"],["extra.otto1"],["extra.other2"],["extra.otto1"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto1"],["extra.otto1"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.otto1"],["extra.otto1"],["extra.bahr"],["extra.otto1"],["extra.other2"],["extra.bahr"],["extra.otto1"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.otto1"],["extra.other1"],["extra.other1"],["extra.aqua-relief-2011"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other1"],["extra.bahr"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other1"],["extra.otto1"],["extra.other1"],["extra.other1"],["extra.other3+leroy-merlin"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.bahr"],["extra.otto1"],["extra.otto1"],["extra.bahr"],["extra.otto2"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["good-vibrations-2012"],["extra.aqua-deco-t-m-2010"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.aqua-deco-t-m-2010"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.aqua-deco-t-m-2010"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.aqua-deco-t-m-2010"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["good-vibrations-2012"],["good-vibrations-2012"],["extra.other3+castorama"],["extra.otto2"],["extra.otto2"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.intuicion"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.sto"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["glam-uk"],["glam-uk"],["extra.glam-2011"],["extra.glam-2011"],["glam-uk"],["extra.glam-2011"],["glam-uk"],["glam-uk"],["extra.glam-2011"],["extra.glam-2011"],["glam-uk"],["glam-uk"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["extra.glam-2011"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["good-vibrations-2012"],["extra.bahr"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto2"],["extra.otto2"],["extra.bahr"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.otto2"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.bahr"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.new-beats"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["extra.out-of-africa"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.new-authority-2010"],["extra.other2"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["extra.other3+castorama"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["in-the-woods-2013"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["in-the-woods-2013"],["extra.woodland-2010"],["in-the-woods-2013"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.woodland-2010"],["extra.bahr"],["extra.other3+castorama"],["extra.otto2"],["extra.otto2"],["celia-3-2012"],["celia-3-2012"],["celia-3-2012"],["extra.otto2"],["celia-3-2012"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other4+soft-velvet-2009"],["extra.other4+soft-velvet-2009"],["extra.other4+soft-velvet-2009"],["double-diva"],["extra.other4+soft-velvet-2009"],["extra.other4+soft-velvet-2009"],["extra.other4+soft-velvet-2009"],["extra.other4+soft-velvet-2009"],["extra.other4+soft-velvet-2009"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["extra.otto2"],["extra.otto2"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.bahr"],["extra.bahr"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["colormix-2"],["colormix-2"],["colormix-2"],["colormix-2"],["colormix-2"],["mega-color"],["mega-color"],["mega-color"],["mega-color"],["mega-color"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["extra.eurodekor"],["extra.eurodekor"],["extra.eurodekor"],["extra.eurodekor"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["extra.eurodekor"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.other3"],["extra.other3"],["extra.eurodekor"],["extra.otto2"],["extra.otto2"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["extra.maximum-vi"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["maximum-vii"],["extra.other2"],["extra.other2"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.la-fleur"],["extra.palagietto"],["extra.palagietto"],["extra.la-fleur"],["extra.other2"],["extra.otto2"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.other2"],["extra.other1"],["extra.other3+castorama"],["extra.bahr"],["extra.bahr"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.other2"],["extra.other2"],["extra.otto2"],["extra.other2"],["extra.other2"],["extra.otto2"],["extra.other2"],["extra.other2"],["belissima-2013"],["belissima-2013"],["belissima-2013"],["belissima-2013"],["belissima-2013"],["belissima-2013"],["festival-2013"],["festival-2013"],["festival-2013"],["festival-2013"],["festival-2013"],["festival-2013"],["festival-2013"],["festival-2013"],["belissima-2013"],["belissima-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["palace-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["avignon-2013"],["georgia-2012"],["georgia-2012"],["georgia-2012"],["georgia-2012"],["georgia-2012"],["georgia-2012"],["georgia-2012"],["extra.bohemia"],["extra.bohemia"],["extra.bohemia"],["extra.bohemia"],["extra.bohemia"],["extra.bohemia"],["extra.bohemia"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.camille"],["extra.poppy"],["extra.poppy"],["extra.poppy"],["extra.poppy"],["extra.poppy"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["extra.italian-elegance"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["nubuk-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["palace-2013"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["palace-2013"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["trianon-2012"],["elegance-tradition-2012"],["elegance-tradition-2012"],["trianon-2012"],["fuchsia"],["fuchsia"],["fuchsia"],["fuchsia"],["fuchsia"],["rosella"],["rosella"],["rosella"],["rosella"],["rosella"],["jamelia"],["jamelia"],["jamelia"],["jamelia"],["illusion"],["illusion"],["illusion"],["illusion"],["illusion"],["illusion"],["cipriani-2013"],["cipriani-2013"],["cipriani-2013"],["cipriani-2013"],["cipriani-2013"],["cipriani-2013"],["cipriani-2013"],["cipriani-2013"],["extra.other2"],["extra.other2"],["extra.other2"],["good-vibrations-2012"],["extra.flip-flop-generation-2009"],["extra.aqua-deco-t-m-2010"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.aqua-deco-t-m-2010"],["extra.bahr"],["extra.other4+trianon-2009"],["extra.other4+trianon-2009"],["extra.other4+trianon-2009"],["extra.other4+trianon-2009"],["extra.other4+trianon-2009"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other3+leroy-merlin"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.bahr"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.bahr"],["extra.otto2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.bahr"],["celia-3-2012"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["villa-coppenrath-2014"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["glamour-2014"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.other1"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.aqua-relief-2011"],["extra.other2"],["extra.bahr"],["extra.other1"],["extra.other1"],["tiles-more-2013"],["extra.aqua-relief-2011"],["tiles-more-2013"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.aqua-relief-2011"],["extra.otto2"],["folk-trail-2013"],["folk-trail-2013"],["folk-trail-2013"],["folk-trail-2013"],["folk-trail-2013"],["folk-trail-2013"],["folk-trail-2013"],["retro-2013"],["retro-2013"],["retro-2013"],["retro-2013"],["geo-deco-2013"],["geo-deco-2013"],["geo-deco-2013"],["geo-deco-2013"],["extra.otto2+2011"],["extra.otto1"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.aqua-relief-2011"],["extra.other2"],["extra.other2"],["extra.other2"],["metropolis-2013"],["extra.other3+leroy-merlin"],["extra.bahr"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other1"],["annabelle-2013"],["annabelle-2013"],["annabelle-2013"],["annabelle-2013"],["annabelle-2013"],["annabelle-2013"],["extra.bahr"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["extra.other3+castorama"],["metropolis-2013"],["extra.other3+castorama"],["extra.other3+leroy-merlin"],["extra.other3+castorama"],["metropolis-2013"],["metropolis-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["art-eco-2013"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["extra.other1"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["gipsy-2012"],["extra.meadow"],["extra.meadow"],["extra.meadow"],["extra.meadow"],["extra.meadow"],["extra.meadow"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto1"],["extra.otto2"],["extra.other3+pl"],["paloma-2013"],["paloma-2013"],["paloma-2013"],["paloma-2013"],["paloma-2013"],["paloma-2013"],["belvedere-2013"],["belvedere-2013"],["belvedere-2013"],["belvedere-2013"],["belvedere-2013"],["belvedere-2013"],["belvedere-2013"],["belvedere-2013"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["extra.otto2"],["natalia-2012"],["natalia-2012"],["natalia-2012"],["natalia-2012"],["natalia-2012"],["natalia-2012"],["extra.other3+fr"],["extra.other3+fr"],["extra.new-england"],["extra.new-england"],["extra.new-england"],["extra.new-england"],["extra.new-england"],["extra.new-england"],["extra.new-england"],["extra.new-england"],["felicity-2013"],["felicity-2013"],["felicity-2013"],["felicity-2013"],["felicity-2013"],["savanna-2012"],["savanna-2012"],["savanna-2012"],["extra.otto2"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["extra.isabella"],["savanna-2012"],["savanna-2012"],["savanna-2012"],["extra.otto2"],["savanna-2012"],["metropolis-2013"],["pandora-2012"],["pandora-2012"],["pandora-2012"],["pandora-2012"],["pandora-2012"],["pandora-2012"],["metropolis-2013"],["metropolis-2013"],["metropolis-2013"],["extra.otto2"],["metropolis-2013"],["extra.otto2"],["metropolis-2013"],["extra.other4+lounge-2010"],["extra.other4+lounge-2010"],["extra.other4+lounge-2010"],["extra.bambino-2011"],["extra.other1"],["extra.other1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.other3+fr"],["extra.bahr"],["extra.bambino-2011"],["extra.bambino-2011"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["extra.otto2"],["extra.otto2"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["bambino-2013"],["extra.otto2"],["extra.otto2"],["extra.other2"],["extra.bahr"],["extra.other1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.bambino-2011"],["extra.otto1"],["extra.other2"],["extra.other2"]],colors:[[[248,235,216,855,35.625,0.696,0.91]],[[171,120,80,879,26.374,0.363,0.492]],[[245,220,183,424,35.806,0.756,0.839]],[[244,226,218,548,18.462,0.542,0.906]],[[242,229,207,633,37.714,0.574,0.88]],[[178,136,45,954,41.053,0.596,0.437]],[[241,236,210,1000,50.323,0.525,0.884]],[[244,232,211,720,38.182,0.6,0.892]],[[249,233,200,379,40.408,0.803,0.88]],[[245,228,219,513,20.769,0.565,0.91]],[[242,228,206,424,36.667,0.581,0.878]],[[241,233,210,713,44.516,0.525,0.884],[181,161,155,52,13.846,0.149,0.659],[201,188,194,25,332.308,0.107,0.763]],[[206,142,107,550,21.212,0.503,0.614]],[[233,204,171,680,31.935,0.585,0.792]],[[249,212,177,931,29.167,0.857,0.835]],[[231,155,119,469,19.286,0.7,0.686]],[[236,210,187,793,28.163,0.563,0.829]],[[214,140,98,649,21.724,0.586,0.612]],[[237,197,156,774,30.37,0.692,0.771]],[[139,131,89,754,50.4,0.219,0.447]],[[212,201,177,1000,41.143,0.289,0.763]],[[235,201,149,1000,36.279,0.683,0.753]],[[166,153,117,721,44.082,0.216,0.555]],[[230,181,121,640,33.028,0.686,0.688]],[[236,186,139,756,29.072,0.719,0.735]],[[216,145,113,849,18.641,0.569,0.645]],[[227,198,177,528,25.2,0.472,0.792]],[[237,199,171,980,25.455,0.647,0.8]],[[242,238,232,952,36,0.278,0.929]],[[231,228,231,428,300,0.059,0.9]],[[234,216,206,682,21.429,0.4,0.863]],[[231,228,232,565,285,0.08,0.902],[211,191,175,19,26.667,0.29,0.757]],[[231,228,232,565,285,0.08,0.902],[211,191,175,19,26.667,0.29,0.757]],[[202,202,201,801,60,0.009,0.79],[203,156,164,58,349.787,0.311,0.704]],[[202,202,201,801,60,0.009,0.79],[203,156,164,58,349.787,0.311,0.704]],[[244,241,232,794,45,0.353,0.933]],[[244,241,232,794,45,0.353,0.933]],[[144,149,152,275,202.5,0.037,0.58],[197,200,194,23,90,0.052,0.773]],[[144,149,152,275,202.5,0.037,0.58],[197,200,194,23,90,0.052,0.773]],[[144,149,152,275,202.5,0.037,0.58],[197,200,194,23,90,0.052,0.773]],[[174,175,169,255,70,0.036,0.675],[113,112,114,35,270,0.009,0.443]],[[174,175,169,255,70,0.036,0.675],[113,112,114,35,270,0.009,0.443]],[[216,200,180,243,33.333,0.316,0.776]],[[216,200,180,243,33.333,0.316,0.776]],[[205,180,145,311,35,0.375,0.686]],[[205,180,145,311,35,0.375,0.686]],[[161,113,86,326,21.6,0.304,0.484]],[[161,113,86,326,21.6,0.304,0.484]],[[175,112,78,293,21.031,0.383,0.496]],[[175,112,78,293,21.031,0.383,0.496]],[[19,24,26,423,197.143,0.156,0.088],[75,76,81,13,230,0.038,0.306]],[[19,24,26,423,197.143,0.156,0.088],[75,76,81,13,230,0.038,0.306]],[[46,180,200,420,187.792,0.626,0.482]],[[46,180,200,420,187.792,0.626,0.482]],[[46,180,200,420,187.792,0.626,0.482]],[[19,21,24,701,216,0.116,0.084],[160,12,28,51,353.514,0.86,0.337]],[[19,21,24,701,216,0.116,0.084],[160,12,28,51,353.514,0.86,0.337]],[[45,171,184,386,185.612,0.607,0.449],[209,99,38,63,21.404,0.692,0.484]],[[45,171,184,386,185.612,0.607,0.449],[209,99,38,63,21.404,0.692,0.484]],[[244,243,233,416,54.545,0.333,0.935],[94,96,99,231,216,0.026,0.378],[54,53,56,53,260,0.028,0.214]],[[244,243,233,416,54.545,0.333,0.935],[94,96,99,231,216,0.026,0.378],[54,53,56,53,260,0.028,0.214]],[[229,217,205,360,30,0.316,0.851]],[[229,217,205,360,30,0.316,0.851]],[[241,239,230,416,49.091,0.282,0.924],[114,149,72,92,87.273,0.348,0.433]],[[241,239,230,416,49.091,0.282,0.924],[114,149,72,92,87.273,0.348,0.433]],[[208,171,114,348,36.383,0.5,0.631]],[[94,93,89,282,48,0.027,0.359]],[[100,74,53,248,26.809,0.307,0.3]],[[216,200,147,245,46.087,0.469,0.712]],[[229,212,176,295,40.755,0.505,0.794]],[[0,59,151,293,216.556,1,0.296],[203,174,180,286,347.586,0.218,0.739],[168,152,119,108,40.408,0.22,0.563]],[[239,211,178,431,32.459,0.656,0.818]],[[228,229,196,401,61.818,0.388,0.833],[231,169,156,160,10.4,0.61,0.759]],[[239,231,212,455,42.222,0.458,0.884],[227,167,168,96,359,0.517,0.773]],[[212,201,171,236,43.902,0.323,0.751]],[[212,201,171,236,43.902,0.323,0.751]],[[206,162,107,285,33.333,0.503,0.614]],[[206,162,107,285,33.333,0.503,0.614]],[[166,165,156,260,54,0.053,0.631],[114,116,114,42,120,0.009,0.451]],[[166,165,156,260,54,0.053,0.631],[114,116,114,42,120,0.009,0.451]],[[202,177,149,307,31.698,0.333,0.688]],[[113,154,156,250,182.791,0.178,0.527],[157,171,155,173,112.5,0.087,0.639],[90,82,76,62,25.714,0.084,0.325],[131,130,114,61,56.471,0.069,0.48]],[[100,51,41,245,10.169,0.418,0.276]],[[100,51,41,245,10.169,0.418,0.276]],[[229,200,159,357,35.143,0.574,0.761],[107,69,66,36,4.39,0.237,0.339]],[[229,200,159,357,35.143,0.574,0.761],[107,69,66,36,4.39,0.237,0.339]],[[185,204,211,665,196.154,0.228,0.776],[172,175,169,81,90,0.036,0.675],[211,165,161,74,4.8,0.362,0.729],[133,131,128,47,36,0.02,0.512],[202,82,92,29,355,0.531,0.557]],[[185,204,211,665,196.154,0.228,0.776],[172,175,169,81,90,0.036,0.675],[211,165,161,74,4.8,0.362,0.729],[133,131,128,47,36,0.02,0.512],[202,82,92,29,355,0.531,0.557]],[[254,225,193,452,31.475,0.968,0.876]],[[254,225,193,452,31.475,0.968,0.876]],[[250,245,228,540,46.364,0.688,0.937],[208,169,156,86,15,0.356,0.714]],[[250,245,228,540,46.364,0.688,0.937],[208,169,156,86,15,0.356,0.714]],[[239,228,200,616,43.077,0.549,0.861]],[[249,226,178,407,40.563,0.855,0.837]],[[234,217,187,420,38.298,0.528,0.825]],[[9,153,140,652,174.583,0.889,0.318],[199,183,37,52,54.074,0.686,0.463]],[[9,153,140,652,174.583,0.889,0.318],[199,183,37,52,54.074,0.686,0.463]],[[67,26,27,543,358.537,0.441,0.182],[228,206,156,143,41.667,0.571,0.753]],[[67,26,27,543,358.537,0.441,0.182],[228,206,156,143,41.667,0.571,0.753]],[[249,243,226,643,44.348,0.657,0.931],[43,39,43,156,300,0.049,0.161],[172,30,56,52,349.014,0.703,0.396]],[[249,243,226,643,44.348,0.657,0.931],[43,39,43,156,300,0.049,0.161],[172,30,56,52,349.014,0.703,0.396]],[[246,242,231,651,44,0.455,0.935],[45,41,48,148,274.286,0.079,0.175],[129,126,126,24,0,0.012,0.5]],[[246,242,231,651,44,0.455,0.935],[45,41,48,148,274.286,0.079,0.175],[129,126,126,24,0,0.012,0.5]],[[220,207,171,321,44.082,0.412,0.767]],[[220,207,171,321,44.082,0.412,0.767]],[[170,162,149,295,37.143,0.11,0.625]],[[170,162,149,295,37.143,0.11,0.625]],[[229,219,199,211,40,0.366,0.839]],[[229,219,199,211,40,0.366,0.839]],[[150,108,71,224,28.101,0.357,0.433]],[[150,108,71,224,28.101,0.357,0.433]],[[106,110,117,299,218.182,0.049,0.437],[218,218,209,135,60,0.108,0.837]],[[106,110,117,299,218.182,0.049,0.437],[218,218,209,135,60,0.108,0.837]],[[246,243,231,822,48,0.455,0.935],[211,188,180,32,15.484,0.261,0.767],[115,143,131,16,154.286,0.111,0.506]],[[246,243,231,822,48,0.455,0.935],[211,188,180,32,15.484,0.261,0.767],[115,143,131,16,154.286,0.111,0.506]],[[246,243,231,822,48,0.455,0.935],[211,188,180,32,15.484,0.261,0.767],[115,143,131,16,154.286,0.111,0.506]],[[21,33,29,295,160,0.222,0.106],[193,27,41,65,354.94,0.755,0.431]],[[209,201,176,311,45.455,0.264,0.755]],[[183,179,171,266,40,0.077,0.694]],[[183,179,171,266,40,0.077,0.694]],[[205,174,140,316,31.385,0.394,0.676]],[[236,236,213,453,60,0.377,0.88]],[[241,228,216,328,28.8,0.472,0.896]],[[211,209,203,400,45,0.083,0.812]],[[211,209,203,400,45,0.083,0.812]],[[206,215,232,294,219.231,0.361,0.859]],[[206,215,232,294,219.231,0.361,0.859]],[[238,236,213,605,55.2,0.424,0.884]],[[238,236,213,605,55.2,0.424,0.884]],[[240,229,217,389,31.304,0.434,0.896]],[[240,229,217,389,31.304,0.434,0.896]],[[229,181,176,258,5.66,0.505,0.794]],[[229,181,176,258,5.66,0.505,0.794]],[[238,218,202,319,26.667,0.514,0.863]],[[211,166,154,292,12.632,0.393,0.716],[181,79,87,121,355.294,0.408,0.51]],[[251,210,143,747,37.222,0.931,0.773],[236,125,129,9,357.838,0.745,0.708]],[[245,227,210,554,29.143,0.636,0.892],[226,118,136,13,350,0.651,0.675]],[[232,217,199,434,32.727,0.418,0.845]],[[246,233,150,390,51.875,0.842,0.776],[105,141,47,104,82.979,0.5,0.369]],[[246,244,234,661,50,0.4,0.941],[112,138,100,43,101.053,0.16,0.467]],[[239,228,150,277,52.584,0.736,0.763]],[[244,232,214,435,36,0.577,0.898]],[[143,145,149,366,220,0.028,0.573]],[[207,206,204,401,40,0.03,0.806],[178,181,184,254,210,0.041,0.71]],[[209,175,147,228,27.097,0.403,0.698],[79,59,71,67,324,0.145,0.271],[125,128,119,41,80,0.036,0.484]],[[246,218,174,460,36.667,0.8,0.824]],[[239,234,228,492,32.727,0.256,0.916]],[[153,172,101,366,76.056,0.3,0.535],[199,175,97,87,45.882,0.477,0.58],[226,167,151,86,12.8,0.564,0.739],[194,103,112,54,354.066,0.427,0.582]],[[209,203,171,392,50.526,0.292,0.745],[241,189,194,83,354.231,0.65,0.843]],[[228,208,181,376,34.468,0.465,0.802]],[[212,213,210,712,80,0.034,0.829]],[[211,210,209,473,30,0.022,0.824],[177,176,177,218,300,0.006,0.692],[115,112,118,14,270,0.026,0.451]],[[229,219,206,351,33.913,0.307,0.853]],[[172,21,44,446,350.861,0.782,0.378]],[[249,197,81,307,41.429,0.933,0.647]],[[252,204,214,602,347.5,0.889,0.894]],[[250,243,232,507,36.667,0.643,0.945]],[[237,207,153,450,38.571,0.7,0.765],[112,70,66,62,5.217,0.258,0.349]],[[243,227,216,850,24.444,0.529,0.9]],[[175,174,177,749,260,0.019,0.688],[207,202,201,82,10,0.059,0.8]],[[243,237,234,709,20,0.273,0.935],[152,154,176,89,235,0.132,0.643],[211,208,214,44,270,0.068,0.827]],[[250,248,240,651,48,0.5,0.961],[179,48,71,60,349.466,0.577,0.445]],[[250,248,240,651,48,0.5,0.961],[179,48,71,60,349.466,0.577,0.445]],[[116,164,208,650,208.696,0.495,0.635],[204,79,66,55,5.652,0.575,0.529],[142,129,146,12,285.882,0.072,0.539]],[[138,213,215,731,181.558,0.49,0.692],[208,81,16,57,20.312,0.857,0.439],[210,218,203,41,92,0.169,0.825]],[[10,17,22,614,205,0.375,0.063],[82,81,84,125,260,0.018,0.324],[170,54,47,58,3.415,0.567,0.425],[202,198,192,33,36,0.086,0.773],[163,128,129,18,358.286,0.16,0.571]],[[10,17,22,614,205,0.375,0.063],[82,81,84,125,260,0.018,0.324],[170,54,47,58,3.415,0.567,0.425],[202,198,192,33,36,0.086,0.773],[163,128,129,18,358.286,0.16,0.571]],[[10,17,22,614,205,0.375,0.063],[82,81,84,125,260,0.018,0.324],[170,54,47,58,3.415,0.567,0.425],[202,198,192,33,36,0.086,0.773],[163,128,129,18,358.286,0.16,0.571]],[[250,243,235,886,32,0.6,0.951],[209,86,86,26,0,0.572,0.578]],[[249,245,240,915,33.333,0.429,0.959],[175,177,179,21,210,0.026,0.694],[98,97,101,9,255,0.02,0.388]],[[228,203,178,220,30,0.481,0.796]],[[228,180,152,254,22.105,0.585,0.745],[146,13,44,208,346.015,0.836,0.312]],[[149,150,155,329,230,0.029,0.596],[203,197,190,250,32.308,0.111,0.771]],[[149,150,155,329,230,0.029,0.596],[203,197,190,250,32.308,0.111,0.771]],[[234,222,221,331,4.615,0.236,0.892],[231,223,165,217,52.727,0.579,0.776],[219,170,207,154,314.694,0.405,0.763],[107,205,206,70,180.606,0.503,0.614],[182,210,193,49,143.571,0.237,0.769]],[[247,235,229,731,20,0.529,0.933],[165,160,164,109,312,0.027,0.637],[49,39,41,50,348,0.114,0.173]],[[247,235,229,731,20,0.529,0.933],[165,160,164,109,312,0.027,0.637],[49,39,41,50,348,0.114,0.173]],[[244,235,231,733,18.462,0.371,0.931],[154,154,163,78,240,0.047,0.622],[218,66,74,60,356.842,0.673,0.557]],[[244,235,231,733,18.462,0.371,0.931],[154,154,163,78,240,0.047,0.622],[218,66,74,60,356.842,0.673,0.557]],[[234,226,214,522,36,0.323,0.878],[155,150,151,96,348,0.024,0.598]],[[234,226,214,522,36,0.323,0.878],[155,150,151,96,348,0.024,0.598]],[[148,148,153,785,240,0.024,0.59],[238,228,219,48,28.421,0.358,0.896],[119,115,119,11,300,0.017,0.459]],[[233,228,215,872,43.333,0.29,0.878],[219,171,171,46,0,0.4,0.765],[205,116,128,2,351.91,0.471,0.629]],[[241,232,215,636,39.231,0.481,0.894]],[[239,232,226,370,27.692,0.289,0.912]],[[241,234,219,498,40.909,0.44,0.902]],[[237,228,214,615,36.522,0.39,0.884],[159,157,159,86,300,0.01,0.62]],[[242,233,222,438,33,0.435,0.91]],[[238,229,215,832,36.522,0.404,0.888]],[[241,233,222,597,34.737,0.404,0.908],[168,166,169,68,280,0.017,0.657]],[[156,155,153,492,40,0.015,0.606]],[[151,117,84,867,29.552,0.285,0.461]],[[151,117,84,867,29.552,0.285,0.461]],[[151,117,84,867,29.552,0.285,0.461]],[[207,188,99,631,49.444,0.529,0.6]],[[207,188,99,631,49.444,0.529,0.6]],[[181,143,123,994,20.69,0.282,0.596]],[[181,143,123,994,20.69,0.282,0.596]],[[239,228,220,774,25.263,0.373,0.9]],[[239,228,220,774,25.263,0.373,0.9]],[[239,228,220,774,25.263,0.373,0.9]],[[218,69,81,736,355.168,0.668,0.563]],[[218,69,81,736,355.168,0.668,0.563]],[[218,69,81,736,355.168,0.668,0.563]],[[154,146,148,639,345,0.038,0.588]],[[154,146,148,639,345,0.038,0.588]],[[154,146,148,639,345,0.038,0.588]],[[252,234,168,536,47.143,0.933,0.824]],[[237,215,197,898,27,0.526,0.851]],[[240,229,221,709,25.263,0.388,0.904],[158,156,158,54,300,0.01,0.616],[127,125,130,5,264,0.02,0.5]],[[253,237,179,825,47.027,0.949,0.847]],[[253,237,179,825,47.027,0.949,0.847]],[[161,34,76,351,340.157,0.651,0.382]],[[161,34,76,351,340.157,0.651,0.382]],[[254,197,108,924,36.575,0.986,0.71]],[[254,197,108,924,36.575,0.986,0.71]],[[254,239,101,506,54.118,0.987,0.696]],[[254,239,101,506,54.118,0.987,0.696]],[[227,221,217,403,24,0.152,0.871]],[[227,221,217,403,24,0.152,0.871]],[[221,196,176,555,26.667,0.398,0.778]],[[221,196,176,555,26.667,0.398,0.778]],[[221,196,176,555,26.667,0.398,0.778]],[[235,216,202,933,25.455,0.452,0.857]],[[235,216,202,933,25.455,0.452,0.857]],[[235,216,202,933,25.455,0.452,0.857]],[[248,247,243,960,48,0.263,0.963],[198,217,232,10,206.471,0.425,0.843]],[[246,217,187,733,30.508,0.766,0.849]],[[105,154,212,343,212.523,0.554,0.622],[93,91,103,15,250,0.062,0.38]],[[251,238,217,784,37.059,0.81,0.918]],[[219,229,168,771,69.836,0.54,0.778]],[[179,217,240,999,202.623,0.67,0.822]],[[252,244,183,993,53.043,0.92,0.853]],[[226,236,176,533,70,0.612,0.808],[113,127,121,12,154.286,0.058,0.471]],[[177,215,238,889,202.623,0.642,0.814],[200,207,188,25,82.105,0.165,0.775],[194,171,96,22,45.918,0.445,0.569],[164,172,167,20,142.5,0.046,0.659]],[[250,241,173,899,52.987,0.885,0.829],[99,138,134,12,173.846,0.165,0.465]],[[245,244,243,890,30,0.091,0.957],[108,136,141,15,189.091,0.133,0.488]],[[117,173,217,545,206.4,0.568,0.655]],[[179,152,120,343,32.542,0.28,0.586]],[[182,177,184,402,282.857,0.047,0.708],[237,187,215,296,326.4,0.581,0.831]],[[219,140,176,653,332.658,0.523,0.704]],[[240,198,220,503,328.571,0.583,0.859]],[[178,181,185,531,214.286,0.048,0.712]],[[231,176,205,322,328.364,0.534,0.798]],[[170,172,177,375,222.857,0.043,0.68],[77,71,75,131,320,0.041,0.29]],[[188,185,184,440,15,0.029,0.729],[167,150,165,64,307.059,0.088,0.622]],[[232,219,201,508,34.839,0.403,0.849],[186,85,83,67,1.165,0.427,0.527]],[[232,218,197,510,36,0.432,0.841]],[[235,229,219,545,37.5,0.286,0.89]],[[138,105,149,1000,285,0.173,0.498]],[[115,100,94,624,17.143,0.1,0.41]],[[229,215,197,990,33.75,0.381,0.835]],[[61,131,149,815,192.273,0.419,0.412]],[[193,222,189,536,112.727,0.333,0.806]],[[197,197,197,995,0,0,0.773]],[[166,139,168,976,295.862,0.143,0.602]],[[171,79,86,1000,355.435,0.368,0.49]],[[219,198,171,911,33.75,0.4,0.765]],[[232,229,217,971,48,0.246,0.88]],[[126,177,190,409,192.188,0.33,0.62]],[[233,230,202,977,54.194,0.413,0.853]],[[234,235,228,958,68.571,0.149,0.908]],[[145,110,147,586,296.757,0.146,0.504],[205,201,201,23,0,0.038,0.796]],[[236,225,208,361,36.429,0.424,0.871],[211,155,153,127,2.069,0.397,0.714],[150,49,59,122,354.059,0.508,0.39]],[[195,174,152,324,30.698,0.264,0.68]],[[228,214,186,308,40,0.438,0.812]],[[147,187,199,292,193.846,0.317,0.678],[228,227,222,181,50,0.1,0.882]],[[233,236,217,632,69.474,0.333,0.888]],[[232,231,222,323,54,0.179,0.89],[165,166,167,207,210,0.011,0.651]],[[121,86,133,755,284.681,0.215,0.429]],[[231,232,225,314,68.571,0.132,0.896]],[[233,227,210,329,44.348,0.343,0.869]],[[118,169,184,480,193.636,0.317,0.592]],[[215,216,210,371,70,0.071,0.835]],[[227,216,199,683,36.429,0.333,0.835]],[[109,170,187,348,193.077,0.364,0.58]],[[205,202,200,680,24,0.048,0.794]],[[109,168,186,630,194.026,0.358,0.578]],[[204,202,199,823,36,0.047,0.79]],[[126,87,134,475,289.787,0.213,0.433]],[[236,230,219,400,38.824,0.309,0.892]],[[238,239,233,365,70,0.158,0.925]],[[233,233,230,338,60,0.064,0.908],[117,119,122,166,216,0.021,0.469]],[[146,108,147,396,298.462,0.153,0.5],[212,211,207,204,48,0.055,0.822]],[[233,215,199,246,28.235,0.436,0.847],[201,101,103,162,358.8,0.481,0.592]],[[237,232,224,272,36.923,0.265,0.904]],[[237,227,212,288,36,0.41,0.88]],[[236,239,236,286,120,0.086,0.931],[205,213,216,136,196.364,0.124,0.825]],[[244,246,238,258,75,0.308,0.949]],[[229,229,227,271,60,0.037,0.894],[106,106,110,250,240,0.019,0.424],[152,152,152,200,0,0,0.596]],[[108,111,115,329,214.286,0.031,0.437]],[[205,208,210,402,204,0.053,0.814]],[[228,211,184,367,36.818,0.449,0.808]],[[46,101,119,422,194.795,0.442,0.324]],[[210,207,205,625,24,0.053,0.814]],[[236,222,149,657,50.345,0.696,0.755]],[[229,227,223,343,40,0.103,0.886],[174,175,178,202,225,0.025,0.69]],[[209,202,186,508,41.739,0.2,0.775],[120,110,108,42,10,0.053,0.447]],[[234,226,214,532,36,0.323,0.878],[209,164,167,109,356,0.328,0.731]],[[242,240,231,524,49.091,0.297,0.927],[116,147,91,1,93.214,0.235,0.467]],[[233,228,217,488,41.25,0.267,0.882],[200,180,180,101,0,0.154,0.745],[167,121,150,19,322.174,0.207,0.565]],[[240,238,230,550,48,0.25,0.922],[198,189,188,4,6,0.081,0.757]],[[163,101,149,379,313.548,0.252,0.518]],[[176,156,141,469,25.714,0.181,0.622],[202,127,131,10,356.8,0.414,0.645]],[[212,177,79,274,44.211,0.607,0.571]],[[242,241,234,626,52.5,0.235,0.933],[69,157,174,79,189.714,0.432,0.476],[187,206,179,40,102.222,0.216,0.755]],[[181,170,170,325,0,0.069,0.688],[153,139,146,76,330,0.064,0.573],[234,232,230,42,30,0.087,0.91]],[[243,239,235,649,30,0.25,0.937],[212,203,203,84,0,0.095,0.814]],[[89,83,80,655,20,0.053,0.331],[118,106,109,96,345,0.054,0.439]],[[88,79,80,716,353.333,0.054,0.327],[174,140,84,113,37.333,0.357,0.506]],[[170,44,61,627,351.905,0.589,0.42],[140,106,105,90,1.714,0.143,0.48]],[[17,140,149,686,184.091,0.795,0.325],[128,126,126,1,0,0.008,0.498]],[[172,79,56,686,11.897,0.509,0.447]],[[168,152,142,669,23.077,0.13,0.608],[163,103,105,157,358,0.246,0.522]],[[100,84,81,603,9.474,0.105,0.355]],[[135,67,122,489,311.471,0.337,0.396]],[[43,148,162,375,187.059,0.58,0.402],[178,178,167,144,60,0.067,0.676]],[[245,245,236,799,60,0.31,0.943]],[[87,80,78,611,13.333,0.055,0.324],[155,141,95,92,46,0.24,0.49]],[[156,90,141,298,313.636,0.268,0.482],[170,107,101,103,5.217,0.289,0.531]],[[247,246,238,548,53.333,0.36,0.951],[72,160,178,59,190.189,0.424,0.49]],[[237,232,221,481,41.25,0.308,0.898],[177,110,155,50,319.701,0.3,0.563]],[[234,228,217,654,38.824,0.288,0.884],[197,188,188,22,0,0.072,0.755]],[[174,106,60,278,24.211,0.487,0.459]],[[166,179,83,248,68.125,0.387,0.514]],[[208,174,104,215,40.385,0.525,0.612]],[[211,205,198,273,32.308,0.129,0.802]],[[218,212,204,445,34.286,0.159,0.827]],[[218,215,209,486,40,0.108,0.837],[174,148,174,126,300,0.138,0.631],[157,88,100,55,349.565,0.282,0.48],[202,183,181,42,5.714,0.165,0.751]],[[229,229,220,296,60,0.148,0.88],[102,141,73,47,94.412,0.318,0.42]],[[214,210,205,645,33.333,0.099,0.822],[153,114,148,18,307.692,0.16,0.524]],[[222,225,219,324,90,0.091,0.871],[185,175,175,94,0,0.067,0.706]],[[202,179,107,1000,45.474,0.473,0.606]],[[183,54,67,940,353.953,0.544,0.465]],[[90,152,164,772,189.73,0.291,0.498]],[[143,71,131,898,310,0.336,0.42]],[[227,143,81,857,25.479,0.723,0.604]],[[184,193,98,345,65.684,0.434,0.571]],[[189,101,70,554,15.63,0.474,0.508]],[[230,201,100,851,46.615,0.722,0.647]],[[147,129,120,516,20,0.111,0.524]],[[186,179,177,998,13.333,0.061,0.712]],[[197,187,187,982,0,0.079,0.753]],[[221,211,220,592,306,0.128,0.847]],[[171,155,146,875,21.6,0.13,0.622]],[[190,184,174,509,37.5,0.11,0.714]],[[189,183,179,803,24,0.07,0.722]],[[230,222,193,569,47.027,0.425,0.829]],[[220,218,213,844,42.857,0.091,0.849]],[[221,216,204,714,42.353,0.2,0.833]],[[230,231,228,869,80,0.059,0.9]],[[83,69,65,527,13.333,0.122,0.29]],[[231,229,187,862,57.273,0.478,0.82]],[[232,231,228,686,45,0.08,0.902],[172,168,171,71,315,0.024,0.667],[132,112,149,52,272.432,0.149,0.512]],[[231,230,218,837,55.385,0.213,0.88]],[[230,229,220,439,54,0.167,0.882]],[[242,240,234,676,45,0.235,0.933],[153,203,218,76,193.846,0.468,0.727],[221,65,90,48,350.385,0.696,0.561]],[[233,225,219,625,25.714,0.241,0.886]],[[106,87,117,1000,278,0.147,0.4]],[[231,229,222,529,46.667,0.158,0.888]],[[226,219,208,623,36.667,0.237,0.851]],[[229,229,226,693,60,0.055,0.892]],[[194,212,112,786,70.8,0.538,0.635]],[[197,57,78,914,351,0.551,0.498]],[[141,125,116,920,21.6,0.099,0.504]],[[189,208,184,734,107.5,0.203,0.769]],[[233,232,226,774,51.429,0.137,0.9]],[[236,216,145,1000,46.813,0.705,0.747]],[[238,231,221,784,35.294,0.333,0.9]],[[248,227,142,329,48.113,0.883,0.765]],[[147,118,132,490,331.034,0.118,0.52]],[[179,170,156,459,36.522,0.131,0.657]],[[176,170,151,538,45.6,0.137,0.641],[188,196,189,167,127.5,0.063,0.753]],[[250,248,244,714,40,0.375,0.969]],[[243,232,206,610,42.162,0.607,0.88]],[[40,41,42,311,210,0.024,0.161],[96,85,80,148,18.75,0.091,0.345]],[[149,112,106,574,8.372,0.169,0.5],[141,69,92,230,340.833,0.343,0.412]],[[172,175,177,550,204,0.031,0.684],[241,241,236,194,60,0.152,0.935],[206,207,206,148,120,0.01,0.81]],[[123,104,119,538,312.632,0.084,0.445]],[[235,234,228,870,51.429,0.149,0.908]],[[243,234,211,947,43.125,0.571,0.89]],[[124,106,87,878,30.811,0.175,0.414]],[[173,178,181,892,202.5,0.051,0.694]],[[148,129,109,316,30.769,0.154,0.504],[43,41,41,133,0,0.024,0.165]],[[245,243,243,464,0,0.091,0.957],[169,170,174,266,228,0.03,0.673],[52,56,56,159,180,0.037,0.212]],[[52,56,59,291,205.714,0.063,0.218]],[[239,233,220,810,41.053,0.373,0.9]],[[251,247,236,650,44,0.652,0.955]],[[143,125,102,386,33.659,0.167,0.48],[25,28,25,163,120,0.057,0.104]],[[62,66,70,445,210,0.061,0.259]],[[214,203,186,616,36.429,0.255,0.784]],[[190,200,193,320,138,0.083,0.765],[176,171,152,240,47.5,0.132,0.643]],[[237,232,219,522,43.333,0.333,0.894]],[[249,243,231,493,40,0.6,0.941]],[[156,135,122,326,22.941,0.147,0.545],[47,47,48,211,240,0.011,0.186]],[[136,69,91,463,340.299,0.327,0.402],[144,107,104,254,4.5,0.161,0.486]],[[244,243,240,414,45,0.154,0.949],[176,179,181,214,204,0.033,0.7],[208,209,208,191,120,0.011,0.818]],[[72,75,78,701,210,0.04,0.294]],[[98,90,86,395,20,0.065,0.361],[46,46,48,216,240,0.021,0.184]],[[137,110,125,994,326.667,0.109,0.484]],[[215,204,187,999,36.429,0.259,0.788]],[[188,204,200,987,165,0.136,0.769]],[[242,237,228,865,38.571,0.35,0.922]],[[242,236,221,677,42.857,0.447,0.908]],[[141,123,103,989,31.579,0.156,0.478]],[[143,76,99,753,339.403,0.306,0.429]],[[68,68,70,995,240,0.014,0.271]],[[62,61,65,787,255,0.032,0.247]],[[80,74,74,1000,0,0.039,0.302]],[[143,139,102,1000,54.146,0.167,0.48]],[[215,204,187,490,36.429,0.259,0.788]],[[172,165,146,491,43.846,0.135,0.624],[188,198,191,256,138,0.081,0.757]],[[250,248,242,492,45,0.444,0.965]],[[250,246,232,498,46.667,0.643,0.945]],[[50,47,49,490,320,0.031,0.19],[145,129,114,264,29.032,0.124,0.508]],[[146,120,110,490,16.667,0.142,0.502],[138,67,92,481,338.873,0.346,0.402]],[[248,247,241,490,51.429,0.333,0.959],[169,172,175,458,210,0.036,0.675]],[[83,82,86,509,255,0.024,0.329]],[[92,84,82,490,12,0.057,0.341],[35,39,40,340,192,0.067,0.147]],[[44,46,54,490,228,0.102,0.192],[151,147,107,490,54.545,0.175,0.506]],[[239,232,216,312,41.739,0.418,0.892]],[[141,133,88,240,50.943,0.231,0.449],[11,31,35,194,190,0.522,0.09],[64,71,59,126,95,0.092,0.255]],[[218,218,216,500,60,0.026,0.851]],[[151,105,81,709,20.571,0.302,0.455]],[[218,212,205,756,32.308,0.149,0.829]],[[182,171,166,564,18.75,0.099,0.682]],[[202,205,175,1000,66,0.231,0.745]],[[99,78,74,845,9.6,0.145,0.339]],[[237,233,222,670,44,0.294,0.9]],[[180,140,100,836,30,0.348,0.549]],[[174,146,116,1000,31.034,0.264,0.569]],[[106,104,102,921,30,0.019,0.408]],[[99,76,71,667,10.714,0.165,0.333]],[[230,228,219,426,49.091,0.18,0.88]],[[172,143,110,542,31.935,0.272,0.553]],[[219,204,182,396,35.676,0.339,0.786]],[[169,171,142,502,64.138,0.147,0.614],[130,122,116,71,25.714,0.057,0.482]],[[102,84,84,413,0,0.097,0.365],[81,50,70,130,321.29,0.237,0.257]],[[230,218,198,379,37.5,0.39,0.839]],[[171,152,134,276,29.189,0.18,0.598]],[[174,173,142,692,58.125,0.165,0.62]],[[82,52,51,565,1.935,0.233,0.261]],[[106,91,99,296,328,0.076,0.386]],[[234,229,217,443,42.353,0.288,0.884]],[[155,143,137,529,20,0.083,0.573]],[[230,217,202,253,32.143,0.359,0.847]],[[213,210,203,435,42,0.106,0.816],[125,118,124,2,308.571,0.029,0.476]],[[149,118,100,511,22.041,0.197,0.488]],[[70,48,57,739,335.455,0.186,0.231]],[[166,168,170,444,210,0.023,0.659]],[[238,229,218,468,33,0.37,0.894]],[[134,119,111,605,20.87,0.094,0.48]],[[168,137,104,521,30.938,0.269,0.533]],[[217,204,175,714,41.429,0.356,0.769]],[[154,145,135,512,31.579,0.086,0.567]],[[122,156,153,665,174.706,0.147,0.545]],[[99,73,69,584,8,0.179,0.329]],[[221,221,212,438,60,0.117,0.849]],[[148,103,75,845,23.014,0.327,0.437]],[[172,146,111,901,34.426,0.269,0.555]],[[212,195,173,867,33.846,0.312,0.755]],[[120,101,89,652,23.226,0.148,0.41]],[[227,221,204,555,44.348,0.291,0.845]],[[231,230,221,472,54,0.172,0.886]],[[236,221,190,520,40.435,0.548,0.835]],[[229,228,216,923,55.385,0.2,0.873]],[[122,25,70,991,332.165,0.66,0.288]],[[218,214,199,350,47.368,0.204,0.818]],[[232,210,178,348,35.556,0.54,0.804],[180,116,134,95,343.125,0.299,0.58],[200,153,152,49,1.25,0.304,0.69]],[[174,196,199,740,187.2,0.182,0.731]],[[189,184,148,389,52.683,0.237,0.661]],[[89,74,86,693,312,0.092,0.32]],[[185,181,180,974,12,0.034,0.716]],[[167,132,111,511,22.5,0.241,0.545]],[[221,212,197,673,37.5,0.261,0.82]],[[139,123,116,923,18.261,0.09,0.5]],[[184,175,142,841,47.143,0.228,0.639]],[[69,59,58,700,5.455,0.087,0.249]],[[111,51,58,659,353,0.37,0.318],[134,110,102,47,15,0.136,0.463]],[[130,123,123,423,0,0.028,0.496],[103,91,108,124,282.353,0.085,0.39],[172,169,170,23,340,0.018,0.669]],[[226,208,170,426,40.714,0.491,0.776]],[[172,167,120,720,54.231,0.239,0.573]],[[194,171,147,401,30.638,0.278,0.669]],[[237,237,230,776,60,0.163,0.916]],[[87,72,69,584,10,0.115,0.306]],[[105,40,45,424,355.385,0.448,0.284]],[[115,107,111,352,330,0.036,0.435]],[[183,164,147,402,28.333,0.2,0.647]],[[165,151,140,278,26.4,0.122,0.598]],[[175,142,115,586,27,0.273,0.569]],[[149,104,76,239,23.014,0.324,0.441]],[[217,217,214,549,60,0.038,0.845]],[[144,112,86,317,26.897,0.252,0.451]],[[220,215,207,399,36.923,0.157,0.837]],[[108,50,53,810,356.897,0.367,0.31]],[[149,144,141,834,22.5,0.036,0.569]],[[228,208,171,793,38.947,0.514,0.782]],[[173,167,116,724,53.684,0.258,0.567]],[[181,171,167,838,17.143,0.086,0.682]],[[199,176,152,760,30.638,0.296,0.688]],[[181,172,153,629,40.714,0.159,0.655]],[[237,238,232,958,70,0.15,0.922]],[[70,59,73,607,287.143,0.106,0.259]],[[241,229,208,748,38.182,0.541,0.88]],[[203,197,153,653,52.8,0.325,0.698]],[[176,161,158,421,10,0.102,0.655]],[[239,238,230,644,53.333,0.22,0.92]],[[114,105,117,801,285,0.054,0.435]],[[247,241,226,655,42.857,0.568,0.927]],[[163,156,153,490,18,0.052,0.62]],[[164,162,124,389,57,0.18,0.565]],[[194,189,183,574,32.727,0.083,0.739]],[[176,147,120,933,28.929,0.262,0.58]],[[87,67,60,683,15.556,0.184,0.288]],[[225,213,190,492,39.429,0.368,0.814]],[[234,231,221,705,46.154,0.236,0.892]],[[140,59,71,423,351.111,0.407,0.39]],[[229,213,175,595,42.222,0.509,0.792]],[[212,196,175,453,34.054,0.301,0.759]],[[212,203,181,885,42.581,0.265,0.771]],[[229,228,221,441,52.5,0.133,0.882]],[[102,88,90,264,351.429,0.074,0.373],[77,59,56,183,8.571,0.158,0.261]],[[236,229,214,665,40.909,0.367,0.882]],[[82,67,57,345,24,0.18,0.273]],[[42,37,28,291,38.571,0.2,0.137]],[[232,219,201,350,34.839,0.403,0.849],[171,102,117,11,346.957,0.291,0.535]],[[71,115,144,312,203.836,0.34,0.422]],[[237,229,220,496,31.765,0.321,0.896]],[[241,237,229,717,40,0.3,0.922]],[[240,237,227,545,46.154,0.302,0.916]],[[237,235,226,489,49.091,0.234,0.908]],[[242,240,231,965,49.091,0.297,0.927]],[[214,203,170,769,45,0.349,0.753]],[[186,182,175,760,38.182,0.074,0.708]],[[237,231,215,923,43.636,0.379,0.886]],[[243,242,230,941,55.385,0.351,0.927]],[[154,104,175,971,282.254,0.307,0.547]],[[212,231,233,1000,185.714,0.323,0.873]],[[235,232,172,1000,57.143,0.612,0.798]],[[227,216,200,931,35.556,0.325,0.837]],[[239,231,218,936,37.143,0.396,0.896]],[[245,239,229,1000,37.5,0.444,0.929]],[[142,101,165,333,278.438,0.262,0.522]],[[235,239,235,491,120,0.111,0.929],[245,236,169,225,52.895,0.792,0.812],[225,190,212,20,322.286,0.368,0.814]],[[243,238,228,589,40,0.385,0.924]],[[244,245,234,1000,65.455,0.355,0.939]],[[243,243,237,1000,60,0.2,0.941]],[[82,146,169,574,195.862,0.347,0.492],[196,197,99,127,60.612,0.458,0.58],[112,131,120,50,145.263,0.078,0.476]],[[240,235,227,491,36.923,0.302,0.916]],[[243,242,238,1000,48,0.172,0.943]],[[235,239,176,368,63.81,0.663,0.814]],[[241,241,236,844,60,0.152,0.935]],[[208,211,216,468,217.5,0.093,0.831]],[[220,220,210,713,60,0.125,0.843]],[[229,226,222,435,34.286,0.119,0.884]],[[234,228,230,749,340,0.125,0.906]],[[145,86,135,388,310.169,0.255,0.453]],[[231,218,200,550,34.839,0.392,0.845]],[[228,226,222,507,40,0.1,0.882]],[[213,225,200,555,88.8,0.294,0.833]],[[113,102,104,974,349.091,0.051,0.422]],[[234,220,206,857,30,0.4,0.863]],[[230,219,211,897,25.263,0.275,0.865]],[[203,210,187,378,78.261,0.204,0.778],[236,233,224,5,45,0.24,0.902]],[[224,209,197,321,26.667,0.303,0.825],[112,100,101,215,355,0.057,0.416]],[[226,221,209,433,42.353,0.227,0.853]],[[221,209,193,754,34.286,0.292,0.812]],[[122,85,126,956,294.146,0.194,0.414]],[[206,218,184,1000,81.176,0.315,0.788]],[[235,229,222,608,32.308,0.245,0.896]],[[58,119,146,998,198.409,0.431,0.4]],[[236,234,225,822,49.091,0.224,0.904]],[[219,231,196,545,80.571,0.422,0.837]],[[237,234,228,697,40,0.2,0.912]],[[52,106,138,371,202.326,0.453,0.373]],[[246,240,138,1000,56.667,0.857,0.753]],[[186,55,131,596,325.191,0.544,0.473]],[[220,227,101,709,63.333,0.692,0.643]],[[156,230,232,831,181.579,0.623,0.761]],[[244,237,218,1000,43.846,0.542,0.906]],[[240,225,203,795,35.676,0.552,0.869]],[[233,234,215,695,63.158,0.311,0.88],[165,214,213,84,178.776,0.374,0.743]],[[235,221,202,579,34.545,0.452,0.857],[212,107,150,71,335.429,0.55,0.625],[220,85,82,57,1.304,0.663,0.592]],[[216,177,165,579,14.118,0.395,0.747]],[[239,237,237,620,0,0.059,0.933],[216,214,203,102,50.769,0.143,0.822]],[[242,229,183,727,46.78,0.694,0.833],[187,122,99,5,15.682,0.393,0.561]],[[237,214,218,582,349.565,0.39,0.884],[226,203,172,85,34.444,0.482,0.78]],[[226,228,233,553,222.857,0.137,0.9],[224,207,183,63,35.122,0.398,0.798]],[[240,239,228,733,55,0.286,0.918],[161,162,162,78,180,0.005,0.633],[192,194,190,52,90,0.032,0.753],[94,94,100,48,240,0.031,0.38]],[[242,240,229,738,50.769,0.333,0.924]],[[242,238,227,711,44,0.366,0.92],[172,159,161,75,350.769,0.073,0.649],[196,188,186,52,12,0.078,0.749]],[[93,90,91,551,340,0.016,0.359],[41,42,46,228,228,0.057,0.171]],[[239,239,224,484,60,0.319,0.908],[119,121,123,172,210,0.017,0.475]],[[239,238,224,297,56,0.319,0.908],[121,122,125,170,225,0.016,0.482],[156,157,155,45,90,0.01,0.612],[170,65,89,28,346.286,0.447,0.461]],[[170,147,134,297,21.667,0.175,0.596]],[[203,204,204,369,180,0.01,0.798],[13,38,79,171,217.273,0.717,0.18],[87,68,99,87,276.774,0.186,0.327],[138,104,122,29,328.235,0.14,0.475]],[[241,237,219,501,49.091,0.44,0.902]],[[174,175,178,995,225,0.025,0.69]],[[189,202,226,295,218.919,0.389,0.814]],[[242,200,152,632,32,0.776,0.773]],[[233,220,209,509,27.5,0.353,0.867]],[[240,201,177,783,22.857,0.677,0.818],[247,219,224,4,349.286,0.636,0.914]],[[239,214,210,897,8.276,0.475,0.88]],[[239,227,211,618,34.286,0.467,0.882]],[[234,226,199,280,46.286,0.455,0.849]],[[240,231,210,850,42,0.5,0.882]],[[229,205,187,559,25.714,0.447,0.816]],[[231,219,207,600,30,0.333,0.859]],[[216,177,166,599,13.2,0.391,0.749]],[[238,220,216,550,10.909,0.393,0.89]],[[232,221,195,434,42.162,0.446,0.837]],[[231,219,209,515,27.273,0.314,0.863]],[[84,56,79,984,310.714,0.2,0.275]],[[111,98,89,509,24.545,0.11,0.392]],[[227,209,184,701,34.884,0.434,0.806]],[[51,100,114,869,193.333,0.382,0.324]],[[131,37,45,656,354.894,0.56,0.329]],[[86,44,39,974,6.383,0.376,0.245]],[[237,203,167,840,30.857,0.66,0.792]],[[251,213,111,1000,43.714,0.946,0.71]],[[220,188,167,543,23.774,0.431,0.759]],[[50,58,86,989,226.667,0.265,0.267]],[[220,202,171,573,37.959,0.412,0.767]],[[135,84,124,942,312.941,0.233,0.429]],[[149,69,52,891,10.515,0.483,0.394]],[[242,239,226,835,48.75,0.381,0.918]],[[203,203,203,1000,0,0,0.796]],[[234,205,176,968,30,0.58,0.804]],[[213,172,140,871,26.301,0.465,0.692]],[[241,221,178,729,40.952,0.692,0.822]],[[240,195,156,479,27.857,0.737,0.776]],[[211,187,141,877,39.429,0.443,0.69]],[[238,228,204,950,42.353,0.5,0.867]],[[245,209,169,972,31.579,0.792,0.812]],[[242,238,226,796,45,0.381,0.918]],[[241,226,200,566,38.049,0.594,0.865]],[[217,229,172,763,72.632,0.523,0.786]],[[243,236,226,797,35.294,0.415,0.92]],[[236,227,211,893,38.4,0.397,0.876]],[[230,199,171,686,28.475,0.541,0.786]],[[80,53,54,999,357.778,0.203,0.261]],[[238,200,155,514,32.53,0.709,0.771]],[[219,205,173,474,41.739,0.39,0.769]],[[235,214,176,945,38.644,0.596,0.806]],[[245,236,219,629,39.231,0.565,0.91],[207,159,173,68,342.5,0.333,0.718]],[[243,206,167,422,30.789,0.76,0.804]],[[242,241,230,643,55,0.316,0.925]],[[213,218,167,354,65.882,0.408,0.755],[96,144,143,112,178.75,0.2,0.471],[148,176,153,66,130.714,0.151,0.635]],[[244,241,230,620,47.143,0.389,0.929]],[[239,230,216,562,36.522,0.418,0.892],[182,90,96,76,356.087,0.387,0.533],[209,156,154,71,2.182,0.374,0.712]],[[240,239,220,617,57,0.4,0.902]],[[244,233,211,591,40,0.6,0.892]],[[248,240,231,937,31.765,0.548,0.939]],[[245,203,104,443,42.128,0.876,0.684]],[[244,232,220,570,30,0.522,0.91]],[[243,220,196,651,30.638,0.662,0.861]],[[41,46,73,335,230.625,0.281,0.224],[98,95,103,142,262.5,0.04,0.388],[131,125,122,7,20,0.036,0.496]],[[207,175,149,828,26.897,0.377,0.698]],[[240,227,219,409,22.857,0.412,0.9]],[[242,207,179,408,26.667,0.708,0.825]],[[243,230,207,716,38.333,0.6,0.882]],[[230,231,206,676,62.4,0.342,0.857]],[[245,236,218,614,40,0.574,0.908],[208,163,175,83,344,0.324,0.727]],[[243,187,141,549,27.059,0.81,0.753]],[[246,244,236,848,48,0.357,0.945]],[[215,221,164,301,66.316,0.456,0.755],[35,102,115,46,189.75,0.533,0.294],[106,147,132,42,158.049,0.162,0.496]],[[214,181,172,598,12.857,0.339,0.757]],[[220,226,168,367,66.207,0.5,0.773]],[[238,228,214,540,35,0.414,0.886],[172,68,72,53,357.692,0.433,0.471],[198,130,126,19,3.333,0.387,0.635]],[[228,229,205,407,62.5,0.316,0.851]],[[243,232,213,689,38,0.556,0.894]],[[234,221,199,521,37.714,0.455,0.849]],[[230,206,182,739,30,0.49,0.808]],[[251,209,112,663,41.871,0.946,0.712]],[[39,48,75,505,225,0.316,0.224],[167,154,137,37,34,0.146,0.596]],[[230,213,187,520,36.279,0.462,0.818]],[[238,216,202,312,23.333,0.514,0.863]],[[228,227,221,575,51.429,0.115,0.88],[172,117,138,58,337.091,0.249,0.567]],[[226,217,195,598,42.581,0.348,0.825],[170,184,150,55,84.706,0.193,0.655]],[[235,232,233,359,340,0.07,0.916],[188,212,205,18,162.5,0.218,0.784]],[[231,220,197,608,40.588,0.415,0.839]],[[237,235,236,334,330,0.053,0.925],[208,217,212,77,146.667,0.106,0.833]],[[232,232,200,683,60,0.41,0.847]],[[246,237,231,712,24,0.455,0.935]],[[247,218,199,612,23.75,0.75,0.875]],[[234,234,230,241,60,0.087,0.91],[152,81,110,91,335.493,0.305,0.457]],[[241,229,212,523,35.172,0.509,0.888]],[[227,218,197,384,42,0.349,0.831],[166,182,149,97,89.091,0.184,0.649]],[[70,72,84,427,231.429,0.091,0.302]],[[230,220,199,439,40.645,0.383,0.841]],[[215,215,218,662,240,0.039,0.849]],[[226,214,200,537,32.308,0.31,0.835]],[[54,58,65,414,218.182,0.092,0.233],[175,71,87,119,350.769,0.423,0.482],[223,197,196,92,2.222,0.297,0.822]],[[218,214,209,683,33.333,0.108,0.837],[183,181,181,153,0,0.014,0.714],[141,141,143,55,240,0.009,0.557]],[[229,229,220,719,60,0.148,0.88]],[[246,237,227,528,31.579,0.514,0.927]],[[233,213,204,428,18.621,0.397,0.857]],[[221,228,195,370,72.727,0.379,0.829]],[[236,228,229,346,352.5,0.174,0.91],[211,189,189,1,0,0.2,0.784]],[[233,229,212,346,48.571,0.323,0.873]],[[230,230,220,572,60,0.167,0.882]],[[230,202,209,975,345,0.359,0.847]],[[232,205,213,1000,342.222,0.37,0.857]],[[239,216,202,636,22.703,0.536,0.865]],[[237,217,204,666,23.636,0.478,0.865]],[[244,216,174,490,36,0.761,0.82]],[[247,221,177,565,37.714,0.814,0.831]],[[226,233,199,371,72.353,0.436,0.847]],[[240,228,217,507,28.696,0.434,0.896]],[[238,226,216,725,27.273,0.393,0.89]],[[239,237,226,470,50.769,0.289,0.912]],[[236,226,211,597,36,0.397,0.876]],[[145,169,187,346,205.714,0.236,0.651],[215,204,190,288,33.6,0.238,0.794]],[[245,236,229,630,26.25,0.444,0.929]],[[219,206,189,329,34,0.294,0.8],[158,37,59,217,349.091,0.621,0.382]],[[244,210,183,711,26.557,0.735,0.837]],[[176,149,134,320,21.429,0.21,0.608]],[[248,234,206,679,40,0.75,0.89]],[[228,200,187,488,19.024,0.432,0.814]],[[226,214,198,401,34.286,0.326,0.831],[165,185,197,41,202.5,0.216,0.71]],[[219,205,186,594,34.545,0.314,0.794],[181,97,101,23,357.143,0.362,0.545]],[[219,205,187,528,33.75,0.308,0.796]],[[228,219,205,796,36.522,0.299,0.849]],[[164,188,204,801,204,0.282,0.722]],[[169,61,73,526,353.333,0.47,0.451]],[[180,156,140,824,24,0.211,0.627]],[[72,67,87,471,255,0.13,0.302]],[[113,54,56,419,357.966,0.353,0.327],[139,114,111,261,6.429,0.112,0.49]],[[40,112,125,228,189.176,0.515,0.324],[142,155,149,227,152.308,0.061,0.582]],[[174,175,144,662,61.935,0.162,0.625]],[[213,209,211,418,330,0.045,0.827]],[[237,237,232,557,60,0.122,0.92]],[[137,121,120,392,3.529,0.067,0.504],[91,53,80,211,317.368,0.264,0.282]],[[124,112,103,245,25.714,0.093,0.445]],[[175,165,155,397,30,0.111,0.647]],[[228,222,208,489,42,0.27,0.855]],[[134,107,85,366,26.939,0.224,0.429],[80,63,64,32,356.471,0.119,0.28]],[[169,131,87,340,32.195,0.323,0.502]],[[228,225,225,344,0,0.053,0.888],[200,191,195,3,333.333,0.076,0.767]],[[245,240,230,678,40,0.429,0.931]],[[167,153,139,626,30,0.137,0.6]],[[89,61,87,449,304.286,0.187,0.294]],[[174,154,137,706,27.568,0.186,0.61]],[[68,55,53,722,8,0.124,0.237]],[[234,216,195,428,32.308,0.481,0.841]],[[41,43,55,500,231.429,0.146,0.188]],[[178,176,110,513,58.235,0.306,0.565]],[[94,45,37,500,8.421,0.435,0.257]],[[236,236,232,491,60,0.095,0.918]],[[82,59,78,764,310.435,0.163,0.276]],[[183,161,136,346,31.915,0.246,0.625]],[[144,138,138,502,0,0.026,0.553]],[[233,228,220,490,36.923,0.228,0.888]],[[230,216,198,499,33.75,0.39,0.839]],[[181,142,94,490,33.103,0.37,0.539]],[[176,152,129,653,29.362,0.229,0.598]],[[67,55,61,970,330,0.098,0.239]],[[162,150,138,741,30,0.114,0.588]],[[169,134,88,982,34.074,0.32,0.504]],[[45,94,102,642,188.421,0.388,0.288]],[[181,177,116,1000,56.308,0.305,0.582]],[[216,217,218,952,210,0.026,0.851]],[[243,243,238,1000,60,0.172,0.943]],[[94,65,88,452,312.414,0.182,0.312]],[[67,54,53,996,4.286,0.117,0.235]],[[153,148,145,1000,22.5,0.038,0.584]],[[239,235,225,546,42.857,0.304,0.91]],[[227,215,198,879,35.172,0.341,0.833]],[[188,161,124,621,34.687,0.323,0.612]],[[73,59,58,795,4,0.115,0.257]],[[246,231,214,739,31.875,0.64,0.902]],[[197,177,134,807,40.952,0.352,0.649]],[[34,91,101,345,188.955,0.496,0.265]],[[70,56,53,537,10.588,0.138,0.241]],[[163,154,154,551,0,0.047,0.622]],[[70,55,56,670,356,0.12,0.245],[105,83,70,97,22.286,0.2,0.343]],[[236,219,201,477,30.857,0.479,0.857]],[[197,174,131,648,39.091,0.363,0.643]],[[130,104,93,622,17.838,0.166,0.437]],[[167,66,104,481,337.426,0.433,0.457]],[[189,67,74,577,356.557,0.48,0.502]],[[210,221,194,628,84.444,0.284,0.814]],[[184,156,136,731,25,0.253,0.627]],[[150,120,104,403,20.87,0.181,0.498]],[[239,227,208,740,36.774,0.492,0.876]],[[210,213,175,840,64.737,0.311,0.761]],[[245,235,219,838,36.923,0.565,0.91]],[[234,208,200,561,14.118,0.447,0.851]],[[59,54,55,841,348,0.044,0.222]],[[240,203,181,501,22.373,0.663,0.825]],[[233,214,175,545,40.345,0.569,0.8]],[[182,184,188,755,220,0.043,0.725]],[[247,242,234,1000,36.923,0.448,0.943]],[[229,205,183,469,28.696,0.469,0.808]],[[120,92,84,556,13.333,0.176,0.4]],[[150,54,89,818,338.125,0.471,0.4]],[[169,56,67,656,354.159,0.502,0.441]],[[227,231,213,370,73.333,0.273,0.871]],[[231,218,204,578,31.111,0.36,0.853]],[[226,204,187,497,26.154,0.402,0.81]],[[236,232,229,616,25.714,0.156,0.912]],[[229,202,184,418,24,0.464,0.81]],[[77,59,58,632,3.158,0.141,0.265]],[[197,186,149,240,46.25,0.293,0.678]],[[176,175,179,432,255,0.026,0.694]],[[234,233,231,695,40,0.067,0.912]],[[141,76,93,358,344.308,0.3,0.425]],[[109,93,85,721,20,0.124,0.38]],[[254,248,243,712,27.273,0.846,0.975],[220,164,169,107,354.643,0.444,0.753]],[[218,232,212,777,102,0.303,0.871]],[[238,225,209,681,33.103,0.46,0.876]],[[241,220,183,378,38.276,0.674,0.831]],[[237,176,141,814,21.875,0.727,0.741]],[[201,207,166,570,68.78,0.299,0.731]],[[76,73,73,912,0,0.02,0.292]],[[226,208,186,472,33,0.408,0.808]],[[231,219,204,479,33.333,0.36,0.853]],[[251,248,246,611,24,0.385,0.975],[180,42,105,130,332.609,0.622,0.435]],[[254,252,248,613,40,0.75,0.984],[178,61,66,105,357.436,0.49,0.469],[219,176,171,83,6.25,0.4,0.765]],[[252,248,242,793,36,0.625,0.969]],[[239,196,147,608,31.957,0.742,0.757]],[[77,76,79,646,260,0.019,0.304],[106,108,111,118,216,0.023,0.425]],[[207,212,169,783,66.977,0.333,0.747]],[[229,214,186,654,39.07,0.453,0.814]],[[107,88,79,662,19.286,0.151,0.365]],[[250,244,237,721,32.308,0.565,0.955],[185,10,89,90,332.914,0.897,0.382]],[[200,169,151,617,22.041,0.308,0.688]],[[240,218,199,700,27.805,0.577,0.861]],[[199,171,146,687,28.302,0.321,0.676]],[[235,187,165,663,18.857,0.636,0.784]],[[236,221,203,506,32.727,0.465,0.861]],[[247,226,175,632,42.5,0.818,0.827]],[[251,241,227,724,35,0.75,0.937]],[[245,174,109,805,28.676,0.872,0.694]],[[65,59,55,479,24,0.083,0.235]],[[221,226,185,470,67.317,0.414,0.806]],[[173,178,206,758,230.909,0.252,0.743]],[[249,245,239,796,36,0.455,0.957]],[[209,209,211,713,240,0.022,0.824]],[[248,243,239,768,26.667,0.391,0.955],[164,115,135,41,335.51,0.212,0.547]],[[251,246,235,681,41.25,0.667,0.953],[196,115,112,55,2.143,0.416,0.604]],[[195,175,155,636,30,0.25,0.686]],[[238,200,173,490,24.923,0.657,0.806]],[[245,240,231,735,38.571,0.412,0.933]],[[71,70,73,763,260,0.021,0.28],[97,98,100,39,220,0.015,0.386]],[[229,237,210,559,77.778,0.429,0.876]],[[233,213,197,429,26.667,0.45,0.843]],[[247,245,241,1000,40,0.273,0.957]],[[230,214,209,523,14.286,0.296,0.861]],[[182,61,70,696,355.537,0.498,0.476]],[[248,245,239,627,40,0.391,0.955],[213,222,210,141,105,0.154,0.847]],[[220,203,164,281,41.786,0.444,0.753]],[[250,243,228,637,40.909,0.688,0.937]],[[71,60,55,518,18.75,0.127,0.247]],[[207,200,173,645,47.647,0.262,0.745]],[[227,190,162,340,25.846,0.537,0.763]],[[219,200,182,388,29.189,0.339,0.786]],[[246,244,237,699,46.667,0.333,0.947]],[[230,199,166,472,30.938,0.561,0.776]],[[176,54,52,430,0.968,0.544,0.447]],[[164,146,137,589,20,0.129,0.59]],[[218,200,183,693,29.143,0.321,0.786]],[[240,227,208,503,35.625,0.516,0.878]],[[220,205,167,502,43.019,0.431,0.759]],[[247,238,225,461,35.455,0.579,0.925]],[[210,205,179,980,50.323,0.256,0.763]],[[67,61,58,485,20,0.072,0.245]],[[229,197,172,502,26.316,0.523,0.786]],[[226,214,209,515,17.647,0.227,0.853]],[[227,214,202,577,28.8,0.309,0.841]],[[244,238,227,481,38.824,0.436,0.924]],[[20,27,26,308,171.429,0.149,0.092],[77,79,83,233,220,0.038,0.314]],[[244,239,231,798,36.923,0.371,0.931]],[[208,208,175,762,60,0.26,0.751]],[[229,186,155,273,25.135,0.587,0.753]],[[219,204,199,540,15,0.217,0.82]],[[230,218,207,515,28.696,0.315,0.857]],[[121,117,122,504,288,0.021,0.469]],[[196,198,172,847,64.615,0.186,0.725]],[[189,199,143,600,70.714,0.333,0.671]],[[60,51,44,935,26.25,0.154,0.204]],[[216,170,167,657,3.673,0.386,0.751]],[[105,98,99,569,351.429,0.034,0.398]],[[220,194,171,426,28.163,0.412,0.767]],[[102,14,59,900,329.318,0.759,0.227]],[[220,196,165,416,33.818,0.44,0.755]],[[199,168,153,661,19.565,0.291,0.69]],[[205,195,181,873,35,0.194,0.757]],[[227,220,201,785,43.846,0.317,0.839]],[[227,218,214,692,18.462,0.188,0.865]],[[235,231,214,1000,48.571,0.344,0.88]],[[227,220,214,584,27.692,0.188,0.865]],[[65,67,72,491,222.857,0.051,0.269],[54,41,31,132,26.087,0.271,0.167]],[[216,210,202,575,34.286,0.152,0.82],[146,73,102,122,336.164,0.333,0.429]],[[233,232,220,473,55.385,0.228,0.888]],[[143,67,53,583,9.333,0.459,0.384]],[[165,123,66,727,34.545,0.429,0.453]],[[205,185,195,798,330,0.167,0.765]],[[177,188,197,738,207,0.147,0.733]],[[180,196,182,921,127.5,0.119,0.737]],[[189,196,155,467,70.244,0.258,0.688]],[[227,165,132,282,20.842,0.629,0.704]],[[227,175,148,721,20.506,0.585,0.735]],[[53,49,44,252,33.333,0.093,0.19],[14,39,46,190,193.125,0.533,0.118]],[[229,209,186,742,32.093,0.453,0.814]],[[211,205,195,564,37.5,0.154,0.796],[161,151,150,148,5.455,0.055,0.61],[147,92,111,66,339.273,0.23,0.469]],[[231,217,201,801,32,0.385,0.847]],[[236,231,219,557,42.353,0.309,0.892]],[[228,221,213,590,32,0.217,0.865]],[[156,69,105,659,335.172,0.387,0.441]],[[175,195,156,724,90.769,0.245,0.688]],[[219,220,214,629,70,0.079,0.851]],[[74,73,74,419,300,0.007,0.288],[150,151,155,253,228,0.024,0.598],[211,216,211,38,120,0.06,0.837]],[[136,140,147,449,218.182,0.048,0.555]],[[238,230,216,776,38.182,0.393,0.89]],[[189,93,163,292,316.25,0.421,0.553]],[[231,221,204,739,37.778,0.36,0.853]],[[236,230,211,955,45.6,0.397,0.876]],[[231,229,220,714,49.091,0.186,0.884]],[[103,75,73,870,4,0.17,0.345]],[[220,146,81,620,28.058,0.665,0.59]],[[184,59,68,784,355.68,0.514,0.476]],[[227,221,203,502,45,0.3,0.843]],[[108,34,62,309,337.297,0.521,0.278],[173,100,39,234,27.313,0.632,0.416]],[[229,217,204,266,31.2,0.325,0.849],[171,50,61,235,354.545,0.548,0.433]],[[238,231,215,366,41.739,0.404,0.888]],[[231,218,202,369,33.103,0.377,0.849],[177,75,76,134,359.412,0.405,0.494]],[[82,50,51,452,358.125,0.242,0.259],[191,96,12,80,28.156,0.882,0.398]],[[244,234,216,368,38.571,0.56,0.902]],[[186,136,168,869,321.6,0.266,0.631]],[[185,164,180,823,314.286,0.13,0.684]],[[135,188,194,819,186.102,0.326,0.645]],[[238,213,119,941,47.395,0.778,0.7]],[[227,180,118,625,34.128,0.661,0.676]],[[236,207,153,912,39.036,0.686,0.763]],[[230,214,185,825,38.667,0.474,0.814]],[[232,216,201,828,29.032,0.403,0.849]],[[226,229,210,713,69.474,0.268,0.861]],[[157,156,162,351,250,0.031,0.624]],[[157,156,162,351,250,0.031,0.624]],[[138,81,108,1000,331.579,0.26,0.429]],[[74,87,125,887,224.706,0.256,0.39]],[[56,55,59,944,255,0.035,0.224]],[[124,97,94,471,6,0.138,0.427]],[[177,169,176,960,307.5,0.049,0.678]],[[170,67,75,965,355.34,0.435,0.465]],[[180,156,152,739,8.571,0.157,0.651]],[[239,226,217,683,24.545,0.407,0.894]],[[196,208,216,767,204,0.204,0.808]],[[232,231,227,829,48,0.098,0.9]],[[54,51,53,394,320,0.029,0.206],[97,99,103,98,220,0.03,0.392]],[[250,243,230,572,39,0.667,0.941]],[[207,222,230,414,200.87,0.315,0.857],[199,207,190,15,88.235,0.15,0.778]],[[116,65,95,365,324.706,0.282,0.355]],[[46,47,50,344,225,0.042,0.188]],[[48,49,51,332,220,0.03,0.194],[87,67,57,217,20,0.208,0.282]],[[100,78,73,458,11.111,0.156,0.339]],[[165,65,68,563,358.2,0.435,0.451]],[[168,149,140,704,19.286,0.139,0.604]],[[242,232,215,688,37.778,0.509,0.896]],[[187,202,208,564,197.143,0.183,0.775]],[[239,238,236,1000,40,0.086,0.931]],[[214,174,121,460,34.194,0.531,0.657]],[[214,226,232,578,200,0.281,0.875],[201,204,189,1,72,0.128,0.771]],[[252,243,232,606,33,0.769,0.949],[193,95,97,35,358.776,0.441,0.565]],[[53,50,53,818,300,0.029,0.202]],[[107,84,78,930,12.414,0.157,0.363]],[[170,169,174,734,252,0.03,0.673]],[[253,247,233,787,42,0.833,0.953]],[[204,220,224,706,192,0.244,0.839],[195,200,190,16,90,0.083,0.765]],[[250,249,242,1000,52.5,0.444,0.965]],[[176,175,181,553,250,0.039,0.698]],[[166,66,70,391,357.6,0.431,0.455]],[[254,245,229,614,38.4,0.926,0.947]],[[246,241,235,868,32.727,0.379,0.943]],[[94,72,67,446,11.111,0.168,0.316]],[[236,204,173,626,29.524,0.624,0.802]],[[199,78,82,528,358.017,0.519,0.543]],[[205,139,110,603,18.316,0.487,0.618]],[[247,243,235,731,40,0.429,0.945]],[[172,183,137,431,74.348,0.242,0.627]],[[247,242,238,1000,26.667,0.36,0.951]],[[207,165,121,341,30.698,0.473,0.643]],[[123,71,102,855,324.231,0.268,0.38]],[[59,55,58,751,315,0.035,0.224],[103,76,62,64,20.488,0.248,0.324]],[[110,87,83,762,8.889,0.14,0.378]],[[170,65,70,727,357.143,0.447,0.461]],[[174,151,138,815,21.667,0.182,0.612]],[[251,246,234,810,42.353,0.68,0.951]],[[250,246,239,833,38.182,0.524,0.959]],[[242,226,184,649,43.448,0.69,0.835]],[[240,236,228,658,40,0.286,0.918],[187,205,211,71,195,0.214,0.78]],[[238,236,227,654,49.091,0.244,0.912]],[[79,48,50,755,356.129,0.244,0.249]],[[236,225,214,441,30,0.367,0.882]],[[233,233,231,742,60,0.043,0.91],[177,179,180,28,200,0.02,0.7]],[[231,219,211,669,24,0.294,0.867]],[[103,55,99,594,305,0.304,0.31]],[[228,216,207,717,25.714,0.28,0.853]],[[126,99,91,343,13.714,0.161,0.425]],[[235,231,228,531,25.714,0.149,0.908]],[[104,57,104,417,300,0.292,0.316]],[[221,212,199,371,35.455,0.244,0.824]],[[230,225,221,335,26.667,0.153,0.884]],[[229,219,208,779,31.429,0.288,0.857]],[[229,225,222,439,25.714,0.119,0.884]],[[209,142,105,349,21.346,0.531,0.616]],[[103,75,74,427,2.069,0.164,0.347]],[[246,241,235,639,32.727,0.379,0.943]],[[209,138,103,330,19.811,0.535,0.612]],[[93,68,74,349,345.6,0.155,0.316],[145,101,81,182,18.75,0.283,0.443]],[[234,232,231,885,20,0.067,0.912]],[[176,74,75,684,359.412,0.408,0.49]],[[158,135,129,445,12.414,0.13,0.563]],[[247,241,231,788,37.5,0.5,0.937]],[[149,66,68,673,358.554,0.386,0.422]],[[152,129,125,668,8.889,0.116,0.543]],[[246,239,229,806,35.294,0.486,0.931]],[[74,71,73,634,320,0.021,0.284],[111,108,95,116,48.75,0.078,0.404],[152,152,152,86,0,0,0.596]],[[248,232,84,620,54.146,0.921,0.651],[207,89,77,79,5.538,0.575,0.557]],[[241,239,242,594,280,0.103,0.943],[167,157,164,105,318,0.054,0.635],[213,206,205,101,7.5,0.087,0.82]],[[53,51,50,913,20,0.029,0.202]],[[169,171,175,667,220,0.036,0.675]],[[232,215,151,561,47.407,0.638,0.751]],[[213,202,196,834,21.176,0.168,0.802]],[[232,229,228,572,15,0.08,0.902]],[[236,233,229,921,34.286,0.156,0.912]],[[186,168,164,900,10.909,0.137,0.686]],[[234,229,221,432,36.923,0.236,0.892]],[[83,130,97,304,137.872,0.221,0.418],[178,163,153,265,24,0.14,0.649]],[[117,111,112,1000,350,0.026,0.447]],[[49,50,53,1000,225,0.039,0.2]],[[235,228,220,811,32,0.273,0.892]],[[241,241,241,1000,0,0,0.945]],[[105,99,103,864,320,0.029,0.4]],[[61,57,58,780,345,0.034,0.231],[99,99,103,65,240,0.02,0.396]],[[236,227,218,650,30,0.321,0.89]],[[246,246,244,1000,60,0.1,0.961]],[[109,101,102,867,352.5,0.038,0.412]],[[244,243,241,1000,40,0.12,0.951]],[[157,65,68,399,358.043,0.414,0.435]],[[147,123,116,999,13.548,0.126,0.516]],[[123,115,119,999,330,0.034,0.467]],[[123,102,137,742,276,0.146,0.469]],[[164,84,139,701,318.75,0.323,0.486]],[[220,205,194,826,25.385,0.271,0.812]],[[226,210,200,762,23.077,0.31,0.835]],[[232,231,228,1000,45,0.08,0.902]],[[92,149,13,306,85.147,0.84,0.318],[69,89,99,123,200,0.179,0.329],[146,109,13,43,43.308,0.836,0.312],[65,132,71,9,125.373,0.34,0.386]],[[157,210,226,345,193.913,0.543,0.751],[209,209,225,190,240,0.211,0.851]],[[79,81,85,509,220,0.037,0.322]],[[107,78,120,454,281.429,0.212,0.388]],[[232,215,209,474,15.652,0.333,0.865]],[[236,234,232,708,30,0.095,0.918]],[[219,222,184,589,64.737,0.365,0.796]],[[185,132,100,621,22.588,0.378,0.559]],[[103,82,77,890,11.538,0.144,0.353]],[[89,66,68,549,354.783,0.148,0.304]],[[234,225,220,524,21.429,0.25,0.89]],[[234,225,220,524,21.429,0.25,0.89]],[[238,236,234,1000,30,0.105,0.925]],[[238,236,234,1000,30,0.105,0.925]],[[56,53,58,716,276,0.045,0.218],[91,91,99,63,240,0.042,0.373]],[[227,219,208,539,34.737,0.253,0.853]],[[238,237,238,695,300,0.029,0.931],[206,206,209,122,240,0.032,0.814]],[[55,55,58,744,240,0.027,0.222]],[[120,109,112,519,343.636,0.048,0.449]],[[235,217,209,435,18.462,0.394,0.871]],[[237,234,231,764,30,0.143,0.918]],[[231,220,211,335,27,0.294,0.867]],[[94,138,93,312,118.667,0.195,0.453],[152,169,98,238,74.366,0.292,0.524],[178,166,148,147,36,0.163,0.639]],[[227,227,221,338,60,0.097,0.878],[162,165,167,165,204,0.028,0.645]],[[78,78,80,451,240,0.013,0.31]],[[118,81,76,658,7.143,0.216,0.38]],[[239,231,211,851,42.857,0.467,0.882]],[[245,244,233,925,55,0.375,0.937]],[[82,67,60,712,19.091,0.155,0.278],[210,212,209,70,100,0.034,0.825]],[[236,235,227,654,53.333,0.191,0.908],[92,97,101,87,206.667,0.047,0.378],[167,173,162,70,92.727,0.063,0.657]],[[244,242,230,660,51.429,0.389,0.929],[170,154,158,77,345,0.086,0.635],[140,129,127,56,9.231,0.053,0.524]],[[212,210,204,685,45,0.085,0.816],[31,85,148,85,212.308,0.654,0.351]],[[94,97,101,302,214.286,0.036,0.382],[185,179,172,284,32.308,0.085,0.7]],[[169,177,115,355,67.742,0.284,0.573],[110,96,92,174,13.333,0.089,0.396]],[[198,194,189,682,33.333,0.073,0.759],[196,152,169,47,336.818,0.272,0.682]],[[215,200,175,736,37.5,0.333,0.765]],[[245,246,236,728,66,0.357,0.945],[208,215,213,80,162.857,0.08,0.829],[159,165,169,55,204,0.055,0.643]],[[93,94,100,289,231.429,0.036,0.378],[178,200,204,189,189.231,0.203,0.749]],[[116,56,86,433,330,0.349,0.337],[204,117,104,121,7.8,0.495,0.604]],[[80,58,59,396,357.273,0.159,0.271],[105,89,88,230,3.529,0.088,0.378],[243,239,225,86,46.667,0.429,0.918]],[[173,49,98,635,336.29,0.559,0.435],[197,105,103,9,1.277,0.448,0.588]],[[250,242,229,863,37.143,0.677,0.939],[101,81,82,13,357,0.11,0.357]],[[203,196,185,865,36.667,0.148,0.761],[161,171,169,41,168,0.056,0.651],[105,110,114,10,206.667,0.041,0.429]],[[168,98,79,609,12.809,0.36,0.484]],[[168,45,92,838,337.073,0.577,0.418]],[[207,89,135,903,336.61,0.551,0.58]],[[201,194,182,691,37.895,0.15,0.751]],[[112,88,85,407,6.667,0.137,0.386]],[[205,182,168,290,22.703,0.27,0.731]],[[146,83,110,481,334.286,0.275,0.449]],[[219,208,203,484,18.75,0.182,0.827],[239,232,234,229,342.857,0.179,0.924]],[[243,236,230,410,27.692,0.351,0.927]],[[111,92,92,638,0,0.094,0.398]],[[222,207,201,539,17.143,0.241,0.829]],[[169,158,162,665,338.182,0.06,0.641]],[[124,106,118,592,320,0.078,0.451]],[[169,144,139,810,10,0.149,0.604]],[[232,222,224,481,348,0.179,0.89]],[[214,206,203,788,16.364,0.118,0.818]],[[245,244,241,1000,45,0.167,0.953]],[[236,225,215,522,28.571,0.356,0.884]],[[241,235,232,905,20,0.243,0.927]],[[105,88,85,459,9,0.105,0.373]],[[167,153,156,653,347.143,0.074,0.627]],[[116,98,107,501,330,0.084,0.42]],[[156,139,133,587,15.652,0.104,0.567]],[[244,241,241,967,0,0.12,0.951]],[[239,232,230,660,13.333,0.22,0.92]],[[88,66,62,579,9.231,0.173,0.294]],[[189,165,147,668,25.714,0.241,0.659]],[[147,130,122,644,19.2,0.104,0.527]],[[229,221,215,693,25.714,0.212,0.871]],[[162,156,125,520,50.27,0.166,0.563]],[[231,215,197,811,31.765,0.415,0.839]],[[41,50,72,931,222.581,0.274,0.222]],[[211,198,188,577,26.087,0.207,0.782]],[[227,188,114,635,39.292,0.669,0.669]],[[116,53,87,775,327.619,0.373,0.331]],[[242,237,228,738,38.571,0.35,0.922]],[[240,230,226,519,17.143,0.318,0.914]],[[174,164,135,550,44.615,0.194,0.606]],[[240,221,204,731,28.333,0.545,0.871]],[[79,86,105,706,223.846,0.141,0.361]],[[93,70,69,825,2.5,0.148,0.318]],[[152,132,123,916,18.621,0.123,0.539]],[[131,68,98,628,331.429,0.317,0.39]],[[237,226,216,850,28.571,0.368,0.888]],[[157,150,117,648,49.5,0.169,0.537]],[[239,235,226,900,41.538,0.289,0.912]],[[240,225,212,509,27.857,0.483,0.886]],[[220,205,199,902,17.143,0.231,0.822]],[[173,152,143,899,18,0.155,0.62]],[[119,102,100,684,6.316,0.087,0.429]],[[226,190,132,607,37.021,0.618,0.702]],[[171,158,161,443,346.154,0.072,0.645]],[[132,114,130,767,306.667,0.073,0.482]],[[152,91,121,610,330.492,0.251,0.476]],[[237,230,227,778,18,0.217,0.91]],[[226,218,214,643,20,0.171,0.863]],[[241,239,238,1000,20,0.097,0.939]],[[247,240,232,1000,32,0.484,0.939]],[[233,221,211,730,27.273,0.333,0.871]],[[243,237,231,658,30,0.333,0.929],[134,122,122,11,0,0.047,0.502]],[[241,226,213,632,27.857,0.5,0.89],[184,143,148,71,352.683,0.224,0.641]],[[243,230,219,640,27.5,0.5,0.906],[215,99,106,54,356.379,0.592,0.616]],[[241,231,217,706,35,0.462,0.898]],[[235,225,213,497,32.727,0.355,0.878]],[[150,126,150,695,300,0.103,0.541],[243,225,228,75,350,0.429,0.918]],[[78,47,34,611,17.727,0.393,0.22]],[[188,179,141,773,48.511,0.26,0.645]],[[247,243,231,858,45,0.5,0.937],[175,178,178,36,180,0.019,0.692]],[[248,243,211,924,51.892,0.725,0.9]],[[246,236,218,830,38.571,0.609,0.91]],[[248,242,229,914,41.053,0.576,0.935]],[[171,166,165,812,10,0.034,0.659]],[[250,227,235,801,339.13,0.697,0.935]],[[247,245,209,899,56.842,0.704,0.894]],[[248,245,233,848,48,0.517,0.943],[208,218,212,37,144,0.119,0.835]],[[246,237,220,659,39.231,0.591,0.914]],[[246,244,236,945,48,0.357,0.945]],[[227,223,222,388,12,0.082,0.88],[187,184,186,48,320,0.022,0.727]],[[135,115,138,453,292.174,0.091,0.496]],[[198,143,168,997,332.727,0.325,0.669]],[[156,155,120,496,58.333,0.154,0.541]],[[46,36,37,533,354,0.122,0.161]],[[128,139,159,355,218.71,0.139,0.563]],[[227,217,148,515,52.405,0.585,0.735]],[[233,219,194,461,38.462,0.47,0.837]],[[240,232,221,705,34.737,0.388,0.904]],[[172,165,164,732,7.5,0.046,0.659]],[[219,184,194,421,342.857,0.327,0.79]],[[185,178,140,663,50.667,0.243,0.637]],[[243,239,225,442,46.667,0.429,0.918],[168,174,175,70,188.571,0.042,0.673]],[[243,236,196,544,51.064,0.662,0.861]],[[234,221,198,658,38.333,0.462,0.847]],[[243,238,228,698,40,0.385,0.924]],[[174,169,165,621,26.667,0.053,0.665]],[[221,215,164,567,53.684,0.456,0.755]],[[237,233,218,947,47.368,0.345,0.892]],[[237,231,222,544,36,0.294,0.9]],[[137,118,140,1000,291.818,0.087,0.506]],[[247,222,229,748,343.2,0.61,0.92]],[[83,58,48,997,17.143,0.267,0.257]],[[245,244,203,1000,58.571,0.677,0.878]],[[245,236,220,875,38.4,0.556,0.912]],[[209,225,236,649,204.444,0.415,0.873]],[[242,230,158,523,51.429,0.764,0.784]],[[233,220,200,897,36.364,0.429,0.849]],[[247,244,233,1000,47.143,0.467,0.941]],[[151,151,151,1000,0,0,0.592]],[[142,124,142,571,300,0.074,0.522]],[[207,156,182,511,329.412,0.347,0.712]],[[137,102,90,667,15.319,0.207,0.445]],[[165,171,139,768,71.25,0.16,0.608]],[[55,49,54,991,310,0.058,0.204]],[[140,150,170,831,220,0.15,0.608]],[[230,216,195,795,36,0.412,0.833]],[[239,234,220,882,44.211,0.373,0.9]],[[154,154,154,640,0,0,0.604]],[[184,93,117,529,344.176,0.391,0.543]],[[84,78,77,1000,8.571,0.043,0.316]],[[93,69,56,527,21.081,0.248,0.292]],[[146,135,108,1000,42.632,0.15,0.498]],[[72,60,57,843,12,0.116,0.253]],[[227,213,189,780,37.895,0.404,0.816]],[[149,123,66,902,41.205,0.386,0.422]],[[115,41,60,996,344.595,0.474,0.306]],[[239,201,200,1000,1.538,0.549,0.861]],[[144,93,52,649,26.739,0.469,0.384]],[[161,140,42,545,49.412,0.586,0.398]],[[210,206,179,1000,52.258,0.256,0.763]],[[200,200,198,994,60,0.018,0.78]],[[233,222,202,724,38.71,0.413,0.853]],[[240,235,222,744,43.333,0.375,0.906]],[[113,41,56,642,347.5,0.468,0.302]],[[71,67,61,440,36,0.076,0.259]],[[169,149,42,649,50.551,0.602,0.414]],[[175,172,143,656,54.375,0.167,0.624]],[[247,243,231,652,45,0.5,0.937]],[[250,247,235,930,48,0.6,0.951]],[[205,173,175,578,356.25,0.242,0.741]],[[87,61,48,376,20,0.289,0.265],[198,181,84,256,51.053,0.5,0.553]],[[73,62,54,394,25.263,0.15,0.249]],[[179,179,177,587,60,0.013,0.698],[147,151,154,81,205.714,0.033,0.59]],[[218,204,181,612,37.297,0.333,0.782]],[[247,240,228,753,37.895,0.543,0.931]],[[150,46,72,1000,345,0.531,0.384]],[[58,58,58,996,0,0,0.227]],[[110,89,76,950,22.941,0.183,0.365]],[[205,194,175,767,38,0.231,0.745]],[[162,163,167,477,228,0.028,0.645]],[[234,225,214,508,33,0.323,0.878]],[[145,85,116,1000,329,0.261,0.451]],[[202,189,155,666,43.404,0.307,0.7]],[[86,111,134,968,208.75,0.218,0.431]],[[232,162,88,632,30.833,0.758,0.627]],[[185,165,99,737,46.047,0.381,0.557]],[[163,199,217,667,200,0.415,0.745]],[[217,209,186,991,44.516,0.29,0.79]],[[202,200,196,966,40,0.054,0.78]],[[231,226,219,612,35,0.2,0.882]],[[116,28,54,492,342.273,0.611,0.282]],[[44,43,42,713,30,0.023,0.169]],[[105,87,77,434,21.429,0.154,0.357],[125,129,131,12,200,0.024,0.502]],[[221,214,196,316,43.2,0.269,0.818]],[[209,209,207,707,60,0.021,0.816]],[[236,232,226,485,36,0.208,0.906]],[[154,45,73,367,344.587,0.548,0.39],[218,148,77,91,30.213,0.656,0.578]],[[107,100,88,290,37.895,0.097,0.382]],[[118,92,80,393,18.947,0.192,0.388],[152,159,166,137,210,0.073,0.624],[130,129,132,2,260,0.012,0.512]],[[216,203,183,380,36.364,0.297,0.782]],[[170,172,171,520,150,0.012,0.671],[204,205,201,234,75,0.038,0.796]],[[227,219,210,384,31.765,0.233,0.857]],[[230,228,229,487,330,0.038,0.898]],[[227,215,199,432,34.286,0.333,0.835]],[[202,209,183,585,76.154,0.22,0.769]],[[244,230,215,423,31.034,0.569,0.9]],[[173,175,160,382,68,0.086,0.657],[210,201,204,96,340,0.091,0.806],[200,154,115,36,27.529,0.436,0.618]],[[171,150,139,826,20.625,0.16,0.608]],[[207,178,144,978,32.381,0.396,0.688]],[[218,198,175,790,32.093,0.368,0.771]],[[115,69,86,774,337.826,0.25,0.361]],[[228,216,205,693,28.696,0.299,0.849]],[[189,154,110,415,33.418,0.374,0.586]],[[119,107,104,495,12,0.067,0.437]],[[237,232,230,572,17.143,0.163,0.916]],[[61,55,59,574,320,0.052,0.227],[105,99,84,151,42.857,0.111,0.371]],[[228,221,205,406,41.739,0.299,0.849]],[[138,81,53,682,19.765,0.445,0.375]],[[70,56,71,697,296,0.118,0.249],[86,76,102,211,263.077,0.146,0.349]],[[139,137,90,695,57.551,0.214,0.449]],[[198,212,170,939,80,0.328,0.749]],[[200,169,144,880,26.786,0.337,0.675]],[[80,72,71,928,6.667,0.06,0.296]],[[227,202,177,748,30,0.472,0.792]],[[234,227,220,683,30,0.25,0.89]],[[240,208,166,860,34.054,0.712,0.796]],[[217,220,186,741,65.294,0.327,0.796]],[[236,218,178,839,41.379,0.604,0.812]],[[180,135,147,884,344,0.231,0.618]],[[240,209,194,627,19.565,0.605,0.851]],[[153,151,151,788,0,0.01,0.596]],[[216,169,199,846,321.702,0.376,0.755]],[[145,100,131,632,318.667,0.184,0.48]],[[174,148,188,749,279,0.23,0.659]],[[231,219,208,835,28.696,0.324,0.861]],[[167,151,122,622,38.667,0.204,0.567]],[[155,153,151,649,30,0.02,0.6]],[[149,134,125,562,22.5,0.102,0.537]],[[176,145,112,711,30.938,0.288,0.565]],[[89,70,83,623,318.947,0.119,0.312],[106,98,119,155,262.857,0.097,0.425]],[[157,155,154,376,20,0.015,0.61]],[[91,79,92,573,295.385,0.076,0.335],[153,136,122,126,27.097,0.132,0.539]],[[242,237,235,635,17.143,0.212,0.935]],[[47,47,51,679,240,0.041,0.192]],[[242,221,200,877,30,0.618,0.867]],[[156,144,114,688,42.857,0.175,0.529]],[[155,146,97,589,50.69,0.23,0.494]],[[93,82,90,753,316.364,0.063,0.343]],[[242,242,242,1000,0,0,0.949]],[[51,54,58,999,214.286,0.064,0.214]],[[85,75,77,1000,348,0.062,0.314]],[[241,235,226,813,36,0.349,0.916]],[[176,97,62,547,18.421,0.479,0.467]],[[157,144,135,611,24.545,0.101,0.573]],[[168,138,100,894,33.529,0.281,0.525]],[[92,72,88,766,312,0.122,0.322]],[[152,145,141,966,21.818,0.051,0.575]],[[114,55,87,984,327.458,0.349,0.331]],[[201,184,170,990,27.097,0.223,0.727]],[[38,48,67,975,219.31,0.276,0.206]],[[230,210,187,300,32.093,0.462,0.818]],[[50,49,51,319,270,0.02,0.196],[155,133,101,253,35.556,0.213,0.502]],[[118,60,91,307,327.931,0.326,0.349],[127,105,128,1,297.391,0.099,0.457]],[[199,186,173,367,30,0.188,0.729]],[[13,35,50,288,204.324,0.587,0.124],[110,97,94,223,11.25,0.078,0.4]],[[228,218,207,446,31.429,0.28,0.853]],[[185,166,143,351,32.857,0.231,0.643]],[[227,208,185,344,32.857,0.429,0.808]],[[241,237,234,761,25.714,0.2,0.931]],[[46,47,46,777,120,0.011,0.182]],[[122,80,108,387,320,0.208,0.396]],[[200,185,168,503,31.875,0.225,0.722]],[[80,78,83,230,264,0.031,0.316],[46,56,68,177,212.727,0.193,0.224]],[[114,106,102,565,20,0.056,0.424],[9,37,60,144,207.059,0.739,0.135]],[[140,230,233,427,181.935,0.679,0.731],[217,212,222,88,270,0.132,0.851],[129,61,105,87,321.176,0.358,0.373]],[[231,40,148,292,326.073,0.799,0.531],[163,152,164,240,295,0.062,0.62]],[[143,226,230,489,182.759,0.635,0.731]],[[241,50,155,369,327.016,0.872,0.571]],[[225,227,223,367,90,0.067,0.882],[167,169,174,249,222.857,0.041,0.669],[7,94,113,102,190.755,0.883,0.235]],[[242,215,178,310,34.688,0.711,0.824]],[[177,87,189,371,292.941,0.436,0.541]],[[234,234,237,468,240,0.077,0.924]],[[198,117,89,461,15.413,0.489,0.563]],[[217,188,166,356,25.882,0.402,0.751]],[[196,205,153,431,70.385,0.342,0.702]],[[207,179,136,650,36.338,0.425,0.673]],[[50,46,50,741,300,0.042,0.188],[212,189,13,39,53.065,0.884,0.441]],[[220,164,120,338,26.4,0.588,0.667]],[[208,185,167,591,26.341,0.304,0.735]],[[229,227,228,311,330,0.037,0.894],[162,162,170,282,240,0.045,0.651],[1,93,113,261,190.714,0.982,0.224]],[[238,211,173,322,35.077,0.657,0.806],[104,110,41,290,65.217,0.457,0.296]],[[4,100,116,926,188.571,0.933,0.235]],[[166,164,171,856,257.143,0.04,0.657]],[[195,85,193,614,301.091,0.478,0.549]],[[228,166,228,1000,300,0.534,0.773]],[[246,57,170,996,324.127,0.913,0.594]],[[237,202,181,615,22.5,0.609,0.82]],[[114,111,113,416,320,0.013,0.441],[139,139,142,278,240,0.013,0.551]],[[247,208,7,1000,50.25,0.945,0.498]],[[239,238,236,1000,40,0.086,0.931]],[[242,202,171,642,26.197,0.732,0.81]],[[112,222,226,567,182.105,0.663,0.663]],[[237,217,199,532,28.421,0.514,0.855]],[[154,151,157,790,270,0.03,0.604]],[[214,218,180,482,66.316,0.339,0.78]],[[144,86,69,368,13.6,0.352,0.418]],[[177,76,83,906,355.842,0.399,0.496]],[[234,219,202,491,31.875,0.432,0.855]],[[196,174,171,639,7.2,0.175,0.72]],[[236,227,218,499,30,0.321,0.89]],[[226,212,200,490,27.692,0.31,0.835]],[[122,100,92,548,16,0.14,0.42]],[[185,207,124,642,75.904,0.464,0.649]],[[185,207,124,642,75.904,0.464,0.649]],[[158,45,58,489,353.097,0.557,0.398]],[[158,45,58,489,353.097,0.557,0.398]],[[39,42,46,721,214.286,0.082,0.167],[4,7,7,167,180,0.273,0.022]],[[39,42,46,721,214.286,0.082,0.167],[4,7,7,167,180,0.273,0.022]],[[235,233,227,744,45,0.167,0.906]],[[235,233,227,744,45,0.167,0.906]],[[227,208,190,397,29.189,0.398,0.818]],[[210,214,219,528,213.333,0.111,0.841]],[[238,220,204,542,28.235,0.5,0.867]],[[227,228,197,399,61.935,0.365,0.833]],[[244,238,227,611,38.824,0.436,0.924]],[[228,234,207,363,73.333,0.391,0.865],[198,79,91,39,353.95,0.511,0.543],[46,103,161,33,210.261,0.556,0.406]],[[77,56,51,233,11.538,0.203,0.251],[44,76,92,163,200,0.353,0.267]],[[77,56,51,233,11.538,0.203,0.251],[44,76,92,163,200,0.353,0.267]],[[154,88,119,270,331.818,0.273,0.475],[32,24,41,138,268.235,0.262,0.127]],[[237,235,232,679,36,0.122,0.92]],[[237,235,232,679,36,0.122,0.92]],[[219,209,202,496,24.706,0.191,0.825]],[[219,209,202,496,24.706,0.191,0.825]],[[176,195,202,484,196.154,0.197,0.741],[151,152,160,59,233.333,0.045,0.61],[120,97,106,44,336.522,0.106,0.425]],[[183,188,195,494,215,0.091,0.741]],[[233,232,229,697,45,0.083,0.906]],[[242,238,228,699,42.857,0.35,0.922]],[[180,197,205,698,199.2,0.2,0.755],[141,141,144,60,240,0.013,0.559],[121,115,117,58,340,0.025,0.463]],[[183,189,197,515,214.286,0.108,0.745]],[[227,225,222,384,36,0.082,0.88]],[[133,51,72,410,344.634,0.446,0.361],[142,113,107,161,10.286,0.141,0.488]],[[241,239,235,333,40,0.176,0.933]],[[241,239,235,333,40,0.176,0.933]],[[201,183,166,294,29.143,0.245,0.72]],[[186,221,229,879,191.163,0.453,0.814]],[[213,226,170,894,73.929,0.491,0.776]],[[131,62,73,895,350.435,0.358,0.378]],[[61,60,65,681,252,0.04,0.245]],[[244,244,244,1000,0,0,0.957]],[[222,205,192,395,26,0.313,0.812]],[[236,225,214,689,30,0.367,0.882]],[[236,225,214,689,30,0.367,0.882]],[[78,61,59,928,6.316,0.139,0.269]],[[78,61,59,928,6.316,0.139,0.269]],[[231,233,170,435,61.905,0.589,0.79]],[[231,233,170,435,61.905,0.589,0.79]],[[181,52,61,373,355.814,0.554,0.457],[222,208,199,349,23.478,0.258,0.825]],[[181,52,61,373,355.814,0.554,0.457],[222,208,199,349,23.478,0.258,0.825]],[[2,6,10,450,210,0.667,0.024]],[[235,229,218,455,38.824,0.298,0.888]],[[135,41,59,454,348.511,0.534,0.345]],[[108,107,113,332,250,0.027,0.431]],[[228,217,206,435,30,0.289,0.851]],[[177,198,206,957,196.552,0.228,0.751]],[[185,189,196,744,218.182,0.085,0.747]],[[231,228,227,652,15,0.077,0.898]],[[220,211,207,767,18.462,0.157,0.837]],[[233,229,220,662,41.538,0.228,0.888]],[[194,212,221,480,200,0.284,0.814]],[[216,226,178,570,72.5,0.453,0.792]],[[143,56,68,776,351.724,0.437,0.39]],[[182,182,187,785,240,0.035,0.724]],[[238,237,235,1000,40,0.081,0.927]],[[231,220,209,545,30,0.314,0.863]],[[98,82,77,515,14.286,0.12,0.343]],[[67,61,68,425,291.429,0.054,0.253]],[[67,61,68,425,291.429,0.054,0.253]],[[225,221,219,403,20,0.091,0.871]],[[225,221,219,403,20,0.091,0.871]],[[188,173,162,486,25.385,0.163,0.686]],[[188,173,162,486,25.385,0.163,0.686]],[[146,104,116,806,342.857,0.168,0.49]],[[146,104,116,806,342.857,0.168,0.49]],[[118,100,101,517,356.667,0.083,0.427]],[[147,50,57,647,355.67,0.492,0.386],[108,58,53,96,5.455,0.342,0.316]],[[190,174,167,563,18.261,0.15,0.7]],[[49,50,53,704,225,0.039,0.2],[92,98,100,21,195,0.042,0.376]],[[49,50,53,704,225,0.039,0.2],[92,98,100,21,195,0.042,0.376]],[[221,212,205,557,26.25,0.19,0.835]],[[94,70,65,416,10.345,0.182,0.312]],[[94,70,65,416,10.345,0.182,0.312]],[[88,71,68,496,9,0.128,0.306],[115,94,100,71,342.857,0.1,0.41]],[[239,235,231,432,30,0.2,0.922]],[[239,235,231,432,30,0.2,0.922]],[[187,154,144,866,13.953,0.24,0.649]],[[222,211,203,514,25.263,0.224,0.833]],[[222,211,203,514,25.263,0.224,0.833]],[[232,230,230,969,0,0.042,0.906]],[[232,230,230,969,0,0.042,0.906]],[[234,214,187,950,34.468,0.528,0.825]],[[229,221,211,763,33.333,0.257,0.863]],[[236,216,188,466,35,0.558,0.831]],[[228,219,212,437,26.25,0.229,0.863]],[[177,149,133,995,21.818,0.22,0.608]],[[229,220,212,658,28.235,0.246,0.865]],[[168,43,58,395,352.8,0.592,0.414],[228,215,208,308,21,0.27,0.855]],[[173,147,133,414,21,0.196,0.6]],[[229,219,209,615,30,0.278,0.859]],[[232,227,220,680,35,0.207,0.886]],[[225,114,154,273,338.378,0.649,0.665]],[[252,208,140,308,36.429,0.949,0.769]],[[253,246,206,305,51.064,0.922,0.9]],[[91,66,87,362,309.6,0.159,0.308]],[[221,208,195,476,30,0.277,0.816]],[[130,102,90,560,18,0.182,0.431]],[[217,195,184,470,20,0.303,0.786]],[[207,200,149,662,52.759,0.377,0.698]],[[228,205,187,679,26.341,0.432,0.814]],[[207,202,155,448,54.231,0.351,0.71]],[[235,232,230,560,24,0.111,0.912],[162,160,164,114,270,0.022,0.635],[193,190,192,43,320,0.024,0.751]],[[233,228,226,379,17.143,0.137,0.9],[85,74,75,18,354.545,0.069,0.312]],[[216,205,197,811,25.263,0.196,0.81]],[[232,229,227,530,24,0.098,0.9]],[[203,201,203,986,300,0.019,0.792]],[[207,213,168,704,68,0.349,0.747]],[[225,207,186,582,32.308,0.394,0.806]],[[225,207,186,582,32.308,0.394,0.806]],[[235,231,228,456,25.714,0.149,0.908]],[[235,231,228,456,25.714,0.149,0.908]],[[227,212,209,543,10,0.243,0.855]],[[108,85,75,490,18.182,0.18,0.359]],[[232,221,216,664,18.75,0.258,0.878]],[[238,234,226,319,40,0.261,0.91]],[[238,234,226,319,40,0.261,0.91]],[[237,233,232,388,12,0.122,0.92],[185,23,58,118,347.037,0.779,0.408],[27,58,120,105,220,0.633,0.288],[183,171,181,67,310,0.077,0.694]],[[237,233,232,388,12,0.122,0.92],[185,23,58,118,347.037,0.779,0.408],[27,58,120,105,220,0.633,0.288],[183,171,181,67,310,0.077,0.694]],[[232,218,200,770,33.75,0.41,0.847]],[[231,221,207,538,35,0.333,0.859]],[[213,214,179,385,61.714,0.299,0.771],[220,225,220,72,120,0.077,0.873]],[[213,214,179,385,61.714,0.299,0.771],[220,225,220,72,120,0.077,0.873]],[[231,225,218,339,32.308,0.213,0.88],[61,74,126,234,228,0.348,0.367],[167,153,159,113,334.286,0.074,0.627]],[[231,225,218,339,32.308,0.213,0.88],[61,74,126,234,228,0.348,0.367],[167,153,159,113,334.286,0.074,0.627]],[[133,103,91,678,17.143,0.188,0.439]],[[229,214,203,759,25.385,0.333,0.847]],[[208,213,168,887,66.667,0.349,0.747]],[[208,213,168,887,66.667,0.349,0.747]],[[228,211,195,674,29.091,0.379,0.829]],[[225,221,219,433,20,0.091,0.871]],[[185,203,230,886,216,0.474,0.814],[160,150,174,6,265,0.129,0.635]],[[244,230,211,827,34.545,0.6,0.892],[206,205,210,10,252,0.053,0.814],[168,180,204,8,220,0.261,0.729]],[[114,90,83,835,13.548,0.157,0.386]],[[186,204,231,851,216,0.484,0.818]],[[218,200,182,866,30,0.327,0.784]],[[227,217,203,719,35,0.3,0.843]],[[239,222,198,585,35.122,0.562,0.857]],[[133,92,87,679,6.522,0.209,0.431]],[[156,144,149,631,335,0.057,0.588]],[[186,162,149,649,21.081,0.211,0.657]],[[216,196,179,672,27.568,0.322,0.775]],[[250,244,237,654,32.308,0.565,0.955]],[[239,238,195,516,58.636,0.579,0.851]],[[239,195,216,502,331.364,0.579,0.851],[247,237,233,355,17.143,0.467,0.941]],[[220,120,165,545,333,0.588,0.667]],[[215,221,197,780,75,0.261,0.82]],[[238,234,227,922,38.182,0.244,0.912]],[[205,213,181,614,75,0.276,0.773]],[[231,219,210,376,25.714,0.304,0.865]],[[215,222,194,358,75,0.298,0.816]],[[232,230,228,633,30,0.08,0.902]],[[176,153,147,807,12.414,0.155,0.633]],[[176,153,147,807,12.414,0.155,0.633]],[[176,153,147,807,12.414,0.155,0.633]],[[216,212,211,805,12,0.06,0.837]],[[227,218,211,630,26.25,0.222,0.859]],[[227,218,211,630,26.25,0.222,0.859]],[[93,69,76,575,342.5,0.148,0.318]],[[93,69,76,575,342.5,0.148,0.318]],[[201,188,182,599,18.947,0.15,0.751]],[[201,188,182,599,18.947,0.15,0.751]],[[201,188,182,599,18.947,0.15,0.751]],[[193,169,156,381,21.081,0.23,0.684],[130,125,130,16,300,0.02,0.5]],[[193,169,156,381,21.081,0.23,0.684],[130,125,130,16,300,0.02,0.5]],[[200,184,176,438,20,0.179,0.737],[81,67,75,344,325.714,0.095,0.29]],[[200,184,176,438,20,0.179,0.737],[81,67,75,344,325.714,0.095,0.29]],[[200,184,176,438,20,0.179,0.737],[81,67,75,344,325.714,0.095,0.29]],[[226,217,208,392,30,0.237,0.851]],[[203,187,181,550,16.364,0.175,0.753],[151,109,134,125,324.286,0.168,0.51]],[[203,187,181,550,16.364,0.175,0.753],[151,109,134,125,324.286,0.168,0.51]],[[241,239,236,682,36,0.152,0.935]],[[234,219,204,515,30,0.417,0.859]],[[232,229,228,561,15,0.08,0.902]],[[153,124,116,429,12.973,0.154,0.527]],[[234,227,220,538,30,0.25,0.89]],[[132,107,121,710,326.4,0.105,0.469]],[[222,207,194,344,27.857,0.298,0.816]],[[117,79,108,349,314.211,0.194,0.384],[233,223,225,144,348,0.185,0.894]],[[229,220,208,337,34.286,0.288,0.857],[184,202,220,326,210,0.34,0.792]],[[248,243,234,877,38.571,0.5,0.945],[225,216,215,35,6,0.143,0.863],[223,175,201,19,327.5,0.429,0.78]],[[248,244,240,887,30,0.364,0.957],[215,220,221,21,190,0.081,0.855],[160,161,163,9,220,0.016,0.633]],[[230,210,198,452,22.5,0.39,0.839]],[[232,230,227,679,36,0.098,0.9]],[[233,217,202,934,29.032,0.413,0.853]],[[233,217,202,934,29.032,0.413,0.853]],[[203,100,139,881,337.282,0.498,0.594]],[[231,220,210,748,28.571,0.304,0.865]],[[236,232,225,563,38.182,0.224,0.904]],[[236,232,225,563,38.182,0.224,0.904]],[[236,232,225,563,38.182,0.224,0.904]],[[239,227,211,929,34.286,0.467,0.882]],[[239,227,211,929,34.286,0.467,0.882]],[[237,236,234,1000,40,0.077,0.924]],[[241,230,216,441,33.6,0.472,0.896]],[[241,230,216,441,33.6,0.472,0.896]],[[238,234,230,553,30,0.19,0.918]],[[173,171,176,551,264,0.031,0.68]],[[117,112,108,270,26.667,0.04,0.441],[67,63,66,24,315,0.031,0.255]],[[176,177,181,346,228,0.033,0.7],[112,108,115,294,274.286,0.031,0.437]],[[235,230,228,428,17.143,0.149,0.908]],[[234,229,227,530,17.143,0.143,0.904]],[[233,210,199,830,19.412,0.436,0.847]],[[234,231,230,822,15,0.087,0.91]],[[89,84,89,484,300,0.029,0.339]],[[221,194,171,369,27.6,0.424,0.769]],[[229,205,184,763,28,0.464,0.81]],[[229,220,214,551,24,0.224,0.869]],[[233,213,196,422,27.568,0.457,0.841]],[[234,230,228,543,20,0.125,0.906]],[[238,229,214,675,37.5,0.414,0.886]],[[203,156,87,449,35.69,0.527,0.569]],[[181,136,77,920,34.038,0.413,0.506]],[[240,234,226,565,34.286,0.318,0.914]],[[235,231,226,503,33.333,0.184,0.904]],[[245,236,218,445,40,0.574,0.908]],[[239,227,217,811,27.273,0.407,0.894]],[[211,193,167,514,35.455,0.333,0.741]],[[242,236,226,590,37.5,0.381,0.918]],[[138,109,98,213,16.5,0.169,0.463]],[[76,73,76,541,300,0.02,0.292],[134,134,138,191,240,0.017,0.533]],[[114,109,119,338,270,0.044,0.447]],[[232,229,227,414,24,0.098,0.9]],[[238,226,212,427,32.308,0.433,0.882]],[[137,117,110,945,15.556,0.109,0.484]],[[232,218,205,754,28.889,0.37,0.857]],[[215,198,181,387,30,0.298,0.776]],[[215,198,181,387,30,0.298,0.776]],[[140,60,72,372,351,0.4,0.392],[103,95,102,194,307.5,0.04,0.388],[201,174,170,73,7.742,0.223,0.727]],[[145,117,106,925,16.923,0.155,0.492]],[[109,112,117,1000,217.5,0.035,0.443]],[[133,51,62,803,351.951,0.446,0.361]],[[238,222,208,504,28,0.469,0.875]],[[238,222,208,504,28,0.469,0.875]],[[217,227,199,801,81.429,0.333,0.835]],[[177,23,45,1000,351.429,0.77,0.392]],[[48,44,46,1000,330,0.043,0.18]],[[48,44,46,1000,330,0.043,0.18]],[[48,44,46,1000,330,0.043,0.18]],[[246,172,98,728,30,0.892,0.675]],[[246,184,115,1000,31.603,0.879,0.708]],[[137,52,93,755,331.059,0.45,0.371]],[[194,55,114,648,334.532,0.558,0.488]],[[221,117,158,658,336.346,0.605,0.663]],[[234,175,201,1000,333.559,0.584,0.802]],[[180,202,126,531,77.368,0.418,0.643]],[[187,216,144,1000,84.167,0.48,0.706]],[[249,203,122,999,38.268,0.914,0.727]],[[228,198,146,1000,38.049,0.603,0.733]],[[232,123,91,829,13.617,0.754,0.633]],[[251,156,119,827,16.818,0.943,0.725]],[[232,167,141,1000,17.143,0.664,0.731]],[[106,176,186,1000,187.5,0.367,0.573]],[[133,178,197,999,197.812,0.356,0.647]],[[149,187,203,1000,197.778,0.342,0.69]],[[135,100,87,953,16.25,0.216,0.435]],[[135,100,87,953,16.25,0.216,0.435]],[[151,105,85,1000,18.182,0.28,0.463]],[[196,167,151,991,21.333,0.276,0.68]],[[196,167,151,991,21.333,0.276,0.68]],[[238,214,194,928,27.273,0.564,0.847]],[[238,214,194,928,27.273,0.564,0.847]],[[232,229,218,320,47.143,0.233,0.882],[155,207,207,224,180,0.351,0.71],[196,222,151,186,81.972,0.518,0.731]],[[211,204,197,238,30,0.137,0.8],[163,202,216,183,195.849,0.405,0.743],[176,178,175,24,100,0.019,0.692]],[[224,222,220,525,30,0.061,0.871],[49,50,60,181,234.545,0.101,0.214],[126,121,131,109,270,0.04,0.494]],[[239,236,228,608,43.636,0.256,0.916],[37,44,56,100,217.895,0.204,0.182]],[[249,245,235,387,42.857,0.538,0.949],[144,203,213,162,188.696,0.451,0.7],[172,209,160,21,105.306,0.348,0.724]],[[255,209,138,379,36.41,1,0.771],[227,121,153,139,341.887,0.654,0.682]],[[247,244,238,405,40,0.36,0.951],[141,198,220,115,196.709,0.53,0.708]],[[246,240,236,393,24,0.357,0.945],[170,85,105,117,345.882,0.333,0.5]],[[245,238,230,382,32,0.429,0.931]],[[242,241,238,636,45,0.133,0.941],[48,49,53,176,228,0.05,0.198],[161,160,160,44,0,0.005,0.629],[128,126,128,16,300,0.008,0.498]],[[229,225,222,347,25.714,0.119,0.884]],[[156,125,97,475,28.475,0.233,0.496]],[[232,221,208,501,32.5,0.343,0.863]],[[238,226,213,500,31.2,0.424,0.884]],[[112,113,129,645,236.471,0.071,0.473]],[[106,39,53,862,347.463,0.462,0.284]],[[230,203,179,942,28.235,0.505,0.802]],[[219,215,188,682,52.258,0.301,0.798]],[[235,221,207,637,30,0.412,0.867]],[[43,45,47,821,210,0.044,0.176]],[[234,233,231,872,40,0.067,0.912]],[[229,229,230,497,240,0.02,0.9]],[[116,115,119,884,255,0.017,0.459],[160,159,159,36,0,0.005,0.625],[197,196,197,6,300,0.009,0.771]],[[208,180,137,315,36.338,0.43,0.676]],[[114,80,80,445,0,0.175,0.38]],[[176,137,115,434,21.639,0.279,0.571]],[[205,194,219,666,266.4,0.258,0.81]],[[230,207,180,696,32.4,0.5,0.804]],[[233,212,221,487,334.286,0.323,0.873]],[[230,201,180,605,25.2,0.5,0.804]],[[237,232,228,780,26.667,0.2,0.912]],[[109,28,37,712,353.333,0.591,0.269],[134,86,75,36,11.186,0.282,0.41]],[[168,180,186,393,200,0.115,0.694],[221,209,182,63,41.538,0.364,0.79]],[[185,169,112,421,46.849,0.343,0.582]],[[226,212,199,405,28.889,0.318,0.833]],[[179,174,175,651,348,0.032,0.692],[224,218,215,114,20,0.127,0.861]],[[176,150,103,357,38.63,0.316,0.547]],[[237,202,180,926,23.158,0.613,0.818]],[[233,200,170,766,28.571,0.589,0.79]],[[236,220,199,711,34.054,0.493,0.853]],[[234,210,175,998,35.593,0.584,0.802]],[[221,207,196,487,26.4,0.269,0.818]],[[202,186,117,587,48.706,0.445,0.625]],[[187,169,106,489,46.667,0.373,0.575]],[[232,220,180,647,46.154,0.531,0.808]],[[171,143,92,408,38.734,0.32,0.516]],[[233,215,222,578,336.667,0.29,0.878]],[[207,175,155,452,23.077,0.351,0.71]],[[238,232,228,749,24,0.227,0.914]],[[111,26,36,749,352.941,0.62,0.269]],[[166,179,185,407,198.947,0.119,0.688]],[[207,214,216,867,193.333,0.103,0.829]],[[179,176,179,903,300,0.019,0.696]],[[211,130,93,464,18.814,0.573,0.596]],[[123,47,93,423,323.684,0.447,0.333]],[[235,214,222,595,337.143,0.344,0.88]],[[228,221,218,783,18,0.156,0.875]],[[233,227,222,502,27.273,0.2,0.892]],[[111,26,34,762,354.353,0.62,0.269]],[[23,35,67,696,223.636,0.489,0.176]],[[112,43,67,959,339.13,0.445,0.304]],[[129,121,125,550,330,0.032,0.49]],[[210,133,99,570,18.378,0.552,0.606]],[[235,184,146,999,25.618,0.69,0.747]],[[228,215,201,878,31.111,0.333,0.841]],[[232,199,166,896,30,0.589,0.78]],[[238,207,187,968,23.529,0.6,0.833]],[[229,194,149,653,33.75,0.606,0.741]],[[236,209,173,1000,34.286,0.624,0.802]],[[183,165,104,873,46.329,0.354,0.563]],[[200,184,116,999,48.571,0.433,0.62]],[[231,220,178,671,47.547,0.525,0.802]],[[175,145,98,608,36.623,0.325,0.535]],[[84,57,47,987,16.216,0.282,0.257]],[[179,154,146,918,14.545,0.178,0.637]],[[206,176,157,613,23.265,0.333,0.712]],[[237,220,198,893,33.846,0.52,0.853]],[[231,206,180,957,30.588,0.515,0.806]],[[164,179,186,828,199.091,0.137,0.686]],[[204,211,214,1000,198,0.109,0.82]],[[194,181,182,805,355.385,0.096,0.735]],[[180,174,180,999,300,0.038,0.694]],[[238,236,232,963,40,0.15,0.922]],[[237,235,231,917,40,0.143,0.918]],[[235,233,229,742,40,0.13,0.91]],[[237,235,231,1000,40,0.143,0.918]],[[233,231,227,796,40,0.12,0.902]],[[235,233,230,823,36,0.111,0.912]],[[240,238,234,964,40,0.167,0.929]],[[233,231,227,712,40,0.12,0.902]],[[238,236,232,906,40,0.15,0.922]],[[240,238,234,878,40,0.167,0.929]],[[165,99,132,480,330,0.268,0.518]],[[236,236,238,490,240,0.056,0.929]],[[233,224,213,568,33,0.312,0.875]],[[174,169,168,648,10,0.036,0.671]],[[226,219,210,417,33.75,0.216,0.855]],[[228,213,187,330,38.049,0.432,0.814]],[[118,84,117,442,301.765,0.168,0.396],[206,192,180,187,27.692,0.21,0.757]],[[158,67,83,356,349.451,0.404,0.441],[218,198,177,203,30.732,0.357,0.775]],[[161,159,153,272,45,0.041,0.616]],[[231,231,229,432,60,0.04,0.902],[173,175,176,244,200,0.019,0.684]],[[92,91,92,439,300,0.005,0.359],[176,166,145,125,40.645,0.164,0.629]],[[215,196,167,541,36.25,0.375,0.749]],[[233,230,184,464,56.327,0.527,0.818]],[[165,184,183,630,176.842,0.118,0.684],[209,209,207,85,60,0.021,0.816]],[[150,171,170,647,177.143,0.111,0.629],[211,209,204,67,42.857,0.074,0.814]],[[238,228,207,433,40.645,0.477,0.873]],[[230,219,202,558,36.429,0.359,0.847]],[[217,227,227,543,180,0.152,0.871]],[[224,220,215,520,33.333,0.127,0.861]],[[235,231,228,566,25.714,0.149,0.908]],[[228,218,202,554,36.923,0.325,0.843]],[[237,221,152,575,48.706,0.702,0.763]],[[165,177,153,342,90,0.133,0.647]],[[210,221,220,369,174.545,0.139,0.845]],[[229,219,202,558,37.778,0.342,0.845]],[[235,233,229,1000,40,0.13,0.91]],[[236,232,226,818,36,0.208,0.906]],[[240,229,216,958,32.5,0.444,0.894]],[[239,233,171,951,54.706,0.68,0.804]],[[215,221,212,750,100,0.117,0.849]],[[207,221,225,479,193.333,0.231,0.847]],[[236,226,210,810,36.923,0.406,0.875]],[[152,100,120,638,336.923,0.206,0.494]],[[219,214,211,802,22.5,0.1,0.843]],[[217,199,171,944,36.522,0.377,0.761]],[[227,213,150,733,49.091,0.579,0.739]],[[189,200,178,612,90,0.167,0.741]],[[163,186,188,466,184.8,0.157,0.688]],[[219,204,181,902,36.316,0.345,0.784]],[[236,227,211,473,38.4,0.397,0.876]],[[170,112,142,553,328.966,0.254,0.553]],[[176,171,168,778,22.5,0.048,0.675]],[[237,236,234,560,40,0.077,0.924]],[[227,217,201,558,36.923,0.317,0.839]],[[218,198,169,549,35.51,0.398,0.759]],[[241,224,141,395,49.8,0.781,0.749]],[[210,215,196,484,75.789,0.192,0.806]],[[205,214,214,443,180,0.099,0.822]],[[237,227,201,613,43.333,0.5,0.859]],[[240,236,215,337,50.4,0.455,0.892],[134,75,115,151,319.322,0.282,0.41],[181,173,169,49,20,0.075,0.686]],[[215,200,188,353,26.667,0.252,0.79]],[[235,227,211,667,40,0.375,0.875]],[[145,204,119,382,101.647,0.455,0.633],[180,79,157,220,313.663,0.402,0.508],[211,48,79,129,348.589,0.649,0.508],[177,167,146,52,40.645,0.166,0.633]],[[241,238,230,547,43.636,0.282,0.924]],[[237,234,234,1000,0,0.077,0.924]],[[242,214,174,1000,35.294,0.723,0.816]],[[228,220,209,852,34.737,0.26,0.857]],[[199,211,150,952,71.803,0.409,0.708]],[[245,227,210,642,29.143,0.636,0.892]],[[108,92,90,604,6.667,0.091,0.388]],[[200,179,160,341,28.5,0.267,0.706]],[[196,196,157,621,60,0.248,0.692]],[[124,98,90,536,14.118,0.159,0.42]],[[203,215,207,1000,140,0.13,0.82]],[[119,113,112,999,8.571,0.03,0.453]],[[228,211,200,795,23.571,0.341,0.839]],[[183,162,149,518,22.941,0.191,0.651]],[[229,214,200,563,28.966,0.358,0.841]],[[228,210,197,462,25.161,0.365,0.833],[200,88,98,132,354.643,0.505,0.565]],[[220,221,218,450,80,0.042,0.861]],[[84,78,78,606,0,0.037,0.318],[177,170,91,200,55.116,0.355,0.525]],[[101,71,73,444,356,0.174,0.337],[150,128,127,31,2.609,0.099,0.543]],[[75,97,113,207,205.263,0.202,0.369]],[[203,231,232,679,182.069,0.387,0.853],[64,62,65,82,280,0.024,0.249]],[[244,240,232,316,40,0.353,0.933],[196,222,225,239,186.207,0.326,0.825],[59,59,61,232,240,0.017,0.235]],[[214,108,149,320,336.792,0.564,0.631],[247,241,232,308,36,0.484,0.939],[97,76,74,204,5.217,0.135,0.335]],[[237,236,234,910,40,0.077,0.924]],[[218,182,203,493,325,0.327,0.784]],[[52,52,58,483,240,0.055,0.216],[61,153,166,211,187.429,0.463,0.445]],[[237,230,225,291,25,0.25,0.906],[191,183,184,47,352.5,0.059,0.733]],[[177,67,84,449,350.727,0.451,0.478],[53,51,58,245,257.143,0.064,0.214],[193,189,189,216,0,0.031,0.749]],[[247,211,141,471,39.623,0.869,0.761],[231,170,163,9,6.176,0.586,0.773]],[[239,233,227,464,30,0.273,0.914],[62,61,66,235,252,0.039,0.249]],[[238,225,217,484,22.857,0.382,0.892]],[[248,240,225,424,39.13,0.622,0.927]],[[245,188,133,485,29.464,0.848,0.741],[223,145,147,4,358.462,0.549,0.722]],[[100,79,74,339,11.538,0.149,0.341]],[[216,210,203,1000,32.308,0.143,0.822]],[[199,219,233,897,204.706,0.436,0.847]],[[173,202,214,1000,197.561,0.333,0.759]],[[176,206,133,968,84.658,0.427,0.665]],[[198,203,153,908,66,0.325,0.698]],[[221,226,184,625,67.143,0.42,0.804]],[[246,190,123,594,32.683,0.872,0.724]],[[249,208,148,1000,35.644,0.894,0.778]],[[245,214,148,1000,40.825,0.829,0.771]],[[250,233,187,971,43.81,0.863,0.857]],[[176,51,72,1000,349.92,0.551,0.445]],[[62,58,65,466,274.286,0.057,0.241]],[[82,158,170,579,188.182,0.349,0.494]],[[116,59,106,997,310.526,0.326,0.343]],[[186,82,129,687,332.885,0.43,0.525]],[[211,125,161,637,334.884,0.494,0.659]],[[231,193,210,526,333.158,0.442,0.831]],[[167,161,162,466,350,0.033,0.643]],[[196,189,190,730,351.429,0.056,0.755]],[[244,239,235,1000,26.667,0.29,0.939]],[[114,88,81,933,12.727,0.169,0.382]],[[196,125,98,487,16.531,0.454,0.576]],[[233,189,150,902,28.193,0.654,0.751]],[[178,149,134,997,20.455,0.222,0.612]],[[210,186,169,974,24.878,0.313,0.743]],[[235,216,199,999,28.333,0.474,0.851]],[[240,228,218,810,27.273,0.423,0.898]],[[50,51,54,501,225,0.038,0.204],[57,85,89,138,187.5,0.219,0.286]],[[201,130,91,526,21.273,0.505,0.573]],[[221,181,198,707,334.5,0.37,0.788]],[[243,233,219,744,35,0.5,0.906],[144,186,204,54,198,0.37,0.682]],[[173,200,210,424,196.216,0.291,0.751],[233,226,217,281,33.75,0.267,0.882],[194,212,151,98,77.705,0.415,0.712]],[[235,226,217,282,30,0.31,0.886],[221,182,192,261,344.615,0.364,0.79],[177,201,206,116,190.345,0.228,0.751]],[[186,14,59,407,344.302,0.86,0.392]],[[50,49,52,628,260,0.03,0.198]],[[230,218,200,456,36,0.375,0.843]],[[234,218,202,842,30,0.432,0.855]],[[203,124,89,807,18.421,0.523,0.573]],[[212,204,199,793,23.077,0.131,0.806]],[[187,59,80,772,350.156,0.52,0.482]],[[238,234,229,973,33.333,0.209,0.916]],[[42,44,47,782,216,0.056,0.175]],[[173,201,210,835,194.595,0.291,0.751],[207,212,180,142,69.375,0.271,0.769]],[[219,222,162,545,63,0.476,0.753]],[[247,187,135,833,27.857,0.875,0.749],[229,141,150,142,353.864,0.629,0.725]],[[83,64,54,439,20.69,0.212,0.269]],[[235,219,206,835,26.897,0.42,0.865]],[[48,45,49,695,285,0.043,0.184],[43,75,83,94,192,0.317,0.247]],[[186,62,82,654,350.323,0.5,0.486]],[[240,234,230,637,24,0.25,0.922],[109,104,112,130,277.5,0.037,0.424],[193,190,191,38,340,0.024,0.751]],[[42,44,47,679,216,0.056,0.175]],[[176,203,209,759,190.909,0.264,0.755]],[[202,207,153,727,65.556,0.36,0.706]],[[81,62,53,614,19.286,0.209,0.263]],[[81,62,53,614,19.286,0.209,0.263]],[[51,49,48,753,20,0.03,0.194],[112,116,120,77,210,0.034,0.455]],[[222,160,187,476,333.871,0.484,0.749]],[[50,49,48,751,30,0.02,0.192],[147,34,54,80,349.381,0.624,0.355]],[[237,233,228,721,33.333,0.2,0.912],[60,62,65,76,216,0.04,0.245],[153,152,155,66,260,0.015,0.602],[203,209,185,45,75,0.207,0.773]],[[238,227,218,743,27,0.37,0.894],[182,206,215,78,196.364,0.292,0.778],[207,206,157,64,58.8,0.342,0.714]],[[245,188,136,721,28.624,0.845,0.747],[227,148,151,20,357.722,0.585,0.735]],[[240,220,174,745,41.818,0.687,0.812],[216,124,152,54,341.739,0.541,0.667]],[[232,216,202,787,28,0.395,0.851]],[[47,46,47,512,300,0.011,0.182],[81,80,83,152,260,0.018,0.32],[21,143,164,108,188.811,0.773,0.363]],[[217,181,199,612,330,0.321,0.78]],[[187,62,82,484,350.4,0.502,0.488],[186,170,166,145,12,0.127,0.69]],[[235,231,227,455,30,0.167,0.906],[104,97,102,231,317.143,0.035,0.394],[153,150,154,97,285,0.019,0.596]],[[43,44,48,563,228,0.055,0.178]],[[239,232,222,265,35.294,0.347,0.904],[178,203,214,87,198.333,0.305,0.769]],[[242,226,169,502,46.849,0.737,0.806],[189,207,147,126,78,0.385,0.694],[217,122,147,17,344.211,0.556,0.665]],[[187,214,233,738,204.783,0.511,0.824]],[[156,148,154,704,315,0.039,0.596],[185,175,175,81,0,0.067,0.706],[212,206,200,80,30,0.122,0.808]],[[37,34,37,737,300,0.042,0.139],[106,81,81,167,0,0.134,0.367]],[[171,149,140,693,17.419,0.156,0.61]],[[212,79,59,547,7.843,0.64,0.531]],[[247,237,228,569,28.421,0.543,0.931]],[[171,181,185,645,197.143,0.091,0.698],[153,147,142,194,27.273,0.051,0.578]],[[51,79,78,592,177.857,0.215,0.255],[170,148,116,177,35.556,0.241,0.561],[114,119,100,68,75.789,0.087,0.429]],[[57,54,55,413,340,0.027,0.218],[89,154,173,243,193.571,0.339,0.514]],[[242,232,217,490,36,0.49,0.9]],[[203,200,198,509,24,0.046,0.786]],[[23,29,40,481,218.824,0.27,0.124],[98,73,67,333,11.613,0.188,0.324]],[[238,234,228,478,36,0.227,0.914],[119,116,119,472,300,0.013,0.461],[171,169,169,10,0,0.012,0.667]],[[38,45,54,444,213.75,0.174,0.18],[221,211,186,411,42.857,0.34,0.798]],[[140,36,53,497,350.192,0.591,0.345]],[[35,37,43,326,225,0.103,0.153],[236,232,225,316,38.182,0.224,0.904],[152,153,153,28,180,0.005,0.598]],[[171,167,153,490,46.667,0.097,0.635],[160,185,187,313,184.444,0.166,0.68]],[[196,191,192,413,348,0.041,0.759]],[[146,113,100,863,16.957,0.187,0.482]],[[42,44,51,1000,226.667,0.097,0.182]],[[189,189,189,872,0,0,0.741]],[[243,230,214,1000,33.103,0.547,0.896]],[[194,209,210,896,183.75,0.151,0.792]],[[237,232,219,1000,43.333,0.333,0.894]],[[138,134,135,999,345,0.017,0.533]],[[240,225,210,516,30,0.5,0.882]],[[185,158,147,647,17.368,0.213,0.651]],[[122,97,83,550,21.538,0.19,0.402]],[[243,238,229,1000,38.571,0.368,0.925]],[[236,229,208,1000,45,0.424,0.871]],[[121,26,42,885,349.895,0.646,0.288]],[[181,174,152,967,45.517,0.164,0.653]],[[227,221,152,647,55.2,0.573,0.743]],[[157,135,121,581,23.333,0.155,0.545]],[[206,182,177,984,10.345,0.228,0.751]],[[71,59,58,781,4.615,0.101,0.253]],[[238,230,221,621,31.765,0.333,0.9]],[[118,42,51,986,352.895,0.475,0.314]],[[186,50,91,658,341.912,0.576,0.463]],[[221,213,196,419,40.8,0.269,0.818]],[[73,69,73,976,300,0.028,0.278]],[[221,199,185,330,23.333,0.346,0.796]],[[75,54,49,503,11.538,0.21,0.243]],[[233,227,218,485,36,0.254,0.884]],[[46,50,57,442,218.182,0.107,0.202],[206,190,172,192,31.765,0.258,0.741],[93,92,95,100,260,0.016,0.367]],[[145,144,150,382,250,0.028,0.576],[209,207,210,137,280,0.032,0.818]],[[244,241,236,298,37.5,0.267,0.941]],[[188,181,185,367,325.714,0.05,0.724],[238,234,232,261,20,0.15,0.922]],[[51,43,48,524,322.5,0.085,0.184],[193,191,191,95,0,0.016,0.753]],[[76,48,37,353,16.923,0.345,0.222]],[[211,196,181,732,30,0.254,0.769]],[[50,47,46,638,15,0.042,0.188]],[[246,242,235,808,38.182,0.379,0.943]],[[56,56,65,325,240,0.074,0.237],[228,222,211,213,38.824,0.239,0.861],[128,126,128,33,300,0.008,0.498]],[[88,15,13,687,1.6,0.743,0.198]],[[164,158,146,523,40,0.09,0.608]],[[69,52,43,578,20.769,0.232,0.22]],[[225,215,198,477,37.778,0.31,0.829]],[[27,34,36,372,193.333,0.143,0.124]],[[184,162,157,549,11.111,0.16,0.669]],[[87,67,61,426,13.846,0.176,0.29]],[[248,245,243,1000,24,0.263,0.963]],[[174,166,152,369,38.182,0.12,0.639]],[[238,230,217,849,37.143,0.382,0.892]],[[46,46,46,960,0,0,0.18]],[[211,199,189,719,27.273,0.2,0.784]],[[97,71,69,715,4.286,0.169,0.325]],[[235,231,228,914,25.714,0.149,0.908]],[[195,155,140,988,16.364,0.314,0.657]],[[129,108,90,607,27.692,0.178,0.429]],[[187,195,200,976,203.077,0.106,0.759]],[[151,177,83,1000,76.596,0.376,0.51]],[[106,126,148,529,211.429,0.165,0.498]],[[175,125,147,783,333.6,0.238,0.588]],[[122,124,129,585,222.857,0.028,0.492]],[[139,132,131,947,7.5,0.033,0.529]],[[157,156,161,582,252,0.026,0.622]],[[42,42,46,1000,240,0.045,0.173]],[[209,193,168,965,36.585,0.308,0.739]],[[207,190,169,615,33.158,0.284,0.737]],[[170,182,194,979,210,0.164,0.714]],[[214,203,200,1000,12.857,0.146,0.812]],[[227,216,205,557,30,0.282,0.847]],[[168,152,140,666,25.714,0.139,0.604]],[[145,134,123,474,30,0.091,0.525]],[[179,168,151,583,36.429,0.156,0.647]],[[112,111,116,640,252,0.022,0.445]],[[175,176,184,973,233.333,0.06,0.704]],[[90,91,102,550,235,0.062,0.376]],[[239,232,225,748,30,0.304,0.91]],[[187,167,163,915,10,0.15,0.686]],[[248,242,233,858,36,0.517,0.943]],[[251,250,245,761,50,0.429,0.973],[209,209,210,70,240,0.011,0.822],[164,164,164,26,0,0,0.643],[128,127,128,12,300,0.004,0.5]],[[25,104,115,633,187.333,0.643,0.275]],[[25,104,115,633,187.333,0.643,0.275]],[[103,103,106,922,240,0.014,0.41]],[[179,214,226,707,195.319,0.448,0.794]],[[144,144,151,947,240,0.033,0.578]],[[138,67,93,683,338.028,0.346,0.402]],[[157,156,110,757,58.723,0.193,0.524]],[[97,102,68,686,68.824,0.2,0.333]],[[109,91,89,915,6,0.101,0.388]],[[232,198,198,995,0,0.425,0.843]],[[205,190,164,485,38.049,0.291,0.724]],[[243,230,227,809,11.25,0.4,0.922]],[[42,45,51,1000,220,0.097,0.182]],[[239,236,236,1000,0,0.086,0.931]],[[197,57,40,308,6.497,0.662,0.465],[116,40,49,38,352.895,0.487,0.306]],[[136,40,45,900,356.875,0.545,0.345]],[[189,174,163,762,25.385,0.165,0.69]],[[133,44,51,735,355.281,0.503,0.347],[86,43,42,109,1.364,0.344,0.251]],[[246,241,233,751,36.923,0.419,0.939]],[[245,241,231,735,42.857,0.412,0.933],[105,86,86,128,0,0.099,0.375],[194,195,194,19,120,0.008,0.763]],[[137,139,140,688,200,0.013,0.543],[225,224,220,121,48,0.077,0.873]],[[247,227,206,611,30.732,0.719,0.888]],[[245,233,212,757,38.182,0.623,0.896]],[[188,185,179,869,40,0.063,0.72]],[[248,241,227,925,40,0.6,0.931]],[[248,241,227,925,40,0.6,0.931]],[[131,34,43,637,354.433,0.588,0.324]],[[69,46,44,981,4.8,0.221,0.222]],[[235,210,179,1000,33.214,0.583,0.812]],[[143,124,117,827,16.154,0.104,0.51]],[[143,124,117,827,16.154,0.104,0.51]],[[202,185,171,997,27.097,0.226,0.731]],[[202,185,171,997,27.097,0.226,0.731]],[[250,226,199,820,31.765,0.836,0.88]],[[248,227,196,895,35.769,0.788,0.871]],[[242,228,206,948,36.667,0.581,0.878]],[[250,246,238,835,40,0.545,0.957]],[[124,100,101,589,357.5,0.107,0.439]],[[90,71,73,807,353.684,0.118,0.316]],[[178,171,164,508,30,0.083,0.671]],[[229,225,222,466,25.714,0.119,0.884]],[[240,220,164,518,44.211,0.717,0.792]],[[237,226,219,612,23.333,0.333,0.894],[204,177,181,42,351.111,0.209,0.747]],[[234,218,210,772,20,0.364,0.871]],[[153,47,65,568,349.811,0.53,0.392]],[[199,166,176,1000,341.818,0.228,0.716]],[[84,66,66,973,0,0.12,0.294]],[[238,235,231,1000,34.286,0.171,0.92]],[[240,232,227,1000,23.077,0.302,0.916]],[[228,188,146,998,30.732,0.603,0.733]],[[243,240,233,863,42,0.294,0.933]],[[240,229,218,793,30,0.423,0.898]],[[169,43,65,469,349.524,0.594,0.416]],[[229,229,228,452,60,0.019,0.896],[135,125,129,52,336,0.04,0.51]],[[232,231,229,376,40,0.061,0.904]],[[227,216,199,657,36.429,0.333,0.835]],[[135,30,45,596,351.429,0.636,0.324]],[[211,208,205,1000,30,0.064,0.816]],[[239,238,234,905,48,0.135,0.927]],[[102,91,102,591,300,0.057,0.378]],[[247,242,236,758,32.727,0.407,0.947]],[[227,231,219,509,80,0.2,0.882],[187,209,197,19,147.273,0.193,0.776]],[[237,221,200,419,34.054,0.507,0.857]],[[236,209,204,715,9.375,0.457,0.863]],[[238,225,195,286,41.86,0.558,0.849]],[[236,230,216,620,42,0.345,0.886]],[[227,195,183,256,16.364,0.44,0.804]],[[227,177,99,352,36.562,0.696,0.639]],[[153,112,77,297,27.632,0.33,0.451],[120,35,60,280,342.353,0.548,0.304]],[[221,195,183,298,18.947,0.358,0.792]],[[216,216,184,847,60,0.291,0.784]],[[229,215,198,807,32.903,0.373,0.837]],[[229,213,194,482,32.571,0.402,0.829]],[[226,199,189,539,16.216,0.389,0.814]],[[230,220,200,727,40,0.375,0.843]],[[213,187,178,861,15.429,0.294,0.767]],[[233,196,139,906,36.383,0.681,0.729]],[[216,188,173,769,20.93,0.355,0.763]],[[226,208,186,567,33,0.408,0.808]],[[131,53,76,737,342.308,0.424,0.361]],[[176,177,179,714,220,0.019,0.696]],[[237,234,231,752,30,0.143,0.918]],[[11,20,30,386,211.579,0.463,0.08]],[[233,233,233,544,0,0,0.914],[174,177,186,153,225,0.08,0.706]],[[244,242,240,583,30,0.154,0.949],[225,145,155,129,352.5,0.571,0.725]],[[236,231,226,605,30,0.208,0.906]],[[230,212,200,842,24,0.375,0.843]],[[209,217,187,558,76,0.283,0.792]],[[206,208,210,999,210,0.043,0.816]],[[229,205,197,617,15,0.381,0.835]],[[229,218,207,684,30,0.297,0.855]],[[227,214,202,527,28.8,0.309,0.841]],[[227,231,219,508,80,0.2,0.882],[187,209,197,19,147.273,0.193,0.776]],[[237,222,200,409,35.676,0.507,0.857]],[[236,209,204,719,9.375,0.457,0.863]],[[239,225,195,284,40.909,0.579,0.851]],[[227,215,203,451,30,0.3,0.843],[188,159,163,66,351.724,0.178,0.68]],[[227,208,187,380,31.5,0.417,0.812]],[[212,211,183,657,57.931,0.252,0.775]],[[228,217,197,514,38.71,0.365,0.833]],[[230,218,206,444,30,0.324,0.855],[191,187,197,5,264,0.079,0.753]],[[236,230,215,620,42.857,0.356,0.884]],[[227,195,182,253,17.333,0.446,0.802]],[[227,176,99,350,36.094,0.696,0.639]],[[153,113,77,300,28.421,0.33,0.451],[120,35,60,281,342.353,0.548,0.304]],[[221,195,183,306,18.947,0.358,0.792]],[[216,216,184,838,60,0.291,0.784]],[[230,215,198,850,31.875,0.39,0.839]],[[230,213,194,509,31.667,0.419,0.831]],[[226,199,189,569,16.216,0.389,0.814]],[[231,220,200,781,38.71,0.392,0.845]],[[213,187,178,860,15.429,0.294,0.767]],[[235,196,139,908,35.625,0.706,0.733]],[[217,188,173,768,20.455,0.367,0.765]],[[226,207,186,674,31.5,0.408,0.808]],[[131,53,76,739,342.308,0.424,0.361]],[[235,228,219,238,33.75,0.286,0.89],[189,184,195,32,267.273,0.084,0.743]],[[235,229,214,268,42.857,0.344,0.88]],[[233,230,212,245,51.429,0.323,0.873]],[[234,214,201,297,23.636,0.44,0.853]],[[230,210,205,392,12,0.333,0.853],[222,173,177,52,355.102,0.426,0.775]],[[217,217,201,514,60,0.174,0.82]],[[200,203,209,796,220,0.089,0.802]],[[215,196,185,454,22,0.273,0.784]],[[221,206,195,350,25.385,0.277,0.816]],[[236,229,211,343,43.2,0.397,0.876]],[[234,225,219,384,24,0.263,0.888]],[[226,220,214,370,30,0.171,0.863]],[[219,216,205,350,47.143,0.163,0.831],[218,167,173,136,352.941,0.408,0.755]],[[231,226,221,306,30,0.172,0.886],[207,181,184,21,353.077,0.213,0.761]],[[227,219,215,500,20,0.176,0.867],[209,182,185,25,353.333,0.227,0.767]],[[183,194,213,566,218,0.263,0.776]],[[230,171,145,886,18.353,0.63,0.735]],[[212,227,172,834,76.364,0.495,0.782]],[[222,199,166,520,35.357,0.459,0.761]],[[206,183,168,890,23.684,0.279,0.733]],[[229,209,182,977,34.468,0.475,0.806]],[[229,181,173,488,8.571,0.519,0.788]],[[180,152,124,309,30,0.272,0.596]],[[233,185,132,505,31.485,0.697,0.716]],[[197,201,151,604,64.8,0.316,0.69]],[[232,220,197,391,39.429,0.432,0.841]],[[213,179,199,830,324.706,0.288,0.769]],[[232,216,202,684,28,0.395,0.851]],[[203,215,179,811,80,0.31,0.773]],[[235,199,154,622,33.333,0.669,0.763]],[[233,219,204,597,31.034,0.397,0.857]],[[212,215,170,510,64,0.36,0.755]],[[216,177,146,511,26.571,0.473,0.71]],[[245,209,181,667,26.25,0.762,0.835]],[[227,202,179,371,28.75,0.462,0.796]],[[165,51,60,269,355.263,0.528,0.424]],[[245,207,198,483,11.489,0.701,0.869]],[[244,216,200,538,21.818,0.667,0.871]],[[239,227,217,446,27.273,0.407,0.894]],[[232,211,196,650,25,0.439,0.839]],[[204,211,226,512,220.909,0.275,0.843]],[[216,217,187,408,62,0.283,0.792]],[[241,212,210,906,3.871,0.525,0.884]],[[233,198,183,757,18,0.532,0.816]],[[236,212,177,821,35.593,0.608,0.81]],[[233,217,198,717,32.571,0.443,0.845]],[[237,232,230,773,17.143,0.163,0.916]],[[232,203,187,715,21.333,0.495,0.822]],[[230,228,222,665,45,0.138,0.886]],[[234,233,233,519,0,0.023,0.916],[169,8,41,156,347.702,0.91,0.347],[93,89,94,112,288,0.027,0.359]],[[210,215,214,213,168,0.059,0.833],[118,122,127,8,213.333,0.037,0.48]],[[166,151,148,382,10,0.092,0.616]],[[212,203,198,299,21.429,0.14,0.804]],[[199,186,182,345,14.118,0.132,0.747]],[[215,205,183,341,41.25,0.286,0.78]],[[211,186,165,372,27.391,0.343,0.737]],[[229,217,210,382,22.105,0.268,0.861]],[[231,219,204,272,33.333,0.36,0.853]],[[230,218,202,283,34.286,0.359,0.847]],[[209,213,215,510,200,0.07,0.831]],[[210,215,204,450,87.273,0.121,0.822]],[[182,182,175,284,60,0.046,0.7]],[[229,211,197,636,26.25,0.381,0.835]],[[208,200,202,939,345,0.078,0.8]],[[203,207,205,958,150,0.04,0.804]],[[209,210,186,733,62.5,0.211,0.776]],[[227,203,198,385,10.345,0.341,0.833]],[[226,221,204,517,46.364,0.275,0.843]],[[109,108,117,513,246.667,0.04,0.441],[171,147,145,173,4.615,0.134,0.62],[119,79,91,40,342,0.202,0.388]],[[218,217,196,478,57.273,0.229,0.812]],[[221,212,198,330,36.522,0.253,0.822],[179,152,152,118,0,0.151,0.649],[204,172,176,110,352.5,0.239,0.737]],[[234,221,202,336,35.625,0.432,0.855]],[[212,202,199,696,13.846,0.131,0.806],[182,164,180,83,306.667,0.11,0.678]],[[220,213,197,374,41.739,0.247,0.818],[205,178,176,61,4.138,0.225,0.747]],[[217,180,182,374,356.757,0.327,0.778]],[[219,202,176,475,36.279,0.374,0.775]],[[210,201,199,861,10.909,0.109,0.802]],[[219,209,196,628,33.913,0.242,0.814]],[[216,201,199,676,7.059,0.179,0.814]],[[219,211,202,590,31.765,0.191,0.825]],[[214,206,180,651,45.882,0.293,0.773]],[[215,199,185,552,28,0.273,0.784]],[[208,204,203,485,12,0.051,0.806],[151,149,150,141,330,0.01,0.588],[67,66,69,41,260,0.022,0.265]],[[218,216,208,382,48,0.119,0.835]],[[202,139,144,347,355.238,0.373,0.669],[203,176,171,102,9.375,0.235,0.733]],[[239,237,228,299,49.091,0.256,0.916]],[[231,216,205,351,25.385,0.351,0.855]],[[120,107,122,541,292,0.066,0.449]],[[187,166,153,367,22.941,0.2,0.667]],[[219,202,186,292,29.091,0.314,0.794]],[[208,197,187,602,28.571,0.183,0.775]],[[207,205,183,512,55,0.2,0.765]],[[201,181,178,571,7.826,0.176,0.743],[177,155,156,13,357.273,0.124,0.651]],[[215,203,183,513,37.5,0.286,0.78]],[[220,211,196,385,37.5,0.255,0.816]],[[219,179,141,1000,29.231,0.52,0.706]],[[218,193,184,805,15.882,0.315,0.788]],[[215,219,179,1000,66,0.357,0.78]],[[226,213,195,931,34.839,0.348,0.825]],[[205,147,114,446,21.758,0.476,0.625]],[[211,184,174,525,16.216,0.296,0.755]],[[210,215,175,427,67.5,0.333,0.765]],[[218,202,179,495,35.385,0.345,0.778]],[[46,46,48,609,240,0.021,0.184]],[[221,228,197,377,73.548,0.365,0.833]],[[228,205,189,416,24.615,0.419,0.818]],[[211,207,208,887,345,0.043,0.82]],[[211,199,179,542,37.5,0.267,0.765]],[[176,164,152,436,30,0.132,0.643]],[[214,198,185,479,26.897,0.261,0.782]],[[210,183,154,378,31.071,0.384,0.714]],[[184,166,147,415,30.811,0.207,0.649]],[[183,184,178,614,70,0.041,0.71]],[[208,199,176,812,43.125,0.254,0.753]],[[205,184,173,634,20.625,0.242,0.741]],[[216,197,178,500,30,0.328,0.773]],[[215,204,183,764,39.375,0.286,0.78]],[[229,218,197,358,39.375,0.381,0.835]],[[209,211,166,709,62.667,0.338,0.739]],[[218,212,163,503,53.455,0.426,0.747]],[[230,202,179,843,27.059,0.505,0.802]],[[228,215,197,618,34.839,0.365,0.833]],[[232,221,205,601,35.556,0.37,0.857]],[[201,211,180,371,79.355,0.261,0.767],[174,157,121,18,40.755,0.247,0.578]],[[233,207,210,291,353.077,0.371,0.863],[205,166,158,62,10.213,0.32,0.712]],[[236,234,228,458,45,0.174,0.91]],[[183,180,180,367,0,0.02,0.712],[148,144,145,204,345,0.018,0.573]],[[239,204,196,434,11.163,0.573,0.853]],[[231,214,196,354,30.857,0.422,0.837]],[[230,200,151,283,37.215,0.612,0.747]],[[235,218,202,478,29.091,0.452,0.857]],[[210,204,150,525,54,0.4,0.706]],[[233,217,199,330,31.765,0.436,0.847]],[[234,217,200,401,30,0.447,0.851]],[[240,227,203,460,38.919,0.552,0.869]],[[210,177,187,555,341.818,0.268,0.759]],[[227,205,185,707,28.571,0.429,0.808]],[[212,208,151,832,56.066,0.415,0.712]],[[232,217,202,802,30,0.395,0.851]],[[53,52,55,564,260,0.028,0.21],[14,17,16,90,160,0.097,0.061]],[[243,211,209,541,3.529,0.586,0.886]],[[243,217,203,443,21,0.625,0.875]],[[242,237,203,640,52.308,0.6,0.873]],[[138,114,110,341,8.571,0.113,0.486]],[[231,218,207,507,27.5,0.333,0.859]],[[237,227,207,502,40,0.455,0.871]],[[239,226,211,433,32.143,0.467,0.882]],[[240,230,213,549,37.778,0.474,0.888]],[[240,230,214,502,36.923,0.464,0.89],[189,176,175,4,4.286,0.096,0.714]],[[234,228,213,336,42.857,0.333,0.876]],[[228,205,183,311,29.333,0.455,0.806]],[[219,206,198,354,22.857,0.226,0.818]],[[239,228,214,388,33.6,0.439,0.888]],[[232,216,202,415,28,0.395,0.851]],[[217,212,177,620,52.5,0.345,0.773]],[[228,202,188,367,21,0.426,0.816]],[[220,215,185,250,51.429,0.333,0.794]],[[230,198,183,646,19.149,0.485,0.81]],[[231,211,195,489,26.667,0.429,0.835]],[[213,206,169,625,50.455,0.344,0.749]],[[226,195,169,336,27.368,0.496,0.775]],[[220,197,175,456,29.333,0.391,0.775]],[[229,198,179,585,22.8,0.49,0.8]],[[230,216,198,591,33.75,0.39,0.839]],[[229,196,183,322,16.957,0.469,0.808]],[[237,207,178,784,29.492,0.621,0.814]],[[229,215,202,460,28.889,0.342,0.845]],[[205,201,152,392,55.472,0.346,0.7]],[[240,212,170,538,36,0.7,0.804]],[[233,211,174,612,37.627,0.573,0.798]],[[234,214,203,486,21.29,0.425,0.857]],[[240,227,210,587,34,0.5,0.882]],[[207,203,156,539,55.294,0.347,0.712]],[[182,151,123,512,28.475,0.288,0.598]],[[212,186,168,749,24.545,0.338,0.745]],[[242,211,195,436,20.426,0.644,0.857]],[[237,217,198,622,29.231,0.52,0.853]],[[214,198,152,579,44.516,0.431,0.718]],[[229,203,173,716,32.143,0.519,0.788]],[[228,196,180,449,20,0.471,0.8]],[[237,217,196,626,30.732,0.532,0.849]],[[218,203,178,627,37.5,0.351,0.776]],[[165,156,132,400,43.636,0.155,0.582]],[[219,202,177,371,35.714,0.368,0.776]],[[243,226,199,488,36.818,0.647,0.867]],[[236,213,178,489,36.207,0.604,0.812]],[[232,215,199,345,29.091,0.418,0.845],[188,141,142,14,358.723,0.26,0.645]],[[235,218,199,372,31.667,0.474,0.851]],[[231,205,182,350,28.163,0.505,0.81]],[[228,213,179,243,41.633,0.476,0.798]],[[215,204,180,359,41.143,0.304,0.775],[164,125,139,1,338.462,0.176,0.567]],[[225,214,189,476,41.667,0.375,0.812]],[[229,201,202,691,357.857,0.35,0.843]],[[228,211,200,670,23.571,0.341,0.839]],[[232,225,221,452,21.818,0.193,0.888]],[[231,208,183,786,31.25,0.5,0.812]],[[115,88,72,293,22.326,0.23,0.367]],[[115,109,106,403,20,0.041,0.433]],[[177,150,83,360,42.766,0.376,0.51]],[[115,47,48,455,359.118,0.42,0.318],[149,80,68,210,8.889,0.373,0.425]],[[133,122,84,287,46.531,0.226,0.425]],[[209,183,141,592,37.059,0.425,0.686]],[[201,183,167,432,28.235,0.239,0.722]],[[234,225,219,523,24,0.263,0.888],[181,140,149,23,346.829,0.217,0.629]],[[236,226,216,485,30,0.345,0.886]],[[236,205,146,410,39.333,0.703,0.749]],[[236,205,146,410,39.333,0.703,0.749]],[[212,195,136,284,46.579,0.469,0.682]],[[212,195,136,284,46.579,0.469,0.682]],[[216,204,144,405,50,0.48,0.706]],[[216,204,144,405,50,0.48,0.706]],[[214,204,201,499,13.846,0.137,0.814],[155,150,152,61,336,0.024,0.598]],[[214,204,201,499,13.846,0.137,0.814],[155,150,152,61,336,0.024,0.598]],[[238,215,177,523,37.377,0.642,0.814]],[[238,215,177,523,37.377,0.642,0.814]],[[231,152,111,430,20.5,0.714,0.671]],[[231,152,111,430,20.5,0.714,0.671]],[[244,208,166,377,32.308,0.78,0.804]],[[244,208,166,377,32.308,0.78,0.804]],[[240,206,178,652,27.097,0.674,0.82]],[[240,206,178,652,27.097,0.674,0.82]],[[234,209,201,612,14.545,0.44,0.853]],[[234,209,201,612,14.545,0.44,0.853]],[[247,227,206,452,30.732,0.719,0.888]],[[247,227,206,452,30.732,0.719,0.888]],[[208,193,121,509,49.655,0.481,0.645]],[[208,193,121,509,49.655,0.481,0.645]],[[230,217,211,657,18.947,0.275,0.865]],[[230,217,211,657,18.947,0.275,0.865]],[[234,213,221,622,337.143,0.333,0.876],[203,184,174,97,20.69,0.218,0.739]],[[234,213,221,622,337.143,0.333,0.876],[203,184,174,97,20.69,0.218,0.739]],[[240,221,194,497,35.217,0.605,0.851]],[[240,221,194,497,35.217,0.605,0.851]],[[251,213,168,669,32.53,0.912,0.822]],[[251,213,168,669,32.53,0.912,0.822]],[[230,186,158,482,23.333,0.59,0.761]],[[230,186,158,482,23.333,0.59,0.761]],[[244,209,200,659,12.273,0.667,0.871]],[[244,209,200,659,12.273,0.667,0.871]],[[245,218,178,666,35.821,0.77,0.829]],[[245,218,178,666,35.821,0.77,0.829]],[[229,214,146,341,49.157,0.615,0.735]],[[229,214,146,341,49.157,0.615,0.735]],[[226,216,207,368,28.421,0.247,0.849]],[[226,216,207,368,28.421,0.247,0.849]],[[230,211,216,334,344.211,0.275,0.865],[199,182,179,221,9,0.152,0.741],[185,165,119,52,41.818,0.32,0.596]],[[230,211,216,334,344.211,0.275,0.865],[199,182,179,221,9,0.152,0.741],[185,165,119,52,41.818,0.32,0.596]],[[230,205,179,340,30.588,0.505,0.802]],[[230,205,179,340,30.588,0.505,0.802]],[[249,211,166,334,32.53,0.874,0.814]],[[249,211,166,334,32.53,0.874,0.814]],[[243,196,165,326,23.846,0.765,0.8]],[[243,196,165,326,23.846,0.765,0.8]],[[237,206,196,321,14.634,0.532,0.849]],[[237,206,196,321,14.634,0.532,0.849]],[[240,217,171,373,40,0.697,0.806]],[[240,217,171,373,40,0.697,0.806]],[[244,219,171,641,39.452,0.768,0.814]],[[244,219,171,641,39.452,0.768,0.814]],[[202,187,130,528,47.5,0.404,0.651]],[[202,187,130,528,47.5,0.404,0.651]],[[217,205,150,690,49.254,0.469,0.72]],[[217,205,150,690,49.254,0.469,0.72]],[[217,210,206,694,21.818,0.126,0.829]],[[217,210,206,694,21.818,0.126,0.829]],[[246,229,194,503,40.385,0.743,0.863]],[[246,229,194,503,40.385,0.743,0.863]],[[238,163,123,539,20.87,0.772,0.708]],[[238,163,123,539,20.87,0.772,0.708]],[[246,211,168,843,33.077,0.813,0.812]],[[246,211,168,843,33.077,0.813,0.812]],[[240,209,186,932,25.556,0.643,0.835]],[[240,209,186,932,25.556,0.643,0.835]],[[240,214,207,918,12.727,0.524,0.876]],[[240,214,207,918,12.727,0.524,0.876]],[[244,229,205,901,36.923,0.639,0.88]],[[244,229,205,901,36.923,0.639,0.88]],[[177,158,102,723,44.8,0.325,0.547]],[[177,158,102,723,44.8,0.325,0.547]],[[229,146,103,1000,20.476,0.708,0.651]],[[229,146,103,1000,20.476,0.708,0.651]],[[220,175,146,933,23.514,0.514,0.718]],[[220,175,146,933,23.514,0.514,0.718]],[[216,150,156,903,354.545,0.458,0.718]],[[216,150,156,903,354.545,0.458,0.718]],[[235,190,114,982,37.686,0.752,0.684]],[[235,190,114,982,37.686,0.752,0.684]],[[207,190,114,959,49.032,0.492,0.629]],[[207,190,114,959,49.032,0.492,0.629]],[[215,205,198,1000,24.706,0.175,0.81]],[[215,205,198,1000,24.706,0.175,0.81]],[[227,203,214,917,332.5,0.3,0.843]],[[227,203,214,917,332.5,0.3,0.843]],[[252,213,164,967,33.409,0.936,0.816]],[[252,213,164,967,33.409,0.936,0.816]],[[239,221,199,801,33,0.556,0.859]],[[239,221,199,801,33,0.556,0.859]],[[238,202,198,1000,6,0.541,0.855]],[[238,202,198,1000,6,0.541,0.855]],[[238,213,184,1000,32.222,0.614,0.827]],[[238,213,184,1000,32.222,0.614,0.827]],[[187,172,113,671,47.838,0.352,0.588]],[[187,172,113,671,47.838,0.352,0.588]],[[201,196,198,856,336,0.044,0.778]],[[201,196,198,856,336,0.044,0.778]],[[174,150,168,938,315,0.129,0.635]],[[174,150,168,938,315,0.129,0.635]],[[247,201,135,999,35.357,0.875,0.749]],[[247,201,135,999,35.357,0.875,0.749]],[[186,130,85,506,26.733,0.423,0.531]],[[186,130,85,506,26.733,0.423,0.531]],[[233,194,166,753,25.075,0.604,0.782]],[[233,194,166,753,25.075,0.604,0.782]],[[208,151,155,792,355.789,0.377,0.704]],[[208,151,155,792,355.789,0.377,0.704]],[[232,189,117,685,37.565,0.714,0.684]],[[232,189,117,685,37.565,0.714,0.684]],[[218,202,125,560,49.677,0.557,0.673]],[[218,202,125,560,49.677,0.557,0.673]],[[226,220,214,613,30,0.171,0.863]],[[226,220,214,613,30,0.171,0.863]],[[227,209,218,598,330,0.243,0.855]],[[227,209,218,598,330,0.243,0.855]],[[244,211,169,973,33.6,0.773,0.81]],[[244,211,169,973,33.6,0.773,0.81]],[[231,153,108,785,21.951,0.719,0.665]],[[231,153,108,785,21.951,0.719,0.665]],[[239,221,203,575,30,0.529,0.867]],[[239,221,203,575,30,0.529,0.867]],[[238,208,200,1000,12.632,0.528,0.859]],[[238,208,200,1000,12.632,0.528,0.859]],[[239,216,179,965,37,0.652,0.82]],[[239,216,179,965,37,0.652,0.82]],[[231,226,221,505,30,0.172,0.886],[168,160,161,15,352.5,0.044,0.643]],[[241,229,218,830,28.696,0.451,0.9],[216,163,176,27,345.283,0.405,0.743]],[[108,108,121,999,240,0.057,0.449]],[[104,61,81,366,332.093,0.261,0.324],[173,145,141,155,7.5,0.163,0.616]],[[227,215,206,433,25.714,0.273,0.849]],[[77,75,79,751,270,0.026,0.302],[115,52,71,121,341.905,0.377,0.327]],[[239,195,163,429,25.263,0.704,0.788]],[[232,214,197,777,29.143,0.432,0.841]],[[236,208,178,901,31.034,0.604,0.812]],[[231,212,199,921,24.375,0.4,0.843]],[[132,105,99,708,10.909,0.143,0.453]],[[235,213,194,641,27.805,0.506,0.841]],[[231,228,227,374,15,0.077,0.898]],[[227,221,218,288,20,0.138,0.873]],[[227,221,218,288,20,0.138,0.873]],[[232,231,230,679,30,0.042,0.906]],[[231,227,226,477,12,0.094,0.896]],[[231,227,226,477,12,0.094,0.896]],[[233,230,233,739,300,0.064,0.908]],[[150,138,126,630,30,0.103,0.541]],[[132,109,98,697,19.412,0.148,0.451]],[[222,209,196,512,30,0.283,0.82]],[[233,216,200,603,29.091,0.429,0.849]],[[244,200,216,992,338.182,0.667,0.871]],[[242,198,212,728,340.909,0.629,0.863]],[[150,134,130,632,12,0.087,0.549]],[[148,117,104,805,17.727,0.175,0.494],[156,175,182,51,196.154,0.151,0.663]],[[235,220,207,609,27.857,0.412,0.867]],[[116,112,122,645,264,0.043,0.459]],[[234,229,221,448,36.923,0.236,0.892]],[[231,225,219,483,30,0.2,0.882],[168,43,64,36,349.92,0.592,0.414]],[[149,117,103,1000,18.261,0.183,0.494]],[[215,211,211,889,0,0.048,0.835]],[[231,214,203,840,23.571,0.368,0.851]],[[212,210,208,1000,30,0.044,0.824]],[[228,215,197,862,34.839,0.365,0.833]],[[240,227,210,671,34,0.5,0.882],[183,101,110,27,353.415,0.363,0.557]],[[237,231,226,727,27.273,0.234,0.908]],[[232,231,228,630,45,0.08,0.902]],[[232,219,203,879,33.103,0.387,0.853]],[[236,226,217,453,28.421,0.333,0.888]],[[213,225,169,450,72.857,0.483,0.773]],[[229,210,186,675,33.488,0.453,0.814]],[[177,176,177,703,300,0.006,0.692],[147,145,149,71,270,0.019,0.576],[226,222,217,61,33.333,0.134,0.869]],[[215,226,171,583,72,0.487,0.778]],[[230,212,194,537,30,0.419,0.831]],[[179,175,177,804,330,0.026,0.694]],[[206,218,149,408,70.435,0.483,0.72]],[[228,208,184,686,32.727,0.449,0.808]],[[174,173,172,396,30,0.012,0.678],[105,107,111,30,220,0.028,0.424]],[[120,98,89,319,17.419,0.148,0.41]],[[125,80,106,346,325.333,0.22,0.402],[215,193,182,190,20,0.292,0.778],[161,125,127,43,356.667,0.161,0.561]],[[229,220,202,473,40,0.342,0.845],[111,108,108,18,0,0.014,0.429]],[[237,226,206,358,38.71,0.463,0.869],[209,163,159,109,4.8,0.352,0.722],[174,97,109,37,350.649,0.322,0.531]],[[230,221,201,351,41.379,0.367,0.845],[154,176,168,97,158.182,0.122,0.647]],[[235,226,207,419,40.714,0.412,0.867]],[[231,223,211,306,36,0.294,0.867]],[[177,162,148,238,28.966,0.157,0.637]],[[226,220,211,362,36,0.205,0.857],[109,105,107,178,330,0.019,0.42]],[[226,220,208,340,40,0.237,0.851],[157,159,150,179,73.333,0.045,0.606],[123,133,145,42,212.727,0.091,0.525]],[[227,219,209,340,33.333,0.243,0.855],[156,70,101,90,338.372,0.381,0.443]],[[227,219,211,358,30,0.222,0.859],[158,71,106,85,335.862,0.38,0.449]],[[226,218,210,378,30,0.216,0.855],[158,111,138,157,325.532,0.195,0.527]],[[227,219,211,355,30,0.222,0.859],[92,135,119,77,157.674,0.189,0.445]],[[206,186,154,759,36.923,0.347,0.706]],[[237,227,207,708,40,0.455,0.871]],[[180,142,105,287,29.6,0.333,0.559]],[[236,230,214,474,43.636,0.367,0.882]],[[247,228,205,276,32.857,0.724,0.886]],[[237,232,210,482,48.889,0.429,0.876]],[[247,239,226,281,37.143,0.568,0.927]],[[196,154,111,583,30.353,0.419,0.602]],[[239,231,217,743,38.182,0.407,0.894]],[[244,227,207,730,32.432,0.627,0.884]],[[234,229,209,893,48,0.373,0.869]],[[240,232,220,566,36,0.4,0.902]],[[205,164,117,507,32.045,0.468,0.631]],[[236,229,215,712,40,0.356,0.884],[216,181,176,8,7.5,0.339,0.769]],[[243,228,207,583,35,0.6,0.882]],[[235,231,209,675,50.769,0.394,0.871]],[[247,240,229,718,36.667,0.529,0.933]],[[250,242,228,539,38.182,0.688,0.937]],[[248,239,230,721,30,0.563,0.937]],[[240,233,218,529,40.909,0.423,0.898]],[[245,239,229,666,37.5,0.444,0.929]],[[243,237,227,334,37.5,0.4,0.922]],[[241,232,217,261,37.5,0.462,0.898]],[[237,232,216,268,45.714,0.368,0.888],[220,185,173,29,15.319,0.402,0.771]],[[247,241,228,287,41.053,0.543,0.931],[122,129,118,37,98.182,0.045,0.484]],[[242,232,216,512,36.923,0.5,0.898]],[[242,230,219,459,28.696,0.469,0.904]],[[238,231,218,504,39,0.37,0.894]],[[241,236,227,407,38.571,0.333,0.918],[219,201,200,90,3.158,0.209,0.822],[194,166,175,1,340.714,0.187,0.706]],[[244,233,216,403,36.429,0.56,0.902]],[[247,240,228,456,37.895,0.543,0.931]],[[240,233,217,495,41.739,0.434,0.896]],[[245,240,229,558,41.25,0.444,0.929],[208,177,171,67,9.73,0.282,0.743],[128,134,123,5,92.727,0.043,0.504]],[[215,205,177,561,44.211,0.322,0.769]],[[196,166,135,454,30.492,0.341,0.649]],[[243,228,216,378,26.667,0.529,0.9]],[[246,238,227,533,34.737,0.514,0.927]],[[203,176,147,1000,31.071,0.35,0.686]],[[241,230,222,666,25.263,0.404,0.908]],[[215,205,173,479,45.714,0.344,0.761]],[[200,174,147,296,30.566,0.325,0.68]],[[245,227,214,458,25.161,0.608,0.9]],[[233,216,199,390,30,0.436,0.847]],[[234,228,202,550,48.75,0.432,0.855]],[[188,158,129,363,29.492,0.306,0.622]],[[248,238,226,536,32.727,0.611,0.929]],[[247,239,227,692,36,0.556,0.929]],[[202,190,170,843,37.5,0.232,0.729]],[[239,229,211,973,38.571,0.467,0.882]],[[200,185,165,601,34.286,0.241,0.716]],[[123,78,101,570,329.333,0.224,0.394],[194,169,157,82,19.459,0.233,0.688]],[[237,232,216,582,45.714,0.368,0.888],[160,166,161,154,130,0.033,0.639],[111,137,147,76,196.667,0.143,0.506],[158,132,124,27,14.118,0.149,0.553]],[[61,54,56,356,342.857,0.061,0.225],[100,82,78,146,10.909,0.124,0.349]],[[239,231,214,577,40.8,0.439,0.888],[164,93,100,115,354.085,0.281,0.504]],[[234,228,211,594,44.348,0.354,0.873],[94,91,93,92,320,0.016,0.363],[129,127,127,3,0,0.008,0.502]],[[241,236,221,385,45,0.417,0.906]],[[239,233,227,745,30,0.273,0.914]],[[236,237,239,667,220,0.086,0.931]],[[238,231,228,654,18,0.227,0.914],[199,108,150,100,332.308,0.448,0.602]],[[238,230,227,624,16.364,0.244,0.912],[215,81,93,100,354.627,0.626,0.58]],[[238,232,228,645,24,0.227,0.914],[146,173,179,127,190.909,0.178,0.637],[189,189,187,45,60,0.015,0.737]],[[238,232,228,669,24,0.227,0.914],[216,213,166,89,56.4,0.391,0.749]],[[237,229,221,455,30,0.308,0.898]],[[61,59,61,631,300,0.017,0.235],[107,107,111,60,240,0.018,0.427]],[[246,240,228,582,40,0.5,0.929]],[[245,242,237,555,37.5,0.286,0.945],[99,98,99,91,300,0.005,0.386],[60,60,60,34,0,0,0.235]],[[247,244,238,593,40,0.36,0.951]],[[46,46,50,334,240,0.042,0.188]],[[141,85,111,437,332.143,0.248,0.443]],[[124,105,102,293,8.182,0.097,0.443]],[[206,186,174,991,22.5,0.246,0.745]],[[232,220,208,804,30,0.343,0.863]],[[230,216,207,545,23.478,0.315,0.857]],[[229,217,206,514,28.696,0.307,0.853]],[[228,216,205,517,28.696,0.299,0.849],[159,52,58,69,356.636,0.507,0.414]],[[227,216,206,489,28.571,0.273,0.849],[91,88,92,151,285,0.022,0.353]],[[230,219,208,467,30,0.306,0.859]],[[229,217,206,547,28.696,0.307,0.853],[144,104,113,161,346.5,0.161,0.486]],[[226,213,202,535,27.5,0.293,0.839],[167,51,74,10,348.103,0.532,0.427]],[[226,213,203,580,26.087,0.284,0.841],[94,88,90,12,340,0.033,0.357]],[[226,213,204,491,24.545,0.275,0.843]],[[226,214,203,583,28.696,0.284,0.841],[132,76,96,10,338.571,0.269,0.408]],[[228,221,209,507,37.895,0.26,0.857]],[[42,40,44,727,270,0.048,0.165],[181,57,69,93,354.194,0.521,0.467]],[[232,226,216,367,37.5,0.258,0.878],[150,111,130,106,330.769,0.157,0.512]],[[233,226,213,394,39,0.312,0.875],[207,79,91,101,354.375,0.571,0.561],[168,110,104,16,5.625,0.269,0.533]],[[234,228,214,477,42,0.323,0.878]],[[218,196,182,532,23.333,0.327,0.784],[168,100,108,72,352.941,0.281,0.525]],[[203,185,174,758,22.759,0.218,0.739]],[[201,178,156,441,29.333,0.294,0.7]],[[217,196,180,598,25.946,0.327,0.778]],[[227,215,204,488,28.696,0.291,0.845],[108,106,111,62,264,0.023,0.425]],[[200,177,155,680,29.333,0.29,0.696]],[[202,185,175,931,22.222,0.203,0.739]],[[173,150,136,893,22.703,0.184,0.606]],[[214,196,180,769,28.235,0.293,0.773]],[[226,217,204,589,35.455,0.275,0.843]],[[189,143,97,647,30,0.411,0.561]],[[203,157,60,706,40.699,0.579,0.516]],[[145,132,108,991,38.919,0.146,0.496]],[[195,195,195,807,0,0,0.765]],[[42,27,22,928,15,0.312,0.125]],[[97,62,50,499,15.319,0.32,0.288]],[[219,198,163,620,37.5,0.438,0.749]],[[227,208,179,742,36.25,0.462,0.796]],[[225,212,189,552,38.333,0.375,0.812]],[[228,218,200,861,38.571,0.341,0.839]],[[179,136,93,716,30,0.361,0.533]],[[200,152,60,867,39.429,0.56,0.51]],[[150,137,114,1000,38.333,0.146,0.518]],[[150,150,150,943,0,0,0.588]],[[70,51,47,972,10.435,0.197,0.229]],[[92,61,47,633,18.667,0.324,0.273]],[[229,201,167,891,32.903,0.544,0.776]],[[227,207,180,780,34.468,0.456,0.798]],[[220,207,184,747,38.333,0.34,0.792]],[[226,214,194,551,37.5,0.356,0.824]],[[36,24,19,777,17.647,0.309,0.108]],[[103,66,57,610,11.739,0.287,0.314]],[[221,193,158,347,33.333,0.481,0.743]],[[229,209,180,911,35.51,0.485,0.802]],[[220,207,186,491,37.059,0.327,0.796]],[[229,219,201,729,38.571,0.35,0.843]],[[55,40,38,599,7.059,0.183,0.182]],[[94,64,54,350,15,0.27,0.29]],[[215,184,143,229,34.167,0.474,0.702]],[[233,212,181,842,35.769,0.542,0.812]],[[225,211,189,319,36.667,0.375,0.812]],[[230,219,203,709,35.556,0.351,0.849]],[[244,229,212,799,31.875,0.593,0.894]],[[99,66,53,569,16.957,0.303,0.298]],[[227,202,165,581,35.806,0.525,0.769]],[[233,213,184,925,35.51,0.527,0.818]],[[220,205,183,623,35.676,0.346,0.79]],[[237,226,208,648,37.241,0.446,0.873]],[[239,225,222,400,10.588,0.347,0.904]],[[239,225,222,400,10.588,0.347,0.904]],[[205,215,198,408,95.294,0.175,0.81]],[[205,215,198,408,95.294,0.175,0.81]],[[194,213,221,344,197.778,0.284,0.814]],[[194,213,221,344,197.778,0.284,0.814]],[[237,230,218,480,37.895,0.345,0.892]],[[237,230,218,480,37.895,0.345,0.892]],[[245,241,235,910,36,0.333,0.941]],[[245,241,235,910,36,0.333,0.941]],[[123,85,68,417,18.545,0.288,0.375]],[[123,85,68,417,18.545,0.288,0.375]],[[176,178,182,828,220,0.039,0.702]],[[176,178,182,828,220,0.039,0.702]],[[93,98,110,410,222.353,0.084,0.398]],[[93,98,110,410,222.353,0.084,0.398]],[[175,135,58,466,39.487,0.502,0.457]],[[175,135,58,466,39.487,0.502,0.457]],[[141,68,91,502,341.096,0.349,0.41]],[[141,68,91,502,341.096,0.349,0.41]],[[196,203,186,517,84.706,0.14,0.763]],[[196,203,186,517,84.706,0.14,0.763]],[[185,199,208,656,203.478,0.197,0.771]],[[185,199,208,656,203.478,0.197,0.771]],[[231,221,206,478,36,0.342,0.857]],[[231,221,206,478,36,0.342,0.857]],[[236,233,227,674,40,0.191,0.908]],[[236,233,227,674,40,0.191,0.908]],[[243,222,220,559,5.217,0.489,0.908]],[[243,222,220,559,5.217,0.489,0.908]],[[230,230,216,933,60,0.219,0.875]],[[230,230,216,933,60,0.219,0.875]],[[230,230,216,933,60,0.219,0.875]],[[222,232,235,635,193.846,0.245,0.896]],[[222,232,235,635,193.846,0.245,0.896]],[[235,220,195,507,37.5,0.5,0.843]],[[235,220,195,507,37.5,0.5,0.843]],[[242,234,221,631,37.143,0.447,0.908]],[[242,234,221,631,37.143,0.447,0.908]],[[244,237,228,912,33.75,0.421,0.925]],[[244,237,228,912,33.75,0.421,0.925]],[[244,237,228,912,33.75,0.421,0.925]],[[103,26,48,613,342.857,0.597,0.253],[174,142,87,204,37.931,0.349,0.512]],[[103,26,48,613,342.857,0.597,0.253],[174,142,87,204,37.931,0.349,0.512]],[[241,225,218,613,18.261,0.451,0.9]],[[241,225,218,613,18.261,0.451,0.9]],[[236,232,210,588,50.769,0.406,0.875]],[[236,232,210,588,50.769,0.406,0.875]],[[212,222,225,468,193.846,0.178,0.857]],[[212,222,225,468,193.846,0.178,0.857]],[[230,217,196,535,37.059,0.405,0.835]],[[230,217,196,535,37.059,0.405,0.835]],[[239,229,220,455,28.421,0.373,0.9]],[[239,229,220,455,28.421,0.373,0.9]],[[85,11,37,610,338.919,0.771,0.188],[150,111,71,86,30.38,0.357,0.433]],[[85,11,37,610,338.919,0.771,0.188],[150,111,71,86,30.38,0.357,0.433]],[[247,226,220,636,13.333,0.628,0.916]],[[247,226,220,636,13.333,0.628,0.916]],[[245,234,212,924,40,0.623,0.896]],[[245,234,212,924,40,0.623,0.896]],[[244,238,228,687,37.5,0.421,0.925]],[[244,238,228,687,37.5,0.421,0.925]],[[80,49,38,977,15.714,0.356,0.231]],[[80,49,38,977,15.714,0.356,0.231]],[[140,143,144,529,195,0.018,0.557],[110,110,109,234,60,0.005,0.429]],[[140,143,144,529,195,0.018,0.557],[110,110,109,234,60,0.005,0.429]],[[248,221,212,673,15,0.72,0.902]],[[248,221,212,673,15,0.72,0.902]],[[233,229,199,768,52.941,0.436,0.847]],[[233,229,199,768,52.941,0.436,0.847]],[[206,222,226,364,192,0.256,0.847]],[[206,222,226,364,192,0.256,0.847]],[[242,231,212,843,38,0.536,0.89]],[[242,231,212,843,38,0.536,0.89]],[[239,232,222,546,35.294,0.347,0.904]],[[239,232,222,546,35.294,0.347,0.904]],[[139,139,141,302,240,0.009,0.549],[84,82,80,266,30,0.024,0.322]],[[139,139,141,302,240,0.009,0.549],[84,82,80,266,30,0.024,0.322]],[[100,18,36,281,346.829,0.695,0.231],[152,109,67,246,29.647,0.388,0.429]],[[100,18,36,281,346.829,0.695,0.231],[152,109,67,246,29.647,0.388,0.429]],[[247,228,220,673,17.778,0.628,0.916]],[[247,228,220,673,17.778,0.628,0.916]],[[233,228,200,586,50.909,0.429,0.849]],[[233,228,200,586,50.909,0.429,0.849]],[[210,226,229,521,189.474,0.268,0.861]],[[210,226,229,521,189.474,0.268,0.861]],[[235,221,195,452,39,0.5,0.843]],[[235,221,195,452,39,0.5,0.843]],[[243,230,206,757,38.919,0.607,0.88]],[[243,230,206,757,38.919,0.607,0.88]],[[235,227,216,553,34.737,0.322,0.884]],[[235,227,216,553,34.737,0.322,0.884]],[[57,27,39,343,336,0.357,0.165]],[[57,27,39,343,336,0.357,0.165]],[[81,80,79,475,30,0.012,0.314],[131,134,136,141,204,0.021,0.524],[108,108,109,113,240,0.005,0.425]],[[81,80,79,475,30,0.012,0.314],[131,134,136,141,204,0.021,0.524],[108,108,109,113,240,0.005,0.425]],[[171,142,82,369,40.449,0.352,0.496]],[[171,142,82,369,40.449,0.352,0.496]],[[247,226,215,649,20.625,0.667,0.906]],[[247,226,215,649,20.625,0.667,0.906]],[[233,230,209,755,52.5,0.353,0.867]],[[233,230,209,755,52.5,0.353,0.867]],[[206,221,226,431,195,0.256,0.847]],[[206,221,226,431,195,0.256,0.847]],[[232,213,177,643,39.273,0.545,0.802]],[[232,213,177,643,39.273,0.545,0.802]],[[240,229,212,819,36.429,0.483,0.886]],[[240,229,212,819,36.429,0.483,0.886]],[[242,236,228,546,34.286,0.35,0.922]],[[242,236,228,546,34.286,0.35,0.922]],[[232,219,201,635,34.839,0.403,0.849]],[[232,219,201,635,34.839,0.403,0.849]],[[235,226,217,556,30,0.31,0.886]],[[235,226,217,556,30,0.31,0.886]],[[238,229,217,656,34.286,0.382,0.892],[230,164,207,75,320.909,0.569,0.773]],[[243,236,226,513,35.294,0.415,0.92],[229,110,129,45,350.42,0.696,0.665]],[[239,231,219,636,36,0.385,0.898],[222,152,171,56,343.714,0.515,0.733]],[[239,231,217,715,38.182,0.407,0.894],[210,187,194,56,341.739,0.204,0.778]],[[241,234,220,414,40,0.429,0.904],[156,159,184,45,233.571,0.165,0.667],[181,203,199,40,169.091,0.175,0.753]],[[217,204,189,598,32.143,0.269,0.796],[51,47,51,75,300,0.041,0.192],[89,83,85,51,340,0.035,0.337]],[[228,220,209,558,34.737,0.26,0.857],[146,100,123,97,330,0.187,0.482]],[[234,226,215,605,34.737,0.311,0.88],[188,59,109,77,336.744,0.522,0.484]],[[234,227,214,538,39,0.323,0.878]],[[236,227,217,656,31.579,0.333,0.888],[164,178,174,85,162.857,0.083,0.671]],[[106,104,110,823,260,0.028,0.42]],[[61,61,62,606,240,0.008,0.241],[102,27,70,76,325.6,0.581,0.253]],[[139,108,141,852,296.364,0.133,0.488]],[[213,218,163,784,65.455,0.426,0.747],[169,157,140,39,35.172,0.144,0.606]],[[106,110,119,382,221.538,0.058,0.441],[87,86,89,361,260,0.017,0.343]],[[62,61,62,266,300,0.008,0.241]],[[137,116,111,495,11.538,0.105,0.486]],[[58,58,60,367,240,0.017,0.231],[110,109,110,91,300,0.005,0.429],[144,142,143,56,330,0.009,0.561]],[[93,90,88,371,24,0.028,0.355]],[[111,138,147,714,195,0.143,0.506]],[[230,221,204,552,39.231,0.342,0.851]],[[231,222,199,488,43.125,0.4,0.843],[172,118,116,21,2.143,0.252,0.565]],[[230,221,197,543,43.636,0.398,0.837]],[[231,222,195,556,45,0.429,0.835]],[[230,221,204,642,39.231,0.342,0.851]],[[214,197,171,997,36.279,0.344,0.755]],[[171,148,130,656,26.341,0.196,0.59]],[[232,221,197,741,41.143,0.432,0.841]],[[239,233,227,733,30,0.273,0.914],[174,168,171,19,330,0.036,0.671]],[[236,234,232,915,30,0.095,0.918],[177,175,176,20,330,0.013,0.69]],[[237,228,218,587,31.579,0.345,0.892]],[[117,116,124,950,247.5,0.033,0.471]],[[117,116,124,950,247.5,0.033,0.471]],[[117,116,124,950,247.5,0.033,0.471]],[[238,228,212,1000,36.923,0.433,0.882]],[[217,211,203,1000,34.286,0.156,0.824]],[[182,205,92,845,72.212,0.531,0.582]],[[241,151,66,759,29.143,0.862,0.602]],[[249,201,94,568,41.419,0.928,0.673]],[[237,230,231,1000,351.429,0.163,0.916]],[[237,230,231,1000,351.429,0.163,0.916]],[[189,153,136,630,19.245,0.286,0.637]],[[206,221,233,863,206.667,0.38,0.861]],[[218,219,200,1000,63.158,0.209,0.822]],[[241,228,205,962,38.333,0.562,0.875]],[[242,232,218,946,35,0.48,0.902]],[[240,237,232,1000,37.5,0.211,0.925]],[[228,218,199,650,39.31,0.349,0.837]],[[235,231,230,706,12,0.111,0.912]],[[239,206,176,905,28.571,0.663,0.814]],[[234,214,196,838,28.421,0.475,0.843]],[[244,237,227,829,35.294,0.436,0.924]],[[232,217,200,506,31.875,0.41,0.847],[46,32,34,137,351.429,0.179,0.153]],[[236,225,216,671,27,0.345,0.886]],[[251,226,194,677,33.684,0.877,0.873],[198,110,110,3,0,0.436,0.604]],[[246,218,175,903,36.338,0.798,0.825]],[[142,41,48,973,355.842,0.552,0.359]],[[248,193,135,365,30.796,0.89,0.751]],[[244,214,168,714,36.316,0.776,0.808]],[[244,214,168,714,36.316,0.776,0.808]],[[236,213,195,554,26.341,0.519,0.845]],[[209,215,166,483,67.347,0.38,0.747]],[[168,188,220,557,216.923,0.426,0.761]],[[220,154,119,205,20.792,0.591,0.665]],[[240,235,228,795,35,0.286,0.918]],[[235,225,221,381,17.143,0.259,0.894]],[[233,231,226,513,42.857,0.137,0.9]],[[217,215,212,424,36,0.062,0.841]],[[237,232,230,858,17.143,0.163,0.916]],[[233,230,227,517,30,0.12,0.902]],[[77,50,50,1000,0,0.213,0.249]],[[135,38,47,999,354.433,0.561,0.339]],[[200,162,172,735,344.211,0.257,0.71]],[[44,58,85,994,219.512,0.318,0.253]],[[65,103,115,801,194.4,0.278,0.353]],[[231,225,222,506,20,0.158,0.888]],[[215,210,163,739,54.231,0.394,0.741]],[[166,120,86,925,25.5,0.317,0.494]],[[161,132,113,684,23.75,0.203,0.537]],[[228,205,182,833,30,0.46,0.804]],[[237,227,216,753,31.429,0.368,0.888]],[[240,238,239,1000,330,0.062,0.937]],[[235,231,229,896,20,0.13,0.91]],[[235,231,232,928,345,0.091,0.914]],[[227,184,136,348,31.648,0.619,0.712]],[[236,197,142,920,35.106,0.712,0.741]],[[140,182,216,548,206.842,0.494,0.698]],[[217,205,207,790,350,0.136,0.827],[171,161,174,5,286.154,0.074,0.657]],[[232,213,205,773,17.778,0.37,0.857]],[[252,234,220,751,26.25,0.842,0.925]],[[229,144,176,265,337.412,0.62,0.731]],[[250,211,236,636,321.538,0.796,0.904]],[[143,113,100,226,18.14,0.177,0.476]],[[249,239,210,646,44.615,0.765,0.9]],[[251,230,243,1000,322.857,0.724,0.943]],[[251,230,243,849,322.857,0.724,0.943]],[[249,227,241,543,321.818,0.647,0.933],[227,205,168,85,37.627,0.513,0.775],[202,131,130,47,0.833,0.404,0.651]],[[248,238,207,559,45.366,0.745,0.892],[222,168,160,91,7.742,0.484,0.749],[186,110,116,33,355.263,0.355,0.58]],[[251,230,241,795,328.571,0.724,0.943],[209,185,165,51,27.273,0.324,0.733]],[[247,238,201,791,48.261,0.742,0.878]],[[170,216,227,468,191.579,0.504,0.778]],[[182,24,74,800,341.013,0.767,0.404]],[[235,171,203,814,330,0.615,0.796]],[[235,210,220,485,336,0.385,0.873]],[[188,228,239,418,192.941,0.614,0.837],[208,182,203,91,311.538,0.217,0.765],[198,165,108,24,38,0.441,0.6]],[[190,28,78,342,341.481,0.743,0.427]],[[235,183,207,609,332.308,0.565,0.82],[213,150,103,31,25.636,0.567,0.62]],[[249,226,238,336,328.696,0.657,0.931],[224,197,166,54,32.069,0.483,0.765]],[[172,218,230,543,192.414,0.537,0.788],[199,183,187,33,345,0.125,0.749],[166,167,166,23,120,0.006,0.653],[160,163,122,12,64.39,0.182,0.559]],[[240,218,228,424,332.727,0.423,0.898],[168,156,119,22,45.306,0.22,0.563]],[[185,166,119,429,42.727,0.32,0.596]],[[210,174,117,497,36.774,0.508,0.641]],[[219,204,168,428,42.353,0.415,0.759]],[[47,49,56,447,226.667,0.087,0.202]],[[230,218,202,512,34.286,0.359,0.847]],[[253,244,230,681,36.522,0.852,0.947],[219,161,162,5,358.966,0.446,0.745]],[[221,214,202,662,37.895,0.218,0.829]],[[194,178,166,796,25.714,0.187,0.706]],[[210,195,181,816,28.966,0.244,0.767]],[[167,167,169,930,240,0.011,0.659]],[[86,91,102,574,221.25,0.085,0.369]],[[109,84,106,469,307.2,0.13,0.378],[125,124,131,41,248.571,0.027,0.5]],[[228,216,201,404,33.333,0.333,0.841]],[[112,110,113,306,280,0.013,0.437],[143,141,140,294,20,0.013,0.555]],[[110,92,106,356,313.333,0.089,0.396],[161,153,154,227,352.5,0.041,0.616],[199,193,187,59,30,0.097,0.757]],[[139,112,98,194,20.488,0.173,0.465],[112,84,87,188,353.571,0.143,0.384]],[[212,201,185,375,35.556,0.239,0.778],[232,233,223,14,66,0.185,0.894]],[[151,153,151,304,120,0.01,0.596],[110,116,117,229,188.571,0.031,0.445],[207,202,191,120,41.25,0.143,0.78]],[[240,239,230,607,54,0.25,0.922],[108,78,105,197,306,0.161,0.365]],[[234,220,198,575,36.667,0.462,0.847]],[[239,237,231,605,45,0.2,0.922],[98,86,95,218,315,0.065,0.361],[164,156,158,56,345,0.042,0.627],[196,190,188,36,15,0.063,0.753]],[[120,108,102,588,20,0.081,0.435]],[[210,182,137,647,36.986,0.448,0.68]],[[217,216,213,436,45,0.05,0.843]],[[241,215,178,332,35.238,0.692,0.822]],[[214,212,205,417,46.667,0.099,0.822]],[[227,217,200,639,37.778,0.325,0.837]],[[217,218,213,819,72,0.063,0.845]],[[81,82,85,949,225,0.024,0.325]],[[232,212,179,399,37.358,0.535,0.806]],[[215,212,205,384,42,0.111,0.824]],[[48,70,77,401,194.483,0.232,0.245]],[[229,211,185,644,35.455,0.458,0.812]],[[240,219,149,593,46.154,0.752,0.763],[177,198,141,14,82.105,0.333,0.665]],[[229,226,170,338,56.949,0.532,0.782],[169,197,169,23,120,0.194,0.718]],[[157,110,102,395,8.727,0.219,0.508],[108,80,83,99,353.571,0.149,0.369]],[[157,110,102,395,8.727,0.219,0.508],[108,80,83,99,353.571,0.149,0.369]],[[239,208,174,805,31.385,0.67,0.81]],[[229,216,202,469,31.111,0.342,0.845],[148,154,90,57,65.625,0.262,0.478]],[[227,220,229,292,286.667,0.148,0.88]],[[232,207,198,460,15.882,0.425,0.843]],[[238,207,178,683,29,0.638,0.816]],[[236,234,232,890,30,0.095,0.918]],[[229,227,226,292,20,0.055,0.892]],[[232,230,229,819,20,0.061,0.904]],[[233,230,231,689,340,0.064,0.908]],[[209,207,198,299,49.091,0.107,0.798]],[[238,217,199,471,27.692,0.534,0.857]],[[238,217,199,471,27.692,0.534,0.857]],[[243,239,239,938,0,0.143,0.945]],[[235,231,228,459,25.714,0.149,0.908]],[[232,229,229,740,0,0.061,0.904]],[[236,235,234,950,30,0.05,0.922]],[[233,231,231,906,0,0.043,0.91]],[[236,234,233,848,20,0.073,0.92]],[[232,230,231,611,330,0.042,0.906]],[[234,230,227,537,25.714,0.143,0.904]],[[239,234,232,817,17.143,0.179,0.924]],[[235,231,228,523,25.714,0.149,0.908]],[[228,226,226,299,0,0.036,0.89]],[[228,226,221,401,42.857,0.115,0.88]],[[233,230,227,301,30,0.12,0.902]],[[243,240,242,1000,320,0.111,0.947]],[[196,206,226,475,220,0.341,0.827],[211,202,160,16,49.412,0.367,0.727]],[[226,214,194,443,37.5,0.356,0.824]],[[233,226,208,592,43.2,0.362,0.865]],[[229,221,203,334,41.538,0.333,0.847],[110,109,109,55,0,0.005,0.429]],[[30,34,37,319,205.714,0.104,0.131],[91,82,83,142,353.333,0.052,0.339],[139,132,121,43,36.667,0.072,0.51]],[[219,206,187,442,35.625,0.308,0.796],[168,93,94,81,359.2,0.301,0.512]],[[218,207,186,675,39.375,0.302,0.792],[162,100,119,48,341.613,0.25,0.514]],[[228,219,200,537,40.714,0.341,0.839],[171,176,174,79,156,0.031,0.68]],[[228,221,208,556,39,0.27,0.855],[107,101,103,17,340,0.029,0.408]],[[227,220,207,562,39,0.263,0.851],[177,64,80,31,351.504,0.469,0.473]],[[228,220,208,434,36,0.27,0.855]],[[228,220,209,604,34.737,0.26,0.857],[162,165,168,34,210,0.033,0.647]],[[71,74,81,442,222,0.066,0.298]],[[91,73,105,540,273.75,0.18,0.349]],[[56,146,161,414,188.571,0.484,0.425]],[[235,229,216,525,41.053,0.322,0.884]],[[206,205,212,459,248.571,0.075,0.818],[76,63,73,134,313.846,0.094,0.273],[235,233,232,125,20,0.07,0.916],[187,16,49,86,348.421,0.842,0.398]],[[234,231,231,751,0,0.067,0.912]],[[234,231,231,751,0,0.067,0.912]],[[182,203,234,990,215.769,0.553,0.816]],[[187,207,235,603,215,0.545,0.827]],[[236,232,230,666,20,0.136,0.914]],[[140,118,112,266,12.857,0.111,0.494]],[[215,198,194,952,11.429,0.208,0.802]],[[178,108,80,411,17.143,0.389,0.506]],[[220,212,175,699,49.333,0.391,0.775]],[[227,195,169,664,26.897,0.509,0.776]],[[226,190,162,418,26.25,0.525,0.761]],[[154,154,155,958,240,0.005,0.606]],[[154,154,155,958,240,0.005,0.606]],[[242,206,211,812,351.667,0.581,0.878]],[[236,230,230,452,0,0.136,0.914],[174,173,179,312,250,0.038,0.69],[206,203,205,50,320,0.03,0.802]],[[237,225,209,375,34.286,0.438,0.875],[199,201,201,342,180,0.018,0.784],[157,174,194,45,212.432,0.233,0.688]],[[238,232,229,464,20,0.209,0.916],[205,202,173,114,54.375,0.242,0.741]],[[241,227,211,561,32,0.517,0.886],[183,196,201,10,196.667,0.143,0.753]],[[243,235,234,621,6.667,0.273,0.935],[223,219,197,17,50.769,0.289,0.824]],[[164,41,46,711,357.561,0.6,0.402]],[[239,215,195,682,27.273,0.579,0.851]],[[229,202,180,451,26.939,0.485,0.802]],[[219,211,155,301,52.5,0.471,0.733],[114,89,138,77,270.612,0.216,0.445]],[[236,230,212,611,45,0.387,0.878]],[[231,224,213,511,36.667,0.273,0.871]],[[234,229,219,591,40,0.263,0.888],[107,100,101,85,351.429,0.034,0.406],[73,63,61,8,10,0.09,0.263]],[[234,227,213,582,40,0.333,0.876],[204,111,129,15,348.387,0.477,0.618]],[[234,227,215,596,37.895,0.311,0.88]],[[233,226,215,569,36.667,0.29,0.878],[157,175,175,110,180,0.101,0.651]],[[227,215,202,771,31.2,0.309,0.841]],[[45,45,47,919,240,0.022,0.18]],[[190,24,53,546,349.518,0.776,0.42]],[[236,152,56,957,32,0.826,0.573]],[[185,198,93,693,67.429,0.479,0.571]],[[93,185,193,444,184.8,0.446,0.561]],[[88,136,188,893,211.2,0.427,0.541]],[[48,67,116,580,223.235,0.415,0.322]],[[138,75,115,1000,321.905,0.296,0.418]],[[222,115,164,544,332.523,0.618,0.661]],[[239,204,222,508,329.143,0.522,0.869]],[[239,236,235,1000,15,0.111,0.929]],[[248,248,245,264,60,0.176,0.967],[47,49,47,146,120,0.021,0.188]],[[247,246,244,258,40,0.158,0.963],[235,204,217,166,334.839,0.437,0.861],[44,41,44,150,300,0.035,0.167]],[[243,244,244,313,180,0.043,0.955],[54,55,59,143,228,0.044,0.222]],[[248,248,246,488,60,0.125,0.969],[170,172,175,143,216,0.03,0.676],[77,75,84,111,253.333,0.057,0.312],[216,217,217,111,180,0.013,0.849],[210,48,80,77,348.148,0.643,0.506]],[[247,244,244,565,0,0.158,0.963],[235,187,210,93,331.25,0.545,0.827],[179,173,181,67,285,0.051,0.694]],[[246,244,239,463,42.857,0.28,0.951],[229,177,168,109,8.852,0.54,0.778],[202,29,67,74,346.821,0.749,0.453],[87,178,186,71,184.848,0.418,0.535]],[[165,167,174,263,226.667,0.053,0.665]],[[170,176,179,260,200,0.056,0.684],[199,11,48,245,348.191,0.895,0.412],[244,243,243,81,0,0.043,0.955]],[[186,191,186,255,120,0.038,0.739],[241,228,29,211,56.321,0.883,0.529],[198,19,46,144,350.95,0.825,0.425],[100,105,107,139,197.143,0.034,0.406],[138,129,127,46,10.909,0.045,0.52]],[[37,32,36,462,312,0.072,0.135],[244,242,242,141,0,0.083,0.953],[191,186,194,103,277.5,0.062,0.745]],[[29,49,110,439,225.185,0.583,0.273]],[[177,179,180,298,200,0.02,0.7],[238,239,238,149,120,0.03,0.935]],[[250,234,245,715,318.75,0.615,0.949]],[[250,234,245,715,318.75,0.615,0.949]],[[251,250,248,668,40,0.273,0.978],[128,134,146,40,220,0.076,0.537]],[[251,250,248,668,40,0.273,0.978],[128,134,146,40,220,0.076,0.537]],[[251,250,248,668,40,0.273,0.978],[128,134,146,40,220,0.076,0.537]],[[250,250,250,603,0,0,0.98],[167,212,229,109,196.452,0.544,0.776],[236,210,95,67,48.936,0.788,0.649],[99,181,115,17,131.707,0.357,0.549]],[[250,250,250,603,0,0,0.98],[167,212,229,109,196.452,0.544,0.776],[236,210,95,67,48.936,0.788,0.649],[99,181,115,17,131.707,0.357,0.549]],[[239,238,235,569,45,0.111,0.929],[208,208,209,156,240,0.011,0.818],[164,163,164,141,300,0.005,0.641],[217,170,170,45,0,0.382,0.759]],[[142,141,143,622,270,0.009,0.557],[173,172,173,129,300,0.006,0.676]],[[132,48,51,396,357.857,0.467,0.353],[157,91,87,122,3.429,0.287,0.478]],[[140,113,102,280,17.368,0.157,0.475]],[[69,57,84,393,266.667,0.191,0.276]],[[197,183,138,585,45.763,0.337,0.657]],[[186,167,148,305,30,0.216,0.655]],[[72,71,75,405,255,0.027,0.286],[98,94,97,153,315,0.021,0.376]],[[108,80,70,473,15.789,0.213,0.349]],[[71,59,88,477,264.828,0.197,0.288]],[[198,183,141,478,44.211,0.333,0.665]],[[188,169,149,427,30.769,0.225,0.661]],[[179,178,179,363,300,0.007,0.7],[114,114,121,211,240,0.03,0.461]],[[24,25,27,411,220,0.059,0.1]],[[145,43,55,662,352.941,0.543,0.369]],[[89,59,51,561,12.632,0.271,0.275]],[[134,114,140,470,286.154,0.102,0.498]],[[225,212,189,245,38.333,0.375,0.812]],[[214,197,176,383,33.158,0.317,0.765]],[[29,39,40,443,185.455,0.159,0.135],[68,69,72,122,225,0.029,0.275]],[[151,41,51,481,354.545,0.573,0.376],[171,96,95,69,0.789,0.311,0.522]],[[81,52,50,467,3.871,0.237,0.257]],[[60,42,69,807,280,0.243,0.218]],[[231,219,203,326,34.286,0.368,0.851]],[[185,170,155,229,30,0.176,0.667]],[[113,74,51,898,22.258,0.378,0.322]],[[151,28,48,493,350.244,0.687,0.351]],[[238,232,228,806,24,0.227,0.914]],[[225,201,174,631,31.765,0.459,0.782]],[[178,93,125,441,337.412,0.356,0.531]],[[167,43,61,890,351.29,0.59,0.412]],[[210,198,179,1000,36.774,0.256,0.763]],[[201,208,183,1000,76.8,0.21,0.767]],[[228,205,177,1000,32.941,0.486,0.794]],[[224,154,176,543,341.143,0.53,0.741]],[[116,72,49,999,20.597,0.406,0.324]],[[207,107,150,1000,334.2,0.51,0.616]],[[197,192,191,491,10,0.049,0.761]],[[188,207,225,784,209.189,0.381,0.81]],[[241,236,234,1000,17.143,0.2,0.931]],[[220,217,167,930,56.604,0.431,0.759]],[[238,227,217,1000,28.571,0.382,0.892]],[[239,223,224,315,356.25,0.333,0.906]],[[241,236,234,796,17.143,0.2,0.931],[198,163,168,28,351.429,0.235,0.708]],[[242,235,233,796,13.333,0.257,0.931],[214,212,202,81,50,0.128,0.816],[176,206,214,36,192.632,0.317,0.765],[179,190,174,16,101.25,0.11,0.714]],[[238,225,213,791,28.8,0.424,0.884]],[[245,222,226,789,349.565,0.535,0.916]],[[226,222,220,342,20,0.094,0.875],[165,159,160,273,350,0.032,0.635]],[[225,214,207,280,23.333,0.231,0.847],[183,198,212,113,208.966,0.252,0.775]],[[202,203,172,386,61.935,0.23,0.735]],[[235,217,200,389,29.143,0.467,0.853]],[[235,214,218,311,348.571,0.344,0.88]],[[228,221,218,402,18,0.156,0.875],[200,180,182,50,354,0.154,0.745]],[[226,220,218,414,15,0.121,0.871],[184,199,214,15,210,0.268,0.78]],[[232,220,205,488,33.333,0.37,0.857],[168,183,147,16,85,0.2,0.647]],[[230,217,205,522,28.8,0.333,0.853]],[[233,213,217,621,348,0.312,0.875]],[[248,240,237,693,16.364,0.44,0.951],[163,157,158,55,350,0.032,0.627]],[[216,209,209,277,0,0.082,0.833],[166,156,157,124,354,0.053,0.631]],[[226,218,217,324,6.667,0.134,0.869],[172,186,205,88,214.545,0.248,0.739]],[[229,217,205,359,30,0.316,0.851],[184,188,167,76,71.429,0.135,0.696]],[[228,218,204,382,35,0.308,0.847]],[[229,211,216,526,343.333,0.257,0.863]],[[214,193,175,528,27.692,0.322,0.763],[150,101,112,84,346.531,0.195,0.492]],[[230,210,194,604,26.667,0.419,0.831],[160,81,89,67,353.924,0.328,0.473]],[[112,106,104,783,15,0.037,0.424]],[[241,240,236,750,48,0.152,0.935],[218,114,144,53,342.692,0.584,0.651],[89,86,90,16,285,0.023,0.345]],[[240,227,211,747,33.103,0.492,0.884],[170,183,179,41,161.538,0.083,0.692]],[[238,222,205,616,30.909,0.493,0.869]],[[189,216,229,546,199.5,0.435,0.82],[152,137,121,50,30.968,0.131,0.535],[93,85,90,38,322.5,0.045,0.349]],[[189,213,226,402,201.081,0.389,0.814],[82,65,75,139,324.706,0.116,0.288],[214,164,64,54,40,0.647,0.545]],[[175,215,156,437,100.678,0.424,0.727],[163,152,103,54,49,0.246,0.522]],[[176,57,71,358,352.941,0.511,0.457],[234,203,169,176,31.385,0.607,0.79]],[[232,220,210,444,27.273,0.324,0.867]],[[235,207,176,288,31.525,0.596,0.806],[176,60,72,164,353.793,0.492,0.463]],[[232,224,219,325,23.077,0.22,0.884]],[[238,225,189,460,44.082,0.59,0.837]],[[232,221,205,838,35.556,0.37,0.857]],[[2,152,217,414,198.14,0.982,0.429],[161,148,150,28,350.769,0.065,0.606]],[[182,215,232,274,200.4,0.521,0.812],[192,187,188,163,348,0.038,0.743],[161,161,161,135,0,0,0.631],[94,94,97,106,240,0.016,0.375],[152,154,112,66,62.857,0.172,0.522]],[[44,40,45,630,288,0.059,0.167],[80,73,76,97,334.286,0.046,0.3],[113,98,79,93,33.529,0.177,0.376]],[[45,41,46,600,288,0.057,0.171],[143,21,80,147,330.984,0.744,0.322]],[[92,50,73,599,327.143,0.296,0.278],[140,115,92,116,28.75,0.207,0.455]],[[131,39,63,310,344.348,0.541,0.333],[150,112,88,122,23.226,0.261,0.467]],[[47,116,125,586,186.923,0.453,0.337],[100,111,100,127,120,0.052,0.414],[148,138,109,126,44.615,0.154,0.504]],[[200,193,135,484,53.538,0.371,0.657]],[[164,91,136,903,323.014,0.286,0.5]],[[163,131,155,911,315,0.148,0.576]],[[220,208,189,992,36.774,0.307,0.802]],[[57,52,54,578,336,0.046,0.214],[83,78,87,147,273.333,0.055,0.324]],[[92,73,105,592,275.625,0.18,0.349],[173,162,162,87,0,0.063,0.657],[212,205,192,69,39,0.189,0.792],[140,116,136,40,310,0.094,0.502]],[[217,205,186,546,36.774,0.29,0.79],[176,98,106,138,353.846,0.331,0.537]],[[222,212,193,399,39.31,0.305,0.814],[163,169,160,137,100,0.05,0.645],[112,148,151,82,184.615,0.158,0.516]],[[225,214,195,550,38,0.333,0.824],[135,127,130,8,337.5,0.032,0.514]],[[231,220,210,511,28.571,0.304,0.865]],[[235,206,184,536,25.882,0.56,0.822]],[[229,206,182,529,30.638,0.475,0.806]],[[131,85,103,965,336.522,0.213,0.424]],[[178,157,136,783,30,0.214,0.616]],[[104,136,133,961,174.375,0.133,0.471]],[[209,187,167,748,28.571,0.313,0.737],[109,66,76,73,346.047,0.246,0.343]],[[214,190,167,494,29.362,0.364,0.747],[106,131,122,52,158.4,0.105,0.465]],[[254,245,228,670,39.231,0.929,0.945]],[[86,71,93,668,280.909,0.134,0.322],[228,215,204,64,27.5,0.308,0.847],[136,122,125,25,347.143,0.056,0.506]],[[55,48,55,681,300,0.068,0.202],[139,43,65,68,346.25,0.527,0.357],[145,129,116,7,26.897,0.116,0.512]],[[55,52,58,661,270,0.055,0.216],[92,84,82,130,12,0.057,0.341]],[[216,201,189,546,26.667,0.257,0.794]],[[254,246,235,690,34.737,0.905,0.959]],[[247,234,221,590,30,0.619,0.918],[181,159,168,83,335.455,0.129,0.667]],[[254,243,231,608,31.304,0.92,0.951]],[[186,164,143,810,29.302,0.238,0.645]],[[204,187,167,988,32.432,0.266,0.727]],[[72,69,69,459,0,0.021,0.276],[173,158,140,51,32.727,0.168,0.614]],[[212,193,174,364,30,0.306,0.757],[142,107,109,179,356.571,0.141,0.488]],[[228,215,202,510,30,0.325,0.843],[64,62,64,45,300,0.016,0.247]],[[205,184,164,534,29.268,0.291,0.724],[162,100,108,167,352.258,0.25,0.514]],[[218,205,186,598,35.625,0.302,0.792]],[[215,199,184,566,29.032,0.279,0.782]],[[214,206,149,579,52.615,0.442,0.712]],[[46,42,44,447,330,0.045,0.173],[112,107,103,165,26.667,0.042,0.422]],[[74,57,84,408,277.778,0.191,0.276],[147,140,131,162,33.75,0.069,0.545],[118,107,112,127,332.727,0.049,0.441]],[[189,109,153,428,327,0.377,0.584]],[[237,221,195,425,37.143,0.538,0.847]],[[222,217,214,296,22.5,0.108,0.855],[60,55,57,292,336,0.043,0.225]],[[226,91,137,343,339.556,0.699,0.622]],[[186,164,145,496,27.805,0.229,0.649]],[[186,164,145,496,27.805,0.229,0.649]],[[151,74,92,805,345.974,0.342,0.441]],[[222,209,166,861,46.071,0.459,0.761]],[[176,186,188,995,190,0.082,0.714]],[[223,198,135,504,42.955,0.579,0.702]],[[234,219,204,553,30,0.417,0.859],[179,124,132,36,351.273,0.266,0.594]],[[234,219,202,784,31.875,0.432,0.855]],[[235,221,204,532,32.903,0.437,0.861]],[[236,222,206,442,32,0.441,0.867],[103,101,106,24,264,0.024,0.406]],[[59,51,57,684,315,0.073,0.216],[152,94,107,56,346.552,0.236,0.482]],[[59,52,57,640,317.143,0.063,0.218],[224,204,157,67,42.09,0.519,0.747]],[[139,60,81,541,344.051,0.397,0.39],[203,176,167,114,15,0.257,0.725],[64,53,66,38,290.769,0.109,0.233]],[[220,208,164,655,47.143,0.444,0.753]],[[176,187,186,713,174.545,0.075,0.712],[232,219,206,86,30,0.361,0.859]],[[232,209,140,678,45,0.667,0.729],[103,104,105,38,210,0.01,0.408]],[[53,53,55,713,240,0.019,0.212]],[[222,161,184,356,337.377,0.48,0.751],[76,58,76,122,300,0.134,0.263]],[[240,224,203,267,34.054,0.552,0.869],[75,62,63,94,355.385,0.095,0.269]],[[235,216,201,443,26.471,0.459,0.855]],[[235,216,201,443,26.471,0.459,0.855]],[[138,141,148,418,222,0.045,0.561],[92,90,92,98,300,0.011,0.357],[186,134,61,72,35.04,0.506,0.484],[213,212,212,40,0,0.012,0.833]],[[237,220,205,572,28.125,0.471,0.867],[179,79,95,113,350.4,0.397,0.506]],[[242,232,218,605,35,0.48,0.902]],[[249,239,227,607,32.727,0.647,0.933],[199,171,183,110,334.286,0.2,0.725]],[[240,221,207,346,25.455,0.524,0.876]],[[247,238,228,593,31.579,0.543,0.931],[178,198,198,125,180,0.149,0.737]],[[62,60,67,476,257.143,0.055,0.249],[160,90,140,56,317.143,0.28,0.49]],[[163,166,171,616,217.5,0.045,0.655],[233,231,232,16,330,0.043,0.91]],[[226,79,143,762,333.878,0.717,0.598]],[[35,40,40,739,180,0.067,0.147],[223,222,224,24,270,0.031,0.875],[158,158,160,21,240,0.01,0.624]],[[131,190,23,760,81.198,0.784,0.418]],[[131,190,23,760,81.198,0.784,0.418]],[[199,9,39,902,350.526,0.913,0.408],[247,221,221,21,0,0.619,0.918]],[[199,9,39,902,350.526,0.913,0.408],[247,221,221,21,0,0.619,0.918]],[[221,208,193,305,32.143,0.292,0.812]],[[255,244,226,554,37.241,1,0.943]],[[28,34,39,508,207.273,0.164,0.131]],[[239,209,218,917,342,0.484,0.878],[209,174,164,16,13.333,0.328,0.731]],[[239,209,218,917,342,0.484,0.878],[209,174,164,16,13.333,0.328,0.731]],[[240,206,211,1000,351.176,0.531,0.875]],[[240,206,211,1000,351.176,0.531,0.875]],[[251,225,232,567,343.846,0.765,0.933],[217,213,206,21,38.182,0.126,0.829]],[[254,231,238,421,341.739,0.92,0.951],[253,213,181,125,26.667,0.947,0.851]],[[146,144,145,347,330,0.009,0.569]],[[237,209,215,911,347.143,0.438,0.875],[208,173,173,14,0,0.271,0.747],[212,174,109,5,37.864,0.545,0.629]],[[237,209,215,911,347.143,0.438,0.875],[208,173,173,14,0,0.271,0.747],[212,174,109,5,37.864,0.545,0.629]],[[245,218,220,924,355.556,0.574,0.908],[217,190,190,17,0,0.262,0.798],[176,158,169,8,323.333,0.102,0.655],[212,165,106,4,33.396,0.552,0.624]],[[215,215,209,422,60,0.07,0.831]],[[245,237,238,405,352.5,0.286,0.945]],[[0,93,185,470,209.838,1,0.363]],[[210,228,235,748,196.8,0.385,0.873],[199,170,86,53,44.602,0.502,0.559],[190,74,74,22,0,0.472,0.518]],[[222,182,172,261,12,0.431,0.773],[161,172,206,234,225.333,0.315,0.72],[184,202,158,145,84.545,0.293,0.706],[146,141,125,26,45.714,0.088,0.531]],[[237,235,231,789,40,0.143,0.918],[193,173,191,49,306,0.139,0.718],[173,150,152,45,354.783,0.123,0.633],[59,92,158,25,220,0.456,0.425]],[[161,153,200,319,250.213,0.299,0.692],[225,202,150,306,41.6,0.556,0.735],[119,194,205,150,187.674,0.462,0.635],[217,124,139,117,350.323,0.55,0.669],[117,78,120,46,295.714,0.212,0.388]],[[236,216,222,334,342,0.345,0.886],[246,224,165,9,43.704,0.818,0.806]],[[205,226,232,527,193.333,0.37,0.857],[242,229,186,10,46.071,0.683,0.839]],[[239,235,216,470,49.565,0.418,0.892],[237,189,211,17,332.5,0.571,0.835]],[[165,210,226,331,195.738,0.513,0.767],[231,230,222,292,53.333,0.158,0.888],[194,204,199,14,150,0.089,0.78]],[[236,231,210,781,48.462,0.406,0.875],[218,183,194,39,341.143,0.321,0.786]],[[235,229,220,758,36,0.273,0.892],[173,199,220,27,206.809,0.402,0.771]],[[231,225,215,490,37.5,0.25,0.875]],[[222,227,196,781,69.677,0.356,0.829]],[[202,223,230,534,195,0.359,0.847]],[[235,209,221,877,332.308,0.394,0.871]],[[226,228,217,384,70.909,0.169,0.873]],[[216,227,231,430,196,0.238,0.876]],[[233,218,227,416,324,0.254,0.884]],[[184,217,170,999,102.128,0.382,0.759]],[[245,195,203,983,350.4,0.714,0.863]],[[237,235,231,681,40,0.143,0.918],[191,212,218,1,193.333,0.267,0.802]],[[235,233,228,623,42.857,0.149,0.908],[188,212,218,38,192,0.288,0.796]],[[234,233,231,609,40,0.067,0.912],[187,196,162,7,75.882,0.224,0.702]],[[237,235,232,984,36,0.122,0.92]],[[230,229,226,240,45,0.074,0.894],[184,209,217,92,194.545,0.303,0.786]],[[201,199,222,702,245.217,0.258,0.825]],[[223,230,190,340,70.5,0.444,0.824]],[[236,209,166,922,36.857,0.648,0.788]],[[186,219,226,884,190.5,0.408,0.808]],[[237,235,231,1000,40,0.143,0.918]],[[239,233,216,1000,44.348,0.418,0.892]],[[234,228,221,797,32.308,0.236,0.892]],[[227,209,216,957,336.667,0.243,0.855]],[[202,222,230,753,197.143,0.359,0.847]],[[232,227,219,531,36.923,0.22,0.884]],[[226,203,213,597,333.913,0.284,0.841]],[[205,220,225,477,195,0.25,0.843]],[[231,225,217,658,34.286,0.226,0.878]],[[231,213,219,936,340,0.273,0.871]],[[202,222,227,925,192,0.309,0.841]],[[228,222,213,630,36,0.217,0.865]],[[231,212,219,916,337.895,0.284,0.869]],[[196,216,225,637,198.621,0.326,0.825]],[[253,211,220,912,347.143,0.913,0.91]],[[193,215,241,666,212.5,0.632,0.851]],[[238,234,232,938,20,0.15,0.922]],[[238,234,232,938,20,0.15,0.922]],[[189,189,197,288,240,0.065,0.757],[163,156,155,242,7.5,0.042,0.624],[112,142,160,52,202.5,0.202,0.533],[152,108,110,24,357.273,0.176,0.51]],[[252,182,118,999,28.657,0.957,0.725]],[[253,215,176,1000,30.39,0.951,0.841]],[[178,209,235,1000,207.368,0.588,0.81]],[[194,216,237,548,209.302,0.544,0.845]],[[194,216,237,548,209.302,0.544,0.845]],[[252,170,188,841,346.829,0.932,0.827]],[[250,220,225,666,350,0.75,0.922]],[[217,222,171,738,65.882,0.436,0.771]],[[253,228,156,640,44.536,0.96,0.802]],[[250,230,195,860,38.182,0.846,0.873]],[[250,230,195,860,38.182,0.846,0.873]],[[252,238,227,935,26.4,0.806,0.939]],[[173,212,244,597,207.042,0.763,0.818]],[[173,212,244,597,207.042,0.763,0.818]],[[174,209,244,478,210,0.761,0.82],[225,221,187,113,53.684,0.388,0.808]],[[174,209,244,478,210,0.761,0.82],[225,221,187,113,53.684,0.388,0.808]],[[249,210,218,452,347.692,0.765,0.9],[243,208,178,99,27.692,0.73,0.825]],[[243,233,206,224,43.784,0.607,0.88],[156,193,213,133,201.053,0.404,0.724],[241,157,145,119,7.5,0.774,0.757]],[[251,217,154,290,38.969,0.924,0.794],[214,221,220,69,171.429,0.093,0.853]],[[251,217,154,290,38.969,0.924,0.794],[214,221,220,69,171.429,0.093,0.853]],[[243,230,214,446,33.103,0.547,0.896]],[[204,218,238,892,215.294,0.5,0.867],[215,176,154,28,21.639,0.433,0.724]],[[249,221,232,693,336.429,0.7,0.922],[234,204,171,29,31.429,0.6,0.794]],[[234,234,185,895,60,0.538,0.822],[119,189,209,5,193.333,0.495,0.643]],[[251,230,194,687,37.895,0.877,0.873],[230,114,102,14,5.625,0.719,0.651]],[[252,238,229,882,23.478,0.793,0.943]],[[195,214,235,896,211.5,0.5,0.843],[230,203,164,5,35.455,0.569,0.773],[195,176,193,3,306.316,0.137,0.727]],[[195,214,235,896,211.5,0.5,0.843],[230,203,164,5,35.455,0.569,0.773],[195,176,193,3,306.316,0.137,0.727]],[[246,215,225,739,340.645,0.633,0.904],[241,200,168,4,26.301,0.723,0.802],[184,175,204,2,258.621,0.221,0.743]],[[231,228,181,977,56.4,0.51,0.808],[171,206,208,2,183.243,0.282,0.743]],[[251,227,189,725,36.774,0.886,0.863],[250,118,111,2,3.022,0.933,0.708]],[[251,227,189,725,36.774,0.886,0.863],[250,118,111,2,3.022,0.933,0.708]],[[250,236,226,973,25,0.706,0.933]],[[205,222,240,576,210.857,0.538,0.873],[207,177,163,13,19.091,0.314,0.725]],[[251,225,234,470,339.231,0.765,0.933],[214,205,179,11,44.571,0.299,0.771]],[[251,231,194,569,38.947,0.877,0.873]],[[249,238,228,921,28.571,0.636,0.935],[208,215,219,9,201.818,0.133,0.837]],[[203,217,237,991,215.294,0.486,0.863],[215,182,206,1,316.364,0.292,0.778],[183,171,154,1,35.172,0.168,0.661]],[[249,220,233,905,333.103,0.707,0.92],[235,192,191,1,1.364,0.524,0.835]],[[249,229,193,571,38.571,0.824,0.867]],[[250,236,226,973,25,0.706,0.933]],[[250,225,234,568,338.4,0.714,0.931],[229,203,177,16,30,0.5,0.796]],[[249,228,194,681,37.091,0.821,0.869],[167,183,201,6,211.765,0.239,0.722]],[[251,236,228,928,20.87,0.742,0.939],[181,196,210,3,208.966,0.244,0.767]],[[210,227,243,604,209.091,0.579,0.888],[193,188,207,9,255.789,0.165,0.775]],[[248,220,226,658,347.143,0.667,0.918],[220,201,201,38,0,0.213,0.825]],[[245,235,229,445,22.5,0.444,0.929],[203,220,238,328,210.857,0.507,0.865]],[[246,220,226,431,346.154,0.591,0.914],[217,201,198,7,9.474,0.2,0.814]],[[214,229,244,767,210,0.577,0.898]],[[248,220,227,572,345,0.667,0.918]],[[245,218,221,577,353.333,0.574,0.908],[214,174,98,16,39.31,0.586,0.612]],[[248,222,226,703,350.769,0.65,0.922],[203,128,127,4,0.789,0.422,0.647]],[[171,203,228,806,206.316,0.514,0.782],[191,181,174,56,24.706,0.117,0.716],[82,69,79,19,313.846,0.086,0.296]],[[171,203,228,806,206.316,0.514,0.782],[191,181,174,56,24.706,0.117,0.716],[82,69,79,19,313.846,0.086,0.296]],[[227,225,180,488,57.447,0.456,0.798]],[[242,209,138,915,40.962,0.8,0.745]]],names:["917963","917956","917949","917932","917925","917918","917901","917864","917840","917833","917826","917802","912920","912913","912845","912821","912814","912586","912579","912562","912531","912524","911480","911459","911442","911428","911411","911404","870459","867503","867008","861006","861006","825510","825510","825503","825503","825428","825428","825428","825404","825404","825336","825336","825329","825329","825312","825312","825305","825305","825220","825220","825213","825213","825213","825121","825121","825114","825114","825022","825022","825015","825015","825008","825008","823028","823011","823004","822311","822304","822236","822229","822212","822205","822120","822120","822113","822113","822106","822106","821918","821901","821819","821819","821802","821802","821727","821727","821710","821710","821703","821703","821604","821512","821505","821437","821437","821420","821420","821413","821413","821406","821406","821321","821321","821314","821314","821307","821307","820812","820812","820805","820805","820706","820706","820706","820508","820126","820119","820119","820102","819625","819618","819540","819540","819533","819533","819526","819526","819519","819519","819502","819502","819410","819403","819311","819304","819229","819212","819205","819137","819120","819113","819106","819007","818918","818901","818710","818703","818611","818604","818512","818505","818437","818420","818413","818406","818307","817928","817812","817805","817539","817539","817522","817515","817508","817508","817508","817317","817300","817225","817218","817201","817201","817133","817119","817119","817102","817102","817027","817027","817010","817003","816945","816938","816921","816907","816839","816822","816808","816297","816280","816280","816280","816242","816242","816235","816235","816228","816228","816228","816211","816211","816211","816204","816204","816204","816006","815719","815702","814576","814576","814569","814569","814552","814552","814545","814545","814538","814538","814514","814514","814514","814507","814507","814507","814323","813609","813401","812916","798036","798029","798012","797930","797923","797916","797909","797619","797602","797404","797329","797312","797305","797015","797008","796162","796155","796148","796131","796063","796049","796032","796025","796018","796001","795967","795950","795943","795936","795929","795912","795905","795868","795851","795844","795837","795820","795813","795806","795769","795707","795639","795622","795608","795606","795523","795509","795424","795400","795363","795332","795318","795301","795264","795257","795240","795233","795226","795219","795202","795110","795103","795035","795028","795004","794212","790849","790245","790238","790221","790214","790207","790054","790047","790030","790023","790016","790009","789959","789942","789935","789928","789911","789904","789843","789836","789829","789805","789744","789737","789720","789713","789706","789645","789638","789621","789614","789607","789539","789522","789515","789508","789195","789188","789171","789164","789157","789140","789133","789126","789119","789102","789096","789089","789072","789065","789058","789041","789034","789027","789010","789003","788914","787535","787306","787207","787009","786743","786736","786705","786613","786606","786330","786323","786316","786156","786125","786118","786101","786019","785906","785890","785883","785876","785869","785852","785845","785838","785807","785777","785760","785753","785739","785654","785630","785623","785579","785562","785555","785524","785494","785487","785470","785463","785456","785449","785432","785425","785418","785302","785296","785289","785272","785265","785258","785241","785234","785227","785210","785203","785197","785180","785173","785166","785159","785142","785135","785128","785111","785104","785067","785005","784756","784732","784718","784701","784688","784671","784640","784633","784626","784602","784572","784541","784527","784510","784480","784466","784411","784404","784381","784374","784367","784312","784305","784275","784244","784176","784169","784152","784145","784138","784121","784114","784107","784091","784077","784046","784039","784022","784015","784008","783933","783803","782523","782516","782509","782417","782400","782097","782080","782066","782059","782035","782028","782004","781762","781717","781694","781687","781670","781663","781649","781625","781618","781595","781588","781571","781557","781540","781533","781526","781519","781502","781496","781489","781472","781465","781458","781441","781434","781427","781410","781403","781366","781359","781328","781311","781304","781281","781267","781250","781236","781229","781212","781205","781199","781175","781144","781137","781120","781113","781106","781021","781014","781007","780925","780918","780901","780505","780413","780406","780338","780321","780314","780307","780253","780246","780239","780222","780215","780208","780154","780130","780109","779912","779905","779820","779813","779806","779738","779714","779707","779622","779615","779608","779516","779509","779448","779431","779424","779417","779400","779325","779318","779301","779158","779141","779134","779127","779110","779103","779035","779028","779011","778953","778946","778939","778922","778915","778908","778427","778410","778111","778104","778029","778012","778005","777925","777918","777901","777826","777819","777802","777727","777529","777505","777307","776926","776919","776902","776827","776810","776803","776735","776728","776711","776704","776636","776629","776612","776605","776584","776577","776560","776546","776539","776522","776520","776515","776513","776508","776506","776485","776478","776461","776430","776423","776421","776416","776414","776407","776386","776379","776362","776355","776348","776331","776324","776322","776317","776315","776308","776300","776287","776270","776263","776256","776249","776232","776230","776225","776223","776218","776216","776209","776201","776148","776131","776124","776117","776100","776089","776072","776065","776058","776049","776041","776034","776032","776027","776025","776018","776010","776003","776001","775929","775921","775914","775912","775907","775905","775851","775844","775837","775822","775820","775815","775813","775808","775806","775723","775721","775714","775709","775707","775622","775617","775615","775608","775600","775578","775561","775554","775547","775530","775523","775518","775516","775509","775501","775448","775433","775431","775426","775424","775419","775417","775400","775334","775327","775310","775242","775235","775228","775211","774818","774801","774795","774788","774771","774764","774757","774740","774733","774726","774719","774702","774672","774627","774610","774559","774542","774528","774511","774498","774481","774474","774467","774450","774443","774436","774429","774412","774405","774344","774320","774313","774306","774290","774283","774276","774269","774252","774245","774238","774221","774214","774207","774122","774115","774108","774092","774047","774030","774023","774016","774009","773897","773880","773873","773866","773859","773857","773842","773840","773835","773833","773828","773826","773819","773811","773804","773802","773798","773781","773774","773767","773750","773743","773736","773734","773729","773727","773710","773705","773703","773699","773675","773668","773644","773642","773635","773628","773620","773611","773604","773583","773576","773538","773529","773521","773512","773505","773491","773484","773475","773468","773453","773451","773446","773444","773439","773437","773422","773420","773413","773408","773406","773385","773378","773354","773338","773330","773323","773321","773314","773309","773307","773279","773262","773239","773231","773224","773222","773215","773208","773200","773178","773170","773161","773154","773149","773147","773132","773130","773125","773123","773116","773109","773101","773026","773002","772935","772928","772911","772904","772881","772874","772867","772852","772850","772845","772843","772838","772836","772829","772821","772814","772812","772807","772805","772722","772715","772708","772706","772690","772683","772676","772669","772652","772645","772638","772623","772621","772616","772614","772609","772607","772456","772449","772432","772425","772418","772401","772364","772333","772326","772302","772234","772227","772210","772203","772128","772111","772104","772036","772029","772005","771893","771886","771879","771862","771855","771848","771831","771824","771817","771800","771800","771794","771787","771770","771763","771756","771749","771732","771725","771718","771701","771688","771626","771619","771596","771589","771572","771565","771541","771534","771527","771510","771503","771435","771411","771404","771381","771367","771350","771329","771312","771305","771251","771244","771220","771206","771169","771143","771136","771129","771121","771112","771107","771105","771091","771077","771060","771046","771039","771022","771008","770827","770810","770803","770612","770605","770421","770407","770247","770230","770216","770209","770131","770124","770100","770032","770001","769746","769722","769708","769647","769623","769609","769579","769562","769517","769470","769463","769418","769340","769326","769302","769241","769234","769227","769210","769203","769128","769111","769029","769005","768930","768923","768916","768909","768831","768824","768817","768800","768756","768701","768671","768664","768657","768640","768633","768626","768619","768602","768510","768503","768466","768435","768428","768404","768350","768343","768336","768329","768312","768312","768305","768305","768220","768213","768206","768169","768152","768121","768107","768022","768008","766707","766639","766622","766615","766608","766530","766523","766516","766509","766424","766400","766325","766318","766301","766240","766226","766219","766127","766110","766103","766035","766028","766011","766004","765991","765984","765854","765830","765809","765793","765786","765779","765762","765755","765748","765731","765724","765717","765700","765694","765670","765663","765656","765625","765601","765595","765588","765571","765533","765526","765519","765502","765489","765472","765458","765441","765434","765427","765410","765403","765298","765274","765250","765236","765229","765212","765205","765182","765151","765090","765083","765076","765069","765052","765045","765038","765021","765014","765007","764949","764932","764925","764918","764901","764697","764673","764666","764642","764635","764628","764611","764604","764581","764567","764543","764529","764512","764505","764499","764482","764468","764451","764444","764437","764420","764413","764406","764383","764369","764345","764338","764321","764314","764307","764260","764246","764208","764192","764185","764178","764161","764154","764147","764130","764123","764116","764109","764093","764086","764079","764062","764055","764048","764024","764017","764000","763768","763751","763744","763737","763720","763713","763683","763676","763669","763652","763645","763638","763621","763614","763607","763577","763553","763546","763539","763515","763508","763461","763447","763430","763423","763416","763409","763355","763348","763331","763324","763317","763300","763287","763270","763263","763256","763249","763232","763225","763218","763201","763157","763140","763133","763126","763119","763102","763058","763041","763034","763027","763010","763003","762808","762747","762730","762648","762600","762525","762518","762501","762433","762426","762259","762228","762211","762198","762181","762174","762143","762136","762110","762103","762099","762097","762082","762080","762073","762066","762059","762042","762037","762035","762028","762011","762004","761948","761931","761863","761856","761849","761832","761825","761818","761801","761757","761740","761733","761726","761719","761702","761597","761580","761573","761566","761559","761542","761535","761528","761511","761504","761450","761436","761429","761412","761405","761382","761368","761351","761344","761337","761320","761313","761306","761207","761016","761009","760934","760903","760736","760729","760545","760521","760451","760444","760437","760420","760415","760413","760406","760330","760323","760156","760118","760101","760095","760071","760055","760048","760040","760033","760031","760026","760024","760019","760017","760000","759938","759921","759914","759907","759822","759815","759778","759778","759761","759761","759747","759747","759730","759730","759723","759532","759525","759518","759501","759242","759082","759082","759044","759037","759037","759013","759013","758986","758955","758931","758917","758887","758856","758832","758764","758733","758733","758726","758689","758672","758665","758641","758634","758627","758610","758610","758603","758603","758573","758573","758566","758566","758542","758535","758467","758450","758429","758382","758351","758337","758320","758313","758283","758276","758269","758252","758238","758221","758207","758146","758146","758139","758139","758122","758122","758115","758115","758108","758061","758054","758047","758047","758023","758009","758009","757927","757903","757903","757828","757811","757811","757804","757804","757712","757705","757613","757606","757514","757507","757439","757415","757330","757316","757200","757118","757101","757026","756821","756814","756319","756210","756104","755817","755800","755602","755527","755510","755503","755329","755312","755312","755305","755305","755206","755169","755008","754810","754810","754803","754803","754711","754612","754414","754414","754407","754407","754322","754315","754025","754025","754018","754001","753837","753820","753769","753738","753721","753615","753516","753158","753134","753127","753110","753011","753004","752915","752908","752816","752809","752717","752700","752519","752502","752441","752441","752441","752434","752427","752427","752410","752410","752403","752403","752403","752328","752328","752304","752304","752304","752120","752106","752106","752007","751611","751604","751581","751550","751529","751505","751215","751208","751116","751109","751017","751000","750997","750997","750973","750911","750904","750904","750904","750713","750713","750706","750614","750614","750607","750515","750409","750324","750010","750003","749816","749809","749724","749427","749410","749403","748826","748307","748000","747706","747621","747355","746822","746006","745924","745641","745627","745023","745016","744712","744705","743517","743135","743104","742114","742114","742107","742039","742022","742015","742008","742008","740349","740288","740271","740271","740271","740233","740226","740219","740202","740196","740189","740165","740158","740134","740127","740110","740103","740097","740080","740073","740066","740059","740059","740042","740035","740035","740028","740028","739862","739831","739800","739602","739466","739459","739435","739428","739411","739404","738711","738520","738506","738308","737738","737691","737653","737615","737608","737110","737103","734805","734713","734102","733914","733907","733808","733693","733686","733679","733662","733655","733648","733631","733624","733617","733600","733587","733570","733563","733556","733549","733532","733525","733518","733501","733495","733471","733464","733457","733440","733433","733419","733402","733396","733389","733372","733365","733358","733341","733334","733327","733303","733297","733280","733273","733266","733259","733242","733235","733228","733211","733204","733198","733181","733174","733167","733150","733143","733136","733129","733112","731408","731101","730807","729009","727807","727302","726008","725407","725308","725209","725087","725070","725001","724974","724967","724905","724899","724882","724875","724868","724851","724844","724837","724820","724813","724806","724790","724783","724776","724769","724745","724738","724721","724714","724707","724677","724660","724646","724639","724622","724615","724608","724486","724479","724448","724431","724424","724417","724400","724394","724387","724370","724363","724356","724349","724332","724325","724318","724301","723328","723311","723304","723212","723205","723168","723144","723120","723106","721416","721409","721300","721157","721140","721133","721126","721119","721102","721034","721027","720921","720907","720709","720600","720518","720419","720402","719758","719291","719284","719277","719260","719253","719246","719239","719222","719215","719208","719161","719154","719147","719130","719123","719116","719109","719093","719086","719079","719062","719055","719048","719031","719024","719017","719000","718997","718980","718973","718966","718959","718942","718935","718928","718911","718904","718881","718805","718775","718737","718690","718676","718669","718645","718638","718591","718584","718577","718560","718553","718546","718539","718522","718515","718508","718492","718485","718461","718454","718447","718430","718423","718409","718409","718386","718379","718362","718348","718331","718317","718300","718294","718287","718270","718263","718256","718249","718232","718201","715927","715910","715903","715880","715842","715835","715828","715811","715804","715798","715781","715774","715767","715750","715743","715712","715705","715682","715675","715651","715644","715637","715620","715613","715606","715590","715583","715576","715569","715552","715545","715538","715514","715491","715484","715477","715460","715453","715446","715439","715415","715392","715378","715361","715354","715347","715330","715323","715316","715309","715293","715279","715262","715255","715248","715231","715224","715217","715200","715187","715170","715163","715132","715125","715101","715095","715088","715064","715040","715019","715002","714852","714845","714838","714821","714814","714807","714456","714432","714425","714418","714401","713695","713688","713664","713633","713619","713602","713305","713299","713282","713091","713039","712360","712360","712353","712346","712315","712292","712285","712278","712254","712247","712230","712223","712216","712209","711615","711394","711387","711295","711271","711240","711233","711226","711202","711127","711103","711103","711097","711080","711011","710991","710991","710984","710984","710922","710915","710908","710809","710717","710410","710359","710106","709414","709407","709254","709162","709155","709131","709124","709117","709100","709001","707700","706871","706802","706703","706602","706499","706406","706307","706079","706000","705933","705926","705919","705902","705742","705735","705728","705711","705704","705698","705681","705674","705667","705650","705643","705636","705629","705612","705605","704815","704808","703443","703429","703412","702927","702903","698945","698938","698921","698914","698907","695937","695920","695913","695906","695842","695835","695821","695814","695807","695746","695739","695722","695715","695708","695692","695685","695678","695661","695654","695647","695630","695623","695616","695609","695548","695531","695524","695517","695500","695432","695425","695418","695401","695371","695364","695340","695333","695326","695302","695173","695166","695142","695135","695111","695104","687840","687833","687826","687819","687802","683149","683132","683125","683118","683101","682371","682364","682357","682340","682333","682326","682319","682302","681671","681664","681657","681640","681633","681626","681619","681602","677805","677300","677218","674606","673548","673531","673524","673517","673500","673456","673449","673432","673425","673418","673401","673357","673340","673333","673326","673319","673302","673258","673241","673234","673227","673210","673203","673135","673128","673111","673104","673036","673029","673012","673005","672947","672909","672824","672817","672800","672732","672725","672718","672701","672633","672626","672619","672602","672534","672527","672510","672503","672435","672428","672411","672404","672237","672220","672213","672206","672145","672138","672121","672114","672107","672046","672039","672022","672015","672008","671100","670653","670639","670622","670615","670608","670530","670523","670516","670509","670431","670424","670417","670400","670332","670325","670318","670301","670233","670226","670219","670202","670141","670134","670127","670110","670103","670042","670035","670028","670011","670004","669947","669930","669923","669916","669909","669848","669831","669824","669817","669800","669749","669732","669725","669718","669701","669626","669619","669602","669541","669534","669527","669510","669503","669442","669435","669428","669411","669404","669336","669329","669312","669305","667844","667561","667400","667103","667004","666847","666830","666823","666816","666809","666144","666137","666120","666113","666106","663969","663952","663945","663938","663921","663914","663907","637724","637700","628296","628296","628289","628289","628272","628272","628265","628265","628258","628258","628241","628241","628234","628234","628227","628227","628210","628210","628203","628203","628074","628074","628067","628067","628050","628050","628043","628043","628036","628036","628029","628029","628012","628012","628005","628005","627978","627978","627961","627961","627954","627954","627947","627947","627930","627930","627923","627923","627916","627916","627909","627909","627893","627893","627886","627886","627879","627879","627862","627862","627855","627855","627848","627848","627831","627831","627824","627824","627817","627817","627800","627800","627770","627770","627732","627732","627725","627725","627718","627718","627701","627701","627671","627671","627664","627664","627657","627657","627633","627633","627626","627626","627619","627619","627602","627602","627572","627572","627565","627565","627558","627558","627541","627541","627534","627534","627527","627527","627510","627510","627503","627503","627473","627473","627466","627466","627459","627459","627442","627442","627435","627435","627428","627428","627411","627411","627404","627404","618808","617603","616972","607833","607826","576719","554236","554229","554205","549928","549911","549805","548808","547627","547627","547603","547504","547504","547207","545555","544855","544800","544619","544206","544008","542820","539905","539608","539509","522556","522549","521801","521627","521504","521429","521108","521047","520903","520804","520705","520408","520224","520217","520200","520125","520118","520101","520026","520019","520002","511062","511055","511048","511024","511017","511000","510911","510904","510850","510843","510836","510829","510812","510805","510560","510553","510249","510232","510225","510218","510201","510140","510133","510126","510119","510102","510041","510034","510027","510010","510003","509939","509922","509915","509908","509731","509724","509717","509700","509632","509625","509618","509601","509533","509526","509519","509502","509434","509427","509410","509403","509328","509311","509236","509229","509212","509205","509137","509120","509113","509106","508918","508901","508864","508857","508840","508833","508826","508819","508802","507805","507751","507744","507737","507720","507713","507706","507522","507515","507508","507430","507423","507416","507409","507317","507300","507256","507249","507232","507225","507218","507201","507034","507027","507010","507003","506907","506839","506822","506815","506808","506747","506730","506723","506716","506709","506648","506631","506624","506617","506600","506594","506587","506570","506563","506556","506549","506532","506525","506518","506501","506495","506488","506471","506464","506457","506440","506433","506426","506419","506402","506358","506341","506334","506327","506310","506303","506259","506242","506235","506228","506211","506204","506167","506143","506136","506129","506112","506105","506051","506051","506044","506044","506037","506037","506013","506013","506006","506006","505993","505993","505986","505986","505979","505979","505962","505962","505955","505955","505948","505948","505931","505931","505917","505917","505900","505900","505856","505856","505849","505849","505849","505832","505832","505825","505825","505818","505818","505801","505801","505801","505764","505764","505757","505757","505740","505740","505733","505733","505719","505719","505702","505702","505566","505566","505559","505559","505511","505511","505504","505504","505481","505481","505474","505474","505450","505450","505443","505443","505436","505436","505412","505412","505405","505405","505375","505375","505368","505368","505351","505351","505344","505344","505337","505337","505320","505320","505313","505313","505306","505306","505283","505283","505276","505276","505269","505269","505252","505252","505245","505245","505238","505238","505221","505221","505214","505214","505207","505207","505115","505115","505108","505108","500844","500837","500820","500813","500806","500745","500738","500721","500714","500707","500639","500622","500615","500608","500523","500516","500509","500424","500417","500400","496147","496123","496116","496109","495669","495393","495379","495362","494549","494525","494501","489569","489569","489569","489552","489545","489538","489521","489514","489507","489507","489361","488142","487633","487626","487619","487602","484700","483482","483437","483406","480870","480771","480474","479881","479164","479065","464146","464122","464122","464115","461411","461404","461374","448399","447408","444704","443608","443332","439809","433517","433500","433494","433487","433470","433425","433395","433357","433333","433319","433302","431803","431704","431506","428117","427813","417500","417326","417302","416114","413939","413922","413915","413908","413724","413700","413625","413601","413526","413502","413236","413229","413212","413205","413137","413120","413113","413106","413038","413007","408621","408614","408607","408515","408508","406009","404944","404937","404920","404913","404906","404845","404821","404807","404746","404722","404715","404708","404647","404623","404609","404531","404524","404517","404425","404418","404326","404319","404302","404227","404210","404203","403534","403510","403503","402612","402612","402117","401905","401745","401714","401707","398519","393507","373806","371901","370669","370621","370621","369007","352214","349412","348125","346312","340914","340716","340518","340426","340419","340112","332216","312052","309627","303315","301915","301908","301649","301632","301625","301618","301601","300932","300925","300918","300901","300635","300628","300611","300604","300406","296907","296907","290646","279238","278521","277425","277326","276811","275926","275902","269802","266818","266818","259308","259155","259124","259117","258523","258509","244021","243505","243406","241716","240054","240047","240030","240023","240016","240009","239522","232806","232790","232783","232776","232769","232752","232745","232738","232721","232714","232707","232622","232615","232608","232523","232516","232509","232424","232417","232400","232325","232318","232301","232110","232110","232103","232103","232103","232011","232011","232004","230864","230840","230833","230826","230819","230802","230758","230734","230727","230710","230703","230666","230659","230642","230635","230628","230611","230604","230550","230543","230536","230529","230512","230505","227970","227949","227932","227918","227901","227840","227833","227826","227819","227802","227772","227765","227758","227741","227734","227727","227710","227703","227642","227635","227611","227604","227543","227536","227529","227512","227505","227345","227338","227321","227314","227307","227109","227048","227031","227024","227017","227000","225952","225945","225938","225921","225914","225907","223415","223316","223118","222562","222531","222364","222333","222067","222036","216004","214901","211252","211245","211238","211221","211214","211207","211122","211115","211108","211047","211030","211023","211016","211009","210330","210323","210309","209730","209716","209709","209433","209402","208054","208047","208030","208023","208016","208009","207835","207828","206111","206104","205961","205954","205947","205930","205916","205909","204148","204131","204124","204117","204100","203523","203516","203509","203509","203332","203325","203318","203301","203233","203226","203219","203202","203158","203141","203134","203127","203110","203103","202939","202922","202915","202908","202908","200706","200652","200645","200638","200621","200614","200607","200058","200041","200034","200027","200027","200003","200003","156690","156591","156508","155938","155938","155839","155839","155730","155235","148213","147414","147414","144819","142303","141511","141504","141207","141009","140804","140705","140521","140507","140415","140408","140118","140101","139938","139921","139914","139907","139822","139815","139808","137330","137323","135503","135206","135107","134605","134506","134391","134377","134360","134353","134346","134339","134322","134315","134308","134025","134018","134001","133929","133912","133905","133820","133813","133806","128857","128802","126933","126933","126501","123395","123388","123371","123364","123364","123357","123340","123333","123326","123319","123319","123302","123296","123296","123265","123265","123241","123227","123210","123210","123203","123067","123043","123036","123012","123005","122961","122961","122947","122930","122916","122916","122909","122763","122749","122718","122701","122664","122640","122619","122602","122442","122411","122404","121469","121445","121261","121247","121162","121148","121001","120707","120608","120608","107722","107715"]}
/* Copyright (C) 2008. All rights reserved. */
;function _$2(k,n,f){var c=k/255,m=n/255,p=f/255;var o=Math.min(c,Math.min(m,p));var q=Math.max(c,Math.max(m,p));var a=q-o;var j=0,t=0,e=(o+q)/2;if((e>0)&&(e<0.5)){t=a/(q+o)}if((e>=0.5)&&(e<1)){t=a/(2-q-o)}if(a>0){if((q==c)&&(q!=m)){j=j+(m-p)/a}if((q==m)&&(q!=p)){j=j+2+(p-c)/a}if((q==p)&&(q!=c)){j=j+4+(c-m)/a}j/=6}if(j<0){j+=1}if(j>1){j-=1}return{h:(j*360),s:t,l:e}}function _h2rgb(b,a,c){if(c<0){c+=1}if(c>1){c-=1}if(c*6<1){return b+(a-b)*c*6}if(c*2<1){return a}if(c*3<2){return b+(a-b)*(2/3-c)*6}return b}function _$3(m,o,c){var e=m/360;var n,k;if(c<=0.5){k=c*(o+1)}else{k=c+o-c*o}n=c*2-k;var a=_h2rgb(n,k,e+1/3);var f=_h2rgb(n,k,e);var j=_h2rgb(n,k,e-1/3);return{r:Math.round(a*255),g:Math.round(f*255),b:Math.round(j*255)}}function _$4(a,b){if(typeof b=="undefined"){b=true}a=$(a);if(typeof a!="object"){return}if(!a||!a.style){return}a.style.visibility=b?"visible":"hidden"}function _$5(a){_$4(a,false)}function _$6(b,c){b=$(b);if(typeof b!="object"){return false}if(!b.style){return false}var a=(b.getStyle("visibility")==(c?"hidden":"visible"));return a}function _$7(a){return _$6(a,true)}function _$8(a,c){var b=0,e=0;if(self.innerHeight){b=self.innerWidth;e=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){b=document.documentElement.clientWidth;e=document.documentElement.clientHeight}else{if(document.body){b=document.body.clientWidth;widhtHeight=document.body.clientHeight}}}if((b<a-4)||(e<c-4)){window.resizeTo(Math.min(screen.width,1024),Math.min(screen.height,768))}}function _$9(a){return((typeof a=="number")&&(a>=0)&&(a<SCENES.names.length))}function _$a(a){return((typeof a=="number")&&(a>=0)&&(a<TEXTURES.names.length))}function _$b(a){return((typeof a=="number")&&(a>=-1))}function _$c(a){return(a&&Object.isArray(a)&(a.length>0))}function _$d(a){return false}function _$e(a){return true}function _$f(){document.onmousedown=_$d;document.onclick=_$e;document.unselectable="on";if(document.style){document.style.MozUserSelect="none";document.style.KhtmlUserSelect="none"}document.onselectstart=_$d;document.ondragstart=_$d}_$10={_$11:function(f,j,e,m,h){var k=1.70158;var l=0;var g=m;if(j==0){return e}if((j/=h)==1){return e+m}if(!l){l=d*0.3}if(g<Math.abs(m)){g=m;var k=l/4}else{var k=l/(2*Math.PI)*Math.asin(m/g)}return g*Math.pow(2,-10*j)*Math.sin((j*h-k)*(2*Math.PI)/l)+m+e},END_$10:null};function _$12(a){if(a=="placeholder"){return"images/layout/1x1-lightgray.gif"}return"images/layout/1x1-trans.gif"}TR=new Hash();TR.langs=[];TR.lang=null;function tr(b,a){var c=TR.get(b);return(c?c:b)}function tr_lang(e,c){TR.lang=e||null;TR.langs=c||[];var a=/lang=([a-zA-Z][a-zA-Z])/;var b=a.exec(document.URL);if(!b||(b.length<2)){return}var e=String(b[1]).toLowerCase();if(c.indexOf(e)<0){return}TR.lang=e}function tr_img(){var a=TR.lang;if(!a){return}$$(".tr-img").each(function(e){var b=e.src;var c=b.replace(/(\.[a-zA-Z][a-zA-Z])?(\.hover)?\.(png|jpe?g|gif|tiff?|pdf)/,("."+a+"$2.$3"));if(c){e.src=c}})}_$13=new Object();
/* Copyright (C) 2008. All rights reserved. */
_$14=Class.create({initialize:function(a){this._$15=a||"site-unknown";this._$16();document.observe("user:howtouse",this._$17.bindAsEventListener(this))},_$16:function(){$$(".make-hover-button").each(this._$18,this)},_$19:function(b,a){if(!b||b.hasHoverHandler){return}b.hasHoverHandler=true;Event.observe(b,"mousemove",this._$1a.bindAsEventListener(b));Event.observe(b,"mouseout",this._$1b.bindAsEventListener(b));b._$1c=a||"hover-tmp"},_$1a:function(a){if(!a||!a.target||a.target._$1d){return}if(!a.target._$1c){return}a.target.addClassName(a.target._$1c);a.target._$1d=true},_$1b:function(a){if(!a||!a.target||!a.target._$1d){return}if(!a.target._$1c){return}a.target.removeClassName(a.target._$1c);a.target._$1d=false},_$18:function(a){if(!a||a.hasHoverHandler){return}a.hasHoverHandler=true;Event.observe(a,"mousemove",this._$1e.bindAsEventListener(a));Event.observe(a,"mouseout",this._$1f.bindAsEventListener(a))},_$1e:function(a){if(!a||!a.target||a.target._$1d){return}if(!a.target.src){return}var b=a.target.src;if(!/\.hover\./.test(b)){b=b.replace(/.(jpg|png|gif)$/,".hover.$1")}a.target.src=b;a.target._$1d=true},_$1f:function(a){if(!a||!a.target||!a.target._$1d){return}if(!a.target.src){return}var b=a.target.src;b=b.replace(/\.hover\./,".");a.target.src=b;a.target._$1d=false},_$17:function(a){if(!a||!a.memo){return}var b={URL:"/"+this._$15+"/images/layout/help-howtouse"+(TR.lang?("."+TR.lang):"")+".png",imageWidth:820,imageHeight:1500,uniqueIdValue:"help-howtouse"};document.fire("user:scenezoom",b)},END_$14:null});_$20=Class.create({initialize:function(b){Object.extend(this,b||{});if(typeof this._$15=="undefined"){return}this._$21=new Object();this._$22=false;this._$23(null);this._$24={textureIndex:null,colorSpec:null};this._$25=new Array();this._$26=new Array();this._$27=new Array();if(this._$28){for(var e=0,f=SCENES.category.length;e<f;e++){var g=SCENES.category[e][0];var c=(g=="all")?"all":"unused";var a=this._$29?this._$29:this._$15;if(g==a){c="all"}if(g==a+"."+String(TR.lang)){c="all"}SCENES.category[e][0]=c}}this._$2a=new Object();if(this._$2b){$H(this._$2b).each(function(k){var h=this._$2c(k.key);var m=this._$2d(h);var l=k.value;var j=this._$2e(h,l);if(j){if(!this._$2a[m]){this._$2a[m]=new Object()}this._$2a[m]._$2f=j}},this)}this._$30=false;this._$31=false;document.observe("model:selectcategory",this._$32.bindAsEventListener(this));document.observe("model:selectscene",this._$33.bindAsEventListener(this));document.observe("model:sceneloaded",this._$34.bindAsEventListener(this));document.observe("model:hoverobjectid",this._$35.bindAsEventListener(this));document.observe("model:selectobjectid",this._$36.bindAsEventListener(this));document.observe("model:selecttexture",this._$37.bindAsEventListener(this));document.observe("model:selectcolor",this._$38.bindAsEventListener(this));document.observe("model:scenezoom",this._$39.bindAsEventListener(this));document.observe("model:texturezoom",this._$3a.bindAsEventListener(this));document.observe("model:reveallayout",this._$3b.bindAsEventListener(this))},_$23:function(m,l,b){var r=null;var q=[];var g="";var n={mappings:"",groups:"",colors:""};var j=0;var c=null;var o=-1;var t="none";var e=0;if(typeof m=="number"){if((typeof m!="number")||(m<0)||(m>=SCENES.names.length)){return false}r=m;var c=SCENES.names[r];if((typeof c!="string")||(c.length<1)){return false}var q=l||SCENES.category[r];if(!_$c(q)){return false}var g=b||this._$2d(q);var k=Object.clone(SCENES.objects[r]);if((typeof k.mappings=="string")&&(k.mappings.length>0)){j=k.mappings.length;n.mappings=k.mappings;n.groups=k.groups||"";if(n.groups.length<j){n.groups+="0".times(j-n.groups.length)}n.colors=k.colors||"";if(n.colors.length<j){n.colors+="0".times(j-n.colors.length)}var s=SCENES.objects[r].x;if(s){var h=new Object();for(var p=0,f=j;p<f;p++){var a=s[String(p)];if(a){h[String(p)]=a}}n.x=h}}}if(g!="all"){this._$3c=q;this._$3d=g}if(this._$3e()){return true}this._$3f=r;this._$40=n;this._$41=j;this._$42=c;this._$43=o;this._$44=t;this._$45=e;this._$25=new Array();if(this._$3f){}return true},_$2c:function(b){var a;if(typeof b=="string"){a=b.split("/")}else{a=Object.isArray(b)?b:null}return a},_$2d:function(a){var b;if(typeof a=="string"){b=a}else{b=Object.isArray(a)?a.join("/"):null}return b},_$46:function(f,e,a){if(!a){f=this._$2c(f);e=this._$2c(e)}if(!_$c(f)||!_$c(e)){return false}for(var b=0,c=Math.min(f.length,e.length);b<c;b++){if((f[b]=="all")||(e[b]=="all")){return true}if(f[b]!=e[b]){return false}}return true},_$2e:function(a,c){a=this._$2c(a);for(var b=0,e=SCENES.names.length;b<e;b++){if(!a||this._$46(SCENES.category[b],a,true)){if(!c||(SCENES.names[b]==c)){return b}}}return null},_$32:function(e){if(!e||!e.memo){return}if(!e.memo.categoryPath&&!e.memo.categoryName){return}var a=this._$2c(e.memo.categoryPath||e.memo.categoryName);var c=this._$2d(e.memo.categoryPath||e.memo.categoryName);if(!_$c(a)){return}if((typeof c!="string")||(c.length<1)){return}var b=this._$3f;if((typeof b!="number")||(b<0)||(b>=SCENES.names.length)){b=this._$2e(a,null)}if((typeof b!="number")||(b<0)||(b>=SCENES.names.length)){return}this._$30=false;if(String(a[0]).startsWith("search:")){this._$30=String(a[0]||"").substr(7);if(this._$30==""){this._$30=false}else{this._$30=new RegExp("("+this._$30+")","gi")}}if(this._$47(b,a,c)){}},_$33:function(b){if(!b||!b.memo){return}if(!_$9(b.memo.sceneIndex)){return}var a=b.memo.sceneIndex;if(this._$47(a)){}},_$34:function(a){document.fire("user:updatescenedetails")},_$47:function(b,a,e){if((typeof b!="number")||(b<0)||(b>=SCENES.names.length)){return false}this._$48();var c=this._$49(b,a,e);if(!c){}return c},_$4a:function(a){if(!_$b(a)){return -1}if(this._$40.x&&this._$40.x[String(a)]){var b=Number(this._$40.x[String(a)]);a=b}return a},_$35:function(b){if(!b||!b.memo){return}if(typeof b.memo.objectID=="undefined"){return}var a=b.memo.objectID;var c=b.memo.objectType||this._$4b(a)},_$4c:function(g){var f=this._$24||{textureIndex:null,colorSpec:null};if(!g){return f}var a=g.textureIndex||null;var b=f.textureIndex||null;var e=this._$4d(g.colorSpec)||null;var c=this._$4d(f.colorSpec)||null;if((b==a)&&(c==e)){return{textureIndex:null,colorSpec:null}}return f},_$36:function(c){if(!c||!c.memo){return}if(typeof c.memo.objectID=="undefined"){return}var b=SCENES.objects.mappings;this._$43=c.memo.objectID;this._$45=0;var a=this._$4b(this._$43);var e=this._$4e(this._$43);if(!a||(typeof e!="number")){return}if((a=="texture")&&(e>0)&&this._$24&&this._$24.colorSpec){this._$26[e]=this._$4c(this._$26[e])}else{this._$25[this._$43]=this._$4c(this._$25[this._$43])}document.fire("user:updatescenedetails");document.fire("user:selectscene");this._$4f(true)},_$37:function(b){if(!b||(!b.target&&!b.memo)){return}if(b.target&&(typeof b.target.groupIndex=="number")){var g=b.target.groupIndex;var f=this._$26[g];if(!f||((!f.textureIndex)&&(!f.colorSpec))){this._$26[g]=this._$4c(f)}this._$24=this._$26[g]||{textureIndex:null,colorSpec:null};b.memo=new Object();b.memo.textureIndex=this._$24.textureIndex;document.fire("user:selectscene")}if(!b||!b.memo){return}if(!_$a(b.memo.textureIndex)){return}var e=b.memo.textureIndex;var a=this._$50(e);var c=(a&&a.name)?this._$4d(a.colors[0]):null;this._$24={textureIndex:b.memo.textureIndex,colorSpec:c};document.fire("user:updatecolorspaneltmp");document.fire("user:updatescenedetails");this._$4f(true)},_$38:function(a){if(!a||!a.target||!a.target.colorSpec){return}var b=this._$51(a.target.colorSpec);if(b){this._$24={colorSpec:b};this._$4f(true)}},_$4f:function(){var h=null;if(this._$24){h=this._$24.textureIndex}if(!_$a(h)){h=null}var g=null;if(this._$24){g=this._$4d(this._$24.colorSpec)}$$(".textures-panel-thumbnail").each(function(c){c.style.borderColor=(h&&(c._$52==h))?"#000000":"#eeeeee"},this);for(var e=1;e<=4;e++){var b=$("details-panel-texture-thumbnail-"+e);if(b){var f=this._$26[e]||{};b.style.borderColor=(h&&(f.textureIndex==h))?"#000000":"#eeeeee"}}for(var k=1;k<=6;k++){var a=$("details-panel-color-"+k);if(a){var j={colorSpec:(a.colorSpec||"")};a.style.borderColor=(g&&!h&&(j.colorSpec==g))?"#000000":"#eeeeee"}}},_$48:function(){var a=this._$3f;if((typeof a!="number")||(a<0)||(a>=SCENES.names.length)){return}var b=this._$3d;if((typeof b!="string")||(b.length<1)){return}var c={_$25:this._$25,END_$27:null};this._$27[a]=c;if(!this._$2a[b]){this._$2a[b]=new Object()}this._$2a[b]._$2f=this._$3f},_$49:function(e,b,g){if((typeof e!="number")||(e<0)||(e>=SCENES.names.length)){return false}var a=this._$3f;var f=this._$3c;var c=this._$3d;if((e==a)&&(b==f)&&!String(b).startsWith("search:")){return false}if(!this._$23(e,b,g)){return false}var h=this._$27[e]||new Object();this._$25=h._$25||new Array();if((this._$3d!=c)||String(this._$3d).startsWith("search:")){document.fire("user:selectcategory")}if(this._$3f!=a){document.fire("user:selectscene")}return true},_$53:function(o,g,a,q){if(!o){return}var c;if(a=="scenes"){c=SCENES}else{if(a=="textures"){c=TEXTURES}else{return}}q=q?this._$2c(q):this._$3c;if(!_$c(q)){return}var r=this._$30&&(a=="textures");var b;if(!r){b=new RegExp("^"+this._$2d(q)+"$")}var m={};var s=c.names;var j=c.category;for(var k=0,h=c.names.length;k<h;k++){if(r){if(!this._$31&&String(j[k]).startsWith("extra.")){continue}var f=s[k].match(this._$30);if(!f){continue}}else{var l=(j[k][0]=="all");var n=b&&String(j[k][0]).match(b);if(!n&&!l){continue}}this._$54(a,k,m);if(!m.name){continue}try{if(g){o.apply(g,[m,k])}else{o(m,k)}}catch(p){if(p!=$break){throw p}}}},_$55:function(b,a){return this._$53(b,a,"scenes")},_$56:function(b,a){return this._$53(b,a,"textures")},_$54:function(f,c,b){if((f!="scenes")&&(f!="textures")){return null}if(!b){b={}}else{b.name=null}if((f=="scenes")&&(_$9(c))){var a=SCENES;b.name=a.names[c];b.title=null;b.normal_width=a.normal_width[c];b.normal_height=a.normal_height[c];b.zoom_width=a.zoom_width[c];b.zoom_height=a.zoom_height[c];b.category=a.category[c];b.objects=a.objects[c]}if((f=="textures")&&(_$a(c))){var e=TEXTURES;b.name=e.names[c];b.title=b.name;b.category=e.category[c];b.colors=e.colors[c]}b._$57=c;return b},_$58:function(b,a){return this._$54("scenes",b,a)},_$50:function(b,a){return this._$54("textures",b,a)},_$4b:function(a){if(typeof a!="number"){return null}if((a>=0)&&this._$40&&this._$40.mappings&&(a<this._$41)){var b=this._$40.mappings.substring(a,a+1);if(/[T]/.test(b)){return"texture"}if(/[Cct]/.test(b)){return"color"}if(/[Xx]/.test(b)){return"none"}}return"none"},_$4e:function(a){if(typeof a!="number"){return null}if((a>=0)&&this._$40&&this._$40.groups&&(a<this._$41)){var b=parseInt(this._$40.groups.substring(a,a+1));if(isNaN(b)){b=0}return b}return"0"},_$59:function(f,b,h,e){var a=this._$3f;if((typeof a!="number")||(a<0)||(a>=SCENES.names.length)){return null}if(!this._$15||!this._$42){return null}var g=this._$15+"/"+this._$42;if((typeof f!="number")||(typeof b!="number")){return null}var c="";if((typeof h=="number")&&(typeof e=="number")){if((h<=1)||(e<=1)){return null}c="+"+h+"+"+e;if(f>h){f=h}if(b>e){b=e}}if(f<1){f=1}if(b<1){b=1}var j="+"+f+"+"+b;return"/api/xyhelper.exe?"+g+j+c+"&json"},_$4d:function(b){if(typeof b=="string"){return b}if(!Object.isArray(b)||(b.length<3)){return null}var a="#"+b[0].toColorPart()+b[1].toColorPart()+b[2].toColorPart();return a},_$51:function(a){if(Object.isArray(a)&&(a.length>=3)){return a}if(typeof a!="string"){return null}a=a.parseColor();if((typeof a!="string")||(a.length!=7)){return null}return $R(0,2).map(function(b){return parseInt(a.slice(b*2+1,b*2+3),16)})},_$5a:function(o){var c=this._$3f;if((typeof c!="number")||(c<0)||(c>=SCENES.names.length)){return null}if(!this._$15||!this._$42||!this._$25){return null}var m=new Array();for(var h=0,a=this._$41;h<a;h++){var e=this._$4b(h);if(e=="none"){continue}var j=this._$25[h];if(!j||(!j.textureIndex&&!j.colorSpec)){var f=this._$4e(h);if((typeof f=="number")&&(f>0)){j=this._$26[f]}}if(j){var n=this._$4d(j.colorSpec);var g=j.textureIndex;var b,l;b=(typeof n=="string")?n.replace(/^[#]/,"").toLowerCase():null;if(_$a(g)){l=this._$50(g);if(!l.name){l=null}}if(l&&(e=="texture")){m[h]=("&t"+h+"="+l.name)}else{if(b){m[h]="&c"+h+"="+b}}}}var k="/"+this._$15+"/api/?scene="+this._$42+m.compact().join("&")+(o?("&size="+((typeof this._$5b=="string")?this._$5b:"zoom")):"");return k},_$5c:function(e,b){var f,a;if(/^scenes?-/.test(e)){f="scenes"}if(/^textures?-/.test(e)){f="textures"}if(typeof f!="undefined"){a=this._$54(f,b);if(!a||!a.name){f=null}}if(/^placeholder-?/.test(e)){f="placeholder"}if(typeof f=="undefined"){e="placeholder"}var c;switch(e){case"scene-thumbnail-mini":c="/"+this._$15+"/api/?scene="+String(a.name)+"&size=mini";break;case"scene-thumbnail-small":c="images/scenes/"+a.name+".small.png?1";break;case"scene-thumbnail-large":c="images/scenes/"+a.name+".large.png?1";break;case"texture-thumbnail-large":c="images/previews.dyn-scaled.91x71/"+a.name+".png";break;case"texture-thumbnail-small":c="images/previews.dyn-scaled.91x23/"+a.name+".png";break;case"texture-preview-zoom":c="images/previews.cut.718x608/"+a.name+".jpg";break;case"texture-preview-zoom-overlay":c="images/previews.scaled.194x236/"+a.name+".jpg";break;case"placeholder-texture-thumbnail-group-icon":c="images/layout/texture-"+Number(b||0)+".png";break;case"placeholder-lightgray":c="images/layout/1x1-lightgray.gif";break;case"placeholder-transparent":case"placeholder":c="images/layout/1x1-trans.gif";break;default:c=null;break}return c},_$39:function(c){if(!c||!c.memo){return}var b=this._$3f;var e=this._$58(b);if(!_$9(b)||!e){return}var a=this._$5a(true);if(a){var f={URL:a,imageWidth:e.zoom_width||1,imageHeight:e.zoom_height||1,uniqueIdValue:"scene-"+String(b)};document.fire("user:scenezoom",f)}},_$3a:function(a){if(!a||!a.memo){return}if(!_$a(a.memo.textureIndex)){return}},_$5d:function(a){this._$22=a},_$3e:function(){return this._$22},_$5e:function(){return this._$5f},_$3b:function(a){if(this._$5f){return}this._$5f=true;if(a&&a.memo&&(a.memo.timeout)){}_$5("layout-loading");$$(".visible-after-initial-relayout").each(function(b){_$4(b)})},END_$20:null});_$60=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}this._$62=this._$62||4;this._$63=100;this._$64=$A();this._$65=0;this._$66=this._$67.bindAsEventListener(this);this._$68=false},_$69:function(a){this._$6a();this._$68=setTimeout(this._$66,this._$63)},_$6a:function(a){if(this._$68){clearTimeout(this._$68);this._$68=false}},_$67:function(e){if(this._$64.length==0){this._$6a();return}var h=this._$64;var c=this._$65;var g=this._$65+this._$62-1;if(g>=h.length){g=h.length}for(var b=c;b<=g;b++){var f=h[b];h[b]=null;if(f&&f.delayLoadURL&&(f.src!=f.delayLoadURL)){var a=f.delayLoadURL;f.delayLoadURL=null;f.newImage=new Image();Event.observe(f.newImage,"load",this._$6b.bindAsEventListener(f));f.newImage.src=a;if(Prototype.Browser.Opera&&f.newImage.complete){this._$6b.apply(f)}}}this._$65=g+1;if(this._$65>=h.length){this._$64=$A();this._$65=0;this._$6a()}else{this._$68=setTimeout(this._$66,this._$63)}},_$6b:function(b){var k=this.newImage;if(!k){return}this.newImage=null;Event.stopObserving(this.newImage,"load");var n=this.width;var f=this.height;if(!n||!f){return}var a=parseInt(this.style.left);var l=parseInt(this.style.top);if((typeof a!="number")||(typeof l!="number")){return}var e=a+Math.round(n/2);var c=l+Math.round(f/2);var g=k.width;var h=k.height;if(!g||!h){return}var m=e-Math.round(g/2);var j=c-Math.round(h/2);if(m!=a){this.style.left=m+"px"}if(j!=l){this.style.top=j+"px"}if(g!=n){this.width=g}if(h!=f){this.height=h}this.src=k.src;if(!this.hasClassName("visible-after-initial-relayout")){this.style.visibility="visible"}},END_$60:null});_$6c=Class.create({_$6d:"invisible",initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}this._$6f=$(this._$6e+"-container");this._$70=$(this._$6e+"-loading");this._$71=$(this._$6e);this._$72=$("secondary-"+this._$6e);if(!this._$6f||!this._$71||!this._$72){return}this._$73="";if(this._$71){this._$73=this._$71.className||""}this._$74=$(this._$6e+"-fader");if(this._$74){this._$74.style.backgroundColor="black";this._$74.setOpacity(0.1);_$5(this._$74)}this._$75=500;this._$76=null;this._$77=15000;this._$78=null;this._$79=null;this._$7a=null;this._$7b=null;this._$7c();document.observe("user:selectscene",this._$33.bindAsEventListener(this));this._$7d=10;this._$7e=200;this._$7f=new Date().getMilliseconds()||0;this._$80=false;this._$81=null;if(this._$71){Event.observe(this._$71,"mousemove",this._$82.bindAsEventListener(this));Event.observe(this._$71,"mouseout",this._$83.bindAsEventListener(this));Event.observe(this._$71,"click",this._$84.bindAsEventListener(this))}this._$85=new _$86({_$6e:this._$6e+"-zoom-icon",_$87:this._$71,_$88:this._$39.bindAsEventListener(this),_$89:false})},_$82:function(g){if(!this._$71){return}if(this._$81&&!this._$81._complete){return}var b=this._$7f||0;var h=new Date().getMilliseconds();var c=Math.abs(h-b);if(c<100){return false}var f=(typeof g.offsetX!="undefined")?g.offsetX+1:g.layerX;var e=(typeof g.offsetY!="undefined")?g.offsetY+1:g.layerY;if((typeof f!="number")||isNaN(f)||(f<1)||(typeof f!="number")||isNaN(e)||(e<1)){return}var b=this._$7f||0;var h=new Date().getMilliseconds();if((c<this._$7e)&&(Math.abs(f-this._$8a)<this._$7d)&&(Math.abs(e-this._$8b)<this._$7d)){return}this._$7f=h;this._$8a=f;this._$8b=e;var a=this._$61._$59(f,e,this._$71.width,this._$71.height);if(!a){return}this._$81=new Ajax.Request(a,{method:"GET",evalJS:false,evalJSON:false,onSuccess:this._$8c.bind(this)})},_$8c:function(b){if(!this._$61){return}var c=b.responseText;if(!c){return}var g;try{g=c.evalJSON()}catch(f){}if(!g){return}var a=this._$61._$4a(g.id);this._$8d(a)},_$7c:function(){this._$44=null;this._$43=-1;this._$71.className=this._$73},_$8d:function(a){if(!this._$61||!this._$71||!this._$73){return}var b=this._$61._$4b(a)||"none";if(b!=this._$44){var c=("cursor-paint-"+b);this._$71.className=(this._$73+" "+c)}this._$43=a;this._$44=b;var e={objectType:b,objectID:a};document.fire("model:hoverobjectid",e)},_$83:function(a){if(!this._$71||!this._$73){return}this._$7c();var b={objectType:false,objectID:false};document.fire("model:hoverobjectid",b)},_$84:function(b){if(!b||!b.target){return}var a=this._$43;if(typeof a!="number"){return}var c={objectID:a};document.fire("model:selectobjectid",c)},_$39:function(a){if(!a||!a.target||!a.target._$8e){return}var b=a.target._$8e;document.fire("model:scenezoom")},_$8f:function(a){if(a){this._$6d=a}},_$90:function(){if(!this._$79||(this._$6d=="ready")){return}var a=this._$79;var b=new Date().getTime();this._$78=null;this._$79=null;this._$85._$91();var c=new Image(1,1);c.src="images/layout/1x1-trans.gif";this._$71.onload=null;this._$71.src=c.src;this._$71.width=this._$71.height=1;this._$72.src=c.src;this._$72.width=this._$72.height=1;_$5(this._$71);new Effect.Appear(this._$71,{duration:0,from:0,to:1});_$5(this._$72);new Effect.Appear(this._$72,{duration:0,from:0,to:1});_$4(this._$71);_$5(this._$72);_$5(this._$70);this._$71.style.cursor="";this._$8f("invisible");this._$92();this._$76=null},_$93:function(){if(!this._$79){return}if(this._$74){this._$74.style.width=(this._$71.width||1)+"px";this._$74.style.height=(this._$71.height||1)+"px";_$4(this._$74)}if(this._$61._$5e()){_$4(this._$70)}},_$92:function(){if(this._$74){_$5(this._$74)}_$5(this._$70)},_$94:function(){if(this._$79){return}this._$8f("preparing-scene-switching");this._$79=new Date().getTime();this._$78=setTimeout(this._$90.bind(this),this._$77);this._$7c();_$5(this._$72);this._$85._$95();this._$76=setTimeout(this._$93.bind(this),this._$75);this._$8f("loading-old-scene-image");if(this._$72&&this._$71&&(this._$72.src===this._$71.src)){this._$72.width=this._$71.width;this._$72.height=this._$71.height;this._$8f("updating-secondary-scene-img-element");this._$96()}else{this._$7a=new Image();Event.observe(this._$7a,"load",this._$97.bindAsEventListener(this));this._$7a.src=this._$71.src;if(Prototype.Browser.Opera&&this._$7a.complete){this._$97()}}},_$97:function(){if(!this._$79){return}if(this._$6d!="loading-old-scene-image"){return}this._$8f("updating-secondary-scene-img-element");if(!this._$72.hasOnload){Event.observe(this._$72,"load",this._$96.bindAsEventListener(this));this._$72.hasOnload=true}this._$72.src=this._$7a.src;this._$72.width=this._$7a.width;this._$72.height=this._$7a.height;if(Prototype.Browser.Opera&&this._$72.complete){this._$96()}},_$96:function(){if(!this._$79){return}if(this._$6d!="updating-secondary-scene-img-element"){return}_$4(this._$72);_$5(this._$71);this._$8f("loading-new-scene-image");var a=this._$61._$5a(false);if(this._$71&&(this._$71.src===a)){this._$8f("updating-scene-img-element");this._$98()}else{this._$7b=new Image();Event.observe(this._$7b,"load",this._$99.bindAsEventListener(this));this._$7b.src=a;if(Prototype.Browser.Opera&&this._$7b.complete){this._$99()}}},_$99:function(a){if(!this._$79){return}if(this._$6d!="loading-new-scene-image"){return}this._$8f("updating-scene-img-element");if(!this._$71.hasOnload){Event.observe(this._$71,"load",this._$98.bindAsEventListener(this));this._$71.hasOnload=true}this._$71.src=this._$7b.src;this._$71.width=this._$7b.width;this._$71.height=this._$7b.height;if(Prototype.Browser.Opera&&this._$71.complete){this._$98()}},_$98:function(){if(!this._$79){return}if(this._$6d!="updating-scene-img-element"){return}this._$8f("fading-in");document.fire("model:reveallayout");var a=this;var e=null;if((this._$71.width!=this._$72.width)||(this._$71.height!=this._$72.height)){e=new Effect.Fade(a._$72,{sync:true,duration:1,from:1,to:0,afterFinish:function(f){_$5(a._$72);new Effect.Appear(a._$72,{duration:0,from:0,to:1})}})}this._$71.style.cursor="wait";new Effect.Fade(this._$71,{duration:0,from:1,to:0});this._$71.style.display="none";_$4(this._$71);var b=new Effect.Appear(a._$71,{sync:true,duration:1,from:0,to:1,afterSetup:function(f){if(a._$78){clearTimeout(a._$78)}a._$78=null;if(a._$76){clearTimeout(a._$76)}a._$92();a._$76=null},afterFinish:function(f){a._$71.style.cursor="";_$5(a._$72);new Effect.Appear(a._$72,{duration:0,from:0,to:1});a._$85._$9a(a._$71);a._$8f("ready");a._$79=null;document.fire("model:sceneloaded")}});var c=[e,b];new Effect.Parallel(c.compact(),{duration:1})},_$33:function(a){var b=null;if(a&&a.memo&&(typeof a.memo.sceneIndex=="number")){b=a.memo.sceneIndex}this._$94(b)},END_$6c:null});_$86=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$6e=="undefined"){return}this._$9b=$(this._$6e);if(!this._$9b){return}this._$9c=this._$9c||"right";this._$9d=this._$9d||"bottom";this._$9e=this._$9f.bindAsEventListener(this);this._$a0=this._$a1.bindAsEventListener(this);if(this._$87){Event.observe(this._$87,"mousemove",this._$9e);Event.observe(this._$87,"mouseout",this._$a0)}if(this._$88){Event.observe(this._$9b,"click",this._$88)}this._$a2=(typeof this._$87!="undefined");this._$a3=false;if(!this._$89){this._$9a()}},_$9a:function(a){if(a||!this._$a2||!this._$a3){this._$a2=true;if(!this._$a4(a)){return}}_$4(this._$9b);this._$a3=true},_$91:function(){_$5(this._$9b);this._$a3=false},_$95:function(){this._$91();this._$a2=false},_$a5:function(a){if(!a){return}Event.stopObserving(a,"mousemove",this._$9e);Event.stopObserving(a,"mouseout",this._$a0);Event.observe(a,"mousemove",this._$9e);Event.observe(a,"mouseout",this._$a0)},_$a4:function(a){if(!a){a=this._$87}if(a!=this._$87){this._$87=a;this._$a5(a)}this._$9b._$8e=a;if(!this._$a2){return}if(!a){return false}var h=parseInt(a.getStyle("left"))||0;var g=parseInt(a.getStyle("top"))||0;var k=a.width||0;var c=a.height||0;var f=this._$9b.width||0;var j=this._$9b.height||0;if(!k||!c||!f||!j){return false}if((k<=1)||(c<=1)){return false}var b=(h+k-f-1);var e=(g+c-j-1);this._$9b.style.left=b+"px";this._$9b.style.top=e+"px";return true},_$a6:function(a){if(!this||!a){return false}return(this._$9b==(a.relatedTarget||a.toElement||a.fromElement))},_$9f:function(a){if(!a||!a.target){return}if(!this._$a2){return}if(this._$a3){return}var b=a.target;if(b!=this._$87){this._$a4(b)}_$4(this._$9b);this._$a3=true},_$a1:function(a){if(!a||!a.target){return}var b=a.target;if(!this._$a3){return}if(this._$a6(a)){return}_$5(this._$9b);this._$a3=false},END_$86:null});_$a7=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$6e=="undefined"){return}this._$a8=$(this._$6e+"-container");if(!this._$a8){return}document.observe("user:updatecolorspaneltmp",this._$a9.bindAsEventListener(this));document.observe("user:updatescenedetails",this._$aa.bindAsEventListener(this));document.observe("user:print",this._$ab.bindAsEventListener(this))},_$a9:function(q){var t=$("details-panel-color-1");var n=$("details-panel-color-2");var b=$("details-panel-color-3");var r=$("details-panel-color-4");var l=$("details-panel-color-5");var w=$("details-panel-color-6");if(!t||!t){return}var u=null;var o=null;var c=null;var s=null;var m=null;if(!this._$61._$24||!this._$61._$24.textureIndex){return}var j=this._$61._$24.textureIndex;if(_$a(j)){var p=this._$61._$50(j);if(!p.name){p=null}if(p){var h=this._$61._$51(p.colors[0]);if(h){var v=_$2(h[0],h[1],h[2]);if(v){var a=_$3(v.h,v.s,0.8);var f=_$3(v.h,v.s,0.35);if(f){u=this._$61._$4d([f.r,f.g,f.b])}if(a){o=this._$61._$4d([a.r,a.g,a.b])}}c=this._$61._$4d([h[0],h[1],h[2]])}colorArray2=this._$61._$51(p.colors[1]);if(colorArray2){s=this._$61._$4d([colorArray2[0],colorArray2[1],colorArray2[2]])}colorArray3=this._$61._$51(p.colors[2]);if(colorArray3){m=this._$61._$4d([colorArray3[0],colorArray3[1],colorArray3[2]])}var g=1;if(t){t.style.backgroundColor=u?u:"transparent";t.colorSpec=u?u:null;t.style.visibility=u?"visible":"hidden";if(u){g=1}}if(n){n.style.backgroundColor=o?o:"transparent";n.colorSpec=o?o:null;n.style.visibility=o?"visible":"hidden";if(o){g=2}}if(b){b.style.backgroundColor=c?c:"transparent";b.colorSpec=c?c:null;b.style.visibility=c?"visible":"hidden";if(c){g=3}}if(r){r.style.backgroundColor=s?s:"transparent";r.colorSpec=s?s:null;r.style.visibility=s?"visible":"hidden";if(s){g=4}}if(l){l.style.backgroundColor=m?m:"transparent";l.colorSpec=m?m:null;l.style.visibility=m?"visible":"hidden";if(m){g=5}}if(w){w.style.visibility="hidden"}var k=g+1;var e=$("details-panel-color-"+Number(k));if(e){e.style.backgroundColor=this._$61._$4d([255,255,255]);e.colorSpec=this._$61._$4d([255,255,255]);e.style.visibility="visible"}if(!window.COLORS_BOUND_tmp){Event.observe(t,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(n,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(b,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(r,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(l,"click",this._$61._$38.bindAsEventListener(this._$61));if(w){Event.observe(w,"click",this._$61._$38.bindAsEventListener(this._$61))}window._$14._$19(t);window._$14._$19(n);window._$14._$19(b);window._$14._$19(r);window._$14._$19(l);if(w){window._$14._$19(w)}window.COLORS_BOUND_tmp=true}}}},_$aa:function(a){var n=0;if(!this._$61._$40||!this._$61._$40.groups){return}for(var o=0,f=this._$61._$40.groups.length;o<f;o++){var j=parseInt(this._$61._$40.groups.substring(o,o+1));if(isNaN(j)){j=0}n=Math.max(n,j)}var l=5;for(var q=1;q<l;q++){var e=$("details-panel-texture-thumbnail-"+q);var p=$("details-panel-texture-thumbnail-text-prodcat-"+q);var m=$("details-panel-texture-thumbnail-text-prodname-"+q);if(!e||!p||!m){continue}if(!window.DETAILS_THUMBNAILS_BOUND_tmp&&e){Event.observe(e,"click",this._$61._$37.bindAsEventListener(this._$61));window._$14._$19(e);e.groupIndex=q}if(q>n){_$5(e);_$5(p);_$5(m);continue}var k=null;if(this._$61._$26[q]&&this._$61._$26[q].textureIndex){k=this._$61._$26[q].textureIndex}var r=this._$61._$50(k);if(!r.name){r=null}if(r){e.src=this._$61._$5c("texture-thumbnail-large",k);var g=TEXTURES.category[k];var c=String(g[0]||"");var b=tr(c);var h=TEXTURES.names[k];if(p){p.innerHTML=b}if(m){m.innerHTML=h.replace(/[ _]+/,"<br>")}p.style.fontStyle=(c.startsWith("extra."))?"italic":""}else{e.src=this._$61._$5c("placeholder-texture-thumbnail-group-icon",q);p.innerHTML="";m.innerHTML=""}_$4(e);_$4(p);_$4(m)}window.DETAILS_THUMBNAILS_BOUND_tmp=true},_$ab:function(b){if(!this._$61||(typeof this._$61._$41!="number")||!this._$61._$26){return}var h='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><title>Drucken</title></head><body>';h+='<img src="/'+this._$61._$15+"/images/layout/print-logo"+(this._$61._$29?"."+this._$61._$29:"")+'.png">';h+="<p></p>";h+="<hr>";h+="<p></p>";h+='<img style="border:1px solid black;" src="'+this._$61._$5a(false)+'">';h+="<p></p>";var r=new Object;for(var k=0,c=this._$61._$41;k<c;k++){var e=this._$61._$4e(k);if((typeof e=="number")&&(e>0)){var l=this._$61._$26[e];if(!l){continue}var f=l.textureIndex;if(_$a(f)){_$ac=this._$61._$50(f);if(!_$ac.name){_$ac=null}}if(typeof _$ac=="undefined"){continue}if(r[_$ac.name]){continue}r[_$ac.name]=true;var m=_$ac.name;if(typeof m!="string"){continue}var n=_$ac.category;if(!n||(n.length==0)){continue}var o=n[0];if(typeof o!="string"){continue}o.replace(/ /,"&nbsp;");o=tr(o);if(typeof o!="string"){continue}var j=this._$61._$5c("texture-thumbnail-large",f);if(typeof j!="string"){continue}var g='<img style="border:1px solid black;" src="'+j+'">';var p="font-size:14px;font-weight:bold;font-family:Arial,Helvetica,Verdana,sans-serif;";h+='<p style="'+p+'">'+g+"&nbsp;"+o+"&nbsp;("+m+")</p>";h+="<p></p>"}}h+="<hr>";var q="font-size:10px;font-weight:bold;font-family:Arial,Helvetica,Verdana,sans-serif;";h+='<p style="'+q+'">Copyright &copy; 2008 Rasch GmbH &amp; Co. KG and <a href="http://www.p-interactive.com/" onclick="window.open(this.href);return false;">www.p-interactive.com</a>. All rights reserved.</p>';h+="</body></html>";var a=window.open();a.document.writeln(h);a.document.close();a.focus();a.print();window.focus()},END_$a7:null});_$ad=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}if(typeof this._$ae=="undefined"){return}if(typeof this._$af=="undefined"){return}if(typeof this._$b0=="undefined"){return}if(typeof this._$b1=="undefined"){return}if(typeof this._$b2=="undefined"){return}this._$b3=$(this._$6e);if(!this._$b3){return}this._$b4=new _$60({_$61:this._$61});this._$b5(this._$ae);this._$b6=false;this._$b7=$(this._$6e+"-maximized-background");this._$b8=$(this._$6e+"-maximize-button");this._$b9();this._$ba=null;this._$bb=true;this._$bc=false;this._$bd();this._$be=$(this._$6e+"-scroll-backward-button");this._$bf=$(this._$6e+"-scroll-forward-button");this._$c0(this._$b2);this._$c1=this._$c2=0;Event.observe(this._$b3,"mousewheel",this._$c3.bindAsEventListener(this));Event.observe(this._$b3,"DOMMouseScroll",this._$c3.bindAsEventListener(this));if(this._$be){Event.observe(this._$be,"click",this._$c4.bindAsEventListener(this))}if(this._$bf){Event.observe(this._$bf,"click",this._$c5.bindAsEventListener(this))}if(this._$b8){Event.observe(this._$b8,"click",this._$c6.bindAsEventListener(this))}if(this._$c7){this._$c8()}if(!this._$c9){this._$c9="right"}this._$ca=$(this._$6e+"-zoom-icon");if(this._$ca){this._$85=new _$86({_$6e:this._$6e+"-zoom-icon",_$87:null,_$88:this._$3a.bindAsEventListener(this),_$89:false})}document.observe("user:selectcategory",this._$32.bindAsEventListener(this));document.observe("user:closeallpanels",this._$cb.bindAsEventListener(this));document.observe("user:putotherpanelsbehind",this._$cc.bindAsEventListener(this))},_$c6:function(a){if(this._$b6){this._$cb()}else{this._$c8()}},_$cc:function(b){if(b&&b.memo&&(typeof b.memo.frontPanel!="undefined")&&this&&this._$b3&&this._$b3.parentNode&&(b.memo.frontPanel!=this._$b7)){var c=b.memo.frontPanel;var a=this._$b3.parentNode;if(this._$b7){a.insertBefore(this._$b7,c)}if(this._$b3){a.insertBefore(this._$b3,c)}if(this._$be){a.insertBefore(this._$be,c)}if(this._$bf){a.insertBefore(this._$bf,c)}if(this._$b8){a.insertBefore(this._$b8,c)}this._$cd()}},_$c8:function(a){if(!this._$b8){return}if(this._$b6){return}document.fire("user:closeallpanels");document.fire("user:putotherpanelsbehind",{frontPanel:this._$b7});if(this._$b7){_$4(this._$b7)}this._$b3.addClassName(this._$6e+"-maximized");this._$b6=true;this._$b9();if(this._$ce){this._$bd()}this._$c0();if(this._$cf!=this._$d0){this._$d1()}this._$cd();this._$61._$5d(true)},_$cb:function(a){if(!this._$b6){return}if(this._$b7){_$5(this._$b7)}this._$b3.removeClassName(this._$6e+"-maximized");this._$b6=false;this._$b9();if(this._$ce){this._$bd()}this._$c0();if(this._$cf!=this._$d0){this._$d1()}this._$cd();this._$61._$5d(false)},_$bd:function(){if(this._$ce&&this._$b6){Object.extend(this,this._$ce)}else{Object.extend(this,this._$b1)}this._$d2=(this._$d2||(this._$d3+10));this._$d4=(this._$d4||(this._$d5+10));this._$d6=(this._$d6||0);this._$d7=(this._$d7||0);if(this._$bc&&this._$d8){this._$d4+=this._$d8}if(this._$bc&&this._$d9){this._$d7+=this._$d9}},_$da:function(){this._$db=parseInt(this._$b3.getStyle("width")||0);this._$dc=parseInt(this._$b3.getStyle("height")||0)},_$c0:function(a){if(!a){a=(this._$b2||"vertical")}this._$da();if(/^[Vv]/.test(a)){this._$dd=0;this._$de=1;if(this._$be){this._$be.src="images/layout/button-up.gif"}if(this._$bf){this._$bf.src="images/layout/button-down.gif"}this._$df=Math.floor((this._$db-this._$d6)/this._$d2);this._$e0=null;if(this._$df<1){this._$df=1}}else{this._$dd=1;this._$de=0;if(this._$be){this._$be.src="images/layout/button-left.gif"}if(this._$bf){this._$bf.src="images/layout/button-right.gif"}this._$df=null;this._$e0=Math.floor((this._$dc-this._$d7)/this._$d4);if(this._$e0<1){this._$e0=1}}this._$b2=a;this._$b4._$62=(this._$df||this._$e0)},_$b9:function(){if(!this._$b8){return}var a=this._$c9;if(this._$b6){a=(a=="left"?"right":"left")}this._$b8.src="images/layout/button-maximize-"+a+".gif"},_$e1:function(c){if(!this._$b3||!c){return}this._$c1=this._$c2=0;var b=parseInt(c.style.left);if(this._$b6){if(b-this._$d2>=0){b-=this._$d2}}var a=Math.floor((b-this._$d6)/this._$d2);b=(a*this._$d2);this._$b3.scrollLeft=b;this._$b3.scrollTop=0},_$c3:function(a){var b=0;if(a.wheelDelta){b=a.wheelDelta/120}else{if(a.detail){b=-a.detail/3}else{return false}}b=Math.round(b);if(b<0){this._$e2(true)}if(b>0){this._$e2(false)}Event.stop(a);return false},_$cd:function(){this._$c1=this._$c2=0;var a=this._$ba;if(!a){if((this._$ae=="textures")&&(this._$61._$24)){var c=this._$61._$24.textureIndex;$$(String("."+this._$6e+"-thumbnail")).each(function(e){if(e._$52==c){a=e}})}if((this._$ae=="scenes")&&_$9(this._$61._$3f)){var b=this._$61._$3f;$$(String("."+this._$6e+"-thumbnail")).each(function(e){if(e._$e3==b){a=e}})}this._$ba=a}if(a){this._$e1(a)}},_$e4:function(b){var e=this._$c1;var a=this._$c2;if(!e&&!a){return}var h=parseInt(this._$b3.scrollLeft);var g=parseInt(this._$b3.scrollTop);if((Math.abs(e)>3)&&!b){e=Math.round(0.25*e)}if((Math.abs(a)>3)&&!b){a=Math.round(0.25*a)}this._$b3.scrollLeft=h+e;this._$b3.scrollTop=g+a;var c=parseInt(this._$b3.scrollLeft);var f=parseInt(this._$b3.scrollTop);if((c==h+e)&&(f==g+a)){this._$c1-=e;this._$c2-=a}else{this._$c1=this._$c2=0}if((this._$c1!=0)||(this._$c2!=0)){setTimeout(this._$e4.bind(this),50)}},_$e5:function(a){this._$e6(a?-a:null)},_$e6:function(a){var c=(a*this._$dd*this._$d2);var b=(a*this._$de*this._$d4);this._$c1-=c;this._$c2-=c;setTimeout(this._$e4.bind(this),100)},_$e2:function(c){if(!this._$b3){return}if((this._$db==0)||(this._$dc==0)){return}var b=Math.ceil(this._$db/this._$d2-1);var a=Math.ceil(this._$dc/this._$d4-1);b=a=1;if(b<=1){b=1}if(a<=1){a=1}if(!c){b=-b;a=-a}this._$c1+=(b*this._$dd*this._$d2);this._$c2+=(a*this._$de*this._$d4);setTimeout(this._$e4.bind(this),100)},_$c4:function(a){this._$e2(false)},_$c5:function(a){this._$e2(true)},_$3a:function(a){if(!a||!a.target||!a.target._$8e){return}var b=a.target._$8e._$52;if(!_$a(b)){return}this._$e7(b);this._$cb();var c={zoomType:"texture",textureIndex:b,URL:this._$61._$5c("texture-preview-zoom",b),overlayURL:this._$61._$5c("texture-preview-zoom-overlay",b),imageWidth:this._$af,imageHeight:this._$b0,uniqueIdValue:"texture-"+String(b)};document.fire("user:texturezoom",c)},_$84:function(b){if(!b||!b.target){return}var a=b.target._$e3;if(!_$9(a)){return}this._$cb();this._$e8(a)},_$e8:function(a){document.fire("model:selectscene",{sceneIndex:a});$$(String("."+this._$6e+"-thumbnail")).each(function(b){b.style.borderColor=(b._$e3==a)?"#000000":"#eeeeee"},this);this._$ba=null;this._$cd()},_$e9:function(a){if(!a||!a.target){return}var b=a.target._$52;if(!_$a(b)){return}this._$cb();document.fire("user:closetexturezoom");this._$e7(b)},_$e7:function(a){document.fire("model:selecttexture",{textureIndex:a});$$(String("."+this._$6e+"-thumbnail")).each(function(b){b.style.borderColor=(b._$52==a)?"#000000":"#eeeeee"},this);this._$ba=null;this._$cd()},_$b5:function(a){switch(a){case"scenes":this._$ea=this._$61._$55;this._$eb=this._$84;this._$cf="scene-thumbnail-small";this._$d0="scene-thumbnail-large";break;case"textures":default:this._$ea=this._$61._$56;this._$eb=this._$e9;this._$cf="texture-thumbnail-large";this._$d0="texture-thumbnail-large";break}},_$32:function(a){if(!this||!this._$61){return}if(this._$ae=="scenes"){this._$cb(a);if(this._$ec){return false}this._$ec=true}this._$d1(a);this._$cd()},_$d1:function(){if(!this||!this._$61){return}var a=0;var h=0,b=0;var j=0,e=0;if(this._$df&&this._$e0){return}if(this._$e0){e=1}else{j=1}var p=parseInt(this._$b3.getStyle("height"));this._$ba=false;_$5(this._$b3);this._$b3.innerHTML="";_$4(this._$b3);this._$b3.scrollLeft=this._$b3.scrollTop=0;var f=this._$cf||this._$d0;if(this._$b6){f=this._$d0||this._$cf}var q=this._$61._$30;var o=q&&(this._$ae=="textures");this._$bc=o||(this._$61._$31&&(this._$ae=="textures"));this._$bd();this._$c0();var g=0,c=false,m=false,l;var k=this._$61._$5f;this._$ea.apply(this._$61,[function(z,v){g++;l=new Element("img",{className:this._$6e+"-thumbnail"});var t=this._$d6+this._$d2*h;var A=this._$d7+this._$d4*b;l.style.left=t+"px";l.style.top=A+"px";var y=this._$61._$5c(f,v);l.delayLoadURL=y;l.src=this._$61._$5c("placeholder-lightgray");l.width=this._$d3;l.height=this._$d5;if(this._$ae=="scenes"){l._$e3=v;if(v==this._$61._$3f){this._$ba=l}}if(this._$ae=="textures"){l._$52=v;if(this._$61._$24&&(v==this._$61._$24.textureIndex)){this._$ba=l}}Event.observe(l,"click",this._$eb.bindAsEventListener(this));if(this._$ca){this._$85._$a5(l)}if(this._$bc){var B=5;var r=String(tr(z.category)||"");var x=t;var n=A+this._$d5+6;var w=new Element("p",{className:"details-panel-texture-thumbnail-text-prodcat"});w.style.left=(x-B)+"px";w.style.top=n+"px";w.style.marginLeft="0";w.style.width=(this._$d3+2*B)+"px";w.innerHTML=r;if(String(z.category).startsWith("extra.")){w.style.fontStyle="italic"}w.style.visibility="visible";this._$b3.appendChild(w);var u=String(z.name||"???");if(this._$61._$30){u=u.replace(this._$61._$30,'<span style="color:#ff0000;">$1</span>')}n+=12;var s=new Element("p",{className:"details-panel-texture-thumbnail-text-prodname"});s.style.letterSpacing="1px";s.style.left=(x-B)+"px";s.style.top=n+"px";s.style.marginLeft="0";s.style.width=(this._$d3+2*B)+"px";s.innerHTML=u;s.style.visibility="visible";this._$b3.appendChild(s)}a++;h+=j;b+=e;if(c){m=true}c=false;if(this._$bb){if((j!=0)&&((h<0)||(h>=this._$df))){j=-j;h+=j;c=true}if((e!=0)&&((b<0)||(b>=this._$e0))){e=-e;b+=e;c=true}}else{if(h>=this._$df){h=0;c=true}if(b>=this._$e0){b=0;c=true}}if(c){if(this._$e0){h+=1}else{b+=1}}if(!k){l.addClassName("visible-after-initial-relayout")}l=this._$b3.appendChild(l);window._$14._$19(l);if(l.delayLoadURL){this._$b4._$64.push(l)}},this]);if(this._$ca){if(this._$85){this._$85._$91()}this._$b3.appendChild(this._$ca)}if(this._$ba){this._$ba._$ed=true;this._$ba.style.borderColor="#000000"}this._$b4._$69();if(o){if(g==0){document.fire("user:searcherror")}else{if(g==1){this._$e9({target:l})}else{if(m){}}}}},END_$ee:null});_$ef=Class.create({initialize:function(b){Object.extend(this,b||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}if(typeof this._$f0=="undefined"){return}this._$f1=false;this._$f2=$(this._$6e+"-container");this._$f3=$(this._$6e+"-background");this._$f4=$(this._$6e+"-loading");this._$f5=$(this._$6e+"-image");this._$f6=$(this._$6e+"-buttonbar");var a=this._$f7.bindAsEventListener(this);Event.observe(this._$f3,"click",a);Event.observe(this._$f6,"click",a);Event.observe(this._$f5,"click",a);document.observe("user:closeallpanels",this._$f7.bindAsEventListener(this));this._$f8=null;this._$f9=0;Event.observe(this._$f5,"mousemove",this._$82.bind(this));Event.observe(this._$f5,"mousewheel",this._$fa.bind(this));Event.observe(this._$f5,"DOMMouseScroll",this._$fa.bind(this));if(this._$fb){this._$f3.setOpacity(this._$fb)}this._$fc=null;this._$fd=_$12();this._$fe=null;this._$ff=$(this._$6e+"-overlay-container");this._$100=$(this._$6e+"-overlay-image");if(this._$ff&&this._$100){Event.observe(this._$ff,"click",this._$101.bindAsEventListener(this))}this._$102=false;this._$103=null;this._$104=this._$105=false;document.observe(this._$f0,this._$106.bindAsEventListener(this));if(this._$107){document.observe(this._$107,a)}},_$82:function(e){if(!this._$f5||!this._$f2){return}var c=this._$f5.width;var g=this._$f5.height;var f=parseInt(this._$f2.getStyle("width"));var b=parseInt(this._$f2.getStyle("height"));var a=e.pointerY();this._$f9=0;if(a<(b*1/3)){this._$f9=-1}if(a>(b*2/3)){this._$f9=+1}if(this._$f9){window.setTimeout(this._$108.bind(this),20)}},_$108:function(){if(!this._$f5||!this._$f2||!this._$f9){return}var c=this._$f5.width;var f=this._$f5.height;var e=parseInt(this._$f2.getStyle("width"));var a=parseInt(this._$f2.getStyle("height"));var b=parseInt(this._$f5.getStyle("top"));b-=this._$f9;if(b>0){return}if(b<-f+a){return}this._$f5.style.top=b+"px";window.setTimeout(this._$108.bind(this),20)},_$fa:function(e){var h=0;if(e.wheelDelta){h=e.wheelDelta/120}else{if(e.detail){h=-e.detail/3}else{return false}}h=Math.round(h);var c=this._$f5.width;var g=this._$f5.height;var f=parseInt(this._$f2.getStyle("width"));var a=parseInt(this._$f2.getStyle("height"));var b=parseInt(this._$f5.getStyle("top"));if(h>0){b+=50}if(h<0){b-=50}if(b>0){return}if(b<-g+a){return}this._$f5.style.top=b+"px"},_$109:function(a){if(!this._$ff||!this._$100||!a){return}this._$10a();this._$102=false;if(this._$103){Event.stopObserving(this._$103,"load")}Event.stopObserving(this._$100,"load");this._$100.src=this._$fd;this._$103=new Image();Event.observe(this._$103,"load",this._$10b.bindAsEventListener(this));this._$103.src=a;if(Prototype.Browser.Opera&&this._$103.complete){Event.stopObserving(this._$103,"load");this._$10b()}},_$10b:function(a){if(!this._$100){return}Event.stopObserving(this._$100,"load");Event.observe(this._$100,"load",this._$10c.bindAsEventListener(this));this._$100.src=this._$103.src;this._$100.width=this._$103.width;this._$100.height=this._$103.height;if(Prototype.Browser.Opera&&this._$100.complete){Event.stopObserving(this._$100,"load");this._$10c()}},_$10c:function(a){this._$102=true;this._$10d()},_$10d:function(){if(!this._$ff){return}if(!this._$100){if(!this._$104){_$4(this._$ff)}this._$104=true;return}if(this._$104&&!this._$105&&this._$102&&this._$f1){_$4(this._$ff);this._$105=true;return}},_$10a:function(){if(!this._$ff||!this._$105){return}_$5(this._$ff);this._$105=false},_$10e:function(a){this._$104=true;this._$10d();if(a.stop){a.stop()}},_$101:function(a){this._$104=false;this._$10a();if(a.stop){a.stop()}},_$106:function(a){if(a&&a.memo&&(typeof a.memo.uniqueIdValue!="undefined")){if(a.memo.uniqueIdValue==this.uniqueIdValue){if(this._$f1){this._$f7(a)}else{this._$10f(a)}return}else{this._$fe=a.memo.uniqueIdValue}}this._$10f(a)},_$10f:function(b){if(!b||!b.memo||!b.memo.URL||!b.memo.imageWidth||!b.memo.imageHeight){return}this._$f5.style.cursor="wait";this._$110();this._$fc=new Image(b.memo.imageWidth,b.memo.imageHeight);this._$fc.imageZoomer=this;var a=this._$111.bindAsEventListener(this);Event.stopObserving(this._$fc,"load");Event.observe(this._$fc,"load",a);this._$fc.src=b.memo.URL;if(Prototype.Browser.Opera&&this._$fc.complete){Event.stopObserving(this._$fc,"load");this._$111(b)}if(b.memo.overlayURL){this._$109(b.memo.overlayURL)}},_$111:function(e){if(!this._$f5||!this._$fc||!this._$f2){return}if(!this._$f1){return}var c=this._$fc.width;var g=this._$fc.height;Event.stopObserving(this._$f5,"load");Event.observe(this._$f5,"load",this._$112.bindAsEventListener(this));this._$f5.src=this._$fc.src;this._$f5.width=c;this._$f5.height=g;var f=parseInt(this._$f2.getStyle("width"));var b=parseInt(this._$f2.getStyle("height"));var a=0;if(f>c){a=Math.round((f-c)/2)}this._$f5.style.left=a+"px";this._$f5.style.top="0px";if(Prototype.Browser.Opera&&this._$f5.complete){Event.stopObserving(this._$f5,"load");this._$112()}},_$112:function(a){if(!this._$f5){return}_$5(this._$f4);this._$f5.style.cursor="auto";_$4(this._$f5);this._$104=true;this._$10d()},_$f7:function(b){var a=this._$fc;if(this._$fc){Event.stopObserving(this._$fc,"load");this._$fc=null}if(this._$103){Event.stopObserving(this._$103,"load");this._$103=null}this._$104=false;this._$10a();this._$113()},_$110:function(){if(this._$f1){return}_$4(this._$f2);_$4(this._$f3);_$4(this._$f4);this._$f1=true},_$113:function(){if(!this._$f1){return}_$5(this._$f2);_$5(this._$f3);_$5(this._$f4);_$5(this._$f5);Event.stopObserving(this._$f5,"load");this._$f5.src=this._$fd;this._$f1=false},END_$ef:null});_$114=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$6e=="undefined"){return}this._$115=$(this._$6e);if(!this._$115){return}this._$116=true;this._$117="";this._$118=6;this._$119();Event.observe(document,"keydown",this._$11a.bindAsEventListener(this));Event.observe(document,"keyup",this._$11a.bindAsEventListener(this));Event.observe(document,"keypress",this._$11a.bindAsEventListener(this));Event.observe(this._$115,"mousemove",this._$11b.bindAsEventListener(this));Event.observe(this._$115,"mouseout",this._$11b.bindAsEventListener(this));Event.observe(this._$115,"click",this._$11c.bindAsEventListener(this));this._$11d=3*1000;this._$11e=null;this._$11f=2*this._$11d;document.observe("user:searcherror",this._$120.bindAsEventListener(this))},_$119:function(){this._$117="";this._$121=false;this._$122=false;this._$123()},_$124:function(a){if(this._$121&&!this._$117.empty()){if(a){this._$121=false}this._$123();document.fire("model:selectcategory",{categoryName:"search:"+this._$117})}},_$125:function(){this._$121=false;this._$126();this._$123()},_$127:function(a){this._$125()},_$128:function(a){this._$126();this._$124();this._$11e=setTimeout(this._$127.bind(this),this._$11f)},_$129:function(){this._$126();this._$11e=setTimeout(this._$128.bind(this),this._$11d)},_$126:function(){if(this._$11e){clearTimeout(this._$11e)}this._$11e=null},_$120:function(a){this._$123(true)},_$123:function(b){if(!this._$115){return}var g=(this._$121&&(this._$117.length<this._$118));this._$115.style.color=(this._$121?"#000000":"#eeeeee");var a="left";var e=this._$117.slice(0,this._$118);this._$115.style.textAlign=a;this._$115.innerHTML="#&nbsp;"+e+(g?"_":"");var f="#eeeeee",h=1;if(this._$121){f="#000000";h=2}if(this._$122){f="#000000"}if(b){f="#ff0000";h=2}this._$115.style.borderColor=f;this._$115.style.borderWidth=h+"px";var c=(1-h)+"px";this._$115.style.marginLeft=c;this._$115.style.marginTop=c;if(!this._$116){this._$115.style.visibility=((this._$121||!this._$117.empty())?"visible":"hidden")}},_$11b:function(a){if((a.type=="mouseout")&&this._$122){this._$122=false;this._$123()}else{if((a.type=="mousemove")&&!this._$122){this._$122=true;this._$123()}}},_$11c:function(a){if(a.type=="click"){if(!this._$121){this._$117=""}this._$121=true;this._$123()}},_$11a:function(a){_$12a=false;if((a.type=="keydown")&&!a.ctrlKey&&!a.altKey&&!a.shiftKey){_$12a=true;if(((a.keyCode>=48)&&(a.keyCode<=57))||((a.keyCode>=96)&&(a.keyCode<=105))){var b=a.keyCode%48;if(!this._$121){this._$117=""}this._$121=true;if(this._$117.length>=this._$118){document.fire("user:searcherror")}else{this._$117=this._$117+String.fromCharCode(48+b);this._$123()}}else{if(((a.keyCode==8)||(a.keyCode==46)||(a.keyCode==37))){if(this._$117.empty()){this._$121=!this._$121}else{if(this._$121){this._$117=this._$117.slice(0,-1)}else{this._$119()}this._$121=true}this._$123()}else{if((a.keyCode==13)){this._$124(true)}else{if((a.keyCode==27)){if(this._$121){this._$125()}else{if(!this._$117.empty()){this._$119()}else{}}}else{_$12a=false}}}}}if(_$12a){if(this._$121){this._$129()}a.stop()}},END_$114:null});_$12b=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}if(typeof this._$12c=="undefined"){return}if(typeof this._$12d=="undefined"){return}if(typeof this._$12e=="undefined"){return}this._$12f=$(this._$6e+"-container");if(!this._$12f){return}this._$be=$(this._$6e+"-scroll-backward-button");this._$bf=$(this._$6e+"-scroll-forward-button");this._$c1=this._$c2=0;Event.observe(this._$12f,"mousewheel",this._$c3.bindAsEventListener(this));Event.observe(this._$12f,"DOMMouseScroll",this._$c3.bindAsEventListener(this));if(this._$be){Event.observe(this._$be,"click",this._$c4.bindAsEventListener(this))}if(this._$bf){Event.observe(this._$bf,"click",this._$c5.bindAsEventListener(this))}document.observe("user:updatemenu",this._$130.bindAsEventListener(this));document.fire("user:updatemenu")},_$130:function(a){if(!this._$12f){return}if(a&&a.memo&&a.memo._$12c){this._$12c=a.memo._$12c}var g=this._$12c;this._$12f.innerHTML="";this._$131();var n=0;var l=3;var k=Math.round(g.length/l);var m=this._$61._$29||this._$61._$15||"site-unknown";var b=m+(TR.lang?("."+TR.lang):"");var o=this._$12d,f=this._$12e;var p=this._$61._$31;for(var h=0;h<k;h++){var c=g[h*l+0];var s=g[h*l+1]||_$132;var e=g[h*l+2];var r=new RegExp("^"+String(e));if(!p){if(!r.test(b)){continue}}var j=s.replace(/\W+/g,"-").toLowerCase();var q=new Element("img",{src:"images/layout/category"+(e=="extra"?"x.":".")+j+".png","class":"collections-menu-item"});if(o){q.width=o}if(f){q.height=f}q.style.top=n+"px";n+=f;q._$133=c;Event.observe(q,"click",this._$134.bindAsEventListener(q));if(!this._$61._$5f){q.addClassName("visible-after-initial-relayout")}q=this._$12f.appendChild(q);window._$14._$18(q)}},_$131:function(){if(!this._$12f){return}this._$c1=this._$c2=0;this._$12f.scrollLeft=0;this._$12f.scrollTop=0},_$134:function(a){document.fire("model:selectcategory",{categoryName:this._$133})},_$c3:function(a){var b=0;if(a.wheelDelta){b=a.wheelDelta/120}else{if(a.detail){b=-a.detail/3}else{return false}}b=Math.round(b);if(b<0){this._$e2(true)}if(b>0){this._$e2(false)}Event.stop(a);return false},_$e4:function(b){if(!this._$12f){return}this._$b3=this._$12f;var e=this._$c1;var a=this._$c2;if(!e&&!a){return}var h=parseInt(this._$b3.scrollLeft);var g=parseInt(this._$b3.scrollTop);if((Math.abs(e)>3)&&!b){e=Math.round(0.25*e)}if((Math.abs(a)>3)&&!b){a=Math.round(0.25*a)}this._$b3.scrollLeft=h+e;this._$b3.scrollTop=g+a;var c=parseInt(this._$b3.scrollLeft);var f=parseInt(this._$b3.scrollTop);if((c==h+e)&&(f==g+a)){this._$c1-=e;this._$c2-=a}else{this._$c1=this._$c2=0}if((this._$c1!=0)||(this._$c2!=0)){setTimeout(this._$e4.bind(this),50)}},_$e2:function(b){if(!this._$12f){return}var a=2;if(a<=1){a=1}if(!b){a=-a}this._$c2+=(a*this._$12e);setTimeout(this._$e4.bind(this),100)},_$c4:function(a){this._$e2(false)},_$c5:function(a){this._$e2(true)},END_$12b:null});_$135=Class.create({initialize:function(a){this._$15="site-rasch";switch(a){case"site-sintra":this._$136="city-vol-2";break;default:this._$136=(TR.lang=="tr")?"soft-senses-2012":"aqua-deco-2013";break}this._$61=new _$20({_$2b:{},_$15:this._$15,_$29:a,_$28:true});window._$14=new _$14(this._$15);this._$137=new _$ad({_$61:this._$61,_$6e:"scenes-panel",_$ae:"scenes",_$af:718,_$b0:608,_$b1:{_$d6:0,_$d3:110,_$d2:110+10,_$d7:30,_$d5:90,_$d4:90+10},_$ce:{_$d6:0,_$d3:260,_$d2:260+15,_$d7:0,_$d5:210+5,_$d4:210+10},_$b2:"horizontal",_$c9:"right",_$c7:false});this._$138=new _$ad({_$61:this._$61,_$6e:"textures-panel",_$ae:"textures",_$af:718,_$b0:608,_$b1:{_$d6:5,_$d3:91,_$d2:91+14+5,_$d7:0+16-6,_$d5:71,_$d4:71+14,_$d8:50,_$d9:10+8},_$b2:"horizontal",_$c9:"left",_$c7:false});this._$139=new _$a7({_$61:this._$61,_$6e:"details-panel"});this._$13a=new _$ef({_$61:this._$61,_$6e:"scene-zoom",_$fb:0.7,_$f0:"user:scenezoom"});this._$13b=new _$ef({_$61:this._$61,_$6e:"texture-zoom",_$f0:"user:texturezoom",_$107:"user:closetexturezoom"});this._$13c=new _$6c({_$61:this._$61,_$6e:"scene",_$15:this._$15});this._$13d=new _$114({_$61:this._$61,_$6e:"search-text"});this._$13e=new _$12b({_$61:this._$61,_$6e:"collections-menu",_$12d:170,_$12e:20,_$12c:_$13f});this._$140=2000;this._$141=0;this._$142=0;var b=$("mode");if(b){Event.observe(b,"mouseup",this._$143.bindAsEventListener(this))}setTimeout(function(){document.fire("model:reveallayout",{timeout:true})},8000);document.fire("model:selectcategory",{categoryName:this._$136})},_$143:function(c){var b=new Date().getTime();if(Math.abs(b-this._$141)>this._$140){this._$141=b;this._$142=1}else{this._$141=b;this._$142++;if(this._$142>=3){this._$61._$31=!this._$61._$31;var a;if(this._$61._$31){a=_$144.concat(_$13f)}else{a=_$13f}document.fire("user:updatemenu",{_$12c:a});document.fire("user:selectcategory");this._$141=0;this._$142=0;this._$61._$5b=this._$61._$31?"xxl":null}}c.stop();return false},END_$135:null});function _$145(f){var a=null;if(/sintra/.test(document.URL)){a="site-sintra"}var b=(a=="site-sintra")?"ru":"de";tr_lang(b,["de","en","fr","tr","nl","pl","ru","zh"]);tr_img();if(!a&&(TR.lang=="de")){for(var c=0,e=TEXTURES.names.length;c<e;c++){if(/^7184/.test(TEXTURES.names[c])&&/^(new-beats)$/.test(String(TEXTURES.category[c]))){TEXTURES.category[c]="new-beats.unused"}}}_$f();_$8(990,630);_$146=new _$135(a)}var _$147=["NewAuthority-041446.pfs","NewAuthority-041509--R_12200.pfs","R_12146.pfs","R_22330.pfs","R_22764.pfs","R_50527.pfs","R_50534.pfs","R_50556.pfs","R_62792.pfs","R_62795.pfs","R_62827.pfs","R_71850.pfs","R_71866.pfs","R_71975.pfs","R72433_Ret.pfs","R72441.pfs","R72486_Ret.pfs","R73360.pfs","R73361.pfs","R73365.pfs","R_75800.pfs","R_75854.pfs","R_75908.pfs","R_75924.pfs","R76120.pfs","R76143.pfs","R76208.pfs","R_76342.pfs","R_76354.pfs","R_76403.pfs","R_76433.pfs","R_76452.pfs","R_76548.pfs","R_76577.pfs","R_76598.pfs","R_76800.pfs","R_76820.pfs","R_76842.pfs","R_76932.pfs","R_76957.pfs","R_76964.pfs","R_77109.pfs","R_77168.pfs","R_77302.pfs","R_77312.pfs"];TR.update({"extra.aqua-deco-t-m-2010":"A.Deco/T&amp;M2010","extra.aqua-relief-2011":"Aqua&nbsp;Relief&nbsp;2011","extra.bahr":"(Bahr)","extra.bahr+2011":"(Bahr&nbsp;2011)","extra.bambino-2011":"Bambino&nbsp;2011","extra.bohemia":"Bohemia&nbsp;2011&nbsp;UK","extra.camille":"Camille&nbsp;2011&nbsp;UK","extra.chelsea-2011":"Chelsea&nbsp;2011","extra.eurodekor":"(Eurodekor)","extra.flip-flop-generation-2009":"FlipFlopG.2009","extra.glam-2011":"Glam&nbsp;2011","extra.intuicion":"Intuicion&nbsp;2011","extra.isabella":"Isabella&nbsp;2011&nbsp;UK","extra.italian-elegance":"Ital.Eleg.2011&nbsp;UK","extra.la-fleur":"La&nbsp;Fleur&nbsp;2011","extra.maximum-vi":"Maximum&nbsp;VI","extra.meadow":"Meadow&nbsp;2011&nbsp;UK","extra.natuerlich-schoen":"(Natürlich&nbsp;schön)","extra.new-authority-2010":"New&nbsp;Auth.&nbsp;2010","extra.new-beats":"New&nbsp;Beats&nbsp;2011","extra.new-england":"New&nbsp;England&nbsp;2011&nbsp;UK","extra.nobile-2010":"Nobile&nbsp;2010","extra.orchid":"Orchid 2011","extra.other1":"(Other 1)","extra.other2":"(Other 2)","extra.other3":"(Other 3)","extra.other3+fr":"(Rasch FR)","extra.other3+pl":"(Rasch PL)","extra.other3+castorama":"(CASTORAMA)","extra.other3+leroy-merlin":"(Leroy Merlin)","extra.other4":"(Other 4)","extra.other4+lounge-2010":"Lounge 2010","extra.other4+soft-velvet-2009":"Soft&nbsp;Velvet&nbsp;2009","extra.other4+trianon-2009":"Trianon&nbsp;2009","extra.otto1":"(OTTO&nbsp;2009)","extra.otto2":"(OTTO&nbsp;2010)","extra.otto2+2011":"(OTTO&nbsp;2011)","extra.out-of-africa":"Out&nbsp;of&nbsp;Africa&nbsp;2011","extra.palagietto":"Palagietto&nbsp;2011","extra.poppy":"Poppy&nbsp;2011&nbsp;UK","extra.sto":"(STO)","extra.woodland-2010":"Woodland&nbsp;2010","annabelle-2013":"Annabelle","aqua-deco-2013":"Aqua Deco 2013","art-eco-2013":"Art","avignon-2013":"Avignon 2013 UK","bambino-2013":"Bambino 2013","b-b-home-passion":"b.b home pass. 2012","b-b-home-passion-2013":"b.b home pass. 2013","belissima-2013":"Belissima","belvedere-2013":"Belvedere 2013 UK","brooklyn-2012":"Brooklyn 2012","celia-3-2012":"Celia 3 2012","cipriani-2013":"Cipriani 2013 UK","elegance-tradition-2012":"Eleg.&amp;Trad. 2012","emocion-2013":"Emocion 2013","fabulous-velvet-2012":"Fab. Velvet 2012","felicity-2013":"Felicity","festival-2013":"Festival","folk-trail-2013":"Folk",fuchsia:"Fuchsia 2012 UK","geo-deco-2013":"Geo Deco 2013 UK","georgia-2012":"Georgia 2012 UK","gipsy-2012":"Gipsy 2012","glam-uk":"Glam 2012 UK","glamour-2014":"Glamour 2014","good-vibrations-2012":"Good Vibrations 2012",illusion:"Illusion 2012 UK","in-the-woods-2013":"In the Woods 2013",jamelia:"Jamelia 2012 UK","maximum-vii":"Maximum VII","metropolis-2013":"Metropolis 2013","modern-update-2012":"Modern Update 2012","natalia-2012":"Natalia 2012 UK","natural-instinct-2013":"Natural Instinct 2013",nerissa:"Nerissa 2012 UK","new-simplicity-2012":"New Simplicity 2012","nubuk-2012":"Nubuk 2012","palace-2013":"Palace 2013","paloma-2013":"Paloma","pandora-2012":"Pandora 2012 UK","patricia-2012":"Patricia 2012","queens-2013":"Queens 2013","retro-2013":"Retro",rosella:"Rosella 2012 UK","savanna-2012":"Savanna 2012 UK","soft-senses-2012":"Soft Senses 2012","spice-up-2013":"Spice Up 2013","tiles-more-2013":"Tiles &amp; More 2013","trianon-2012":"Trianon 2012",valverde:"Valverde 2012","vanity-fair-2013":"Vanity Fair 2013","villa-coppenrath-2014":"Villa Coppenrath 2014","city-vol-2":"City Vol. 2","colormix-2":"Colormix 2","colormix-3":"Colormix 3",diva:"Diva","double-diva":"Double Diva",favourite:"Favourite",giganto:"Giganto","mega-color":"Mega Color","tip-top":"Tip Top","vis-a-vis":"Vis-a-Vis"});TR.set("new-beats.unused","(New Beats)");var _$13f=$A(["annabelle-2013","Annabelle 2013 UK","site-rasch.en","aqua-deco-2013","Aqua Deco 2013","site-rasch","art-eco-2013","Art Eco 2013 UK","site-rasch.en","avignon-2013","Avignon 2013 UK","site-rasch.en","bambino-2013","Bambino 2013","site-rasch","b-b-home-passion","b.b home passion 2012","site-rasch","b-b-home-passion-2013","b.b home passion 2013","site-rasch","belissima-2013","Belissima 2013 UK","site-rasch.en","belvedere-2013","Belvedere 2013 UK","site-rasch.en","brooklyn-2012","Brooklyn 2012","site-rasch","celia-3-2012","Celia 3 2012","site-rasch.(en|fr|tr|nl|pl|ru|zh)","cipriani-2013","Cipriani 2013 UK","site-rasch.en","elegance-tradition-2012","Elegance&Tradition 2012","site-rasch.nl","emocion-2013","Emocion 2013","site-rasch","fabulous-velvet-2012","Fabulous Velvet 2012","site-rasch","felicity-2013","Felicity 2013 UK","site-rasch.en","festival-2013","Festival 2013 UK","site-rasch.en","folk-trail-2013","Folk Trail 2013 UK","site-rasch.en","fuchsia","Fuchsia 2012 UK","site-rasch.en","geo-deco-2013","Geo Deco 2013 UK","site-rasch.en","georgia-2012","Georgia 2012 UK","site-rasch.en","gipsy-2012","Gipsy 2012","site-rasch","glam-uk","Glam 2012 UK","site-rasch.en","glamour-2014","Glamour 2014","site-rasch","good-vibrations-2012","Good Vibrations 2012","site-rasch.(en|tr|nl|pl|ru|zh)","illusion","Illusion 2012 UK","site-rasch.en","in-the-woods-2013","In the Woods 2013","site-rasch","jamelia","Jamelia 2012 UK","site-rasch.en","maximum-vii","Maximum VII","site-rasch.(en|fr|tr|pl|ru)","metropolis-2013","Metropolis 2013","site-rasch.(en|fr|pl|ru|zh)","modern-update-2012","Modern Update 2012","site-rasch","natalia-2012","Natalia 2012 UK","site-rasch.en","natural-instinct-2013","Natural Instinct 2013","site-rasch","nerissa","Nerissa 2012 UK","site-rasch.en","new-simplicity-2012","New Simplicity 2012","site-rasch","nubuk-2012","Nubuk 2012","site-rasch.(en|fr|tr|nl|pl|ru)","palace-2013","Palace 2013","site-rasch.(de|en|fr|nl|pl|ru|zh)","paloma-2013","Paloma 2013 UK","site-rasch.en","pandora-2012","Pandora 2012 UK","site-rasch.en","patricia-2012","Patricia 2012","site-rasch","queens-2013","Queens 2013","site-rasch","retro-2013","Retro 2013 UK","site-rasch.en","rosella","Rosella 2012 UK","site-rasch.en","savanna-2012","Savanna 2012 UK","site-rasch.en","soft-senses-2012","Soft Senses 2012","site-rasch","spice-up-2013","Spice Up 2013","site-rasch","tiles-more-2013","Tiles & More 2013","site-rasch.(en|fr|tr|nl|pl|ru|zh)","trianon-2012","Trianon 2012","site-rasch.(de|en|fr|tr|pl|ru|zh)","valverde-2012","Valverde 2012","site-rasch","vanity-fair-2013","Vanity Fair 2013","site-rasch","villa-coppenrath-2014","Villa Coppenrath 2014","site-rasch","city-vol-2","City Vol. 2","site-sintra","colormix-2","Colormix 2","site-sintra","colormix-3","Colormix 3","site-sintra","diva","Diva","site-sintra","double-diva","Double Diva","site-sintra","favourite","Favourite","site-sintra","giganto","Giganto","site-sintra","mega-color","Mega Color","site-sintra","tip-top","Tip Top","site-sintra","vis-a-vis","Vis-a-Vis","site-sintra"]);var _$144=["extra.bahr.*","Bahr","extra","extra.eurodekor","Eurodekor","extra","extra.otto1","OTTO (1)","extra","extra.otto2.*","OTTO (2)","extra","extra.sto","STO","extra","extra.other1.*","Other (1)","extra","extra.other2.*","Other (2)","extra","extra.other3.*","Other (3)","extra","extra.other4.*","Other (4)","extra","extra.aqua-deco-t-m-2010","Aqua Deco/T&M 2010","extra","extra.aqua-relief-2011","Aqua Relief 2011","extra","extra.bambino-2011","Bambino 2011","extra","extra.bohemia","Bohemia 2011 UK","extra","extra.camille","Camille 2011 UK","extra","extra.chelsea-2011","Chelsea 2011","extra","extra.flip-flop-generation-2009","Flip Flop Gen. 2009","extra","extra.glam-2011","Glam 2011","extra","extra.intuicion","Intuicion 2011","extra","extra.isabella","Isabella 2011 UK","extra","extra.italian-elegance","Italian Elegance 2011 UK","extra","extra.la-fleur","La Fleur 2011","extra","extra.maximum-vi","Maximum VI","extra","extra.meadow","Meadow 2011 UK","extra","extra.natuerlich-schoen","Natürlich schön","extra","extra.new-authority-2010","New Authority 2010","extra","extra.new-beats","New Beats 2011","extra","extra.new-england","New England 2011 UK","extra","extra.nobile-2010","Nobile 2010","extra","extra.orchid","Orchid 2011","extra","extra.out-of-africa","Out of Africa 2011","extra","extra.palagietto","Palagietto 2011","extra","extra.poppy","Poppy 2011 UK","extra","extra.woodland-2010","Woodland 2010","extra"];document.observe("dom:loaded",_$145);

