$(function() {
	// Target Blank Links
		$("a[rel='external']").addClass("external").click( function() { window.open( $(this).attr('href') ); return false; } );	
	    $('#body-weddingsPage .fi, #body-meetingsPage .fi').cycle({
			fx: 'fade',
			timeout:   5000,
			speed: 2000 
		});			
});
