function mailpage()
{
mail_str = "mailto:?subject=Kijk eens naar  " + document.title;
mail_str += "&body=Misschien ben je geinteresseerd in " + document.title;
mail_str += ". Je kunt het hier vinden, " + location.href; 
location.href = mail_str;
}

function mailpage2()
{

mail_str = "mailto:f.visser3@chello.nl?subject=Een reaktie op :  " + document.title;
mail_str += "&body=Beste Frank, ik wil graag reageren op " + document.title;
mail_str += ". URL van de web pagina: " + 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! Uw browser ondersteund deze functie niet.");
  }
 }
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="Zoeken op 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">NIEUWS</a> | ');
document.writeln('<a href="../readingroom.html">LEESZAAL</a> | ');
document.writeln('<a href="http://wilberwatch.blogspot.com/" target="_blank">BLOG</a> | ');
document.writeln('<a href="../kwdp.html">DENKEN ALS PASSIE</a> | ');
document.writeln('<a href="../linkseng.html">LINKS</a> | ');
document.writeln('<a href="../contact.html">CONTACT</a></td></tr></table></center>');

document.writeln("<div class='CommentEmailPrintBookmark'><a href='javascript:mailpage2()'>Reageer</a> | ");
document.writeln("<a href='javascript:mailpage()'>Verstuur</a> | ");
document.writeln("<a href='javascript:window.print()'>Print</a> | ");
document.writeln("<a href='javascript:addToFavorites()'>Bookmark</a></div>");
 
