
jQuery.noConflict();

var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12598321-10'], ['_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); })();

jQuery(function($){

	$("ul.gallery li a").fancybox({
		//'margin'       : '50',
		//'padding'       : '0',
		'overlayColor'  : '#000',
		'transitionIn'  : 'elastic',
		'titlePosition' : 'over',
		'onComplete'    :	function() {
			$("#fancybox-outer").hover(
				function(){ $("#fancybox-title").fadeIn(); },
				function() { $("#fancybox-title").fadeOut(); }
			); }
	});

	// Remove the logo link on the home page
	$("body#p-index #head h1 a").css("cursor","default").attr({ "title":"" }).click(function(e){ e.preventDefault(); });

	$("a[href^=http], area[href^=http]").each(function(){
		if (this.href.indexOf(location.hostname) == -1){
			$(this).attr({ "target":"_blank", "rel":"external" });
		}
	});

});
