function getWidth() { var mmW = 0; if(typeof(window.innerWidth)=='number'){mmW = window.innerWidth;} else if(document.documentElement && (document.documentElement.clientWidth||document.documentElement.clientHeight)) { mmW = document.documentElement.clientWidth; } else if(document.body&&(document.body.clientWidth||document.body.clientHeight)){ mmW = document.body.clientWidth;}return mmW; } if (getWidth() > 800) { document.write(""); document.write(''); var str="
"; document.write(str); }$('#usOuterRight1').width((getWidth()-780)/2-16);var fg = (getWidth()-780)/2-18;if (fg>160) { fg=160; } $('.ub').width(fg);$('.ub').height(fg);$('.ub').css('marginLeft','auto').css('marginRight','auto');