function f5448ee8daabd76b3696bf0974e55746() { var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { myWidth = window.innerWidth; myHeight = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) { myWidth = document.documentElement.clientWidth; myHeight = document.documentElement.clientHeight; } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) { myWidth = document.body.clientWidth; myHeight = document.body.clientHeight; } return [ myWidth, myHeight ]; } var resolution = f5448ee8daabd76b3696bf0974e55746() if ( (resolution && resolution.length==2 && resolution[0] > 860 && resolution[1] > 350) || (resolution && resolution.length==2 && resolution[0] == 0 && resolution[1] == 0) || resolution == undefined ) { document.write(""); }