File: /home/mmickelson/otbproductions.org.old/wp-content/themes/catch-box/js/catchbox-menu.min.js
/*! http://tinynav.viljamis.com v1.03 by @viljamis */
(function(c,b,a){c.fn.tinyNav=function(d){var e=c.extend({active:"selected",header:false},d);return this.each(function(){j++;var k=c(this),g="tinynav",n=g+j,m=".l_"+n,h=c("<select/>").addClass(g+" "+n);if(k.is("ul,ol")){if(e.header){h.append(c("<option/>").text("Navigation"))}var o="";var f=0;var l=[" "];for(var j=0;j<10;j++){l.push(l[l.length-1]+l[l.length-1])}l[0]="";k.addClass("l_"+n).children("li").each(buildNavTree=function(){var i=c(this).children("a").first();o+='<option value="'+i.attr("href")+'">'+l[f]+i.text()+"</option>";f++;c(this).children("ul,ol").children("li").each(buildNavTree);f--});h.append(o);if(!e.header){h.find(":eq("+c(m+" li").index(c(m+" li."+e.active))+")").attr("selected",true)}h.change(function(){b.location.href=c(this).val()});c(m).after(h)}c('option[value="'+document.location+'"]').attr("selected","selected")})}})(jQuery,this,0);
// Tinynav uses on Catch Box
jQuery(function(){jQuery('.menu-header-container .menu').tinyNav({active: 'selected'});});