window.addEvent('domready', function() {
	
	// $$('.excerpt').addEvents({
	// 	'mouseenter': function() {
	// 		$(this).set('morph', {duration: 0});
	// 		this.morph('.white');
	// 	},
	// 	'mouseleave': function() {
	// 		$(this).set('morph', {duration: 700});
	// 		this.morph('.grey');
	// 	}
	// });
	// 
});


