<!-- Cal_data.js.  Availability calendar data -->
<!-- Data is in the form ddmmyy where dd is the 2-digit day date, mm is the 2 digit month -->
<!-- and yy is the 2 digit year (Year 2000 compliance will be a function of browser software-->
<!-- not this script, as the ability to recognise 00 as following 99 is browser dependant.) -->
<!-- To add additional days, add a new entry 'data [n+1] = "ddmmyy"' where n is the number -->
<!-- of the last entry.  Note that old entries need not be removed, but to speed up the -->
<!-- display on old browsers and reduce the size of this file, removal is preferred.  The -->
<!-- items will need to be renumbered or another item put in its place, to ensure the items -->
<!-- run sequentially from data[0] to data[n].  Items do NOT need to run sequentially by -->
<!-- date.  For further info contact RWA. -->

<!-- DO NOT AMEND THE FOLLOWING LINE -->
data = new Array()

<!-- AMEND THE FOLLOWING LINES AS NECESSARY -->

data[0]="250209"
data[1]="260209"
data[2]="270209"
data[3]="250309"
data[4]="100309"
data[5]="240309"
data[6]="250309"
data[7]="140409"
data[8]="240409"
data[9]="080409"
data[10]="120509"
data[11]="080609"
data[12]="090609"
data[13]="260609"
data[14]="011208"
data[15]="021208"
data[16]="081208"
data[17]="091208"
data[18]="080908"
data[19]="101208"
data[20]="151208"
data[21]="161208"
data[22]="221208"
data[23]="231208"
data[24]="291208"
data[25]="301208"
data[26]="311208"
data[27]="010109"
data[28]="020109"
data[29]="050109"
data[30]="060109"
data[31]="070109"
data[32]="120109"
data[33]="130109"
data[34]="190109"
data[35]="200109"
data[36]="260109"
data[37]="270109"
data[38]="020209"
data[39]="030209"
data[40]="090209"
data[41]="100209"
data[42]="160209"
data[43]="170209"
data[44]="230209"
data[45]="240209"
data[46]="020308"
data[47]="030308"
data[48]="090308"
data[49]="100308"
data[50]="110308"
data[51]="241208"
data[52]="261208"
data[53]="160308"
data[54]="170308"
data[55]="230308"
data[56]="240308"
data[57]="300308"
data[58]="310308"
data[59]="060408"
data[60]="070408"
data[61]="080408"
data[62]="130408"
data[63]="140408"
data[64]="200408"
data[65]="210408"
data[66]="141008"
data[67]="201008"
data[68]="211008"
data[69]="271008"
data[70]="281008"
