$(document).ready(function() {

	$('.mp4_martinlake').flash(
			{ src: 'vid/player.swf',
				width:480,
				height:272,
				wmode: 'transparent',
				flashvars: { sSrc: 'mp4/lake-martin.mp4',
							 sScreen: 'vid/screens/lake-martin.png' }
			},
			{ expressInstall: true }
	);
	
	$('.mp4_laylake').flash(
			{ src: 'vid/player.swf',
				width:480,
				height:272,
				wmode: 'transparent',
				flashvars: { sSrc: 'mp4/lay-lake.mp4',
							 sScreen: 'vid/screens/lay-lake.jpg' }
			},
			{ expressInstall: true }
	);
	
	$('.mp4_guntersvillelake').flash(
			{ src: 'vid/player.swf',
				width:480,
				height:272,
				wmode: 'transparent',
				flashvars: { sSrc: 'mp4/guntersville-lake.mp4',
							 sScreen: 'vid/screens/guntersville-lake.jpg' }
			},
			{ expressInstall: true }
	);
	
	$('.mp4_gunt20110313').flash(
			{ src: 'vid/player.swf',
				width:480,
				height:272,
				wmode: 'transparent',
				flashvars: { sSrc: 'mp4/gunt-2011-0313.mp4',
							 sScreen: 'vid/screens/guntersville-lake.jpg' }
			},
			{ expressInstall: true }
	);
	
});
