﻿function getContinueShoppingURL(form){ 
// -- Get the href of the currently displayed webpage -- 
form.shopping_url.value = window.location.href;
}
