/* This file may be copyrighted. It has been obfuscated for brevity, not for secrecy. Check http://www.paulyates.com/layout.js?clear */function windows_image_improver(){var g=document.getElementsByTagName("img");for(var h=0;h<g.length;h++){var f=g[h];var j=f.className;if(j.indexOf("no-improvement")==-1){var i=f.width+"x"+f.height;var b=f.src;var e=b.split("?");var c=e[0];var d=$H(b.toQueryParams());d.unset("size");d.unset("preview");d.unset("scaleto");if(f.width>0&&f.height>0){d.set("scaleto",i)}if(f.src.indexOf(".png")!=-1||f.width*f.height<=200*200){d.set("png","1")}b=c+"?"+d.toQueryString();f.src=b}}}document.observe("dom:loaded",windows_image_improver);function _slideshow(f){this._timeout=30;this._steps=110;this._show_steps=80;this._urls=f;this._bottom=document.getElementById("slideshow");this.scaleto="?scaleto="+this._bottom.width+"x"+this._bottom.height;this.images=Array();for(var b=0;b<f.length;b++){var d=new Image();d.src=f[b]+this.scaleto;this.images.push(d)}this._top=new Image();this._top.src=f[1]+this.scaleto;this._top.style.position="absolute";this._top.style.left=this._bottom.offsetLeft+"px";this._top.style.top=this._bottom.offsetTop+"px";this._top.style.width=this._bottom.offsetWidth+"px";this._top.style.height=this._bottom.offsetHeight+"px";this.set_opacity(0);var e=document.getElementById("content");e.appendChild(this._top);this._step=0;this._current_image=1;var c=this;setTimeout(function(){c.step()},this._timeout*this._show_steps)}_slideshow.prototype.step=function(){var a=this;this._step+=1;if(this._step<=this._steps){this.set_opacity(this._step/this._steps)}if(this._step>(this._steps+this._show_steps)){this._step=0;this._current_image+=1;if(this._current_image>=this._urls.length){this._current_image=0}this._bottom.src=this._top.src;this.set_opacity(0);this._top.src=this._urls[this._current_image]+this.scaleto}else{setTimeout(function(){a.step()},this._timeout)}};_slideshow.prototype.set_opacity=function(a){this._top.style.opacity=a;this._top.style.filter="alpha(opacity="+a*100+")"};
