/* 10.07.2010 - Fixed jQuery errors, called improperly - CP */
jQuery(document).ready(function($) {
    $('textarea, input').example(function() {
    	return $(this).attr('title'); 
    });
    $('div#footer ul li:first-child').addClass('first');
    /*
	$('li#flickr a').fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		'centerOnScroll'		: true
	});
	*/
});
