$(function(){$("#voteup, #votedown").bind("ajax:error",function(b,c,a,d){$("p.message").html("You need to sign in or sign up before voting.")}).bind("ajax:success",function(b,c,a,d){$("p.message").html("Thank you for your vote.")})});
/*!
 * AutoResize
 * http://james.padolsey.com/javascript/jquery-plugin-autoresize/
 */
$(function(){$("#eventfield").autoResize({onResize:function(){$(this).css({opacity:0.8})},animateCallback:function(){$(this).css({opacity:1})},animateDuration:300,extraSpace:0})});
/*!
 * Tube jQuery
 */
$(document).ready(function(){if($.cookie("theme")=="light"){$("body").removeClass("dark").addClass("light");$("#toggletheme").replaceWith('<a href="" id="toggletheme">Switch to Dark</a>');$("#toggletheme").click(function(){$.cookie("theme",null);location.reload()})}else{$("#toggletheme").click(function(){$.cookie("theme","light",{expires:31});location.reload()})}$(".tip").tipTip({edgeOffset:5,delay:100});$("#query").tipTip({activation:"focus",defaultPosition:"left",edgeOffset:5,delay:100});var a=$(".comment:gt(4)");$(a).hide();$("#morecomments").show();$("#morecomments a").click(function(b){$(a).slideDown("fast",function(){$("#morecomments").hide().remove()});b.preventDefault()});$("#morecomments a").append(" ("+$(a).size()+")")});$(function(){$.get("/fragments/navigation?rnd="+parseInt(Math.random()*99999999),function(a){$("ul#nav").append(a)})});
