////////////// N4 RESIZE FIX //////////////////UPGRADE: debug this for Mac-N4.if(document.layers){origWidth=innerWidth;origHeight=innerHeight;onresize=function(){if(innerWidth!=origWidth||innerHeight!=origHeight)location.reload()}}