$(document).ready(function() {
    $('textarea, input').example(function() {
    	return $(this).attr('title'); 
    });
    $('ol.commentlist li:last-child').addClass('last');
    $('div#flickr a').fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'centerOnScroll'		: true
	});
	$('body').addClass('duh');
});
