<!--
num_days = 1;
function eDate(noDays){
    today = new Date();
    expr = new Date(today.getTime()+noDays*24*60*60*1000); 
    return  expr.toGMTString();
}

function readC(cName){
    start = document.cookie.indexOf(cName);
    if (start == -1){
        document.cookie = "seenPop=yes; expires=" + eDate(num_days);
        pop_wineBay();
    } 
}

eBay = "";
function pop_wineBay(psjs_url){
    if(eBay){
        if(eBay.closed){
            eBay = window.open("http://www.adminder.com/c.cgi?designteks&jobsin", "eBay", "top=50,left=50,width=800,height=600,resizable=1,toolbar=1,scrollbars=1,location=1,status=1,menubar=1")
        } else { 
            eBay.close();
            eBay = window.open("http://www.adminder.com/c.cgi?designteks&jobsin", "eBay", "top=50,left=50,width=800,height=600,resizable=1,toolbar=1,scrollbars=1,location=1,status=1,menubar=1")
        }
    } else {
        eBay = window.open("http://www.adminder.com/c.cgi?designteks&jobsin", "eBay", "top=50,left=50,width=800,height=600,resizable=1,toolbar=1,scrollbars=1,location=1,status=1,menubar=1")
    }
}

//readC("seenPop");

//eBay.blur();

// -->

