function init(e) {

    adjustWings(e);

}

addEvent(window, 'load', init, false);
