jQuery(document).ready(function(){
	jQuery('object, embed').attr({
		'width': 345,
		'height': 265
	});
});
