function write_debug(str){
    $("#debug").prepend(str + "<br>");
}

