//bind_events @1-66369C06
function bind_events() {
    if (functionExists("top2_bind_events")) top2_bind_events();
    if (functionExists("left_bind_events")) left_bind_events();
    if (functionExists("right_bind_events")) right_bind_events();
    if (functionExists("bottom_bind_events")) bottom_bind_events();
}
//End bind_events

window.onload = bind_events; //Assign bind_events @1-19F7B649

