// JS Document

$(document).ready(function() {

	
	$(".side-content li:first").addClass("first");
	$(".side-content li:last").addClass("last");
	$(".side-content-yellow li:last").addClass("last");
	
	$(".fancybox").fancybox({
				'titleShow'		: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
	});
			
	$("#finamo").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 680,
			'height'		: 495,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
		   	 	'wmode'				: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});
		return false;
	});

});

var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-6130835-3']);
	_gaq.push(['_trackPageview']);
	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
