$(window).load(function() {
	var imgWidth = $("img#mainstorypic").width();
	$("#page_photo").width(imgWidth);
});
