function adjustImgSize(o) { if(o.width > 320 || o.height > 360) { if(o.height-200 > o.width-200){o.height=200;} else {o.width=200;} } }document.write("