CAR ORGANIZER
No more stress from the mess. Food stays still doesn't spill.
StufStop®
Our Price $14.95

Sorry, Temporarily Sold Out
Keeps your loose items secure and neatly organized on the seat next to you.
Secures floral arrangements, purses, newspapers, sunglasses, cell phones, pens.
Adjusts easily for bulkier items, groceries, take-out.
Attractive Neoprene-like material. Adjusts to fit most makes of bucket seats.
Installs in seconds. No need to remove StufStop when not in use.
Seamless construction makes sitting against StufStop undetectable.
Promotes Driving Safety. Patented.

StufStop®
Our Price $14.95

Sorry, Temporarily Sold Out
"; } if(cartid != ""){ // If we have a cart_id, add it to ALL the links on the current page for(i = 0;i < document.links.length;i++){ // Get the link href var myLink = document.links[i].href; var sPage = myLink.substring(myLink.lastIndexOf('/') + 1); // skip mailto and javascript links if(sPage.substring(0,6) == "Mailto" || sPage.substring(0,6) == "mailto"){ continue; } if(sPage.substring(0,10) == "javascript" || sPage.substring(0,10) == "Javascript"){ continue; } if(sPage.substring(0,13) == "quikstore.pl"){ // If this is a link to the quikstore.cgi, just add it to the end document.links[i].href = myLink + "&cart_id=" + cartid; } else{ // Otherwise, add it to the page name document.links[i].href = myLink + "?cart_id=" + cartid; } } // Add the cart_id to any hidden fields in forms on the page for(i = 0;i < document.forms.length;i++){ if(document.forms[i]["cart_id"]){ document.forms[i]["cart_id"].value = cartid; } } }