﻿// JScript 檔
function CheckRedirect(url){
    try{
        var obj = parent.document.getElementById('food888');
        if (obj == null) {
            window.location.href=url;
        } else {
           window.open("http://www.food888.com.tw/"+url,'food8881');
           window.close();
        }
    } catch(e) {
        window.open("http://www.food888.com.tw/"+url,'food8881');
        window.close();
    }
    /*if(parent.document.getElementById('food888')==null)
        window.location.href=url;
    else
        parent.location.href="http://www.food888.com.tw/"+url;*/
}


