﻿// JScript File

function Send()
{
       var strOption = document.getElementById('select').selectedIndex;
       var options = document.getElementById('select').options[strOption].text;
       if(options == "select one")
       {
        alert("Please select from below option");
       }
       if(options == "Penson")
       {
        location.href ="https://online.penson.com/%283xuaatrzpreu5pfrtp5h0mei%29/Default.aspx?LoginInProgress=YES";
       }
       if(options == "Stern Agee")
       {
        location.href = "http://www.sterneagee.com/account/Pages/brokerage-account-access.aspx";
       }
       
}