$(document).ready(function() {
	
	$("a.condwidg").fancybox({
		'hideOnContentClick': true,
		'type': 'iframe',
        'scrolling':'no',
		'width':515,
		'height':420

	});
	$("a.compareresorts").fancybox({
		'hideOnContentClick': true,
		'type': 'iframe',
        'scrolling':'no',
		'width':610,
		'height':500
	});
});

