function openWin(URL){
        if (location.hostname == "www.netmart.com") {
        new_host="http://www.internatural.com/";
        } else {
        new_host="http://brain.wi.com/";
        }
        aWindow=window.open(new_host + URL,"ingredients","width=520,heigth=520");
        }
