window.visit = {
add: function(stand, obj){
$(obj).load('/scripts/php/visit/add.php', {'stand': stand});
}
};