function updateCRLink(link) {
var CRobj=document.getElementById("product-image-link");
CRobj.href = link;
Shadowbox.setup(CRobj);
}
