(function(d){var a="Lite-1.3";d.fn.cycle=function(f){return this.each(function(){f=f||{};if(this.cycleTimeout){clearTimeout(this.cycleTimeout)}this.cycleTimeout=0;this.cyclePause=0;var n=d(this);var k=f.slideExpr?d(f.slideExpr,this):n.children();var h=k.get();if(h.length<2){window.console&&console.log("terminating; too few slides: "+h.length);return}var g=d.extend({},d.fn.cycle.defaults,f||{},d.metadata?n.metadata():d.meta?n.data():{});var o=d.isFunction(n.data)?n.data(g.metaAttr):null;if(o){g=d.extend(g,o)}g.before=g.before?[g.before]:[];g.after=g.after?[g.after]:[];g.after.unshift(function(){g.busy=0});var p=this.className;g.width=parseInt((p.match(/w:(\d+)/)||[])[1])||g.width;g.height=parseInt((p.match(/h:(\d+)/)||[])[1])||g.height;g.timeout=parseInt((p.match(/t:(\d+)/)||[])[1])||g.timeout;if(n.css("position")=="static"){n.css("position","relative")}if(g.width){n.width(g.width)}if(g.height&&g.height!="auto"){n.height(g.height)}var j=0;k.css({position:"absolute",top:0,left:0}).each(function(q){d(this).css("z-index",h.length-q)});d(h[j]).css("opacity",1).show();if(d.browser.msie){h[j].style.removeAttribute("filter")}if(g.fit&&g.width){k.width(g.width)}if(g.fit&&g.height&&g.height!="auto"){k.height(g.height)}if(g.pause){n.hover(function(){this.cyclePause=1},function(){this.cyclePause=0})}var l=d.fn.cycle.transitions[g.fx];l&&l(n,k,g);k.each(function(){var q=d(this);this.cycleH=(g.fit&&g.height)?g.height:q.height();this.cycleW=(g.fit&&g.width)?g.width:q.width()});if(g.cssFirst){d(k[j]).css(g.cssFirst)}if(g.timeout){if(g.speed.constructor==String){g.speed={slow:600,fast:200}[g.speed]||400}if(!g.sync){g.speed=g.speed/2}while((g.timeout-g.speed)<250){g.timeout+=g.speed}}g.speedIn=g.speed;g.speedOut=g.speed;g.slideCount=h.length;g.currSlide=j;g.nextSlide=1;var m=k[j];if(g.before.length){g.before[0].apply(m,[m,m,g,true])}if(g.after.length>1){g.after[1].apply(m,[m,m,g,true])}if(g.click&&!g.next){g.next=g.click}if(g.next){d(g.next).bind("click",function(){return c(h,g,g.rev?-1:1)})}if(g.prev){d(g.prev).bind("click",function(){return c(h,g,g.rev?1:-1)})}if(g.timeout){this.cycleTimeout=setTimeout(function(){b(h,g,0,!g.rev)},g.timeout+(g.delay||0))}})};function b(l,f,k,m){if(f.busy){return}var j=l[0].parentNode,o=l[f.currSlide],n=l[f.nextSlide];if(j.cycleTimeout===0&&!k){return}if(k||!j.cyclePause){if(f.before.length){d.each(f.before,function(p,q){q.apply(n,[o,n,f,m])})}var g=function(){if(d.browser.msie){this.style.removeAttribute("filter")}d.each(f.after,function(p,q){q.apply(n,[o,n,f,m])})};if(f.nextSlide!=f.currSlide){f.busy=1;d.fn.cycle.custom(o,n,f,g)}var h=(f.nextSlide+1)==l.length;f.nextSlide=h?0:f.nextSlide+1;f.currSlide=h?l.length-1:f.nextSlide-1}if(f.timeout){j.cycleTimeout=setTimeout(function(){b(l,f,0,!f.rev)},f.timeout)}}function c(f,g,k){var j=f[0].parentNode,h=j.cycleTimeout;if(h){clearTimeout(h);j.cycleTimeout=0}g.nextSlide=g.currSlide+k;if(g.nextSlide<0){g.nextSlide=f.length-1}else{if(g.nextSlide>=f.length){g.nextSlide=0}}b(f,g,1,k>=0);return false}d.fn.cycle.custom=function(m,j,k,f){var l=d(m),h=d(j);h.css(k.cssBefore);var g=function(){h.animate(k.animIn,k.speedIn,k.easeIn,f)};l.animate(k.animOut,k.speedOut,k.easeOut,function(){l.css(k.cssAfter);if(!k.sync){g()}});if(k.sync){g()}};d.fn.cycle.transitions={fade:function(g,h,f){h.not(":eq(0)").hide();f.cssBefore={opacity:0,display:"block"};f.cssAfter={display:"none"};f.animOut={opacity:0};f.animIn={opacity:1}},fadeout:function(g,h,f){f.before.push(function(m,k,l,j){d(m).css("zIndex",l.slideCount+(j===true?1:0));d(k).css("zIndex",l.slideCount+(j===true?0:1))});h.not(":eq(0)").hide();f.cssBefore={opacity:1,display:"block",zIndex:1};f.cssAfter={display:"none",zIndex:0};f.animOut={opacity:0}}};d.fn.cycle.ver=function(){return a};d.fn.cycle.defaults={animIn:{},animOut:{},fx:"fade",after:null,before:null,cssBefore:{},cssAfter:{},delay:0,fit:0,height:"auto",metaAttr:"cycle",next:null,pause:0,prev:null,speed:1000,slideExpr:null,sync:1,timeout:4000}})(jQuery);var FORMALIZE=function(k,j,q,p){var o="placeholder" in q.createElement("input"),n="autofocus" in q.createElement("input"),m=!!k.browser.msie&&parseInt(k.browser.version,10)===6,l=!!k.browser.msie&&parseInt(k.browser.version,10)===7;return{go:function(){for(var b in FORMALIZE.init){FORMALIZE.init[b]()}},init:{full_input_size:function(){!!l&&!!k("textarea, input.input_full").length&&k("textarea, input.input_full").wrap('<span class="input_full_wrap"></span>')},ie6_skin_inputs:function(){if(!!m&&!!k("input, select, textarea").length){var a=/button|submit|reset/,d=/date|datetime|datetime-local|email|month|number|password|range|search|tel|text|time|url|week/;k("input").each(function(){var b=k(this);this.getAttribute("type").match(a)?(b.addClass("ie6_button"),this.disabled&&b.addClass("ie6_button_disabled")):this.getAttribute("type").match(d)&&(b.addClass("ie6_input"),this.disabled&&b.addClass("ie6_input_disabled"))}),k("textarea, select").each(function(){this.disabled&&k(this).addClass("ie6_input_disabled")})}},autofocus:function(){!n&&!!k(":input[autofocus]").length&&k(":input[autofocus]:visible:first").focus()},placeholder:function(){!o&&!!k(":input[placeholder]").length&&(FORMALIZE.misc.add_placeholder(),k(":input[placeholder]").each(function(){var a=k(this),d=a.attr("placeholder");a.focus(function(){a.val()===d&&a.val("").removeClass("placeholder_text")}).blur(function(){FORMALIZE.misc.add_placeholder()}),a.closest("form").submit(function(){a.val()===d&&a.val("").removeClass("placeholder_text")}).bind("reset",function(){setTimeout(FORMALIZE.misc.add_placeholder,50)})}))}},misc:{add_placeholder:function(){!o&&!!k(":input[placeholder]").length&&k(":input[placeholder]").each(function(){var a=k(this),d=a.attr("placeholder");(!a.val()||a.val()===d)&&a.val(d).addClass("placeholder_text")})}}}}(jQuery,this,this.document);jQuery(document).ready(function(){FORMALIZE.go()});$(document).ready(function(){var b=window.location.hash.substr(1);var a=$(".acitem li a").each(function(){var c=$(this).attr("href");if(b==c.substr(0,c.length-5)){var d=b+".html #content";$("#ajax-content-box").load(d)}});$(".acitem li a").click(function(){var d=$(this).attr("href")+" #ajax-content-box";$("#ajax-content-box").fadeOut("fast",g);$("#load").remove();$("#ajax-content-box").append('<span id="load">LOADING...</span>');$("#load").fadeIn("normal");window.location.hash=$(this).attr("href").substr(0,$(this).attr("href").length-5);function g(){$("#ajax-content-box").load(d,"",c())}function c(){$("#ajax-content-box").fadeIn("normal",f())}function f(){$("#load").fadeOut("normal")}$(this).parent().addClass("selected").siblings().removeClass("selected");return false})});var fnames=new Array();var ftypes=new Array();fnames[1]="FNAME";ftypes[1]="text";fnames[0]="EMAIL";ftypes[0]="email";try{var jqueryLoaded=jQuery;jqueryLoaded=true}catch(err){var jqueryLoaded=false}var head=document.getElementsByTagName("head")[0];if(!jqueryLoaded){var script=document.createElement("script");script.type="text/javascript";script.src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js";head.appendChild(script);if(script.readyState&&script.onload!==null){script.onreadystatechange=function(){if(this.readyState=="complete"){mce_preload_check()}}}}var script=document.createElement("script");script.type="text/javascript";script.src="http://downloads.mailchimp.com/js/jquery.form-n-validate.js";head.appendChild(script);var err_style="";try{err_style=mc_custom_error_style}catch(e){err_style="margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: ERROR_BGCOLOR none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: ERROR_COLOR;"}var head=document.getElementsByTagName("head")[0];var style=document.createElement("style");style.type="text/css";if(style.styleSheet){style.styleSheet.cssText=".mce_inline_error {"+err_style+"}"}else{style.appendChild(document.createTextNode(".mce_inline_error {"+err_style+"}"))}head.appendChild(style);setTimeout("mce_preload_check();",250);var mce_preload_checks=0;function mce_preload_check(){if(mce_preload_checks>40){return}mce_preload_checks++;try{var c=jQuery}catch(b){setTimeout("mce_preload_check();",250);return}try{var a=jQuery("#fake-form").validate({})}catch(b){setTimeout("mce_preload_check();",250);return}mce_init_form()}function mce_init_form(){jQuery(document).ready(function(b){var a={errorClass:"mce_inline_error",errorElement:"div",onkeyup:function(){},onfocusout:function(){},onblur:function(){}};var c=b("#mc-embedded-subscribe-form").validate(a);b("#mc-embedded-subscribe-form").unbind("submit");a={url:"http://kosherorganics.us2.list-manage1.com/subscribe/post-json?u=9a372c050a4c986de2afae975&id=5d4f9afdab&c=?",type:"GET",dataType:"json",contentType:"application/json; charset=utf-8",beforeSubmit:function(){b("#mce_tmp_error_msg").remove();b(".datefield","#mc_embed_signup").each(function(){var f="filled";var d=new Array();var g=0;b(":text",this).each(function(){d[g]=this;g++});b(":hidden",this).each(function(){if(d.length==2){d[2]={value:1970}}if(d[0].value=="MM"&&d[1].value=="DD"&&d[2].value=="YYYY"){this.value=""}else{if(d[0].value==""&&d[1].value==""&&d[2].value==""){this.value=""}else{this.value=d[0].value+"/"+d[1].value+"/"+d[2].value}}})});return c.form()},success:mce_success_cb};b("#mc-embedded-subscribe-form").ajaxForm(a)})}function mce_success_cb(j){$("#mce-success-response").hide();$("#mce-error-response").hide();if(j.result=="success"){$("#mce-"+j.result+"-response").show();$("#mce-"+j.result+"-response").html(j.msg);$("#mc-embedded-subscribe-form").each(function(){this.reset()})}else{var b=-1;var h;try{var g=j.msg.split(" - ",2);if(g[1]==undefined){h=j.msg}else{i=parseInt(g[0]);if(i.toString()==g[0]){b=g[0];h=g[1]}else{b=-1;h=j.msg}}}catch(d){b=-1;h=j.msg}try{if(b==-1){$("#mce-"+j.result+"-response").show();$("#mce-"+j.result+"-response").html(h)}else{err_id="mce_tmp_error_msg";html='<div id="'+err_id+'" style="'+err_style+'"> '+h+"</div>";var a="#mc_embed_signup";var c=$(a);if(ftypes[b]=="address"){a="#mce-"+fnames[b]+"-addr1";c=$(a).parent().parent().get(0)}else{if(ftypes[b]=="date"){a="#mce-"+fnames[b]+"-month";c=$(a).parent().parent().get(0)}else{a="#mce-"+fnames[b];c=$().parent(a).get(0)}}if(c){$(c).append(html);$(a).focus()}else{$("#mce-"+j.result+"-response").show();$("#mce-"+j.result+"-response").html(h)}}}catch(d){$("#mce-"+j.result+"-response").show();$("#mce-"+j.result+"-response").html(h)}}}window.Modernizr=function(X,aa,B){function I(f,d){return(""+f).indexOf(d)!==-1}function J(f,d){for(var h in f){if(W[f[h]]!==B&&(!d||d(f[h],C))){return true}}}function U(f,d){var h=f.charAt(0).toUpperCase()+f.substr(1);h=(f+" "+A.join(h+" ")+h).split(" ");return !!J(h,d)}function a(){Z.input=function(f){for(var d=0,h=f.length;d<h;d++){r[f[d]]=!!(f[d] in Y)}return r}("autocomplete autofocus list placeholder max min multiple pattern required step".split(" "));Z.inputtypes=function(f){for(var d=0,j,h=f.length;d<h;d++){Y.setAttribute("type",f[d]);if(j=Y.type!=="text"){Y.value=p;if(/^range$/.test(Y.type)&&Y.style.WebkitAppearance!==B){V.appendChild(Y);j=aa.defaultView;j=j.getComputedStyle&&j.getComputedStyle(Y,null).WebkitAppearance!=="textfield"&&Y.offsetHeight!==0;V.removeChild(Y)}else{/^(search|tel)$/.test(Y.type)||(j=/^(url|email)$/.test(Y.type)?Y.checkValidity&&Y.checkValidity()===false:Y.value!=p)}}m[f[d]]=!!j}return m}("search tel url email datetime date month week time datetime-local number range color".split(" "))}var Z={},V=aa.documentElement,C=aa.createElement("modernizr"),W=C.style,Y=aa.createElement("input"),p=":)",k=Object.prototype.toString,K=" -webkit- -moz- -o- -ms- -khtml- ".split(" "),A="Webkit Moz O ms Khtml".split(" "),z={svg:"http://www.w3.org/2000/svg"},ab={},m={},r={},g=[],x,c=function(f){var d=document.createElement("style"),h=aa.createElement("div");d.textContent=f+"{#modernizr{height:3px}}";(aa.head||aa.getElementsByTagName("head")[0]).appendChild(d);h.id="modernizr";V.appendChild(h);f=h.offsetHeight===3;d.parentNode.removeChild(d);h.parentNode.removeChild(h);return !!f},T=function(){var d={select:"input",change:"input",submit:"form",reset:"form",error:"img",load:"img",abort:"img"};return function(f,j){j=j||document.createElement(d[f]||"div");f="on"+f;var h=f in j;if(!h){j.setAttribute||(j=document.createElement("div"));if(j.setAttribute&&j.removeAttribute){j.setAttribute(f,"");h=typeof j[f]=="function";if(typeof j[f]!="undefined"){j[f]=B}j.removeAttribute(f)}}return h}}(),y={}.hasOwnProperty,b;b=typeof y!=="undefined"&&typeof y.call!=="undefined"?function(f,d){return y.call(f,d)}:function(f,d){return d in f&&typeof f.constructor.prototype[d]==="undefined"};ab.flexbox=function(){var f=aa.createElement("div"),d=aa.createElement("div");(function(l,o,n,j){o+=":";l.style.cssText=(o+K.join(n+";"+o)).slice(0,-o.length)+(j||"")})(f,"display","box","width:42px;padding:0;");d.style.cssText=K.join("box-flex:1;")+"width:10px;";f.appendChild(d);V.appendChild(f);var h=d.offsetWidth===42;f.removeChild(d);V.removeChild(f);return h};ab.canvas=function(){var d=aa.createElement("canvas");return !!(d.getContext&&d.getContext("2d"))};ab.canvastext=function(){return !!(Z.canvas&&typeof aa.createElement("canvas").getContext("2d").fillText=="function")};ab.webgl=function(){var f=aa.createElement("canvas");try{if(f.getContext("webgl")){return true}}catch(d){}try{if(f.getContext("experimental-webgl")){return true}}catch(h){}return false};ab.touch=function(){return"ontouchstart" in X||c("@media ("+K.join("touch-enabled),(")+"modernizr)")};ab.geolocation=function(){return !!navigator.geolocation};ab.postmessage=function(){return !!X.postMessage};ab.websqldatabase=function(){return !!X.openDatabase};ab.indexedDB=function(){for(var f=-1,d=A.length;++f<d;){var h=A[f].toLowerCase();if(X[h+"_indexedDB"]||X[h+"IndexedDB"]){return true}}return false};ab.hashchange=function(){return T("hashchange",X)&&(document.documentMode===B||document.documentMode>7)};ab.history=function(){return !!(X.history&&history.pushState)};ab.draganddrop=function(){return T("drag")&&T("dragstart")&&T("dragenter")&&T("dragover")&&T("dragleave")&&T("dragend")&&T("drop")};ab.websockets=function(){return"WebSocket" in X};ab.rgba=function(){W.cssText="background-color:rgba(150,255,150,.5)";return I(W.backgroundColor,"rgba")};ab.hsla=function(){W.cssText="background-color:hsla(120,40%,100%,.5)";return I(W.backgroundColor,"rgba")||I(W.backgroundColor,"hsla")};ab.multiplebgs=function(){W.cssText="background:url(//:),url(//:),red url(//:)";return/(url\s*\(.*?){3}/.test(W.background)};ab.backgroundsize=function(){return U("backgroundSize")};ab.borderimage=function(){return U("borderImage")};ab.borderradius=function(){return U("borderRadius","",function(d){return I(d,"orderRadius")})};ab.boxshadow=function(){return U("boxShadow")};ab.textshadow=function(){return aa.createElement("div").style.textShadow===""};ab.opacity=function(){var d=K.join("opacity:.5;")+"";W.cssText=d;return I(W.opacity,"0.5")};ab.cssanimations=function(){return U("animationName")};ab.csscolumns=function(){return U("columnCount")};ab.cssgradients=function(){var d=("background-image:"+K.join("gradient(linear,left top,right bottom,from(#9f9),to(white));background-image:")+K.join("linear-gradient(left top,#9f9, white);background-image:")).slice(0,-17);W.cssText=d;return I(W.backgroundImage,"gradient")};ab.cssreflections=function(){return U("boxReflect")};ab.csstransforms=function(){return !!J(["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"])};ab.csstransforms3d=function(){var d=!!J(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);if(d){d=c("@media ("+K.join("transform-3d),(")+"modernizr)")}return d};ab.csstransitions=function(){return U("transitionProperty")};ab.fontface=function(){var f,d=aa.head||aa.getElementsByTagName("head")[0]||V,j=aa.createElement("style"),h=aa.implementation||{hasFeature:function(){return false}};j.type="text/css";d.insertBefore(j,d.firstChild);f=j.sheet||j.styleSheet;d=h.hasFeature("CSS2","")?function(o){if(!(f&&o)){return false}var n=false;try{f.insertRule(o,0);n=!/unknown/i.test(f.cssRules[0].cssText);f.deleteRule(f.cssRules.length-1)}catch(l){}return n}:function(l){if(!(f&&l)){return false}f.cssText=l;return f.cssText.length!==0&&!/unknown/i.test(f.cssText)&&f.cssText.replace(/\r+|\n+/g,"").indexOf(l.split(" ")[0])===0};Z._fontfaceready=function(l){l(Z.fontface)};return d('@font-face { font-family: "font"; src: "font.ttf"; }')};ab.video=function(){var f=aa.createElement("video"),d=!!f.canPlayType;if(d){d=new Boolean(d);d.ogg=f.canPlayType('video/ogg; codecs="theora"');d.h264=f.canPlayType('video/mp4; codecs="avc1.42E01E"')||f.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"');d.webm=f.canPlayType('video/webm; codecs="vp8, vorbis"')}return d};ab.audio=function(){var f=aa.createElement("audio"),d=!!f.canPlayType;if(d){d=new Boolean(d);d.ogg=f.canPlayType('audio/ogg; codecs="vorbis"');d.mp3=f.canPlayType("audio/mpeg;");d.wav=f.canPlayType('audio/wav; codecs="1"');d.m4a=f.canPlayType("audio/x-m4a;")||f.canPlayType("audio/aac;")}return d};ab.localstorage=function(){try{return"localStorage" in X&&X.localStorage!==null}catch(d){return false}};ab.sessionstorage=function(){try{return"sessionStorage" in X&&X.sessionStorage!==null}catch(d){return false}};ab.webWorkers=function(){return !!X.Worker};ab.applicationcache=function(){return !!X.applicationCache};ab.svg=function(){return !!aa.createElementNS&&!!aa.createElementNS(z.svg,"svg").createSVGRect};ab.inlinesvg=function(){var d=document.createElement("div");d.innerHTML="<svg/>";return(d.firstChild&&d.firstChild.namespaceURI)==z.svg};ab.smil=function(){return !!aa.createElementNS&&/SVG/.test(k.call(aa.createElementNS(z.svg,"animate")))};ab.svgclippaths=function(){return !!aa.createElementNS&&/SVG/.test(k.call(aa.createElementNS(z.svg,"clipPath")))};for(var t in ab){if(b(ab,t)){x=t.toLowerCase();Z[x]=ab[t]();g.push((Z[x]?"":"no-")+x)}}Z.input||a();Z.crosswindowmessaging=Z.postmessage;Z.historymanagement=Z.history;Z.addTest=function(f,d){f=f.toLowerCase();if(!Z[f]){d=!!d();V.className+=" "+(d?"":"no-")+f;Z[f]=d;return Z}};W.cssText="";C=Y=null;X.attachEvent&&function(){var d=aa.createElement("div");d.innerHTML="<elem></elem>";return d.childNodes.length!==1}()&&function(w,v){function s(F){for(var E=-1;++E<d;){F.createElement(o[E])}}function n(L,E){for(var G=L.length,H=-1,M,F=[];++H<G;){M=L[H];E=M.media||E;F.push(n(M.imports,E));F.push(M.cssText)}return F.join("")}var o="abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video".split("|"),d=o.length,D=RegExp("<(/*)(abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video)","gi"),l=RegExp("\\b(abbr|article|aside|audio|canvas|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video)\\b(?!.*[;}])","gi"),q=v.createDocumentFragment(),j=v.documentElement,u=j.firstChild,h=v.createElement("style"),f=v.createElement("body");h.media="all";s(v);s(q);w.attachEvent("onbeforeprint",function(){for(var H=-1;++H<d;){for(var E=v.getElementsByTagName(o[H]),F=E.length,G=-1;++G<F;){if(E[G].className.indexOf("iepp_")<0){E[G].className+=" iepp_"+o[H]}}}u.insertBefore(h,u.firstChild);h.styleSheet.cssText=n(v.styleSheets,"all").replace(l,".iepp_$1");q.appendChild(v.body);j.appendChild(f);f.innerHTML=q.firstChild.innerHTML.replace(D,"<$1bdo")});w.attachEvent("onafterprint",function(){f.innerHTML="";j.removeChild(f);u.removeChild(h);j.appendChild(q.firstChild)})}(this,document);Z._enableHTML5=true;Z._version="1.6";V.className=V.className.replace(/\bno-js\b/,"")+" js";V.className+=" "+g.join(" ");return Z}(this,this.document);
$(function() { $('#banner').cycle(); });


