$(function () {
	// embed flash header
	$('#slideshow').flash(
		{
			'src': 'swf/when.swf',
			'width': 900,
			'height': 200
		},
		{
			'expressInstall': true,
			'version': '8'
		}
	);

	$('#content').flash(
		{
			'src': 'swf/home.swf',
			'width': 920,
			'height': 427
		},
		{
			'expressInstall': true,
			'version': '8'
		}
	);

	// make external links open in new window
	$('a[href^=http://]').attr({'target': '_blank', 'class': 'external', 'rel': 'external'});

	// init the google analytics tracker
	$.gaTracker('UA-289781-29');
});