var prices = { // object that holds all the static prices
	"single": {
		0: 51,
		3: 45,
		7: 295
	},
	"double": {
		0: 72,
		3: 69,
		7: 460
	},
	"pension": 12
}
