/* Author: 

*/
$('#slideshow').cycle({
	delay: 750,
	fx:    'fade',
	speed: 1000,
	sync:  1,
	pause: true
});

$(".lightbox").fancybox({
	'titlePosition'		: 'inside',
	'hideOnContentClick': true
});

// append google-analytics code to a-elements
/*
$('a').live('click', function(event) {
	_gaq.push(['_link', window.location.href]);
});
*/

