$(document).ready(function() {
  
	/* Open external links in a new window */
	$("a[href^='http']").attr('target','_blank');
	$("form[action^='http']").attr('target','_blank');
	
	$('#slideshowHome,#slideshow').cycle({
	    delay:  		-2000,
	    timeout:		6000,
	    speed:			1000
		/*fx:              'scrollLeft', 
	    easing:          'easeInSine'*/
	});
	
	$("#gallery a").attr('rel', 'gallery').fancybox();
	$("#slideshow li a").fancybox();
	
});
