$(function(){
	var flv = '../video/video.flv?'+Math.random();
	var to = $('.intro-logo a').attr('href');
	var firstImage = $('.intro-video img').attr('src');
	$('.intro-video').flash({
		swf : 'swf/player_flv_multi.swf?'+Math.random(),
		width : 416,
		height : 276,
		params : { 
			wmode : 'transparent',
			flashVars : {
				flv 			: flv,
				videobgcolor	: '0275ab',
				playercolor		: '222222',
				showopen		: 0,
				width 			: 416,
				height 			: 276,
				margin 			: 0,
				showplayer		: 'autohide',
				showiconplay	: 1,
				iconplaybgalpha : 75,
				startimage		: firstImage
			}
		}
	});
});