mhonarc-users

corrupt rc file

2001-01-11 15:01:16
I am hoping someone on this list can help me with my rc file.  I'm unsure
what is going on with it, but it seems to be choking mhonarc.  I was
running mhonarc with it one second, and the next try (after some
modifications that I latered removed) the system I'm running on just about
bottoms out.  What I mean by this is that when mhonarc starts to write the
archive, it starts taking up resources like crazy - to the extent that my
swapfile is maxed out (around 250mb) - and goes no where.

I tried running mhonarc without my rc file, and there is no prob.  I
tryied modifying my rc file so that it was back to a state where it's
funcational -  no luck.

I'm sure it's pretty simple, but i can't for the life of me figure it
out.  I've included it below.

It's rather large thus difficult to read.  Sorry about that.


Thanks for any advice,

Michael

<!-- MHonArc resource file for generic ise archives
  -->
<SORT>
<REVERSE>
<IDXFNAME>
index.html
</IDXFNAME>
<IDXLABEL>
ise-l Archive
</IDXLABEL>
<MSGGMTDATEFMT>
%a %b %d %Y
</MSGGMTDATEFMT>
<LocalDateFmt>
%d/%m/%Y
</LocalDateFmt>
<MSGPREFIX>
ise
</MSGPREFIX>
<DECODEHEADS>
<NODOC>
<MULTIPG>
<IDXSIZE>
50
</IDXSIZE>


<!--=== Index Page Customizations
=========================================-->

<!-- Top of Main Page -->

<IdxPgBegin>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<title>$IDXTITLE$</title>
<meta name="robots" content="NOINDEX, NOFOLLOW, NONE">
<meta name="document-rights" content="Private">
<meta name="document-type" content="Private">
<meta name="document-distribution" content="IU">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<META http-equiv="PICS-Label" content='(PICS-1.1 
"http://www.rsac.org/ratingsv01.html"; l gen true comment "RSACi North America 
Server" for "http://www.social-ecology.org"; on "2000.11.10T21:09-0800" r (n 0 s 
0 v 0 l 1))'>
<script type="text/javascript" language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 
x.src=x.oSrc;
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; 
i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) 
{
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) 
x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) 
x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; 
for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) 
x.oSrc=x.src; x.src=a[i+2];}
}

