Note: This story was dynamically reformatted for online reading convenience. // SSC Top JS // Shrink big image for narrow view ports function pretty() { var w=window.innerWidth; if (w<900) { document.body.className="indentbody2"; document.getElementById("pix").width=document.getElementById("pix").width*w /1800 ; document.getElementById("pix").height=document.getElementById("pix").height *w/1800 ;} return ;} function narbod() { if (window.innerWidth < 600) {document.body.className="body2"; return;}} // 09:44:23 PM Sat, Mar 02 2013