var timer; function check_cart() { // clearTimeout(timer); // timer = setTimeout("unpurchased()",1); // alert(document.location.href); } function unpurchased() { // alert("You have items in your shopping cart.\nDon't steal, checkout!"); }