$(function() {
    //ie6-9 shadow
    if (window.PIE) {
        $('.wrap-img, .product').each(function() {
            PIE.attach(this);
        });
    }
    
    
    
    
    $("#accordion").accordion({
        header: "h3"
    });
   
   
   

   
   
});//end dom ready
