var getScrollY = function() {
if (typeof == 'number')
return (getScrollY = getScrollY.case1)();
var compatMode = ;
var documentElement = ;
if ((typeof compatMode == 'string') &&
(('CSS') >= 0) &&
(documentElement) &&
(typeof == 'number'))
return (getScrollY = getScrollY.case2)();
var body = ;
if ((body) &&
(typeof == 'number'))
return (getScrollY = getScrollY.case3)();
return (getScrollY = getScrollY.case4)();
};
getScrollY.case1 = function() {
return ;
};
getScrollY.case2 = function() {
return ;
};
getScrollY.case3 = function() {
return ;
};
getScrollY.case4 = function() {
return NaN;
};