$(document).ready(function() {

	/* Target external links for XHTML markup */
	$('a[href^="http"]').attr({target: "_blank"});

	/* Triggering FancyBox */
	$("a[rel=e-gala]").fancybox({
		'transitionIn'		: 'fade',
		'transitionOut'		: 'fade',
		'titlePosition' 	: 'over',
		'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
	return '<span id="fancybox-title-over">' + title + '</span>';
		}
	});
	
	/* Calling the slideshows */
	$('.slideshow').cycle({
		fx: 'fade'
	});
	
	/* Feeding the news */
	$('.feed').rssfeed('http://www.galapro.eu/?feed=rss2&language=POR+ENG+FRA+ESP', {
    	limit: 4,
    	header: false,
    	date: false,
    	snippet: true,
    	content: true,
    	showerror: false
  	});
})
