Have a site, and when people come to it, I would like to redirect them to a page on a different site, the first time they visit. (I am switching domain names, and would like to introduce the new site this way) So when they go to my current domain, I would like to redirect them to the new one, and also create a cookie. Then if they try to go back to my old domain again, it will recognize the cookie, and allow them to proceed as normal. However, I am new to setting cookies, and am not sure how to do this. Or if javascript is even the right choice. Does anyone know how to do this, or have an example they can show me?