function YY_checkform() { //v2.0
  var args = YY_checkform.arguments; var myDot=true; myV=''; var myErr='';var 
addErr=false;
  if (document.all){eval("args[0]=args[0].replace(/.layers/gi, '.all');");}
  for (var i=1; i<args.length;i=i+4){
    if (args[i+1].charAt(0)=='#'){
      var myReq=true; args[i+1]=args[i+1].substring(1);
    }else{myReq=false}
    var myObj = eval(args[0]+'.'+args[i])
    if (myObj.type=='text'){
      if (myReq&&myObj.value.length==0){addErr=true}
      myV=myObj.value
      if ((myV.length>0)&&(args[i+2]==1)){ //vonbis
      if 
(isNaN(parseInt(myV))||myV<args[i+1].substring(0,args[i+1].indexOf('_')/1)||myV 
args[i+1].substring(args[i+1].indexOf('_')+1)/1){addErr=true}
      }
      if ((myV.length>0)&&(args[i+2]==2)){ //e-mail
        if 
(myV.lastIndexOf('.')<myV.lastIndexOf('@')||myV.lastIndexOf('.')==-1||myV.lastIndexOf('@')==-1){addErr=true}
      }
      if ((myV.length>0)&&(args[i+2]==3)){ // date
        var myD=''; myM=''; myY=''; myYY=0; myDot=true;
        for(var j=0;j<args[i+1].length;j++){
          if(args[i+1].charAt(j)=='D')myD=myD.concat(myObj.value.charAt(j));
          if(args[i+1].charAt(j)=='M')myM=myM.concat(myObj.value.charAt(j));
          if(args[i+1].charAt(j)=='Y'){myY=myY.concat(myObj.value.charAt(j)); 
myYY++}
          if(args[i+1].charAt(j)=='-'&&myObj.value.charAt(j)!='-')myDot=false;
          if(args[i+1].charAt(j)=='.'&&myObj.value.charAt(j)!='.')myDot=false;
          if(args[i+1].charAt(j)=='/'&&myObj.value.charAt(j)!='/')myDot=false;
        }
        if(myD/1<1||myD/1>31||myM/1<1||myM/1>12||myY.length!=myYY)myDot=false;
        if(!myDot){addErr=true}
       }
      if ((myV.length>0)&&(args[i+2]==4)){ // time
        var myH=''; myM=''; myDot=true;
        for(var j=0;j<args[i+1].length;j++){
          if ((args[i+1])=="HH:MM"){
            if(args[i+1].charAt(j)=='H')myH=myH.concat(myObj.value.charAt(j));
            if(args[i+1].charAt(j)=='M')myM=myM.concat(myObj.value.charAt(j));
          }else{
            if(args[i+1].charAt(j)=='h')myH=myH.concat(myObj.value.charAt(j));
            if(args[i+1].charAt(j)=='m')myM=myM.concat(myObj.value.charAt(j));
          }
          if(args[i+1].charAt(j)==':'&&myObj.value.charAt(j)!=':')myDot=false;
        }
        if ((args[i+1])=="hh:mm"){
          if(myH/1<0||myH/1>12||myM/1<0||myM/1>59)myDot=false;
        }else{
          if(myH/1<0||myH/1>23||myM/1<0||myM/1>59)myDot=false;
        }
        if(!myDot){addErr=true}
      }
      if ((myV.length>0)&&(args[i+2]==5)){ // check this 2
        if (!eval(args[0]+'.'+args[i+1]+'.checked')){addErr=true}
      }
    }
    if (myObj.type=='radio'){
      if 
(args[i+2]==1&&myObj.checked&&eval(args[0]+'.'+args[i+1]+'.value.length')/1==0){addErr=true}
      if (args[i+2]==2){
        myDot=false;
        myV=eval(args[0]+'.'+args[i].substring(0,args[i].lastIndexOf('[')))
        for(var j=0;j<myV.length;j++){myDot=myDot||myV[j].checked}
        if(!myDot){myErr+='* ' +args[i+3]+'\n'}
      }
    }
    if (myObj.type=='checkbox'){
      
if(args[i+2]==1&&myObj.checked&&eval(args[0]+'.'+args[i+1]+'.value.length')/1==0){addErr=true}
    }
    if (myObj.type=='select-one'||myObj.type=='select-multiple'){
      
if(args[i+2]==1&&eval(args[0]+'.'+args[i]+'.selectedIndex')/1==0){addErr=true}
    }
    if (myObj.type=='textarea'){
      myV = eval(args[0]+'.'+args[i]+'.value');
      if(myV.length<args[i+1]){addErr=true}
    }
    if (addErr){myErr+='* '+args[i+3]+'\n'; addErr=false}
  }
  if (myErr!=''){alert('The required information is incomplete or contains 
errors:\t\t\t\t\t\n\n'+myErr)}
  document.MM_returnValue = (myErr=='')
}


  if (document.all) {
   document.write("<link rel='stylesheet' 
href='http://www.social-ecology.org/main.css' type='text/css'>");
  }
//  else if (document.layers) {
//   document.write("<link rel='stylesheet' 
href='http://www.social-ecology.org/main_n.css' type='text/css'>");
//       }
       else if (!document.all && document.getElementById) {
   document.write("<link rel='stylesheet' 
href='http://www.social-ecology.org/main.css' type='text/css'>");
            }


//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if 
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; 
onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
location.reload();
}
MM_reloadPage(true);
// -->
</script>

</head>

<body bgcolor="#ffffff" text="#000000" link="#663300" vlink="#333300" 
alink="#006600" 
onLoad="MM_preloadImages('http://www.social-ecology.org/images/second_page/home_f2.gif','http://www.social-ecology.org/images/second_page/about_f2.gif','http://www.social-ecology.org/images/second_page/programs_f2.gif','http://www.social-ecology.org/images/second_page/learn_f2.gif','http://www.social-ecology.org/images/second_page/news_f2.gif','http://www.social-ecology.org/images/second_page/projects_f2.gif','http://www.social-ecology.org/images/second_page/alumni_f2.gif','http://www.social-ecology.org/images/second_page/links_f2.gif','http://www.social-ecology.org/images/page_nav/back_f2.gif','http://www.social-ecology.org/images/page_nav/up_f2.gif','http://www.social-ecology.org/images/page_nav/down_f2.gif','http://www.social-ecology.org/images/page_nav/forward_f2.gif')">

<basefont size="3" face="Georgia, 'Times New Roman', Times, serif" 
color="Black"> 

<table width="577" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td colspan="3"><a href="index.html"><img 
src="http://www.social-ecology.org/images/second_page/sun_second.gif"; 
width="125" height="57" border="0" alt="ISE Logo" align="bottom"></a><a 
href="index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image1','','http://www.social-ecology.org/images/second_page/home_f2.gif',1);MM_displayStatusMsg('Return
 to the Insitute for Social Ecology\'s home page');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/home.gif"; width="32" 
height="14" alt="home" align="bottom" border="0" name="Image1"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer2.gif"; width="16" 
height="14" alt=" "><a href="about/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image2','','http://www.social-ecology.org/images/second_page/about_f2.gif',1);MM_displayS!
 tatusMsg('Information about the Institute for Social Ecology');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/about.gif"; width="33" 
height="14" alt="about" align="bottom" border="0" name="Image2"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer3.gif"; width="16" 
height="14" alt=" "><a href="programs/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image3','','http://www.social-ecology.org/images/second_page/programs_f2.gif',1);MM_displayStatusMsg('Information
 on the programs that the Institute for Social Ecology offers');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/programs.gif"; width="54" 
height="14" alt="programs" align="bottom" border="0" name="Image3"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer4.gif"; width="17" 
height="14" alt=" "><a href="learn/index.html" on!
 MouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return document.
M
eOver="MM_swapImage('Image4','','http://www.social-ecology.org/images/second_page/learn_f2.gif',1);MM_displayStatusMsg('Learn
 more about social ecology and the various disciplines that social ecology 
draws from');return document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/learn.gif"; width="28" 
height="14" alt="learn" align="bottom" border="0" name="Image4"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer5.gif"; width="16" 
height="14" alt=" "><a href="news/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image5','','http://www.social-ecology.org/images/second_page/news_f2.gif',1);MM_displayStatusMsg('News
 and upcoming events of interest to social ecologists');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/news.gif"; width="77" 
height="14" alt="news &amp; events" align="bottom" border="0" 
name="Image5"></a><!
 img src="http://www.social-ecology.org/images/second_page/spacer6.gif"; 
width="17" height="14" alt=" "><a href="projects/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image6','','http://www.social-ecology.org/images/second_page/projects_f2.gif',1);MM_displayStatusMsg('Projects
 that the Institute for Social Ecology and other social ecologists are involved 
in');return document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/projects.gif"; width="44" 
height="14" alt="projects" align="bottom" border="0" name="Image6"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer7.gif"; width="16" 
height="14" alt=" "><a href="alumni/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image7','','http://www.social-ecology.org/images/second_page/alumni_f2.gif',1);MM_displayStatusMsg('Institute
 for!
  Social Ecology Alumni section');return document.MM_returnValue"><img 
s
s/second_page/alumni.gif" width="40" height="14" alt="alumni" align="bottom" 
border="0" name="Image7"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer8.gif"; width="17" 
height="14" alt=" "><a href="links/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image8','','http://www.social-ecology.org/images/second_page/links_f2.gif',1);MM_displayStatusMsg('Institute
 for Social Ecology links');return document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/links.gif"; width="26" 
height="14" align="bottom" border="0" name="Image8" alt="links"></a></td>
  </tr>
  <tr> 
    <td colspan="3"><a href="index.html"><img 
src="http://www.social-ecology.org/images/second_page/header.gif"; width="577" 
height="40" alt = "Institute for Social Ecology" border="0"></a></td>
  </tr>
  <tr> 
    <td colspan="3" class="linnav">
      <div align="center"><a href="$IDXFNAME$">Main Index</a> | <a 
href="$TIDXFNAME$">Thread Index</a></div>
    </td>
  </tr>
  <tr> 
    <td colspan="3">
      <form name="form1" method="post" action="htdig">
        <div align="center"></div>
        <div align="center">
          <input type="text" name="search" size="25">
          <input type="submit" name="Submit" value="Go">
          <span style="font-size: 9pt">advanced</span></div>
      </form>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td colspan="4" valign="top" align="left"> 
      <p align="center"> 
      <h1 align="center">$IDXLABEL$</h1>
</IdxPgBegin>



<!-- Main page Navigation Variables -->



<NextPgLink chop>
<a href="$PG(NEXT)$" onMouseOut="MM_displayStatusMsg('');return 
document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Next Page');return 
document.MM_returnValue">Next Page</a>
</NextPgLink>

<NextPgLinkIA chop>
<!-- no next page -->
</NextPgLinkIA>

<PrevPgLink chop>
<a href="$PG(PREV)$" onMouseOut="MM_displayStatusMsg('');return 
document.MM_returnValue" onMouseOver="MM_displayStatusMsg('Previous 
Page');return document.MM_returnValue">Previous Page</a>
</PrevPgLink>

<PrevPgLinkIA chop>
<!-- no prev page -->
</PrevPgLinkIA>


<!-- Main Page Navigation -->

<ListBegin>

<p align="center">Page $PAGENUM$ of $NUMOFPAGES$
<p align="center">$PGLINK(PREV)$ :: <a href="$PG(FIRST)$" 
onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue" 
onMouseOver="MM_displayStatusMsg('First Page of Index');return 
document.MM_returnValue">First Page of Index</a> :: <a href="$PG(LAST)$" 
onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue" 
onMouseOver="MM_displayStatusMsg('Last Page of Index');return 
document.MM_returnValue">Last Page of Index</a> :: $PGLINK(NEXT)$</p>

</ListBegin>



<!-- Main Page Body -->

 
<LiTemplate>

<dl>
<dt><STRONG>$SUBJECT$</STRONG></dt>
<dd><EM>From</EM>: $FROMNAME$ <span style="font-size: 
9pt">($DDMMYYYY$)</span></dd>
</dl>

</LiTemplate>

<ListEnd>
<!-- nothing -->
</ListEnd>




<!-- Main Page End --> 
 


<IdxPgEnd>

<p align="center">
$PGLINK(PREV)$ :: <a href="$PG(FIRST)$" 
onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue" 
onMouseOver="MM_displayStatusMsg('First Page of Index');return 
document.MM_returnValue">First Page of Index</a> :: <a href="$PG(LAST)$" 
onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue" 
onMouseOver="MM_displayStatusMsg('Last Page of Index');return 
document.MM_returnValue">Last Page of Index</a> :: $PGLINK(NEXT)$
</p>
      <p align="center">Last updated: <i>$LOCALDATE$</i><br>
        $NUMOFIDXMSG$ of $NUMOFMSG$ messages sorted by date</p>
      <div align="center"> 
        <p style="font-size: 9pt; font-family: arial, helvetica, 
sans-serif"><font face="Arial, Helvetica, sans-serif" size="-6"><img 
src="http://www.social-ecology.org/images/second_page/sun_small.gif"; width="35" 
height="16" alt="ISE Logo"><br>
          <b><span class = "address">Institute for<br>
          Social Ecology</span></b></font></p>
        <p style="font-size: 9pt; font-family: arial, helvetica, 
sans-serif"><font face="Arial, Helvetica, sans-serif" size="-6"><i><b><span 
class = "address">Popular 
          Education for a Free Society</span></b></i></font></p>
        <p style="font-size: 9pt; font-family: arial, helvetica, 
sans-serif"><font face="Arial, Helvetica, sans-serif" size="-6"> 
          <span class = "address">1118 Maple Hill Road</span>, <span class = 
"address">Plainfield, 
          VT, 05667, </span> <span class = "address">USA</span> <br>
          </font><font face="Arial, Helvetica, sans-serif" size="-6"> <span 
class = "address">Tel. 
          / Fax.: </span> <span class = "address">1 (802) 454-8493</span> <br>
          </font><font face="Arial, Helvetica, sans-serif" size="-6"> <a 
href="mail.html" onMouseOver="MM_displayStatusMsg('Contact the Institute for 
Social Ecology');return document.MM_returnValue" 
onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue"><span class 
= "addresslink">Email 
          the ISE</span></a></font></p>
        </div>
    </td>
  </tr>
</table>
</body>
</html>

</IdxPgEnd>





<!--====  Message Page Customizations  ====-->



<MsgPgBegin>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>
<title>$SUBJECTNA$</title>
<meta name="robots" content="NOINDEX, NOFOLLOW, NONE">
<meta name="document-rights" content="Private">
<meta name="document-type" content="Private">
<meta name="document-distribution" content="IU">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<META http-equiv="PICS-Label" content='(PICS-1.1 
"http://www.rsac.org/ratingsv01.html"; l gen true comment "RSACi North America 
Server" for "http://www.social-ecology.org"; on "2000.11.10T21:09-0800" r (n 0 s 
0 v 0 l 1))'>
<script type="text/javascript" language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) 
x.src=x.oSrc;
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; 
i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) 
{
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) 
x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) 
x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; 
for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) 
x.oSrc=x.src; x.src=a[i+2];}
}


  if (document.all) {
   document.write("<link rel='stylesheet' 
href='http://www.social-ecology.org/main.css' type='text/css'>");
  }
//  else if (document.layers) {
//   document.write("<link rel='stylesheet' 
href='http://www.social-ecology.org/main_n.css' type='text/css'>");
//       }
       else if (!document.all && document.getElementById) {
   document.write("<link rel='stylesheet' 
href='http://www.social-ecology.org/main.css' type='text/css'>");
            }


//-->
</script>
<script language="JavaScript" type="text/javascript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if 
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; 
onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) 
location.reload();
}
MM_reloadPage(true);
// -->
</script>

