// JavaScript Document

$(document).ready(function() {
	$("#various3").fancybox({
		'autoScale'     :    false,
		'transitionIn'  :   'none',
		'transitionOut' :   'none',
		'height'        :    280,
		'width' 		: 	 350,
		'href'			:    this.href,
		'type'          :   'iframe'
	});

	$("#various4").fancybox({
		'autoScale'     :    false,
		'transitionIn'  :   'none',
		'transitionOut' :   'none',
		'height'        :    280,
		'width' 		: 	 350,
		'href'			:    this.href,
		'type'          :   'iframe'
	});
	
});
