
function liame2 () {
// iterate through arguments
          address=liame2.arguments[0];
          for (var i = 1; i < liame2.arguments.length; i++){
              if (liame2.arguments[i] == 'm7i7') {
                address=liame2.arguments[i+1] + "@" + address;
                i++;
                }
              else { 
              address=liame2.arguments[i] + "." + address;
                }
              }  
  document.write( '<a href="mailto:' + address + '">' + address + '</a>' );
}

// out of date?  only good for Netscape browser?
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; 
    }
    // document.write( '<strong>test1</strong> appname=' + appName + ' &nbsp; parseint=' + parseInt(appVersion) + ' <em> need something here</em>' );
    // the following two do not work in IE because document.MM_pgW is an undefined variable
    // document.write( '<strong>test2</strong> innerWidth=' + innerWidth + ' &nbsp; document.MM_pgW=' + document.MM_pgW + ' <em> need something here</em>' );
    // document.write( '<strong>test3</strong> innerHeight=' + innerHeight + ' &nbsp; document.MM_pgH=' + document.MM_pgH + ' <em> need something here</em>' );
  }
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) {
    // document.write( '<strong>test4</strong> appname=' + appName + ' &nbsp; parseint=' + parseInt(appVersion) + ' <em> need something here</em>' );
    location.reload();
  }
}
