var toasas;

function reload_user(){
//    $.clear(toasas);
//    if (document.getElementById('ordHist')) {
//        $('#ordHist').click();
//        toasas = $.timeout(function() {
//            reload_user();
//        }, 600000);
//    }
}

//toasas = $.timeout(function() {
//	reload_user();
//}, 600000);

