$(document).ready(function() {
	//Activate FancyBox
	$("a.fancy").fancybox();
});