$(document).ready(function() {
			/*
			*   Examples - images
			*/
			$("a.vdoCursor").fancybox({
				'overlayShow'	: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic',
				'width'	:	540,
				'height':	349,
				'type'	:	'swf',
				'swf'   : {
				'wmode'	:	'transparent',
				'allowfullscreen'	: 'true'
				}
			});
			if(location.hash){
$(location.hash).click();
}

		});
