// ColorBox v1.3.8 - a full featured, light-weight, customizable lightbox based on jQuery 1.3
(function(b,gb){var v="none",t="click",N="LoadedContent",d=false,x="resize.",o="y",u="auto",f=true,M="nofollow",q="on",n="x";function e(a,c){a=a?' id="'+k+a+'"':"";return b("<div"+a+(c?' style="'+c+'"':"")+"/>")}function p(a,b){b=b===n?m.width():m.height();return typeof a==="string"?Math.round(a.match(/%/)?b/100*parseInt(a,10):parseInt(a,10)):a}function Q(c){c=b.isFunction(c)?c.call(h):c;return a.photo||c.match(/\.(gif|png|jpg|jpeg|bmp)(?:\?([^#]*))?(?:#(\.*))?$/i)}function cb(){for(var c in a)if(b.isFunction(a[c])&&c.substring(0,2)!==q)a[c]=a[c].call(h);a.rel=a.rel||h.rel||M;a.href=a.href||b(h).attr("href");a.title=a.title||h.title}function db(d){h=d;a=b.extend({},b(h).data(r));cb();if(a.rel!==M){i=b("."+H).filter(function(){return (b(this).data(r).rel||this.rel)===a.rel});g=i.index(h);if(g===-1){i=i.add(h);g=i.length-1}}else{i=b(h);g=0}if(!w){w=F=f;R=h;try{R.blur()}catch(e){}b.event.trigger(hb);a.onOpen&&a.onOpen.call(h);y.css({opacity:+a.opacity,cursor:a.overlayClose?"pointer":u}).show();a.w=p(a.initialWidth,n);a.h=p(a.initialHeight,o);c.position(0);S&&m.bind(x+O+" scroll."+O,function(){y.css({width:m.width(),height:m.height(),top:m.scrollTop(),left:m.scrollLeft()})}).trigger("scroll."+O)}T.add(I).add(J).add(z).add(U).hide();V.html(a.close).show();c.slideshow();c.load()}var eb={transition:"elastic",speed:300,width:d,initialWidth:"600",innerWidth:d,maxWidth:d,height:d,initialHeight:"450",innerHeight:d,maxHeight:d,scalePhotos:f,scrolling:f,inline:d,html:d,iframe:d,photo:d,href:d,title:d,rel:d,opacity:.9,preloading:f,current:"image {current} of {total}",previous:"previous",next:"next",close:"close",open:d,loop:f,slideshow:d,slideshowAuto:f,slideshowSpeed:2500,slideshowStart:"start slideshow",slideshowStop:"stop slideshow",onOpen:d,onLoad:d,onComplete:d,onCleanup:d,onClosed:d,overlayClose:f,escKey:f,arrowKey:f},r="colorbox",k="cbox",hb=k+"_open",P=k+"_load",W=k+"_complete",X=k+"_cleanup",fb=k+"_closed",G=b.browser.msie&&!b.support.opacity,S=G&&b.browser.version<7,O=k+"_IE6",y,j,E,s,Y,Z,ab,bb,i,m,l,K,L,U,T,z,J,I,V,C,D,A,B,h,R,g,a,w,F,c,H=k+"Element";c=b.fn[r]=b[r]=function(c,d){var a=this;if(!a[0]&&a.selector)return a;c=c||{};if(d)c.onComplete=d;if(!a[0]||a.selector===undefined){a=b("<a/>");c.open=f}a.each(function(){b(this).data(r,b.extend({},b(this).data(r)||eb,c)).addClass(H)});c.open&&db(a[0]);return a};c.init=function(){var h="hover";m=b(gb);j=e().attr({id:r,"class":G?k+"IE":""});y=e("Overlay",S?"position:absolute":"").hide();E=e("Wrapper");s=e("Content").append(l=e(N,"width:0; height:0"),L=e("LoadingOverlay").add(e("LoadingGraphic")),U=e("Title"),T=e("Current"),J=e("Next"),I=e("Previous"),z=e("Slideshow"),V=e("Close"));E.append(e().append(e("TopLeft"),Y=e("TopCenter"),e("TopRight")),e().append(Z=e("MiddleLeft"),s,ab=e("MiddleRight")),e().append(e("BottomLeft"),bb=e("BottomCenter"),e("BottomRight"))).children().children().css({"float":"left"});K=e(d,"position:absolute; width:9999px; visibility:hidden; display:none");b("body").prepend(y,j.append(E,K));s.children().hover(function(){b(this).addClass(h)},function(){b(this).removeClass(h)}).addClass(h);C=Y.height()+bb.height()+s.outerHeight(f)-s.height();D=Z.width()+ab.width()+s.outerWidth(f)-s.width();A=l.outerHeight(f);B=l.outerWidth(f);j.css({"padding-bottom":C,"padding-right":D}).hide();J.click(c.next);I.click(c.prev);V.click(c.close);s.children().removeClass(h);b("."+H).live(t,function(a){if(a.button!==0&&typeof a.button!=="undefined"||a.ctrlKey||a.shiftKey||a.altKey)return f;else{db(this);return d}});y.click(function(){a.overlayClose&&c.close()});b(document).bind("keydown",function(b){if(w&&a.escKey&&b.keyCode===27){b.preventDefault();c.close()}if(w&&a.arrowKey&&!F&&i[1])if(b.keyCode===37&&(g||a.loop)){b.preventDefault();I.click()}else if(b.keyCode===39&&(g<i.length-1||a.loop)){b.preventDefault();J.click()}})};c.remove=function(){j.add(y).remove();b("."+H).die(t).removeData(r).removeClass(H)};c.position=function(f,b){function c(a){Y[0].style.width=bb[0].style.width=s[0].style.width=a.style.width;L[0].style.height=L[1].style.height=s[0].style.height=Z[0].style.height=ab[0].style.height=a.style.height}var e,h=Math.max(m.height()-a.h-A-C,0)/2+m.scrollTop(),g=Math.max(m.width()-a.w-B-D,0)/2+m.scrollLeft();e=j.width()===a.w+B&&j.height()===a.h+A?0:f;E[0].style.width=E[0].style.height="9999px";j.dequeue().animate({width:a.w+B,height:a.h+A,top:h,left:g},{duration:e,complete:function(){c(this);F=d;E[0].style.width=a.w+B+D+"px";E[0].style.height=a.h+A+C+"px";b&&b()},step:function(){c(this)}})};c.resize=function(b){if(w){b=b||{};if(b.width)a.w=p(b.width,n)-B-D;if(b.innerWidth)a.w=p(b.innerWidth,n);l.css({width:a.w});if(b.height)a.h=p(b.height,o)-A-C;if(b.innerHeight)a.h=p(b.innerHeight,o);if(!b.innerHeight&&!b.height){b=l.wrapInner("<div style='overflow:auto'></div>").children();a.h=b.height();b.replaceWith(b.children())}l.css({height:a.h});c.position(a.transition===v?0:a.speed)}};c.prep=function(o){var d="hidden";function n(t){var o,q,s,n,d=i.length,e=a.loop;c.position(t,function(){function t(){G&&j[0].style.removeAttribute("filter")}if(w){G&&p&&l.fadeIn(100);a.iframe&&b("<iframe frameborder=0"+(a.scrolling?"":" scrolling='no'")+(G?" allowtransparency='true'":"")+"/>").appendTo(l).attr({src:a.href,name:(new Date).getTime()});l.show();U.show().html(a.title);if(d>1){T.html(a.current.replace(/\{current\}/,g+1).replace(/\{total\}/,d)).show();J[e||g<d-1?"show":"hide"]().html(a.next);I[e||g?"show":"hide"]().html(a.previous);o=g?i[g-1]:i[d-1];s=g<d-1?i[g+1]:i[0];if(a.slideshow){z.show();g===d-1&&!e&&j.is("."+k+"Slideshow_on")&&z.click()}if(a.preloading){n=b(s).data(r).href||s.href;q=b(o).data(r).href||o.href;if(Q(n))b("<img/>")[0].src=n;if(Q(q))b("<img/>")[0].src=q}}L.hide();a.transition==="fade"?j.fadeTo(f,1,function(){t()}):t();m.bind(x+k,function(){c.position(0)});b.event.trigger(W);a.onComplete&&a.onComplete.call(h)}})}if(w){var p,f=a.transition===v?0:a.speed;m.unbind(x+k);l.remove();l=e(N).html(o);l.hide().appendTo(K.show()).css({width:function(){a.w=a.w||l.width();a.w=a.mw&&a.mw<a.w?a.mw:a.w;return a.w}(),overflow:a.scrolling?u:d}).css({height:function(){a.h=a.h||l.height();a.h=a.mh&&a.mh<a.h?a.mh:a.h;return a.h}()}).prependTo(s);K.hide();b("#"+k+"Photo").css({cssFloat:v});S&&b("select").not(j.find("select")).filter(function(){return this.style.visibility!==d}).css({visibility:d}).one(X,function(){this.style.visibility="inherit"});a.transition==="fade"?j.fadeTo(f,0,function(){n(0)}):n(f)}};c.load=function(){var j,d,q,m=c.prep;F=f;h=i[g];a=b.extend({},b(h).data(r));cb();b.event.trigger(P);a.onLoad&&a.onLoad.call(h);a.h=a.height?p(a.height,o)-A-C:a.innerHeight&&p(a.innerHeight,o);a.w=a.width?p(a.width,n)-B-D:a.innerWidth&&p(a.innerWidth,n);a.mw=a.w;a.mh=a.h;if(a.maxWidth){a.mw=p(a.maxWidth,n)-B-D;a.mw=a.w&&a.w<a.mw?a.w:a.mw}if(a.maxHeight){a.mh=p(a.maxHeight,o)-A-C;a.mh=a.h&&a.h<a.mh?a.h:a.mh}j=a.href;L.show();if(a.inline){e("InlineTemp").hide().insertBefore(b(j)[0]).bind(P+" "+X,function(){b(this).replaceWith(l.children())});m(b(j))}else if(a.iframe)m(" ");else if(a.html)m(a.html);else if(Q(j)){d=new Image;d.onload=function(){var e;d.onload=null;d.id=k+"Photo";b(d).css({margin:u,border:v,display:"block",cssFloat:"left"});if(a.scalePhotos){q=function(){d.height-=d.height*e;d.width-=d.width*e};if(a.mw&&d.width>a.mw){e=(d.width-a.mw)/d.width;q()}if(a.mh&&d.height>a.mh){e=(d.height-a.mh)/d.height;q()}}if(a.h)d.style.marginTop=Math.max(a.h-d.height,0)/2+"px";setTimeout(function(){m(d)},1);i[1]&&(g<i.length-1||a.loop)&&b(d).css({cursor:"pointer"}).click(c.next);if(G)d.style.msInterpolationMode="bicubic"};d.src=j}else e().appendTo(K).load(j,function(c,a,b){m(a==="error"?"Request unsuccessful: "+b.statusText:this)})};c.next=function(){if(!F){g=g<i.length-1?g+1:0;c.load()}};c.prev=function(){if(!F){g=g?g-1:i.length-1;c.load()}};c.slideshow=function(){function f(){z.text(a.slideshowStop).bind(W,function(){d=setTimeout(c.next,a.slideshowSpeed)}).bind(P,function(){clearTimeout(d)}).one(t,function(){e()});j.removeClass(b+"off").addClass(b+q)}var e,d,b=k+"Slideshow_";z.bind(fb,function(){z.unbind();clearTimeout(d);j.removeClass(b+"off "+b+q)});e=function(){clearTimeout(d);z.text(a.slideshowStart).unbind(W+" "+P).one(t,function(){f();d=setTimeout(c.next,a.slideshowSpeed)});j.removeClass(b+q).addClass(b+"off")};if(a.slideshow&&i[1])a.slideshowAuto?f():e()};c.close=function(){if(w){w=d;b.event.trigger(X);a.onCleanup&&a.onCleanup.call(h);m.unbind("."+k+" ."+O);y.fadeTo("fast",0);j.stop().fadeTo("fast",0,function(){j.find("iframe").attr("src","about:blank");l.remove();j.add(y).css({opacity:1,cursor:u}).hide();try{R.focus()}catch(c){}setTimeout(function(){b.event.trigger(fb);a.onClosed&&a.onClosed.call(h)},1)})}};c.element=function(){return b(h)};c.settings=eb;b(c.init)})(jQuery,this)


/*
 * jQuery Nivo Slider v1.8
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 *
 * manualAdvance option added by HelloPablo (http://hellopablo.co.uk)
 */

eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(9($){$.1e.18=9(1J){b 5=$.2h({},$.1e.18.1X,1J);E g.C(9(){b 3={f:0,q:\'\',1j:0,s:\'\',H:r,1f:r,1Q:r};b 4=$(g);4.1W(\'7:3\',3);4.e(\'2g\',\'2r\');4.w(\'1K\');4.t(\'1K\');4.1c(\'18\');b d=4.28();d.C(9(){b y=$(g);6(!y.K(\'S\')){6(y.K(\'a\')){y.1c(\'7-2f\')}y=y.1r(\'S:1m\')}b 13=y.w();6(13==0)13=y.u(\'w\');b 12=y.t();6(12==0)12=y.u(\'t\');6(13>4.w()){4.w(13)}6(12>4.t()){4.t(12)}y.e(\'V\',\'1l\');3.1j++});6($(d[3.f]).K(\'S\')){3.q=$(d[3.f])}o{3.q=$(d[3.f]).1r(\'S:1m\')}6($(d[3.f]).K(\'a\')){$(d[3.f]).e(\'V\',\'1q\')}4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\');1S(b i=0;i<5.h;i++){b B=1i.21(4.w()/5.h);6(i==5.h-1){4.O($(\'<A F="7-c"></A>\').e({1M:(B*i)+\'14\',w:(4.w()-(B*i))+\'14\'}))}o{4.O($(\'<A F="7-c"></A>\').e({1M:(B*i)+\'14\',w:B+\'14\'}))}}4.O($(\'<A F="7-J"><p></p></A>\').e({V:\'1l\',x:5.1L}));6(3.q.u(\'11\')!=\'\'){$(\'.7-J p\',4).1A(3.q.u(\'11\'));$(\'.7-J\',4).1z(5.k)}b j=0;6(!5.1g){j=1s(9(){D(4,d,5,r)},5.1d)}6(5.R){4.O(\'<A F="7-R"><a F="7-1G">2c</a><a F="7-1V">2d</a></A>\');6(5.24){$(\'.7-R\',4).1H();4.1T(9(){$(\'.7-R\',4).29()},9(){$(\'.7-R\',4).1H()})}$(\'a.7-1G\',4).1E(\'1p\',9(){6(3.H)E r;T(j);j=\'\';3.f-=2;D(4,d,5,\'1u\')});$(\'a.7-1V\',4).1E(\'1p\',9(){6(3.H)E r;T(j);j=\'\';D(4,d,5,\'1v\')})}6(5.G){b 1C=$(\'<A F="7-G"></A>\');4.O(1C);1S(b i=0;i<d.20;i++){1C.O(\'<a F="7-1O" 1P="\'+i+\'">\'+(i+1)+\'</a>\')}$(\'.7-G a:1Z(\'+3.f+\')\',4).1c(\'19\');$(\'.7-G a\',4).1E(\'1p\',9(){6(3.H)E r;6($(g).2q(\'19\'))E r;T(j);j=\'\';4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\');3.f=$(g).u(\'1P\')-1;D(4,d,5,\'1O\')})}6(5.22){$(2s).2t(9(1k){6(1k.1U==\'2u\'){6(3.H)E r;T(j);j=\'\';3.f-=2;D(4,d,5,\'1u\')}6(1k.1U==\'2n\'){6(3.H)E r;T(j);j=\'\';D(4,d,5,\'1v\')}})}6(5.25){4.1T(9(){3.1f=M;T(j);j=\'\'},9(){3.1f=r;6(j==\'\'&&!5.1g){j=1s(9(){D(4,d,5,r)},5.1d)}})}4.2j(\'7:X\',9(){3.H=r;$(d).C(9(){6($(g).K(\'a\')){$(g).e(\'V\',\'1l\')}});6($(d[3.f]).K(\'a\')){$(d[3.f]).e(\'V\',\'1q\')}6(j==\'\'&&!3.1f&&!5.1g){j=1s(9(){D(4,d,5,r)},5.1d)}5.1N.1w(g)})});9 D(4,d,5,1h){b 3=4.1W(\'7:3\');6(3.1Q)E r;5.1R.1w(g);6(!1h){4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\')}o{6(1h==\'1u\'){4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\')}6(1h==\'1v\'){4.e(\'Q\',\'U(\'+3.q.u(\'W\')+\') P-N\')}}3.f++;6(3.f==3.1j){3.f=0;5.1I.1w(g)}6(3.f<0)3.f=(3.1j-1);6($(d[3.f]).K(\'S\')){3.q=$(d[3.f])}o{3.q=$(d[3.f]).1r(\'S:1m\')}6(5.G){$(\'.7-G a\',4).2k(\'19\');$(\'.7-G a:1Z(\'+3.f+\')\',4).1c(\'19\')}6(3.q.u(\'11\')!=\'\'){6($(\'.7-J\',4).e(\'V\')==\'1q\'){$(\'.7-J p\',4).1Y(5.k,9(){$(g).1A(3.q.u(\'11\'));$(g).1z(5.k)})}o{$(\'.7-J p\',4).1A(3.q.u(\'11\'))}$(\'.7-J\',4).1z(5.k)}o{$(\'.7-J\',4).1Y(5.k)}b i=0;$(\'.7-c\',4).C(9(){b B=1i.21(4.w()/5.h);$(g).e({t:\'L\',x:\'0\',Q:\'U(\'+3.q.u(\'W\')+\') P-N -\'+((B+(i*B))-B)+\'14 0%\'});i++});6(5.n==\'1F\'){b 1y=2b 26("1o","Y","1t","Z","1D","10","1x","1a");3.s=1y[1i.2i(1i.1F()*(1y.20+1))];6(3.s==2e)3.s=\'1a\'}3.H=M;6(5.n==\'27\'||5.n==\'1o\'||3.s==\'1o\'||5.n==\'Y\'||3.s==\'Y\'){b l=0;b i=0;b h=$(\'.7-c\',4);6(5.n==\'Y\'||3.s==\'Y\')h=$(\'.7-c\',4).17();h.C(9(){b c=$(g);c.e(\'1n\',\'L\');6(i==5.h-1){I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k)},(m+l))}l+=1b;i++})}o 6(5.n==\'2o\'||5.n==\'1t\'||3.s==\'1t\'||5.n==\'Z\'||3.s==\'Z\'){b l=0;b i=0;b h=$(\'.7-c\',4);6(5.n==\'Z\'||3.s==\'Z\')h=$(\'.7-c\',4).17();h.C(9(){b c=$(g);c.e(\'23\',\'L\');6(i==5.h-1){I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k)},(m+l))}l+=1b;i++})}o 6(5.n==\'1D\'||5.n==\'2m\'||3.s==\'1D\'||5.n==\'10\'||3.s==\'10\'){b l=0;b i=0;b v=0;b h=$(\'.7-c\',4);6(5.n==\'10\'||3.s==\'10\')h=$(\'.7-c\',4).17();h.C(9(){b c=$(g);6(i==0){c.e(\'1n\',\'L\');i++}o{c.e(\'23\',\'L\');i=0}6(v==5.h-1){I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({t:\'m%\',x:\'1.0\'},5.k)},(m+l))}l+=1b;v++})}o 6(5.n==\'1x\'||3.s==\'1x\'){b l=0;b i=0;$(\'.7-c\',4).C(9(){b c=$(g);b 1B=c.w();c.e({1n:\'L\',t:\'m%\',w:\'L\'});6(i==5.h-1){I(9(){c.z({w:1B,x:\'1.0\'},5.k,\'\',9(){4.16(\'7:X\')})},(m+l))}o{I(9(){c.z({w:1B,x:\'1.0\'},5.k)},(m+l))}l+=1b;i++})}o 6(5.n==\'1a\'||3.s==\'1a\'){b i=0;$(\'.7-c\',4).C(9(){$(g).e(\'t\',\'m%\');6(i==5.h-1){$(g).z({x:\'1.0\'},(5.k*2),\'\',9(){4.16(\'7:X\')})}o{$(g).z({x:\'1.0\'},(5.k*2))}i++})}}};$.1e.18.1X={n:\'1F\',h:15,k:2p,1d:2l,R:M,24:M,G:M,22:M,25:M,1g:r,1L:0.8,1R:9(){},1N:9(){},1I:9(){}};$.1e.17=[].17})(2a);',62,155,'|||vars|slider|settings|if|nivo||function||var|slice|kids|css|currentSlide|this|slices||timer|animSpeed|timeBuff|100|effect|else||currentImage|false|randAnim|height|attr||width|opacity|child|animate|div|sliceWidth|each|nivoRun|return|class|controlNav|running|setTimeout|caption|is|0px|true|repeat|append|no|background|directionNav|img|clearInterval|url|display|src|animFinished|sliceDownLeft|sliceUpLeft|sliceUpDownLeft|title|childHeight|childWidth|px||trigger|reverse|nivoSlider|active|fade|50|addClass|pauseTime|fn|paused|manualAdvance|nudge|Math|totalSlides|event|none|first|top|sliceDownRight|click|block|find|setInterval|sliceUpRight|prev|next|call|fold|anims|fadeIn|html|origWidth|nivoControl|sliceUpDown|live|random|prevNav|hide|slideshowEnd|options|1px|captionOpacity|left|afterChange|control|rel|stop|beforeChange|for|hover|keyCode|nextNav|data|defaults|fadeOut|eq|length|round|keyboardNav|bottom|directionNavHide|pauseOnHover|Array|sliceDown|children|show|jQuery|new|Prev|Next|undefined|imageLink|position|extend|floor|bind|removeClass|3000|sliceUpDownRight|39|sliceUp|500|hasClass|relative|window|keypress|37'.split('|'),0,{}))


var Mint = new Object();
Mint.save = function() 
{
	var now		= new Date();
	var debug	= false; // this is set by php 
	if (window.location.hash == '#Mint:Debug') { debug = true; };
	var path	= 'http://www.victorychurch.nu/mint/?record&key=323073773233353531785a387a724951777a327a31';
	path 		= path.replace(/^https?:/, window.location.protocol);
	
	// Loop through the different plug-ins to assemble the query string
	for (var developer in this) 
	{
		for (var plugin in this[developer]) 
		{
			if (this[developer][plugin] && this[developer][plugin].onsave) 
			{
				path += this[developer][plugin].onsave();
			};
		};
	};
	// Slap the current time on there to prevent caching on subsequent page views in a few browsers
	path += '&'+now.getTime();
	
	// Redirect to the debug page
	if (debug) { window.open(path+'&debug&errors', 'MintLiveDebug'+now.getTime()); return; };
	
	var ie = /*@cc_on!@*/0;
	if (!ie && document.getElementsByTagName && (document.createElementNS || document.createElement))
	{
		var tag = (document.createElementNS) ? document.createElementNS('http://www.w3.org/1999/xhtml', 'script') : document.createElement('script');
		tag.type = 'text/javascript';
		tag.src = path + '&serve_js';
		document.getElementsByTagName('head')[0].appendChild(tag);
	}
	else if (document.write)
	{
		document.write('<' + 'script type="text/javascript" src="' + path + '&amp;serve_js"><' + '/script>');
	};
};
if (!Mint.SI) { Mint.SI = new Object(); }
Mint.SI.Referrer = 
{
	onsave	: function() 
	{
		var encoded = 0;
		if (typeof Mint_SI_DocumentTitle == 'undefined') { Mint_SI_DocumentTitle = document.title; }
		else { encoded = 1; };
		var referer		= (window.decodeURI)?window.decodeURI(document.referrer):document.referrer;
		var resource	= (window.decodeURI)?window.decodeURI(document.URL):document.URL;
		return '&referer=' + escape(referer) + '&resource=' + escape(resource) + '&resource_title=' + escape(Mint_SI_DocumentTitle) + '&resource_title_encoded=' + encoded;
	}
};
Mint.save();

