/* Load the image module. */ Ox.load('Image', function() { /* Load a sample image (about which you can read more on Wikipedia). */ Ox.Image('png/lenna256.png', function(image) { /* Create some DOM elements. */ var $body = Ox.$('body'), $select = Ox.$('