 /*   
  * THIS IS THE MINIFIED VERSION OF jquery.anythingslider.options.js.
  * IF THIS FILE CHANGES, THE MINIFIED VERSION jquery.anythingslider.options-unpacked.js MUST ALSO CHANGE.
 */
function formatSliderText(c,a){var d="";var b=a.children("ul li.featureItem:not(:cloned):nth-child("+c+") div.sliderText");if(b!=null){d=b.children("h2:first").text();}return d;}function formatSliderLink(d,b){var e="#";var c=b.children("ul li.featureItem:not(:cloned):nth-child("+d+") div.sliderText");if(c!=null){var a=c.children("h2:first").children("a:first");if(a){e=a.attr("href");if(e==null||e==""){e="#";}}}return e;}$(function(){$(".anythingSlider").anythingSlider({easing:"linear",autoPlay:true,delay:8000,startStopped:false,animationTime:250,hashTags:false,buildNavigation:true,pauseOnHover:true,startText:"Start",stopText:"Stop",navigationFormatter:formatSliderText,changeOnMouseover:true,navigationLink:formatSliderLink});});
