$(function(){		
	var w = 420;
	var h = 280;
	$("object").attr({width:w,height:h});
	$("embed").attr({width:w,height:h});
	
	$(".two-column-c1-item img").css("max-width",w);
});
