$(document).ready(function() {
	$('#flash').flash(
		{
			swf: '/intro.swf',
			height: 400,
			width: 960,
			params: {
				wmode: 'transparent'
			}
		}
	);
	if(!$.flash.available) {
		$("#logo, #nav").show();
	}
});