$(document).ready(function(){
	$("a.video").fancybox({
		'hideOnContentClick': false,
		'frameWidth': 640,
		'frameHeight': 410,
		'overlayOpacity': 0.7
	});
	$("#quote-rotator").cycle({ 
		fx:    'fade',
		speed:  1000,
		timeout: 6000,
		pause: 1,
		random: 1
	});
	$(".welcome-message-inner").corner({
	  tl: { radius: 10 },
	  tr: { radius: 10 },
	  bl: { radius: 10 },
	  br: { radius: 10 }
	});
});


