
$(document).ready(function()
{
	$("#contact").fancybox({
		'hideOnContentClick': true
	});	
});

