$(document).ready(function() {
		
	$(".video object").attr({
		width: "600px",
		height: "300px"
	});
	
	$(".video embed").attr({
		width: "600px",
		height: "300px"
	});
	
});
