jQuery(document).ready(function() {
	jQuery("a[rel*='external']").each(function() { 
		this.target = '_blank';
	});

	jQuery('#four_weddings').cycle({
		fx: 'fade',
		speed: 3000, 
		timeout: 6000
	});
});

