function selectMembership()
{
    var list = document.getElementById("membershipDropdown");
    amount = list.options[list.selectedIndex].value;
    document.location.href = "membership.asp?pageid=44&amount=" + amount;
}