$(document).ready(function() {
	$(".col_587 p object").each(function (i) {
		$(this).append('<param name="allowFullScreen" value="true"/>');
		$('embed', this).attr("allowFullScreen","true");
		$(this).replaceWith($(this).clone());

	});
});