$(document).ready(function(){
						   
	$('#intro_video').flash ({   
		swf: 'video/intro_flash.swf',
		width: 338,
		height: 190,
		params: {
			play: true,
			loop: true
//			flashvars: {
//				battleMode: true,
//				computer: true,
//				players: 2
//			}
		}
	});
	
});