/*http://www.themaninblue.com/experiment/ResolutionLayout/*/function getBrowserWidth(){if(window.innerWidth){return window.innerWidth;}else if(document.documentElement&&document.documentElement.clientWidth!=0){return document.documentElement.clientWidth;}else if(document.body){return document.body.clientWidth;}return 0;}if(getBrowserWidth()>1280){document.write('<style type="text/css">body{font-size:130% !important;}#outside{width:1280px !important;}</style>');}else if((getBrowserWidth()>1024)&&(getBrowserWidth()<1280)){document.write('<style type="text/css">body{font-size:110% !important;}</style>');}