if(! window.EXAMPLES) window.EXAMPLES = {}; EXAMPLES.divide = function(x,y){ return x/y; }