﻿// JavaScript File

function GoToCart() {
    document.location.href = "shoppingcart.asp";
}  //end GoToCart