</head>

<body bgcolor="#ffffff" text="#000000" link="#663300" vlink="#333300" 
alink="#006600" 
onLoad="MM_preloadImages('http://www.social-ecology.org/images/second_page/home_f2.gif','http://www.social-ecology.org/images/second_page/about_f2.gif','http://www.social-ecology.org/images/second_page/programs_f2.gif','http://www.social-ecology.org/images/second_page/learn_f2.gif','http://www.social-ecology.org/images/second_page/news_f2.gif','http://www.social-ecology.org/images/second_page/projects_f2.gif','http://www.social-ecology.org/images/second_page/alumni_f2.gif','http://www.social-ecology.org/images/second_page/links_f2.gif','http://www.social-ecology.org/images/page_nav/back_f2.gif','http://www.social-ecology.org/images/page_nav/up_f2.gif','http://www.social-ecology.org/images/page_nav/down_f2.gif','http://www.social-ecology.org/images/page_nav/forward_f2.gif')">

<basefont size="3" face="Georgia, 'Times New Roman', Times, serif" 
color="Black"> 

<table width="577" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td colspan="3"><a href="index.html"><img 
src="http://www.social-ecology.org/images/second_page/sun_second.gif"; 
width="125" height="57" border="0" alt="ISE Logo" align="bottom"></a><a 
href="index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image1','','http://www.social-ecology.org/images/second_page/home_f2.gif',1);MM_displayStatusMsg('Return
 to the Insitute for Social Ecology\'s home page');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/home.gif"; width="32" 
