4 $('.three-up figure').hover(philo_site.three_up.activate, philo_site.three_up.deactivate);
8 $this.addClass('expanded');
9 $this.parent().children().not($this).addClass('shrunk');
11 deactivate: function(){
13 $this.parent().children().removeClass('expanded').removeClass('shrunk');
18 var self = philo_site.anchor_light;
19 links = $('a[href^="#"]');
20 links.click(self.hiliteHandler);
22 hiliteHandler: function () {
23 var self = philo_site.anchor_light,
25 id = $this.attr('href'),
28 setTimeout(self.unhiliteHandler, 1000);
30 unhiliteHandler: function () {
31 $('.lite').removeClass('lite');
36 $(philo_site.three_up.init);
37 $(philo_site.anchor_light.init);