function mailpage()
{
mail_str = "mailto:?subject=Check out the  " + document.title;
mail_str += "&body=I thought you might be interested in the " + document.title;
mail_str += ". You can view it at, " + location.href; 
location.href = mail_str;
}

function mailpage2()
{

mail_str = "mailto:f.visser3@chello.nl?subject=A comment on:  " + document.title;
mail_str += "&body=Hi Frank, I'd like to comment on " + document.title;
mail_str += ". URL of the essay: " + location.href; 
location.href = mail_str;
}


 var urlAddress = location.href;
 var pageName = document.title;

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
document.writeln('<center><a href="../index.html"><img src="../images/IW-logo2.gif" width="599" height="95" alt="Integral World: Exploring Theories of Everything" border="0"></a></center>');
document.writeln("<br>");
document.writeln('<center><form action="http://www.integralworld.net/googlesearch.html" id="cse-search-box">');
document.writeln('<div><input type="hidden" name="cx" value="016104508586187992047:r6owkpzd_li" />');
document.writeln('<input type="hidden" name="cof" value="FORID:10" />');
document.writeln('<input type="hidden" name="ie" value="UTF-8" />');
document.writeln('<input type="text" name="q" size="31" />');
document.writeln('<input type="submit" name="sa" value="Search on Integral World" /></div></form>');
document.writeln('<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></center>');
document.writeln("<br>");
document.writeln('<center><table id="topnavtable"><tr><td id="topnav"><a href="../">HOME</a> | ');
document.writeln('<a href="../news.html">NOTICIAS</a> | ');
document.writeln('<a href="../readingroom.html">LUGAR DE LECTURA</a> | ');
document.writeln('<a href="http://wilberwatch.blogspot.com/" target="_blank">BLOG</a> | ');
document.writeln('<a href="../kwdp.html">LA PASION DEL PENSAMIENTO</a> | ');
document.writeln('<a href="../linkseng.html">LINKS</a> | ');
document.writeln('<a href="../contact.html">CONTACTO</a></td></tr></table></center>');


document.writeln("<div class='CommentEmailPrintBookmark'><a href='javascript:mailpage2()'>Comentarios sobre Esta Página</a> | ");
document.writeln("<a href='javascript:mailpage()'>E-mail Esta Página</a> | ");
document.writeln("<a href='javascript:window.print()'>Imprima Esta Página</a> | ");
document.writeln("<a href='javascript:addToFavorites()'>Marque Esta Página</a></div>");
 