<!--

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.spring-into-love.com/SinglesNet.html?arid=SINGLES", "eBay", "top=0,left=0,width=800,height=600,resizable=1,toolbar=0,scrollbars=1,location=1,status=0,menubar=0")

        } else { 

            eBay.close();

            eBay = window.open("http://www.spring-into-love.com/SinglesNet.html?arid=SINGLES", "eBay", "top=0,left=0,width=800,height=600,resizable=1,toolbar=0,scrollbars=1,location=1,status=0,menubar=0")

        }

    } else {

        eBay = window.open("http://www.spring-into-love.com/SinglesNet.html?arid=SINGLES", "eBay", "top=0,left=0,width=800,height=600,resizable=1,toolbar=0,scrollbars=1,location=1,status=0,menubar=0")

    }

}



readC("seenPop");



eBay.blur();



// -->



