// caution: change double quote to &#34; and single quote/apostrophe to &#39; 
// and ampersand to &amp; in any text; URIs don't work.
// punctuation for ", ', . and @, use the following equivalents (the vertical bar is a separator: 
//  " &#34;  |  '  &#39;  |  .  &#46;  |  @  &#64;  |

// call by typing:
// <script src="updater.js" type="text/javascript"></script>
// <script language="JavaScript" type="text/javascript">update_webmaster_en ()</script>


function update_en () {
   document.write("Page last updated by <a class=none href=mailto:smile.ki.se\@gmail.com>webmaster</a> " + ar + "-" + manad + "-" + dag);
}

function update_se() {
   document.write("Sidan uppdaterad av <a class=none href=mailto:smile.ki.se\@gmail.com>webmaster</a> " + ar + "-" + manad + "-" + dag);
}

