$(document).ready(function(){$("tr:odd").css("background-color","#eaeaea");$(".relatize").relatizeDate();$("#watch_button").click(function(){$.post("/site/watch",{email:$("#addy").attr("value")},function(a){if(a=="true"){$("#watcher").text("You've been added to our waiting list and will let you know when we enter the next round of invites.")}else{if(!$("#watcher").hasClass("appended")){$("#watcher").append("<br/>Please verify the format of your email address and try again.");$("#watcher").addClass("appended")}}})});if($("#slider li").size()>1){$("#slider").easySlider({speed:600,auto:true,pause:6000,vertical:false,prevId:"prev-slide",nextId:"next-slide",continuous:true});$("#prev-slide, #next-slide").css("opacity",0.3);$("#prev-slide, #next-slide ").hover(function(){$(this).animate({opacity:1},{duration:200})},function(){$(this).animate({opacity:0.3},{duration:200})}).click(function(){$(this).fadeOut(200).fadeIn(400)})}});