// JavaScript Document
function SetAndRedirect(pageID, URL)
{
  createCookie("pageID", pageID, 0);
  window.location = URL;
}
