 
function checkinit() {
    if(document.init != null) {
        document.init();
    }
}