//Availability.js
// Enter your availability dates below, as follows (case and punctuation are important!):
// setFull(fromDay,fromMonth,fromYear,toDay,toMonth,toYear);
// eg: setFull(17,08,2006,25,08,2006);
setFull(30,07,2012,03,08,2012);
setFull(06,08,2012,13,08,2012);
setFull(26,05,2012,01,06,2012);
setFull(16,06,2012,25,06,2012);
setFull(13,08,2012,27,08,2012);
// leave the following line as is, and ensure it is the last:
setFix();
