var img = document.getElementById('load-img');
img.onload = function(){
	window.resizeTo( this.width+62, this.height+145 );
}
