jQuery.noConflict();jQuery(document).ready(function(f){function e(h){return !(/[^\t\n\r ]/.test(h))}function c(h){return e(h.data)}function g(h){return(h.nodeType==8)||((h.nodeType==3)&&c(h))}function d(h){var m=h.length,k,l;while(m){k=Math.floor((m--)*Math.random());l=h[m];h[m]=h[k];h[k]=l}}function b(l,m,i,j){j=typeof(j)!="undefined"?j:true;m=(m>=l.length)?l.length-1:m;m=(m<0)?0:m;i=((m+i)>l.length)?l.length-m:i;i=(i<0)?1:i;var k=l.substr(m,i).split(""),h=k.slice(0);d(h);if(j){h=f.map(h,function(p,n){var q=k[n];if(e(q)){return q}else{if(e(p)){return q}}return p})}return h.join("")}function a(){var h=Math.floor(Math.random()*62);if(h>=52){return String.fromCharCode(h-4)}else{if(h>=26){return String.fromCharCode(h+71)}else{return String.fromCharCode(h+65)}}}f.fn.rot13=function(){this.find("*").andSelf().contents().filter(function(){return this.nodeType==3&&!g(this)}).each(function(){this.data=this.data.replace(/[a-z0-9]/ig,function(h){var i=h.charCodeAt(0);if(i>=65&&i<=90){i=65+((i-52)%26)}else{if(i>=97&&i<=122){i=97+((i-84)%26)}else{if(i>=48&&i<=57){i=48+((i-43)%10)}}}return String.fromCharCode(i)})});return this};f.fn.scrambledWriter=function(h){h=typeof(h)!="undefined"?h:100;this.find("*").andSelf().contents().filter(function(){return this.nodeType==3&&!g(this)}).each(function(){var n=this,m=n.data,i=0,j=/[^\s]/g,k=a,l=3,o;n.data="";o=setInterval(function(){n.data=m.substring(0,i)+m.substring(i,m.length).replace(j,k);i+=l;if(i>=m.length+l){clearInterval(o)}},h)});return this};f.fn.typewriter=function(i,h){i=typeof(i)!="undefined"?i:100;h=typeof(h)!="undefined"?h:true;this.find("*").andSelf().contents().filter(function(){return this.nodeType==3&&!g(this)}).each(function(){var l=this,k=l.data,j=0,m;l.data="";m=setInterval(function(){l.data=h?k.substring(0,j)+((j&1)&&(j<k.length)?"_":""):k.substring(0,j);if(++j>k.length){clearInterval(m)}},i)});return this};f.fn.unscramble=function(h,i){h=typeof(h)!="undefined"?h:100;i=typeof(i)!="undefined"?i:25;this.find("*").andSelf().contents().filter(function(){return this.nodeType==3&&!g(this)}).each(function(){var o=this,n=o.data,k=/[^\s]/,m=[],q=[],l=a,j,p;for(j=0;j<n.length;j++){if(n[j].match(k)){m.push(l());q.push(j)}else{m.push(n[j])}}d(q);o.data=m.join("");p=setInterval(function(){var s,t=i;while(t--&&q.length){s=q.pop();m[s]=n[s]}for(s=0;s<q.length;s++){m[q[s]]=l()}o.data=m.join("");if(q.length==0){clearInterval(p)}},h)});return this};f.fn.shuffle=function(j,k,i,h){j=typeof(j)!="undefined"?j:100;k=typeof(k)!="undefined"?k:10;i=typeof(i)!="undefined"?i:true;h=(typeof(h)!="undefined")&&(h>0&&h<=1)?h:0.8;this.find("*").andSelf().contents().filter(function(){return this.nodeType==3&&!g(this)}).each(function(){var o=this,n=o.data,l=n.length,m=Math.pow(n.length/1.1,1/k),p;if(l>1){o.data=b(n,0,l,i);l/=m;p=setInterval(function(){if(l<=1){o.data=n;clearInterval(p)}else{var s,r="",q=Math.ceil(Math.pow(l,h));for(s=0;s<n.length;s+=q){r+=b(n,s,q,i)}o.data=r;l/=m}},j)}});return this}});
