		$().ready(function() {

			$('div.fefco_item a').css('opacity', 0.2);
			$('div.fefco_item a').each(function() {
				$(this).hover(function() {
					$(this).stop().animate({ opacity: 1.0 }, 500);
				},
				function() {
					$(this).stop().animate({ opacity: 0.2 }, 500);
				});
			});

			if ( ! $("body.homepage").length) {
				$("a.fancybox").fancybox({
					'zoomSpeedIn': 300,
					'zoomSpeedOut': 300,
					'overlayShow' :true
				});
			}

		});	function getDirections() {		//var from=document.getDir.homePostCode.value;
		var from=$("#postCode").val();		newWindow=window.open('http://maps.google.co.uk/maps?saddr='+from+'&daddr=49.568601, 15.772741','newWin','resizable=yes,scrollbars=yes,menubar=no,addressbar=no');
		return false;	}
