//WAIT FOR THE PAGE TO BE READY
$(document).ready(function(){

	$('#flash_header').flash({
		src: 'flash/header.swf',
		width: 610,
		height: 214,
		background: '#FFFFFF',
		wmode: 'transparent',
		flashvars: { currentPage: $('#flash_header').attr('title')}
	});
	
	$('#gallery').flash({
		src: 'flash/slideshow.swf',
		width: 510,
		height: 365,
		scale: 'noscale',
		background: '#000000',
		wmode: 'transparent'
	});

// End jQuery goodness
});