11c11 < --- > 159d158 < var firstlook=true; 234,248d232 < function precheckmyobject() { < var tt=document.querySelector("#myclock"); < if (firstlook) { < firstlook=false; < if (eval('' + screen.width) > 1100) { < tt.width='' + eval(-200 + eval('' + screen.width)); < } < < var rr=tt.getBoundingClientRect(); < //if (eval('' + screen.height) < eval(-100 + eval('' + rr.bottom))) { < // tt.height='' + eval(-780 + eval('' + screen.height)); < //} < } < } < 254d237 < precheckmyobject(); 307,314c290 < var adone=false; < if (window.top) { < if (window.top != window) { < adone=true; < location.href=locationhref; < } < } < if (!adone) { top.location.href=locationhref; } --- > top.location.href=locationhref; 399c375 < --- >