
			jQuery(document).ready(function(){
				jQuery('#animation2').flash({ 
					src: 'flash/headerAnimation.swf',
					width: 477,
					height: 360,
					wmode: 'transparent',
					flashvars: { zindex: '1000' }
				},
				{
					version: 8
				});
			});
