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

	$('#flash_header').flash({
		src: 'flash/'+$('#flash_header').attr('title')+'.swf',
		width: 758,
		height: 211,
		background: '#000000',
		wmode: 'transparent'
	});
	
	$('#flash_col[class!=noflash]').flash({
		src: 'flash/'+$('#flash_col').attr('title')+'.swf',
		width: 275,
		height: 382,
		background: '#000000',
		wmode: 'transparent'
	});
	
	$('#ssp_gallery').flash({
		src: 'slideshow.swf',
		width: 558,
		height: 445,
		background: '#000000',
		wmode: 'transparent'
	});

// End jQuery goodness
});