		$(document).ready(function() {
			//Activate FancyBox
			$("table#wellness a").fancybox({});	
			$("a#laion").fancybox({
				'frameWidth': 750,
				'frameHeight': 190
			});
});