
$(document).ready(function(){
				$('#flashmov1').flash({ 
					src: 'intro.swf',
					width: 544,
					height: 222,
					wmode: 'transparent'
				},
				{
					version: 7
				});
			});

