<!--begin
/*
 * This pop-up was created using Amazing Pop-Ups, the
 * number one best selling pop-up marketing tool on the
 * Internet! Discover how to add a pop-up to YOUR site,
 * boost your opt-in 300% or more, and make more sales
 * with the same traffic at: http://www.amazingpopups.com
 */

var cookie="popupmaster";
popup('http://www.1shoppingcart.com/app/aftrack.asp?AFID=87504');
function popup(filename){
if (getcookie(cookie)==""){
var popup = window.open(filename, "","height=600,width=675,top=20,left=0,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,toolbar=yes,directories=no");
self.focus();
setcookie();
}
}
function getcookie(cookieName) {
var id = cookieName + "=";
var cookievalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(id);
if (offset != -1) {
cookievalue = "x";
}
}
return cookievalue;
}

function setcookie () {
document.cookie = cookie
+ "="
+ escape ("done");
}

// end -->

