// Lightbox
$(document).ready(function() {
	$("a[rel^='lightbox']").prettyPhoto({
	});
});

// Google Analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3229986-4']);
_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);
})();

// AddThis
var addthis_config;
_gaq.push(function() {
	addthis_config = {
		data_ga_tracker: _gaq._getAsyncTracker(''),
		data_track_clickback: true,
		username: 'numblip'
	};
	var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 's7.addthis.com/js/250/addthis_widget.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
});	

