<% ' ------------------------------------------------------------------------------------------------- ' NoSubAllowed ' This prevents publisher from doing replacements in this file. %> <% sid = Request.QueryString("sid") lid = Request.QueryString("lid") pid = Request.QueryString("pid") If sid="0001" Then If lid="005" and pid="0000" Then redirectTo = "http://" & gsHomeUrl & "shop/newsletters/index.htm" Else redirectTo = "http://" & gsHomeUrl & "personal-finance/credit/how-to-guide-reduce-your-debt.aspx" End If Else If sid="0014" Then redirectTo = "http://" & gsHomeUrl & "investing/beginning/how-to-value-stocks-how-to-read-a-balance-sheet.aspx" Else If sid="0006" Then redirectTo = "http://" & gsHomeUrl & "personal-finance/saving/how-to-guide-manage-money-with-your-mate.aspx" Else If sid="0008" Then redirectTo = "http://" & gsHomeUrl & "investing/beginning/how-do-i-invest.aspx" Else If sid="0002" Then redirectTo = "http://" & gsHomeUrl & "60Second/401k.htm" Else If sid="0015" Then redirectTo = "http://" & gsHomeUrl & "Retirement/Retirement01.htm" Else If sid="0012" Then redirectTo = "http://" & gsHomeUrl & "investing/beginning/whens-the-right-time-to-invest.aspx" Else If sid="0013" Then redirectTo = "http://" & gsHomeUrl & "investing/beginning/step-4-start-with-an-index-fund.aspx " End If End If End If End If End If End If End If End If Response.Status = "301 Moved Permanently" Response.AddHeader "Location", redirectTo Response.End %>