/* jQuery block */
$(function() {
	$('.transitional-ad').cycle();
	$('#photo-reel').cycle();
	/* Make external links open in a new window */
	$('a[rel=external]').click(function(){
		window.open(this.href);
		return false;
	});
});
/* End of jQuery block */

/* Google Analytics block */
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18584772-2']);
_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);
})();
/* End of Google Analytics block */


