/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */



function recomail()
 {
 mail_str = "mailto:?subject=Interesting web site: " + document.title;
 mail_str += "&body=The web site " + document.title;
 mail_str += " can be found at: " + location.href;
location.href = mail_str;

 } 
 
function mail(str){
      window.location.href="mailto:" + str + "@" + "gmail.com";
   }
