// JavaScript Document
function displayfullyear() {
var theDate=new Date()
document.write(theDate.getFullYear())
}

$(document).ready(function() {

			$("#various3").fancybox({				
				'autoDimensions'		: true,
				'width'				: '55%',
				'height'			: '50%',
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});
			
	});
