$(document).ready(function(){
					   
	$('a.fancybox').fancybox({
		'zoomSpeedIn': 500,
		'zoomSpeedOut': 500
	});

	if (document.getElementById('banner-destinations') != null) {
		swfobject.embedSWF("/images/contents/banner.swf", "banner-destinations", "426", "154", "9.0.0", false, null, {
			wmode: "transparent"
		}, null);
	}

	$('a.new').click(function(){
		window.open($(this).attr('href'));
		return false;
	});
	
});
