
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><table><tr>');
document.writeln('<td  id="newsletter" ><form action="http://www.integralworld.net/pommo/user/process.php" method="POST" name="signup"  target="_blank">');
document.writeln('<input style="font-size:10pt" type="text" name="bm_email" size="15" maxlength="60" value="Your Email">');
document.writeln('<input type="hidden" name="pommo_signup" value="true">');
document.writeln('<INPUT type="submit" name="submit" value="Newsletter Sign up" class="btn" /></FORM></td><td width="50">&nbsp;</td>');
document.writeln('<td id="search" ><!-- Google CSE code begins -->');
document.writeln('<form action="http://www.integralworld.net/googlesearch.html" id="cse-search-box">');
document.writeln('  <div>');
document.writeln('    <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"  class="btn" />');
document.writeln('  </div>');
document.writeln('</form>');
document.writeln('</td></tr></table></center>');

document.writeln('<ul class="topnavbar">');
document.writeln('<li class="home"><a href="index.html">home</a>');
document.writeln('<li class="news"><a href="news.html">news</a>');
document.writeln('<li class="readingroom"><a href="readingroom.html">readingroom</a>');
document.writeln('<li class="blog"><a href="http://wilberwatch.blogspot.com/" >blog</a>');
document.writeln('<li class="book"><a href="kwdp.html">thought as passion</a>');
document.writeln('<li class="links"><a href="linkseng.html">links</a>');
document.writeln('<li class="contact"><a href="contact.html">contact</a></ul>');


document.writeln("<div class='CommentEmailPrintBookmark'>");
//document.writeln('<a href="http://www.addthis.com/bookmark.php?v=250" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/sm-share-en.gif" width="83" height="16" alt="Bookmark and Share" style="border:0"/></a> | ');
document.writeln("<a href='javascript:mailpage2()'>Comment on This Page</a> | ");
document.writeln("<a href='javascript:mailpage()'>Email This Page</a> | ");
document.writeln("<a href='javascript:window.print()'>Print This Page</a> | ");
document.writeln("<a href='javascript:addToFavorites()'>Bookmark This Page</a></div>");


document.writeln('<div class="logo"><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></div>');


 