var guesthouse = new Array()
guesthouse[0] = new Array(	"The Wellington Hotel",
							"bed/wellington.jpg",
							"http://www.boscastle-wellington.com/",
							Array(
								"etc_hotel_2_star.png",
								"etc_silver_award.png",
								"aa_hotel_2_star.png"),
							"")

guesthouse[1] = new Array(     "YHA Boscastle",
                          "bed/yha.jpg",
                          "http://www.yha.org.uk/find-accommodation/south-west-england/hostels/boscastle-harbour/index.aspx",
                          Array (),
                          "")

