
$(document).ready(function() {
	$('#player').youTubeEmbed({
		
		video: 'http://www.youtube.com/watch?v=S-zWBrBQDj8 ',
			
		width: 562,
		progressBar: true 
	});

	
	$("a.bioPic").fancybox({
		'transitionIn'	:	'fade',
		'transitionOut'	:	'fade',
		'speedIn'		:	200, 
		'speedOut'		:	200, 
		'overlayShow'	:	true,
		'overlayOpacity' : 0.9,
		'overlayColor' : '#000'
	});
	 $('.body p:first-child').fancyletter();
	 $('p.first').fancyletter();
});

