$(function(){$(".anythingSlider").anythingSlider({easing:"easeInOutExpo",autoPlay:true,delay:5000,startStopped:false,animationTime:900,hashTags:true,buildNavigation:true,pauseOnHover:true,startText:"PLAY",stopText:"STOP",navigationFormatter:formatText});$("#event_dates a").click(function(){var a=parseInt($(this).attr("href").replace("#",""));$(this).blur();$(".anythingSlider").anythingSlider(a)});$("#start-stop").click(function(){$(this).blur()});$("#l_feb_16").hover(function(){$("#l_feb_17").addClass("event_hover")},function(){$("#l_feb_17").removeClass("event_hover")});$("#l_feb_17").hover(function(){$("#l_feb_16").addClass("event_hover")},function(){$("#l_feb_16").removeClass("event_hover")});$("#performers_list").hide();$("#performers_nav").hoverIntent({sensitivity:3,interval:50,over:makeTall,timeout:300,out:makeShort});$("#performers_button").click(function(){return false});$("#email_textbox").click(function(){if($(this).val()=="Enter Email Address"){$(this).val("")}});$("#email_button").click(function(){if($("#email_textbox").val()!="Enter Email Address"&&$("#email_textbox").val()!=""){$.post("a/list_sign_up",{email:$("#email_textbox").val()},function(a){$("#email_return").html(a);$.fn.colorbox({inline:true,open:true,href:"#email_return",width:"25%"})})}else{$("#email_return").html("<h2>Invalid Email!</h2><p>Please enter an email address.</p>");$.fn.colorbox({inline:true,open:true,href:"#email_return",width:"25%"})}return false});$("#email_textbox").bind("keypress",function(a){if(a.keyCode==13){$("#email_button").click();return false}})});function formatText(b,a){return b+11}function makeTall(){$("#performers_list").fadeTo(0,"0.8").fadeIn();$("#performers_button").addClass("performers_button_hover")}function makeShort(){$("#performers_list").fadeOut();$("#performers_button").removeClass("performers_button_hover")};