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