height="14" alt="home" align="bottom" border="0" name="Image1"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer2.gif"; width="16" 
height="14" alt=" "><a href="about/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image2','','http://www.social-ecology.org/images/second_page/about_f2.gif',1);MM_displayS!
 tatusMsg('Information about the Institute for Social Ecology');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/about.gif"; width="33" 
height="14" alt="about" align="bottom" border="0" name="Image2"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer3.gif"; width="16" 
height="14" alt=" "><a href="programs/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image3','','http://www.social-ecology.org/images/second_page/programs_f2.gif',1);MM_displayStatusMsg('Information
 on the programs that the Institute for Social Ecology offers');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/programs.gif"; width="54" 
height="14" alt="programs" align="bottom" border="0" name="Image3"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer4.gif"; width="17" 
height="14" alt=" "><a href="learn/index.html" on!
 MouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return document.
M
eOver="MM_swapImage('Image4','','http://www.social-ecology.org/images/second_page/learn_f2.gif',1);MM_displayStatusMsg('Learn
 more about social ecology and the various disciplines that social ecology 
draws from');return document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/learn.gif"; width="28" 
height="14" alt="learn" align="bottom" border="0" name="Image4"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer5.gif"; width="16" 
height="14" alt=" "><a href="news/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image5','','http://www.social-ecology.org/images/second_page/news_f2.gif',1);MM_displayStatusMsg('News
 and upcoming events of interest to social ecologists');return 
