$(document).ready(function() {
	
	/*$('a.video').click(function() {
		$.fancybox({
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 640,
			'height'		: 480,
			'href'			: this.href.replace(new RegExp("([0-9])","i"),'moogaloop.swf?clip_id=$1'),
			'type'			: 'iframe'
		});
		return false;
	});*/
	
	$('a.video').fancybox({
		'type' : 'iframe',
		'autoDimensions' : 'true',
		'autoScale' : 'false',
		'width'				: 860,
		'height'			: 500,
		'scrolling'   		: 'no'

	});
	
	$('#header-quotes').cycle({ 
	    fx:    'fade', 
	    delay: -5000 
	});

});





