// JavaScript Document
//<![CDATA[		   
$(document).ready( function() { 
							
	$("#header").html("").flash(
		{	src: '/swf/slideshowpro/slideshow.swf',
			width: 888,
			height: 206,
			wmode: 'transparent'
		}, 
		null,
		function(htmlOptions) {			
			$this = $(this);			
			$this.before($.fn.flash.transform(htmlOptions));
		},
		function() { $(this).html('you have no flash'); }
	);	
	
});
//]]>