document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/news.gif"; width="77" 
height="14" alt="news &amp; events" align="bottom" border="0" 
name="Image5"></a><!
 img src="http://www.social-ecology.org/images/second_page/spacer6.gif"; 
width="17" height="14" alt=" "><a href="projects/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image6','','http://www.social-ecology.org/images/second_page/projects_f2.gif',1);MM_displayStatusMsg('Projects
 that the Institute for Social Ecology and other social ecologists are involved 
in');return document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/projects.gif"; width="44" 
height="14" alt="projects" align="bottom" border="0" name="Image6"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer7.gif"; width="16" 
height="14" alt=" "><a href="alumni/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image7','','http://www.social-ecology.org/images/second_page/alumni_f2.gif',1);MM_displayStatusMsg('Institute
 for!
  Social Ecology Alumni section');return document.MM_returnValue"><img 
s
s/second_page/alumni.gif" width="40" height="14" alt="alumni" align="bottom" 
border="0" name="Image7"></a><img 
src="http://www.social-ecology.org/images/second_page/spacer8.gif"; width="17" 
height="14" alt=" "><a href="links/index.html" 
onMouseOut="MM_swapImgRestore();MM_displayStatusMsg('');return 
document.MM_returnValue" 
onMouseOver="MM_swapImage('Image8','','http://www.social-ecology.org/images/second_page/links_f2.gif',1);MM_displayStatusMsg('Institute
 for Social Ecology links');return document.MM_returnValue"><img 
