    //function will obfuscate parameter string and call coupon page for selected organization...
    function encryptedPage(id){
        var id3="*@j"+id.substring(1,2)+"^@k9"+id.substring(2,3)+"x8q"+id.substring(0,1)+"4x25$";
        window.location.replace('../tf2005/coupon.aspx?id='+id3);
    }
