/*!
  * bonzo.js - copyright @dedfat 2011
  * https://github.com/ded/bonzo
  * Follow our software http://twitter.com/dedfat
  * MIT License
  */
!function(J,B){var f=J.document,s=f.documentElement,i="parentNode",I=null,m="getElementsByTagName",l=/^checked|value|selected$/,p=/select|fieldset|table|tbody|tfoot|td|tr|colgroup/i,o="table",F={thead:o,tbody:o,tfoot:o,tr:"tbody",th:"tr",td:"tr",fieldset:"form",option:"select"},u=/^checked|selected$/,w=/msie/i.test(navigator.userAgent),n=[],b=0,k=/^-?[\d\.]+$/,h="px",e="setAttribute",v="getAttribute",K=/(^\s*|\s*$)/g,z={lineHeight:1,zoom:1,zIndex:1,opacity:1};function j(L){return new RegExp("(^|\\s+)"+L+"(\\s+|$)")}function D(M,P,O){for(var N=0,L=M.length;N<L;N++){P.call(O||M[N],M[N],N,M)}return M}var a=String.prototype.trim?function(L){return L.trim()}:function(L){return L.replace(K,"")};function H(L){return L.replace(/-(.)/g,function(M,N){return N.toUpperCase()})}function r(L){return L&&L.nodeName&&L.nodeType==1}function x(L,P,O){for(var N=0,M=L.length;N<M;++N){if(P.call(O,L[N],N,L)){return true}}return false}var y=f.defaultView&&f.defaultView.getComputedStyle?function(L,O){var N=null;if(O=="float"){O="cssFloat"}var M=f.defaultView.getComputedStyle(L,"");M&&(N=M[H(O)]);return L.style[O]||N}:(w&&s.currentStyle)?function(L,N){N=H(N);N=N=="float"?"styleFloat":N;if(N=="opacity"){var Q=100;try{Q=L.filters["DXImageTransform.Microsoft.Alpha"].opacity}catch(P){try{Q=L.filters("alpha").opacity}catch(O){}}return Q/100}var M=L.currentStyle?L.currentStyle[N]:null;return L.style[N]||M}:function(L,M){return L.style[H(M)]};function g(R,Q,O){var N=0,M=Q||this,P=[],L=I&&typeof R=="string"&&R.charAt(0)!="<"?function(S){return(S=I(R))&&(S.selected=1)&&S}():R;D(G(L),function(S){D(M,function(T){var U=!T[i]||(T[i]&&!T[i][i])?function(){var V=T.cloneNode(true);M.$&&M.cloneEvents&&M.$(V).cloneEvents(T);return V}():T;O(S,U);P[N]=U;N++})},this);D(P,function(T,S){M[S]=T});M.length=N;return M}function t(M,P,O){var T=c(M),L=T.css("position"),N=T.offset(),S="relative",R=L==S,Q=[parseInt(T.css("left"),10),parseInt(T.css("top"),10)];if(L=="static"){T.css("position",S);L=S}isNaN(Q[0])&&(Q[0]=R?0:M.offsetLeft);isNaN(Q[1])&&(Q[1]=R?0:M.offsetTop);P!==null&&(M.style.left=P-N.left+Q[0]+"px");O!==null&&(M.style.top=O-N.top+Q[1]+"px")}function A(M){this.length=0;if(M){M=typeof M!=="string"&&!M.nodeType&&typeof M.length!=="undefined"?M:[M];this.length=M.length;for(var L=0;L<M.length;L++){this[L]=M[L]}}}A.prototype={each:function(M,L){return D(this,M,L)},map:function(N,O){var L=[],P,M;for(M=0;M<this.length;M++){P=N.call(this,this[M]);O?(O(P)&&L.push(P)):L.push(P)}return L},first:function(){return c(this[0])},last:function(){return c(this[this.length-1])},html:function(N,O){var P=O?s.textContent==null?"innerText":"textContent":"innerHTML",M;function L(Q){while(Q.firstChild){Q.removeChild(Q.firstChild)}D(G(N),function(R){Q.appendChild(R)})}return typeof N!=="undefined"?this.each(function(Q){(M=Q.tagName.match(p))?L(Q,M[0]):(Q[P]=N)}):this[0]?this[0][P]:""},text:function(L){return this.html(L,1)},addClass:function(L){return this.each(function(M){this.hasClass(M,L)||(M.className=a(M.className+" "+L))},this)},removeClass:function(L){return this.each(function(M){this.hasClass(M,L)&&(M.className=a(M.className.replace(j(L)," ")))},this)},hasClass:function(L,M){return typeof M=="undefined"?x(this,function(N){return j(L).test(N.className)}):j(M).test(L.className)},toggleClass:function(M,L){if(typeof L!=="undefined"&&!L){return this}return this.each(function(N){this.hasClass(N,M)?(N.className=a(N.className.replace(j(M)," "))):(N.className=a(N.className+" "+M))},this)},show:function(L){return this.each(function(M){M.style.display=L||""})},hide:function(L){return this.each(function(M){M.style.display="none"})},append:function(L){return this.each(function(M){D(G(L),function(N){M.appendChild(N)})})},prepend:function(L){return this.each(function(M){var N=M.firstChild;D(G(L),function(O){M.insertBefore(O,N)})})},appendTo:function(M,L){return g.call(this,M,L,function(N,O){N.appendChild(O)})},prependTo:function(M,L){return g.call(this,M,L,function(N,O){N.insertBefore(O,N.firstChild)})},next:function(){return this.related("nextSibling")},previous:function(){return this.related("previousSibling")},related:function(L){return this.map(function(M){M=M[L];while(M&&M.nodeType!==1){M=M[L]}return M||0},function(M){return M})},before:function(L){return this.each(function(M){D(c.create(L),function(N){M[i].insertBefore(N,M)})})},after:function(L){return this.each(function(M){D(c.create(L),function(N){M[i].insertBefore(N,M.nextSibling)})})},insertBefore:function(M,L){return g.call(this,M,L,function(N,O){N[i].insertBefore(O,N)})},insertAfter:function(M,L){return g.call(this,M,L,function(N,P){var O=N.nextSibling;if(O){N[i].insertBefore(P,O)}else{N[i].appendChild(P)}})},css:function(P,M,O){if(M===undefined&&typeof P=="string"){M=this[0];if(!M){return null}if(M==f||M==B){O=(M==f)?c.doc():c.viewport();return P=="width"?O.width:P=="height"?O.height:""}return y(M,P)}var L=P;if(typeof P=="string"){L={};L[P]=M}if(w&&L.opacity){L.filter="alpha(opacity="+(L.opacity*100)+")";L.zoom=P.zoom||1;delete L.opacity}if(M=L["float"]){w?(L.styleFloat=M):(L.cssFloat=M);delete L["float"]}var N=function(S,T,R){for(var Q in L){if(L.hasOwnProperty(Q)){R=L[Q];(T=H(Q))&&k.test(R)&&!(T in z)&&(R+=h);S.style[T]=R}}};return this.each(N)},offset:function(M,R){if(typeof M=="number"||typeof R=="number"){return this.each(function(S){t(S,M,R)})}var O=this[0],N=O.offsetWidth,L=O.offsetHeight,Q=O.offsetTop,P=O.offsetLeft;while(O=O.offsetParent){Q=Q+O.offsetTop;P=P+O.offsetLeft}return{top:Q,left:P,height:L,width:N}},attr:function(M,L){var N=this[0];if(typeof M!="string"&&!(M instanceof String)){for(var O in M){M.hasOwnProperty(O)&&this.attr(O,M[O])}return this}return typeof L=="undefined"?l.test(M)?u.test(M)&&typeof N[M]=="string"?true:N[M]:N[v](M):this.each(function(P){M=="value"?(P.value=L):P[e](M,L)})},val:function(L){return(typeof L=="string")?this.attr("value",L):this[0].value},removeAttr:function(L){return this.each(function(M){M.removeAttribute(L)})},data:function(M,L){var O=this[0];if(typeof L==="undefined"){O[v]("data-node-uid")||O[e]("data-node-uid",++b);var N=O[v]("data-node-uid");n[N]||(n[N]={});return n[N][M]}else{return this.each(function(Q){Q[v]("data-node-uid")||Q[e]("data-node-uid",++b);var P=Q[v]("data-node-uid");var R={};R[M]=L;n[P]=R})}},remove:function(){return this.each(function(L){L[i]&&L[i].removeChild(L)})},empty:function(){return this.each(function(L){while(L.firstChild){L.removeChild(L.firstChild)}})},detach:function(){return this.map(function(L){return L[i].removeChild(L)})},scrollTop:function(L){return C.call(this,null,L,"y")},scrollLeft:function(L){return C.call(this,L,null,"x")}};function G(L){return typeof L=="string"?c.create(L):r(L)?[L]:L}function C(L,O,N){var M=this[0];if(L==null&&O==null){return(d(M)?q():{x:M.scrollLeft,y:M.scrollTop})[N]}if(d(M)){B.scrollTo(L,O)}else{L!=null&&(M.scrollLeft=L);O!=null&&(M.scrollTop=O)}return this}function d(L){return L===B||(/^(?:body|html)$/i).test(L.tagName)}function q(){return{x:B.pageXOffset||s.scrollLeft,y:B.pageYOffset||s.scrollTop}}function c(L,M){return new A(L,M)}c.setQueryEngine=function(L){I=L;delete c.setQueryEngine};c.aug=function(N,M){for(var L in N){N.hasOwnProperty(L)&&((M||A.prototype)[L]=N[L])}};c.create=function(L){return typeof L=="string"?function(){var M=/^<([^\s>]+)/.exec(L);var P=f.createElement(M&&F[M[1].toLowerCase()]||"div"),O=[];P.innerHTML=L;var N=P.childNodes;P=P.firstChild;O.push(P);while(P=P.nextSibling){(P.nodeType==1)&&O.push(P)}return O}():r(L)?[L.cloneNode(true)]:[]};c.doc=function(){var L=s.scrollWidth,N=s.scrollHeight,M=this.viewport();return{width:Math.max(L,M.width),height:Math.max(N,M.height)}};c.firstChild=function(N){for(var P=N.childNodes,M=0,L=(P&&P.length)||0,O;M<L;M++){if(P[M].nodeType===1){O=P[L=M]}}return O};c.viewport=function(){var M=self.innerHeight,L=self.innerWidth;if(w){M=s.clientHeight;L=s.clientWidth}return{width:L,height:M}};c.isAncestor="compareDocumentPosition" in s?function(L,M){return(L.compareDocumentPosition(M)&16)==16}:"contains" in s?function(L,M){return L!==M&&L.contains(M)}:function(L,M){while(M=M[i]){if(M===L){return true}}return false};var E=J.bonzo;c.noConflict=function(){J.bonzo=E;return this};J.bonzo=c}(this,window);
/*!
  * Qwery - A Blazing Fast query selector engine
  * https://github.com/ded/qwery
  * copyright Dustin Diaz & Jacob Thornton 2011
  * MIT License
  */
