function addCartItem(pid) {
	window.location = "http://www.alldaymedical.com/cart/addItem.shtml?quantity=1&productId=" + pid;
}