if (document.location.protocol == "https:")
{
document.location.href = "http://alumni.gsb.stanford.edu" + document.location.pathname;
}
