var onLoads = new Array();
function bodyOnLoad() {
        for ( var i = 0 ; i < onLoads.length ; i++ ) {
                onLoads[i]();
        }
}

