Shopping Cart not working (CLOSED)

Hi,
I put recently two items in my cart.
I clicked on the shopping cart at the top (showing I have 2 items) and nothing happens.
Checking the corresponding html, it looks like it is broken:
div class="menudiv" id="cartBox" style="opacity: 0.85; display: inline-block; cursor: pointer; padding-right: 18px; margin-right: 18px; border-right: 1px solid rgb(86, 86, 86);"
window.location.href="/secure-checkout" "=""
onmouseover="javascript:this.style.opacity=1;" onmouseout="javascript:this.style.opacity=.85;" title="My Cart"><img src="/images/secure-cart.png" style="width: auto; height: 19px; padding-right: 6px; float: left;" title="My Cart" alt="cart" ...
This part does not work: window.location.href="/secure-checkout" "=""
see also the doubled quotes.
I put recently two items in my cart.
I clicked on the shopping cart at the top (showing I have 2 items) and nothing happens.
Checking the corresponding html, it looks like it is broken:
div class="menudiv" id="cartBox" style="opacity: 0.85; display: inline-block; cursor: pointer; padding-right: 18px; margin-right: 18px; border-right: 1px solid rgb(86, 86, 86);"
window.location.href="/secure-checkout" "=""
onmouseover="javascript:this.style.opacity=1;" onmouseout="javascript:this.style.opacity=.85;" title="My Cart"><img src="/images/secure-cart.png" style="width: auto; height: 19px; padding-right: 6px; float: left;" title="My Cart" alt="cart" ...
This part does not work: window.location.href="/secure-checkout" "=""
see also the doubled quotes.
! REPORT