﻿// JavaScript Document
   var Mac = navigator.userAgent.indexOf("Mac") != -1 ? true : false;
   document.write("<a href=\"mailto:?subject=%82%b2%97F%90l%82%a9%82%e7%82%cc%8f%d0%89%ee%83%81%81%5b%83%8b%81EeAtlas%83I%83%93%83%89%83C%83%93%89p%89%ef%98b%8c%f6%8e%ae%83T%83C%83g&body=");
   document.write("%8EQ%8F%C6%8C%B3%81F%20" + escape(document.URL)); //参照元:
   //改行コードの指定をWindows版の「CRLF」だけにすると、Mac版IEで「LF」を解釈できず、一文字「□」が長細いくなったようなものが表示されます。
   if(Mac){
      document.write("%0D%0D"); //Macの改行コードは「CR=%0D」
   } else {
      document.write("%0D%0A%0D%0A");//Windowsの改行コードは「CRLF=%0D%0A」
   }
   document.write("%82%A8%96%BC%91O%81F"); //お名前
   if(Mac){
      document.write("%0D");
   } else {
      document.write("%0D%0A");
   }
   document.write("%83%81%81%5B%83%8B%83A%83h%83%8C%83X%81F"); //メールアドレス
   if(Mac){
      document.write("%0D");
   } else {
      document.write("%0D%0A");
   }
   document.write("%83R%83%81%83%93%83g%81F"); //コメント
   document.write('"\"><img src="http://atlase.net/image/send.jpg" alt="このページを紹介する" style="margin-bottom:5px;" width="229" height="30" border="0"></a>');

