$(document).ready(function () {
	$('div.youtube_video a').click(function(){
		$(this).parent('div.youtube_video').html('<object width="235" height="195"><param name="movie" value="http://www.youtube.com/v/9bv66ReXIiM&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/9bv66ReXIiM;hl=en&amp;fs=1&amp;autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="235" height="195"></embed></object>');
		return false;
	});
});

