<script language="javascript" type="text/javascript">
<!--
function setToUnsubscribe()
{
    document.subscribeform.action = "/lists/index.php?p=unsubscribe";
    return true;
}
function setToSubscribe()
{
   document.subscribeform.action = "/lists/index.php?p=subscribe";
   return true;
}
//-->
</script>

