(function($){$("a").live("touchstart touchend",function(){event.type=="touchstart"?$(this).addClass("hover"):$(this).removeClass("hover")})})(jQuery);
