/* Load the image module. */ Ox.load('Image', function() { /* Load a sample image (which has its own entry in Wikipedia). */ Ox.Image('png/lenna256.png', function(image) { /* Create some DOM elements. Ox.$ works like jQuery. */ var $body = Ox.$('body'), $select = Ox.$('