16:00
16:00

Registration set up and ready

16:30
16:30

Entertainers ready for welcome drinks and photo ops

17:00
17:00

Mo-Beats on deck

Party starts

17:30
17:30

Thabani and Lihle

MC welcome

17:30
17:30

Sakhele

Home Grown Talent Performance 

16:30
16:30

Entertainers ready for welcome drinks and photo ops

16:30
16:30

External Performance

16:30
16:30

DJ Yash

Performance

16:30
16:30

Year End Video

16:30
16:30

 Mystery Parcel Competition

Scroll to Top
// When the page loads, check if the user has visited the "Complete Task" page window.addEventListener('DOMContentLoaded', function() { if (localStorage.getItem('visitedCompleteTask') === 'true') { document.getElementById('task-complete').checked = true; } }); // If the user visits the "Complete Task" page, set the localStorage flag if (window.location.pathname === '/complete-task/') { localStorage.setItem('visitedCompleteTask', 'true'); }