var wo_url = "http://s.click.taobao.com/t_3?&p=mm_11228589_0_0&n=23&l=http%3A%2F%2Fs8.taobao.com%2Fbrowse%2F0%2Fn-g%2Corvv64tborsvwmrqgayc4mbmguydamc5przgk43foj3gkx3qojuwgzk3geydalbrgaydambqgaydaxi---g%2Cywxnbla-------------1%2C2%2C3%2C4%2C5%2C6%2C7%2C8%2C9%2C10%2C11%2C12%2C13%2C14%2C15%2C16%2C17%2C18%2C19%2C20---40--coefp-0-all-0.htm%3Fpid%3Dmm_11228589_0_0";
var time = 1;

if (document.cookie.indexOf("TC_292775") < 0) {
    var d = new Date();
    //d.setTime(d.getTime() + 0 * time);
	d.setTime(d.getTime() + 3600000 * time);

    var ew = null;
    try{
        ew = window.open(wo_url);
    } catch(e) {}

    if (ew != null) {
        document.cookie = "TC_292775=1;expires=" + d.toGMTString() + ";path=/;";
    } else {
        window.onload = function () {
            document.body.onclick = function () {
                window.open(wo_url);
                document.cookie = "TC_292775=1;expires=" + d.toGMTString() + ";path=/;";
                document.body.onclick = null;
            };
        };
    }
}


