
//Javascript Copyright Jim, Web Master for www.nabd.org.uk
//IMPORTANT If you want to include quotes or apostrophies in the text,
//they MUST be preceded by a backslash to prevent java executing them.
//e.g.  \" or \' like this - \'E\" to get 'E".
//Build the list - this is the database area. 

h="The Wellington Hotel";
b="An intimate, relaxing and stylish hotel with fabulous ocean views, deliciously interesting menu, really fine wines, and attentive service.";
w="wellingtonhotel";
s=new Item1(n,n,n,n,n,n,n,y,n,n,n);
AddHotel();

h="Little Span Farm: Wroxall";
b="Welcome to Little Span Farm on the Isle of Wight. We provide bed and breakfast in the Farmhouse and Harvesters Cottage. We also provide self catering in the Brew House and the Stable Cottage.<br><br>The farmhouse and holiday accommodation is in an area of oustanding natural beauty, which is ideal for walking and familly holidays. We are within easy reach of Ventnor with its golf course and secluded bays. The large sandy beachs of Sandown and Shanklin are a short drive away with thier many tourist attractions.";
w="spanfarm";
s=new Item1(n,n,n,n,n,n,n,n,y,y,y);
AddHotel();