src="http://www.social-ecology.org/images/second_page/links.gif"; width="26" 
height="14" align="bottom" border="0" name="Image8" alt="links"></a></td>
  </tr>
  <tr> 
    <td colspan="3"><a href="index.html"><img 
src="http://www.social-ecology.org/images/second_page/header.gif"; width="577" 
height="40" alt = "Institute for Social Ecology" border="0"></a></td>
  </tr>
  <tr> 
    <td colspan="3" class="linnav">
      <div align="center"><a href="$IDXFNAME$#$MSGNUM$">Main Index</a> | <a 
href="$TIDXFNAME$#$MSGNUM$">Thread Index</a></div>
    </td>
  </tr>
  <tr> 
    <td colspan="3">
      <form name="form1" method="post" action="htdig">
        <div align="center"></div>
        <div align="center">
          <input type="text" name="search" size="25">
          <input type="submit" name="Submit" value="Go">
          <span style="font-size: 9pt">advanced</span></div>
      </form>
    </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr> 
    <td colspan="4" valign="top" align="left"> 
      <p align="center"> 
      <h1 align="center">$SUBJECTNA$</h1>


</MsgPgBegin>



<!-- Buttons Definisions 

<NextButton chop>
<A HREF="$MSG(NEXT)$">Next by Date</A> :: 
</NextButton>

