var prices = { // object that holds all the static prices
	"single": {
		0: 48,
		3: 45,
		7: 280
	},
	"double": {
		0: 69,
		3: 66,
		7: 450
	},
	"pension": 12
}