!function(an,e){var al,ag,af,ae,ad,ac,aa,Z,U,R,ah,K,z,f,h,I,A,w,H=e.documentElement,M=/#([\w\-]+)/,u=/\.[\w\-]+/g,ao=/^#([\w\-]+$)/,ai=/^\.([\w\-]+)$/,y=/^([\w\-]+)$/,T=/^([\w]+)?\.([\w\-]+)$/,N=/\s*([\s\+\~>])\s*/g,ap=/[\s\>\+\~]/,F=/(?![\s\w\-\/\?\&\=\:\.\(\)\!,@#%<>\{\}\$\*\^'"]*\])/,s=new RegExp("("+ap.source+")"+F.source,"g"),aj=new RegExp(ap.source+F.source),ak=/([.*+?\^=!:${}()|\[\]\/\\])/g,a=/^([a-z0-9]+)?(?:([\.\#]+[\w\-\.#]+)?)/,x=/\[([\w\-]+)(?:([\|\^\$\*\~]?\=)['"]?([ \w\-\/\?\&\=\:\.\(\)\!,@#%<>\{\}\$\*\^]+)["']?)?\]/,C=/:([\w\-]+)(\(['"]?(\w+)['"]?\))?/,E=new RegExp(a.source+"("+x.source+")?("+C.source+")?"),L={" ":function(c){return c&&c!==H&&c.parentNode},">":function(c,i){return c&&c.parentNode==i.parentNode&&c.parentNode},"~":function(c){return c&&c.previousSibling},"+":function(c,j,k,i){if(!c){return false}k=P(c);i=P(j);return k&&i&&k==i&&k}};function t(){this.c={}}t.prototype={g:function(c){return this.c[c]||undefined},s:function(i,c){this.c[i]=c;return c}};var X=new t(),D=new t(),G=new t(),W=new t();function d(c){U=[];for(ag=0,z=c.length;ag<z;ag++){U[ag]=c[ag]}return U}function P(c){while(c=c.previousSibling){if(c.nodeType==1){break}}return c}function V(c){return c.match(E)}function g(ar,aw,l,q,j,r,au,av,at,aq,i){var o,v,p;if(aw&&this.tagName.toLowerCase()!==aw){return false}if(l&&(o=l.match(M))&&o[1]!==this.id){return false}if(l&&(h=l.match(u))){for(ag=h.length;ag--;){v=h[ag].slice(1);if(!(X.g(v)||X.s(v,new RegExp("(^|\\s+)"+v+"(\\s+|$)"))).test(this.className)){return false}}}if(at&&Q.pseudos[at]&&!Q.pseudos[at](this,i)){return false}if(q&&!au){aa=this.attributes;for(p in aa){if(Object.prototype.hasOwnProperty.call(aa,p)&&(aa[p].name||p)==j){return this}}}if(q&&!J(r,this.getAttribute(j)||"",au)){return false}return this}function O(c){return D.g(c)||D.s(c,c.replace(ak,"\\$1"))}function J(c,j,i){switch(c){case"=":return j==i;case"^=":return j.match(G.g("^="+i)||G.s("^="+i,new RegExp("^"+O(i))));case"$=":return j.match(G.g("$="+i)||G.s("$="+i,new RegExp(O(i)+"$")));case"*=":return j.match(G.g(i)||G.s(i,new RegExp(O(i))));case"~=":return j.match(G.g("~="+i)||G.s("~="+i,new RegExp("(?:^|\\s+)"+O(i)+"(?:\\s+|$)")));case"|=":return j.match(G.g("|="+i)||G.s("|="+i,new RegExp("^"+O(i)+"(-|$)")))}return 0}function S(aA){var at=[],aE=[],aB,az=0,ay,ax,av,au,q,aF,c,aw,ar,aC,o,aq=W.g(aA)||W.s(aA,aA.split(aj)),v=aA.match(s),aD;aq=aq.slice(0);if(!aq.length){return at}q=aq.pop();aw=aq.length&&(av=aq[aq.length-1].match(ao))?e.getElementById(av[1]):e;if(!aw){return at}ar=V(q);c=v&&/^[+~]$/.test(v[v.length-1])?function(i){while(aw=aw.nextSibling){aw.nodeType==1&&(ar[1]?ar[1]==aw.tagName.toLowerCase():1)&&i.push(aw)}return i}([]):aw.getElementsByTagName(ar[1]||"*");for(aB=0,ax=c.length;aB<ax;aB++){if(aC=g.apply(c[aB],ar)){at[az++]=aC}}if(!aq.length){return at}for(az=0,ax=at.length,ay=0;az<ax;az++){au=at[az];for(aB=aq.length;aB--;){while(au=L[v[aB]](au,at[az])){if(f=g.apply(au,V(aq[aB]))){break}}}f&&(aE[ay++]=at[az])}return aE}function B(c,k,j){var i=(typeof k=="string")?j(k)[0]:(k||e);if(c===window||n(c)){return !k||(c!==window&&n(i)&&am(c,i))?[c]:[]}if(c&&typeof c==="object"&&isFinite(c.length)){return d(c)}if(ac=c.match(ao)){return(ah=e.getElementById(ac[1]))?[ah]:[]}if(ac=c.match(y)){return d(i.getElementsByTagName(ac[1]))}return false}function n(c){return(c&&c.nodeType&&(c.nodeType==1||c.nodeType==9))}function ab(k){var c=[],m,l;label:for(m=0;m<k.length;m++){for(l=0;l<c.length;l++){if(c[l]==k[m]){continue label}}c[c.length]=k[m]}return c}function Q(c,j){var i=(typeof j=="string")?Q(j)[0]:(j||e);if(!i||!c){return[]}if(ac=B(c,j,Q)){return ac}return Y(c,i)}var am="compareDocumentPosition" in H?function(i,c){return(c.compareDocumentPosition(i)&16)==16}:"contains" in H?function(i,c){c=c==e||c==window?H:c;return c!==i&&c.contains(i)}:function(i,c){while(i=i.parentNode){if(i===c){return 1}}return 0},Y=(e.querySelector&&e.querySelectorAll)?function(c,i){if(e.getElementsByClassName&&(ac=c.match(ai))){return d((i).getElementsByClassName(ac[1]))}return d((i).querySelectorAll(c))}:function(j,k){j=j.replace(N,"$1");var c=[],p,o=[],m;if(ac=j.match(T)){A=k.getElementsByTagName(ac[1]||"*");U=X.g(ac[2])||X.s(ac[2],new RegExp("(^|\\s+)"+ac[2]+"(\\s+|$)"));for(m=0,ad=A.length,af=0;m<ad;m++){U.test(A[m].className)&&(c[af++]=A[m])}return c}for(m=0,A=j.split(","),ad=A.length;m<ad;m++){o[m]=S(A[m])}for(m=0,ad=o.length;m<ad&&(p=o[m]);m++){var l=p;if(k!==e){l=[];for(af=0,ac=p.length;af<ac&&(element=p[af]);af++){am(element,k)&&l.push(element)}}c=c.concat(l)}return ab(c)};Q.uniq=ab;Q.pseudos={};var b=an.qwery;Q.noConflict=function(){an.qwery=b;return this};an.qwery=Q}(this,document);
/*!
  * Reqwest! A x-browser general purpose XHR connection manager
  * copyright Dustin Diaz 2011
  * https://github.com/ded/reqwest
  * license MIT
  */
!function(window){var v=window.v;if(!v&&(typeof require!=="undefined")){v=require("valentine")}var twoHundo=/^20\d$/,doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0],xhr=("XMLHttpRequest" in window)?function(){return new XMLHttpRequest()}:function(){return new ActiveXObject("Microsoft.XMLHTTP")};var uniqid=0;var lastValue;function readyState(o,success,error){return function(){if(o&&o.readyState==4){if(twoHundo.test(o.status)){success(o)}else{error(o)}}}}function setHeaders(http,o){var headers=o.headers||{};headers.Accept=headers.Accept||"text/javascript, text/html, application/xml, text/xml, */*";if(!o.crossOrigin){headers["X-Requested-With"]=headers["X-Requested-With"]||"XMLHttpRequest"}if(o.data){headers["Content-type"]=headers["Content-type"]||"application/x-www-form-urlencoded";for(var h in headers){headers.hasOwnProperty(h)&&http.setRequestHeader(h,headers[h],false)}}}function getCallbackName(o){var callbackVar=o.jsonpCallback||"callback";if(o.url.slice(-(callbackVar.length+2))==(callbackVar+"=?")){var callbackName="reqwest_"+uniqid++;o.url=o.url.substr(0,o.url.length-1)+callbackName;return callbackName}else{var regex=new RegExp(callbackVar+"=([\\w]+)");return o.url.match(regex)[1]}}function generalCallback(data){lastValue=data}function getRequest(o,fn,err){if(o.type=="jsonp"){var script=doc.createElement("script");window[getCallbackName(o)]=generalCallback;script.type="text/javascript";script.src=o.url;script.async=true;var onload=function(){o.success&&o.success(lastValue);lastValue=undefined;head.removeChild(script)};script.onload=onload;script.onreadystatechange=function(){/^loaded|complete$/.test(script.readyState)&&onload()};head.appendChild(script)}else{var http=xhr();http.open(o.method||"GET",typeof o=="string"?o:o.url,true);setHeaders(http,o);http.onreadystatechange=readyState(http,fn,err);o.before&&o.before(http);http.send(o.data||null);return http}}function Reqwest(o,fn){this.o=o;this.fn=fn;init.apply(this,arguments)}function setType(url){if(/\.json$/.test(url)){return"json"}if(/\.jsonp$/.test(url)){return"jsonp"}if(/\.js$/.test(url)){return"js"}if(/\.html?$/.test(url)){return"html"}if(/\.xml$/.test(url)){return"xml"}return"js"}function init(o,fn){this.url=typeof o=="string"?o:o.url;this.timeout=null;var type=o.type||setType(this.url),self=this;fn=fn||function(){};if(o.timeout){this.timeout=setTimeout(function(){self.abort();error()},o.timeout)}function complete(resp){o.complete&&o.complete(resp)}function success(resp){o.timeout&&clearTimeout(self.timeout)&&(self.timeout=null);var r=resp.responseText;if(r){switch(type){case"json":resp=window.JSON?window.JSON.parse(r):eval("("+r+")");break;case"js":resp=eval(r);break;case"html":resp=r;break}}fn(resp);o.success&&o.success(resp);complete(resp)}function error(resp){o.error&&o.error(resp);complete(resp)}this.request=getRequest(o,success,error)}Reqwest.prototype={abort:function(){this.request.abort()},retry:function(){init.call(this,this.o,this.fn)}};function reqwest(o,fn){return new Reqwest(o,fn)}function enc(v){return encodeURIComponent(v)}function serial(el){var n=el.name;if(el.disabled||!n){return""}n=enc(n);switch(el.tagName.toLowerCase()){case"input":switch(el.type){case"reset":case"button":case"image":case"file":return"";case"checkbox":case"radio":return el.checked?n+"="+(el.value?enc(el.value):true)+"&":"";default:return n+"="+(el.value?enc(el.value):"")+"&"}break;case"textarea":return n+"="+enc(el.value)+"&";case"select":return n+"="+enc(el.options[el.selectedIndex].value)+"&"}return""}reqwest.serialize=function(form){var inputs=form[byTag]("input"),selects=form[byTag]("select"),texts=form[byTag]("textarea");return(v(inputs).chain().toArray().map(serial).value().join("")+v(selects).chain().toArray().map(serial).value().join("")+v(texts).chain().toArray().map(serial).value().join("")).replace(/&$/,"")};reqwest.serializeArray=function(f){for(var pairs=this.serialize(f).split("&"),i=0,l=pairs.length,r=[],o;i<l;i++){pairs[i]&&(o=pairs[i].split("="))&&r.push({name:o[0],value:o[1]})}return r};var old=window.reqwest;reqwest.noConflict=function(){window.reqwest=old;return this};window.reqwest=reqwest}(this);function createCookie(c,d,e){var a;if(e){var b=new Date();b.setTime(b.getTime()+(e*24*60*60*1000));a="; expires="+b.toGMTString()}else{a=""}document.cookie=c+"="+d+a+"; path=/"}function readCookie(b){var e=b+"=";var a=document.cookie.split(";");var d;for(d=0;d<a.length;d++){var f=a[d];while(f.charAt(0)===" "){f=f.substring(1,f.length)}if(f.indexOf(e)===0){return f.substring(e.length,f.length)}}return null}function eraseCookie(a){createCookie(a,"",-1)}!function(a,j){var n=[],h,i,g=false,c=j.documentElement,m=c.doScroll,b="DOMContentLoaded",d="addEventListener",l="onreadystatechange",e=/^loade|c/.test(j.readyState);function k(f){e=1;while(f=n.shift()){f()}}j[d]&&j[d](b,i=function(){j.removeEventListener(b,i,g);k()},g);m&&j.attachEvent(l,(h=function(){if(/^c/.test(j.readyState)){j.detachEvent(l,h);k()}}));a.domReady=m?function(f){self!=top?e?f():n.push(f):function(){try{c.doScroll("left")}catch(o){return setTimeout(function(){a.domReady(f)},50)}f()}()}:function(f){e?f():n.push(f)}}(this,document);var _simpleTrackerDNRcookieName="_simpleTrackerDnrNumber";function getReferer(){var a=document.referrer;if(a===""){if(typeof(_simpleTrackerRefererStub)!=="undefined"){a=_simpleTrackerRefererStub}else{a=""}}return encodeURIComponent(a)}function getCurrentURL(){return encodeURIComponent(window.location.href)}function getAccountId(){if(typeof(_simpleTrackerAccountId)!=="undefined"){return encodeURIComponent(_simpleTrackerAccountId)}else{return"NOTAVAILABLE"}}function injectFromWeb(a){domReady(function(){performInjection(a);createCookie(_simpleTrackerDNRcookieName,a,1)})}function findSimpleTrackerNumber(){var d=getAccountId();var c=["/number?account_id="+d];c.push("referer="+getReferer());c.push("visited_url="+getCurrentURL());c.push("callback=?");var b;if(location.host.match(/^(?:127\.0\.0\.1|localhost)/)===null){b="//trackerphone.herokuapp.com"}else{b=""}var a=reqwest({url:b+c.join("&"),method:"get",type:"jsonp",success:injectFromWeb})}function performInjection(a){if(a!=="undefined"&&a!==null&&typeof(a)!=="undefined"&&a!==""){bonzo(qwery(".simpletracker-dnr")).html(a)}}(function(){var a=readCookie(_simpleTrackerDNRcookieName);if(a===null){findSimpleTrackerNumber()}else{domReady(function(){performInjection(a)})}})();