<NextButtonIA chop>
<!-- Nothing -->
</NextButtonIA>

<PrevButton chop>
<A HREF="$MSG(PREV)$">Previous by Date</A> :: 
</PrevButton>

<PrevButtonIA chop>
<!-- Nothing -->
</PrevButtonIA>

<TPrevButton chop>
<A HREF="$MSG(TPREV)$">Previous by Thread</A> :: 
</TPrevButton>

<TPrevButtonIA chop>
<!-- Nothing -->
</TPrevButtonIA>

<TNextButton chop>
<A HREF="$MSG(TNEXT)$">Next by Thread</A>
<TNextButton>

<TNextButtonIA chop>
<!-- Nothing -->
</TNextButtonIA>

-->


<TopLinks>

<p align="center">$BUTTON(PREV)$$BUTTON(NEXT)$$BUTTON(TPREV)$$BUTTON(TNEXT)$</p>

</TopLinks>


<SubjectHeader>
<!-- Nothing -->
</SubjectHeader>



<HEADBODYSEP>
<!-- Nothing -->
</HEADBODYSEP>



<MSGBODYEND>
<!-- Nothing -->
</MSGBODYEND>


<BotLinks>
$LINK(PREV)$$LINK(NEXT)$
$LINK(TPREV)$$LINK(TNEXT)$
Index(es): <A HREF="$IDXFNAME$#$MSGNUM$"><STRONG>Main</STRONG></A> :: <A 
HREF="$TIDXFNAME$#$MSGNUM$"><STRONG>Thread</STRONG></A>
</BotLinks>



<MsgPgEnd>

      <p align="center">Last updated: <i>$LOCALDATE$</i></p>
      <div align="center"> 
        <p style="font-size: 9pt; font-family: arial, helvetica, 
sans-serif"><font face="Arial, Helvetica, sans-serif" size="-6"><img 
src="http://www.social-ecology.org/images/second_page/sun_small.gif"; width="35" 
height="16" alt="ISE Logo"><br>
          <b><span class = "address">Institute for<br>
          Social Ecology</span></b></font></p>
        <p style="font-size: 9pt; font-family: arial, helvetica, 
sans-serif"><font face="Arial, Helvetica, sans-serif" size="-6"><i><b><span 
class = "address">Popular 
          Education for a Free Society</span></b></i></font></p>
        <p style="font-size: 9pt; font-family: arial, helvetica, 
sans-serif"><font face="Arial, Helvetica, sans-serif" size="-6"> 
          <span class = "address">1118 Maple Hill Road</span>, <span class = 
"address">Plainfield, 
          VT, 05667, </span> <span class = "address">USA</span> <br>
          </font><font face="Arial, Helvetica, sans-serif" size="-6"> <span 
class = "address">Tel. 
          / Fax.: </span> <span class = "address">1 (802) 454-8493</span> <br>
          </font><font face="Arial, Helvetica, sans-serif" size="-6"> <a 
href="mail.html" onMouseOver="MM_displayStatusMsg('Contact the Institute for 
Social Ecology');return document.MM_returnValue" 
onMouseOut="MM_displayStatusMsg('');return document.MM_returnValue"><span class 
= "addresslink">Email 
          the ISE</span></a></font></p>
        </div>
    </td>
  </tr>
</table>
</body>
</html>
</MsgPgEnd>








<EXCS override>
apparently
content
errors-to 
followup
forward 
lines 
message-id
mime- 
nntp- 
originator 
path 
precedence 
received 
replied 
reply-to
return-path 
sender
subject
status 
to
via 
x- 
</EXCS>

<LABELSTYLES>
-default-
from:em
</LABELSTYLES>
 
<FIELDSTYLES>
-default-
subject:b
from:em
keywords:em
</FIELDSTYLES>
 



<Prev in Thread] Current Thread [Next in Thread>