﻿function emptycart() {
	alert ("Your shopping cart is empty.");
	return false;
}