function checkCarousel() {
	if(cart_quantity[1].value < 8) {
		alert('We are sorry but you must order at least 8 inches of the Carousel');
	}
}