I found an even better way!!!
1. Add an HTML module
2. Select "Replace Tokens"
3. Add this to the HEAD of your HTML module (advanced settings)
<script type="text/javascript">
function changethecookie (cookienumber) {document.cookie = "dnnTabs-dnnManageUsers=" + cookienumber + "; path=/";}
</script>
4. Add any of the following links:
<a href="UserProfile/tabid/64/ctl/Profile/userId/[User:UserID]/pageno/3/Default.aspx" onclick="changethecookie('3')">Renew Subscriptions</a>
<a href="UserProfile/tabid/64/ctl/Profile/userId/[User:UserID]/pageno/3/Default.aspx" onclick="changethecookie('2')">Update Profile</a>
<a href="UserProfile/tabid/64/ctl/Profile/userId/[User:UserID]/pageno/3/Default.aspx" onclick="changethecookie('1')">Update Password</a>
<a href="UserProfile/tabid/64/ctl/Profile/userId/[User:UserID]/pageno/3/Default.aspx" onclick="changethecookie('0')">Update E-mail Address</a>
You might have to tweak your URL, but this works beautifully :)