﻿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><table id="topnavtable"><tr><td id="topnav"><a href="../">Strona główna</a> | ');
document.writeln('<a href="../news.html">Co nowego</a> | ');
document.writeln('<a href="../readingroom.html">Czytelnia</a> | ');
document.writeln('<a href="http://wilberwatch.blogspot.com/" target="_blank">Blog</a> | ');
document.writeln('<a href="../kwdp.html">Pasja myślenia</a> | ');
document.writeln('<a href="../linkseng.html">Linki</a> | ');
document.writeln('<a href="../contact.html">Kontakt</a></td></tr></table></center>');

document.writeln("<div class='CommentEmailPrintBookmark'><a href='javascript:mailpage2()'>Skomentuj stronę</a> | ");
document.writeln("<a href='javascript:mailpage()'>Wyślij mailem</a> | ");
document.writeln("<a href='javascript:window.print()'>Drukuj stronę</a> | ");
document.writeln("<a href='javascript:addToFavorites()'>Dodaj stronę do ulubionych</a></div>");
 
