$(document).ready(function() {
	$('#spr_welcome_video_swfobject').flash({
		swf: '/includes/flash/player.swf',
		height: 234,
		width: 382,
		flashvars: {
			file: '/TIG_Sprout_video.flv',
			image: '/TIG_Sprout_video.flv.jpg',
			abouttext: 'About Sprout',
			aboutlink: 'http://sprout.tigweb.org/about/'
		}
	});
});