//from jquery.rightClick.js
$(document).ready( function() {

    // Capture right click
    $("img, #black_cloud_inner, .zp-img-overlay").rightClick( function(e) {
        // Do something
        alert("Copyright © 2009 by American Legacy Company. All Rights Reserved.");
    });
    // Disable context menu on an element
    $("img, #black_cloud_inner, .zp-img-overlay").noContext();





    //-- breadcrumb adjustment --
    $('#zp-breadcrumbs a[href*="products.php"]').addClass('zp-hide');
    $('#zp-breadcrumbs a[href*="products.php"] + span.zp-breadarrow').addClass('zp-hide');
    //-- end breadcrumb adjustment -->




//	Disabled for now, trying non-js fix
//     $('.block-products-list .titleTopCenter h1').addClass('zp-hide');
//     var title_header = $('.block-products-list .titleTopCenter h1').text();
//     $('.block-filter .titleTopCenter h1').html(title_header);


});

// mrg testing – find the third table in the #spec_data div,
//$('#spec_data table:eq(2)').addClass('zp-spec-table');