// This is the disclaimer Amazon requires when displaying older price information
var AMAZON_PRICE_DISCLAIMER = "Price is accurate as of the date/time indicated. Prices and product availability are subject to change. Any price displayed on the Amazon website at the time of purchase will govern the sale of this product."

function show_price_details() {
    alert(AMAZON_PRICE_DISCLAIMER);
}
