function setQuantity(nodeid, tag) {
    tag.href = tag.href.replace(/xxx/,document.getElementById('add_to_cart_quantity_'+nodeid).value);
}
