// Get the current URL var currentUrl = window.location.href; // Define an object with mappings of variables to corresponding text fields var fieldMappings = { utm_campaign: 'mx_utm_campaign', utm_medium: 'mx_utm_medium', utm_source: 'mx_utm_source', }; // Loop through the mappings and insert the values into the corresponding text fields for (var param in fieldMappings) { var fieldName = fieldMappings[param]; var match = currentUrl.match(new RegExp('[?&]' + param + '=([^&]+)')); if (match) { var paramValue = match[1]; var textField = document.querySelector('input[name="' + fieldName + '"]'); if (textField) { textField.value = paramValue; } } }
top of page

Faculty & Staff Directory

VSB boasts of a diverse and experienced faculty and staff who are committed to providing a transformative learning experience. Our team comprises industry experts and seasoned academicians who bring real-world insights into the classroom, ensuring that our participants are well-equipped to tackle the challenges of the business world.

Meet Our Director

Mr. John Doe

As the leader of VSB, Mr. John Doe brings a wealth of experience in business management and a passion for nurturing future business leaders. His vision drives the school towards creating a dynamic and innovative learning environment that prepares students for the complexities of the corporate landscape.

Faculty

Staff

bottom of page