function confirmStock() {
	alert("Item on backorder.\n\nUntil this item is back in stock, it can not be added to your cart.  We apologize for any inconvenience this may cause.\n\nPlease see ETA for expected arrival date.");
	return false;
}