// Begin Mawabu Vacancies Javascript Include
var quotes=new Array()
//change the testimonials if desired. Add/ delete additional testimonials as desired.
quotes[0]='
Bookings open in March for each season.
Book online now'
var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
// End Mawabu Vacancies Javascript Include