$(document).ready(function() {
	$('#hero .video img').click(function() {
		$('#hero .video').css({'padding-left': '5px', 'padding-right': '5px'});
		$(this).parent().html('<object width="640" height="340"><param name="movie" value="http://www.youtube.com/v/QcLVLKXrtS4&hl=en&fs=1&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><param name="bgcolor" value="#641028"></param><embed src="http://www.youtube.com/v/QcLVLKXrtS4&hl=en&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="340" bgcolor="#641028"></embed></object>');
	});
});