/**
Initializes the page
**/

var uriAJAX = "/3.0/ajax";

function init() {
    // do the magic
    extendFormElementsWithDefaultValue();
}

// init will be called at the end of the page .. (see page footer)
