Contact us

$('input[type=checkbox][name=hidestock]').change(function() { if(this.checked) { loadMe(); sendUrl(1); hideitems = 1; document.cookie = "hideitems=1;path=/" } else { loadMe(); sendUrl(0); hideitems = 0; document.cookie = "hideitems=0;path=/" } }); }); -->