function psy_alert(meg){
    $('basicModalContent').innerHTML = "<center>" + meg + "</center>";
    jQuery('#basicModalContent').modal();
}



